.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Playfair Display SC;
}
.display-1 {
  font-family: 'Dosis[wght]';
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Dosis[wght]';
  font-size: 1.8rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-4 {
  font-family: 'Raleway[wght]';
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Dosis[wght]';
  font-size: 1.4rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Raleway[wght]';
  font-size: 1rem;
  line-height: 1.2;
}
.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: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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 (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #2560b1 !important;
}
.bg-success {
  background-color: #2560b1 !important;
}
.bg-info {
  background-color: #212121 !important;
}
.bg-warning {
  background-color: #c79c1d !important;
}
.bg-danger {
  background-color: #353535 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2560b1 !important;
  border-color: #2560b1 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #3478d5 !important;
  border-color: #3478d5 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3478d5 !important;
  border-color: #3478d5 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #212121 !important;
  border-color: #212121 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #3b3b3b !important;
  border-color: #3b3b3b !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3b3b3b !important;
  border-color: #3b3b3b !important;
}
.btn-info,
.btn-info:active {
  background-color: #212121 !important;
  border-color: #212121 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #3b3b3b !important;
  border-color: #3b3b3b !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3b3b3b !important;
  border-color: #3b3b3b !important;
}
.btn-success,
.btn-success:active {
  background-color: #2560b1 !important;
  border-color: #2560b1 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #3478d5 !important;
  border-color: #3478d5 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3478d5 !important;
  border-color: #3478d5 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c79c1d !important;
  border-color: #c79c1d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #e2b635 !important;
  border-color: #e2b635 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #e2b635 !important;
  border-color: #e2b635 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #353535 !important;
  border-color: #353535 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #4f4f4f !important;
  border-color: #4f4f4f !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #4f4f4f !important;
  border-color: #4f4f4f !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2560b1;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #163969 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2560b1 !important;
  border-color: #2560b1 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #212121;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #212121 !important;
  border-color: #212121 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #212121;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #212121 !important;
  border-color: #212121 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2560b1;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #163969 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2560b1 !important;
  border-color: #2560b1 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c79c1d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #7b6112 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c79c1d !important;
  border-color: #c79c1d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #353535;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #0a0a0a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #353535 !important;
  border-color: #353535 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #2560b1 !important;
}
.text-secondary {
  color: #212121 !important;
}
.text-success {
  color: #2560b1 !important;
}
.text-info {
  color: #212121 !important;
}
.text-warning {
  color: #c79c1d !important;
}
.text-danger {
  color: #353535 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #13325d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #13325d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #6e5610 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #020202 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #2560b1;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #212121;
}
.alert-warning {
  background-color: #c79c1d;
}
.alert-danger {
  background-color: #353535;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2560b1;
  border-color: #2560b1;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #2560b1;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #74a2e2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #74a2e2;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d3d3d3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ebce78;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a8a8a8;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Dosis[wght]';
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #2560b1 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Dosis[wght]';
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #2560b1;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2560b1;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2560b1;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #2560b1;
  border-bottom-color: #2560b1;
}
.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: #2560b1 !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: #212121 !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='%232560b1' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  border-radius: 0 !important;
  padding: 19px 45px;
  font-weight: 400;
  border-radius: 12px !important;
  padding: 16px 20px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-content {
  border-radius: 1rem !important;
}
.navbar-logo img {
  border-radius: 10px !important;
}
.display-7 {
  font-weight: 300;
}
.cid-uLzlDOF8VF .navbar-dropdown {
  position: relative !important;
}
.cid-uLzlDOF8VF .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-uLzlDOF8VF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLzlDOF8VF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLzlDOF8VF .dropdown-item:hover,
.cid-uLzlDOF8VF .dropdown-item:focus {
  background: #2560b1 !important;
  color: white !important;
}
.cid-uLzlDOF8VF .dropdown-item:hover span {
  color: white;
}
.cid-uLzlDOF8VF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLzlDOF8VF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLzlDOF8VF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLzlDOF8VF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLzlDOF8VF .nav-link {
  position: relative;
}
.cid-uLzlDOF8VF .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uLzlDOF8VF .container {
    flex-wrap: nowrap;
  }
}
.cid-uLzlDOF8VF .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLzlDOF8VF .dropdown-menu,
.cid-uLzlDOF8VF .navbar.opened {
  background: #ffffff !important;
}
.cid-uLzlDOF8VF .nav-item:focus,
.cid-uLzlDOF8VF .nav-link:focus {
  outline: none;
}
.cid-uLzlDOF8VF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLzlDOF8VF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLzlDOF8VF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLzlDOF8VF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLzlDOF8VF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLzlDOF8VF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLzlDOF8VF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uLzlDOF8VF .navbar.opened {
  transition: all 0.3s;
}
.cid-uLzlDOF8VF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLzlDOF8VF .navbar .navbar-logo img {
  width: auto;
}
.cid-uLzlDOF8VF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLzlDOF8VF .navbar.collapsed {
  justify-content: center;
}
.cid-uLzlDOF8VF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLzlDOF8VF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLzlDOF8VF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uLzlDOF8VF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLzlDOF8VF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLzlDOF8VF .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-uLzlDOF8VF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLzlDOF8VF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLzlDOF8VF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLzlDOF8VF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLzlDOF8VF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLzlDOF8VF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLzlDOF8VF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLzlDOF8VF .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-uLzlDOF8VF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLzlDOF8VF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLzlDOF8VF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLzlDOF8VF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLzlDOF8VF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLzlDOF8VF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLzlDOF8VF .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLzlDOF8VF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLzlDOF8VF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLzlDOF8VF .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-uLzlDOF8VF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLzlDOF8VF .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uLzlDOF8VF .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uLzlDOF8VF .dropdown-item.active,
.cid-uLzlDOF8VF .dropdown-item:active {
  background-color: transparent;
}
.cid-uLzlDOF8VF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLzlDOF8VF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLzlDOF8VF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLzlDOF8VF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLzlDOF8VF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLzlDOF8VF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLzlDOF8VF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLzlDOF8VF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLzlDOF8VF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLzlDOF8VF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2560b1;
}
.cid-uLzlDOF8VF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLzlDOF8VF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLzlDOF8VF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLzlDOF8VF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLzlDOF8VF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLzlDOF8VF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLzlDOF8VF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLzlDOF8VF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLzlDOF8VF .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uLzlDOF8VF .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uLzlDOF8VF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLzlDOF8VF .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-uLzlDOF8VF .navbar {
    height: 70px;
  }
  .cid-uLzlDOF8VF .navbar.opened {
    height: auto;
  }
  .cid-uLzlDOF8VF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLzlDOF8VF .container,
.cid-uLzlDOF8VF .container-fluid {
  flex-wrap: wrap;
}
.cid-uLzlDOF8VF .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uLzlDOF8VF .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uLzlDOF8VF .contacts-menu .mbr-iconfont {
  color: #353535;
}
@media (max-width: 991px) {
  .cid-uLzlDOF8VF .contacts-menu {
    display: none;
  }
}
.cid-uLzlDOF8VF .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uLzlDOF8VF .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #2560b1;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uLzlDOF8VF .icon-box:hover {
  transform: scale(1.1);
}
.cid-uLzlDOF8VF .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uLzlDOF8VF .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uLzlDOF8VF .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uLzlDOF8VF .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uLzlDOF8VF .navbar-collapse .mbr-section-btn .btn-black {
  color: #2560b1 !important;
}
@media (max-width: 577px) {
  .cid-uLzlDOF8VF .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uLzlDOF8VF .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uLzlDOF8VF .navbar-collapse .nav-link:hover {
  color: #2560b1 !important;
}
.cid-uLyIvIzH3y {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLyIvIzH3y .carousel,
.cid-uLyIvIzH3y .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uLyIvIzH3y .item-wrapper {
  width: 100%;
}
.cid-uLyIvIzH3y .carousel-caption {
  bottom: 11rem;
}
.cid-uLyIvIzH3y .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uLyIvIzH3y .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uLyIvIzH3y .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uLyIvIzH3y .container .carousel-indicators {
  bottom: 10px;
  position: absolute;
}
.cid-uLyIvIzH3y .carousel-control {
  display: none;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uLyIvIzH3y .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLyIvIzH3y .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uLyIvIzH3y .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uLyIvIzH3y .carousel-indicators {
  margin: 20px auto 0;
  align-items: center;
  margin-bottom: 1.5rem !important;
}
.cid-uLyIvIzH3y .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #2560b1;
}
.cid-uLyIvIzH3y .carousel-indicators li {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  border: 1px solid #2560b1;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-uLyIvIzH3y .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uLyIvIzH3y .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-uLyIvIzH3y .button-align {
  width: 100%;
}
.cid-uLyIvIzH3y .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uLyIvIzH3y .mbr-section-subtitle,
.cid-uLyIvIzH3y .button-align {
  text-align: left;
  color: #626262;
}
.cid-uLyIvIzH3y .mbr-text {
  padding-top: 10px;
}
@media (min-width: 600px) and (max-width: 990px) {
  .cid-uLyIvIzH3y .carousel-caption {
    bottom: 5rem;
  }
  .cid-uLyIvIzH3y .carousel-indicators {
    bottom: 1rem;
  }
}
@media (max-width: 600px) {
  .cid-uLyIvIzH3y .carousel-caption {
    display: none;
  }
  .cid-uLyIvIzH3y .carousel-indicators {
    display: none;
  }
}
.cid-uLyIvIzH3y .mbr-text,
.cid-uLyIvIzH3y .button-align {
  color: #000000;
  text-align: left;
}
.cid-uLyIvIzH3y .carousel-fade .active.carousel-item-left,
.cid-uLyIvIzH3y .carousel-fade .active.carousel-item-right {
  transition: opacity 0.3s 0s;
}
.cid-uLyIvIzH3y .carousel-fade .carousel-item-left.carousel-item-next,
.cid-uLyIvIzH3y .carousel-fade .carousel-item-left.carousel-item-prev {
  transition: opacity 0.3s 0.1s;
}
.cid-uLCBHOsC2w {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
@media (min-width: 1400px) {
  .cid-uLCBHOsC2w .container {
    max-width: 1200px;
  }
}
.cid-uLCBHOsC2w .row {
  justify-content: space-between;
}
.cid-uLCBHOsC2w .text-wrapper {
  border-left: 4px solid #2560b1;
  padding-left: 2rem;
}
.cid-uLCBHOsC2w .mbr-main-subtitle {
  background: #2560b1;
  width: fit-content;
  padding: 0.6rem 1rem;
  position: relative;
  color: #ffffff;
}
.cid-uLCBHOsC2w .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #2560b1;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uLCBHOsC2w .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uLCBHOsC2w .image-wrap {
  overflow: hidden;
}
.cid-uLCBHOsC2w .card-wrap .mbr-main-subtitle:before {
  content: none;
}
.cid-uLCBHOsC2w .card-wrap:hover img {
  transform: scale(1.05);
}
@media (max-width: 991px) {
  .cid-uLCBHOsC2w .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uLCBHOsC2w .card-wrap .image-wrap img {
  width: 100%;
  transition: all 0.3s;
  object-fit: cover;
}
.cid-uLCBHOsC2w .card-text,
.cid-uLCBHOsC2w .mbr-section-btn,
.cid-uLCBHOsC2w .social-row {
  color: #353535;
  text-align: left;
}
.cid-uLCBHOsC2w .card1-text {
  color: #353535;
}
.cid-uLCBHOsC2w .card-title,
.cid-uLCBHOsC2w .social-row {
  color: #000000;
}
.cid-uLCBHOsC2w .mbr-section-title {
  color: #353535;
}
.cid-uLIbWhpu6Y {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLIbWhpu6Y .mbr-section-title {
  margin-top: 15px;
  margin-bottom: 0;
  text-align: center;
  color: #353535;
}
.cid-uLIbWhpu6Y .mbr-text {
  color: #919dab;
  margin-top: 15px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uLIbWhpu6Y .mbr-text {
    text-align: center;
  }
}
.cid-uLIbWhpu6Y .mbr-section-btn {
  margin-top: 60px;
}
.cid-uLIbWhpu6Y .mbr-section-btn .btn {
  height: 40px;
  font-weight: 500;
}
.cid-uLIbWhpu6Y .mbr-figure {
  position: relative;
  margin-bottom: 30px;
}
.cid-uLIbWhpu6Y .mbr-figure img {
  border-radius: 10px;
}
.cid-uLIbWhpu6Y .mbr-media {
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 30px);
}
.cid-uLIbWhpu6Y .mbr-media span {
  font-size: 16px;
  cursor: pointer;
  background-color: #482be7;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-uLIbWhpu6Y .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-uLIbWhpu6Y .mbr-media span:hover {
  transform: scale(1.08);
}
.cid-uLIbWhpu6Y .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uLIbWhpu6Y .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uLIbWhpu6Y .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uLIbWhpu6Y a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-uLIbWhpu6Y a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uLIbWhpu6Y .mbr-figure {
    margin-bottom: 1rem;
  }
  .cid-uLIbWhpu6Y .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uLIbWhpu6Y .mbr-text,
.cid-uLIbWhpu6Y .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-uLIvbY4D54 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLIvbY4D54 .mbr-section-title {
  margin-top: 15px;
  margin-bottom: 0;
  text-align: center;
  color: #353535;
}
.cid-uLIvbY4D54 .mbr-text {
  color: #919dab;
  margin-top: 15px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uLIvbY4D54 .mbr-text {
    text-align: center;
  }
}
.cid-uLIvbY4D54 .mbr-section-btn {
  margin-top: 60px;
}
.cid-uLIvbY4D54 .mbr-section-btn .btn {
  height: 40px;
  font-weight: 500;
}
.cid-uLIvbY4D54 .mbr-figure {
  position: relative;
  margin-bottom: 30px;
}
.cid-uLIvbY4D54 .mbr-figure img {
  border-radius: 10px;
}
.cid-uLIvbY4D54 .mbr-media {
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 30px);
}
.cid-uLIvbY4D54 .mbr-media span {
  font-size: 16px;
  cursor: pointer;
  background-color: #482be7;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-uLIvbY4D54 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-uLIvbY4D54 .mbr-media span:hover {
  transform: scale(1.08);
}
.cid-uLIvbY4D54 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uLIvbY4D54 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uLIvbY4D54 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uLIvbY4D54 a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-uLIvbY4D54 a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uLIvbY4D54 .mbr-figure {
    margin-bottom: 1rem;
  }
  .cid-uLIvbY4D54 .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uLIvbY4D54 .mbr-text,
.cid-uLIvbY4D54 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uLLtHda6re {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLLtHda6re .mbr-section-title {
  margin-top: 15px;
  margin-bottom: 0;
  text-align: center;
  color: #353535;
}
.cid-uLLtHda6re .mbr-text {
  color: #919dab;
  margin-top: 15px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uLLtHda6re .mbr-text {
    text-align: center;
  }
}
.cid-uLLtHda6re .mbr-section-btn {
  margin-top: 60px;
}
.cid-uLLtHda6re .mbr-section-btn .btn {
  height: 40px;
  font-weight: 500;
}
.cid-uLLtHda6re .mbr-figure {
  position: relative;
  margin-bottom: 30px;
}
.cid-uLLtHda6re .mbr-figure img {
  border-radius: 10px;
}
.cid-uLLtHda6re .mbr-media {
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 30px);
}
.cid-uLLtHda6re .mbr-media span {
  font-size: 16px;
  cursor: pointer;
  background-color: #482be7;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-uLLtHda6re .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-uLLtHda6re .mbr-media span:hover {
  transform: scale(1.08);
}
.cid-uLLtHda6re .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uLLtHda6re .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uLLtHda6re .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uLLtHda6re a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-uLLtHda6re a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uLLtHda6re .mbr-figure {
    margin-bottom: 1rem;
  }
  .cid-uLLtHda6re .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uLLtHda6re .mbr-text,
.cid-uLLtHda6re .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-uLLvLSPyze {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLLvLSPyze .item:focus,
.cid-uLLvLSPyze span:focus {
  outline: none;
}
.cid-uLLvLSPyze .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uLLvLSPyze .item {
  color: #353535;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uLLvLSPyze .item {
    min-height: 45px;
  }
}
.cid-uLOcskDZOV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLOcskDZOV .mbr-overlay {
  z-index: 1;
}
.cid-uLOcskDZOV .main-container {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-uLOcskDZOV .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-uLOcskDZOV .item-img {
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-uLOcskDZOV .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  width: 100%;
  transform-style: preserve-3d;
}
.cid-uLOcskDZOV .item-img:hover img {
  transform: scale(1);
}
.cid-uLOcskDZOV .item-title {
  line-height: 1.25em;
  color: #4b4949;
}
.cid-uLOcskDZOV .mbr-section-title {
  line-height: 1.25em;
}
.cid-uLOcskDZOV .card-container {
  display: flex;
}
.cid-uLOcskDZOV .card-container .card {
  min-height: 809px;
  border-bottom: 1px solid #7F8678;
}
.cid-uLOcskDZOV .card-container .card .item-img {
  height: 461px;
  flex-grow: 1;
  flex-shrink: 0;
}
.cid-uLOcskDZOV .card-container .card .item-img img {
  height: 100%;
}
@media (min-width: 992px) {
  .cid-uLOcskDZOV .card-container .card {
    border-right: 1px solid #7F8678;
  }
}
.cid-uLOcskDZOV .cards-container {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uLOcskDZOV .cards-container {
    flex-direction: column;
  }
}
.cid-uLOcskDZOV .cards-container .card {
  border-bottom: 1px solid #7F8678;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .cid-uLOcskDZOV .cards-container .card:first-child {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 992px) {
  .cid-uLOcskDZOV .cards-container .card:first-child {
    border-right: none;
  }
}
.cid-uLOcskDZOV .cards-container .card .item-img {
  display: flex;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-uLOcskDZOV .cards-container .card .item-img {
    height: 79px;
    flex-grow: 1;
  }
}
.cid-uLOcskDZOV .card {
  display: flex;
  flex-direction: column;
  padding: 60px 60px 23px;
  border-radius: 0;
}
@media (max-width: 575px) {
  .cid-uLOcskDZOV .card {
    padding: 35px 35px 23px;
  }
}
.cid-uLOcskDZOV .data-item {
  display: flex;
  align-items: center;
}
.cid-uLOcskDZOV .data-item .iconfont-wrapper {
  margin-right: 10px;
}
.cid-uLOcskDZOV .link-wrap {
  margin: 30px 0 6px;
}
.cid-uLOcskDZOV .text-art {
  flex-grow: 1;
}
.cid-uLA6xFzx8c {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uLA6xFzx8c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLA6xFzx8c .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-uLA6xFzx8c .container {
    padding: 0 30px;
  }
}
.cid-uLA6xFzx8c .row {
  justify-content: center;
}
.cid-uLA6xFzx8c .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uLA6xFzx8c .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLA6xFzx8c .mbr-desc {
  color: #144031;
}
.cid-uLA6xFzx8c .mbr-text {
  color: #144031;
}
.cid-uLQZKCmm58 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #2560b1;
}
@media (min-width: 1400px) {
  .cid-uLQZKCmm58 .col-12 {
    padding: 0 2rem;
  }
  .cid-uLQZKCmm58 .row {
    margin: 0 -2rem;
  }
}
.cid-uLQZKCmm58 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uLQZKCmm58 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
}
.cid-uLQZKCmm58 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1a449a;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uLQZKCmm58 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uLQZKCmm58 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #2560b1;
}
.cid-uLQZKCmm58 .svg-top .st0 {
  fill: #2560b1;
}
@media (max-width: 992px) {
  .cid-uLQZKCmm58 .svg-top {
    width: 1000px;
  }
}
.cid-uLQZKCmm58 .mbr-text {
  color: #ffffff;
}
.cid-uLQZKCmm58 .mbr-section-title {
  color: #ffffff;
}
.cid-uM5RqdlgQq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uM5RqdlgQq .mbr-section-title {
  color: #1a449a;
}
.cid-uM5RqdlgQq .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uM5RqdlgQq .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uM5RqdlgQq .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uM5RqdlgQq .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #2560b1;
}
.cid-uM5RqdlgQq .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-uM5RqdlgQq .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.cid-uM5RqdlgQq h5 {
  position: relative;
  display: inline-block;
  width: fit-content;
  margin-left: 70px;
}
.cid-uM5RqdlgQq h5:before {
  content: '';
  position: absolute;
  left: -65px;
  top: 50%;
  transform-origin: right;
  height: 2px;
  width: 45px;
  background: currentColor;
}
.cid-uM5RqdlgQq h5:hover:before {
  animation: 1s ease-in-out alternate line;
}
@media (max-width: 767px) {
  .cid-uM5RqdlgQq h5 {
    margin-left: 0px;
  }
  .cid-uM5RqdlgQq h5:before {
    bottom: -5px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .cid-uM5RqdlgQq h5:hover:before {
    animation: none;
  }
}
.cid-uMbRAByYFD.popup-builder {
  background-color: #ffffff;
}
.cid-uMbRAByYFD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uMbRAByYFD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uMbRAByYFD .modal-content,
.cid-uMbRAByYFD .modal-dialog {
  height: auto;
}
.cid-uMbRAByYFD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uMbRAByYFD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uMbRAByYFD .form-wrapper .mbr-form .form-group,
  .cid-uMbRAByYFD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uMbRAByYFD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uMbRAByYFD .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMbRAByYFD .mbr-text {
  text-align: center;
}
.cid-uMbRAByYFD .pt-0 {
  padding-top: 0 !important;
}
.cid-uMbRAByYFD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uMbRAByYFD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uMbRAByYFD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uMbRAByYFD .modal-open {
  overflow: hidden;
}
.cid-uMbRAByYFD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uMbRAByYFD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uMbRAByYFD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uMbRAByYFD .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uMbRAByYFD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uMbRAByYFD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uMbRAByYFD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uMbRAByYFD .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uMbRAByYFD .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uMbRAByYFD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uMbRAByYFD .modal-backdrop.fade {
  opacity: 0;
}
.cid-uMbRAByYFD .modal-backdrop.show {
  opacity: .5;
}
.cid-uMbRAByYFD .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uMbRAByYFD .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMbRAByYFD .modal-header {
    padding: 1rem;
  }
}
.cid-uMbRAByYFD .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uMbRAByYFD .modal-header .close svg {
  fill: #2560b1;
}
.cid-uMbRAByYFD .modal-header .close:hover {
  opacity: 1;
}
.cid-uMbRAByYFD .modal-header .close:focus {
  outline: none;
}
.cid-uMbRAByYFD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uMbRAByYFD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uMbRAByYFD .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMbRAByYFD .modal-body {
    padding: 1rem;
  }
}
.cid-uMbRAByYFD .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uMbRAByYFD .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMbRAByYFD .modal-footer {
    padding: 1rem;
  }
}
.cid-uMbRAByYFD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uMbRAByYFD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uMbRAByYFD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uMbRAByYFD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uMbRAByYFD .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uMbRAByYFD .modal-lg,
  .cid-uMbRAByYFD .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uMbRAByYFD .modal-xl {
    max-width: 1140px;
  }
}
.cid-uMbRAByYFD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uMbRAByYFD .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uMbRAByYFD .form-group {
  margin-bottom: 1rem;
}
.cid-uMbRAByYFD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uMbRAByYFD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uMbRAByYFD .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uMbRAByYFD .mbr-section-btn {
  margin: 0;
}
.cid-uMbRAByYFD .mbr-section-btn .btn {
  margin: 0;
}
.cid-uM5RkLLVkt {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #2560b1;
  overflow: hidden;
}
.cid-uM5RkLLVkt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM5RkLLVkt .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-uM5RkLLVkt .container {
    padding: 0 30px;
  }
}
.cid-uM5RkLLVkt .row {
  justify-content: center;
}
.cid-uM5RkLLVkt .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uM5RkLLVkt .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uM5RkLLVkt .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uM5RkLLVkt .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uM5RkLLVkt .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uM5RkLLVkt .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uM5RkLLVkt .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uM5RkLLVkt .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uM5RkLLVkt .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uM5RkLLVkt .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uM5RkLLVkt .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uM5RkLLVkt .nav-wrapper .list .item-wrap:hover,
.cid-uM5RkLLVkt .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uM5RkLLVkt .nav-wrapper .list .item-wrap:hover::before,
.cid-uM5RkLLVkt .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uM5RkLLVkt .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uM5RkLLVkt .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uM5RkLLVkt .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uM5RkLLVkt .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uM5RkLLVkt .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uM5RkLLVkt .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uM5RkLLVkt .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uM5RkLLVkt .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uM5RkLLVkt .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uM5RkLLVkt .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uM5RkLLVkt .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uM5RkLLVkt .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uM5RkLLVkt .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uM5RkLLVkt .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uM5RkLLVkt .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uM5RkLLVkt .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uM5RkLLVkt .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #2560b1;
}
@media (max-width: 992px) {
  .cid-uM5RkLLVkt .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uM5RkLLVkt .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #2560b1;
}
.cid-uM5RkLLVkt .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uM5RkLLVkt .mbr-section-title {
  color: #bee0d6;
}
.cid-uM5RkLLVkt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uM5RkLLVkt .list {
  color: #bee0d6;
}
.cid-uM5RkLLVkt .mbr-address {
  color: #ffffff;
}
.cid-uM5RkLLVkt .mbr-copy {
  color: #ffffff;
  text-align: left;
}
.cid-uM5RkLLVkt .mbr-section-title,
.cid-uM5RkLLVkt .logo-wrapper {
  color: #ffffff;
}
.cid-uM5RkLLVkt .list,
.cid-uM5RkLLVkt .item-wrap,
.cid-uM5RkLLVkt .nav-wrapper {
  color: #ffffff;
}
.cid-uLWGJkEeC4 .navbar-dropdown {
  position: relative !important;
}
.cid-uLWGJkEeC4 .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-uLWGJkEeC4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLWGJkEeC4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLWGJkEeC4 .dropdown-item:hover,
.cid-uLWGJkEeC4 .dropdown-item:focus {
  background: #2560b1 !important;
  color: white !important;
}
.cid-uLWGJkEeC4 .dropdown-item:hover span {
  color: white;
}
.cid-uLWGJkEeC4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLWGJkEeC4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLWGJkEeC4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLWGJkEeC4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLWGJkEeC4 .nav-link {
  position: relative;
}
.cid-uLWGJkEeC4 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uLWGJkEeC4 .container {
    flex-wrap: nowrap;
  }
}
.cid-uLWGJkEeC4 .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLWGJkEeC4 .dropdown-menu,
.cid-uLWGJkEeC4 .navbar.opened {
  background: #ffffff !important;
}
.cid-uLWGJkEeC4 .nav-item:focus,
.cid-uLWGJkEeC4 .nav-link:focus {
  outline: none;
}
.cid-uLWGJkEeC4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLWGJkEeC4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLWGJkEeC4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLWGJkEeC4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLWGJkEeC4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLWGJkEeC4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLWGJkEeC4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uLWGJkEeC4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLWGJkEeC4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLWGJkEeC4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uLWGJkEeC4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLWGJkEeC4 .navbar.collapsed {
  justify-content: center;
}
.cid-uLWGJkEeC4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLWGJkEeC4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLWGJkEeC4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uLWGJkEeC4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLWGJkEeC4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLWGJkEeC4 .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-uLWGJkEeC4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLWGJkEeC4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLWGJkEeC4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLWGJkEeC4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLWGJkEeC4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLWGJkEeC4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLWGJkEeC4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLWGJkEeC4 .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-uLWGJkEeC4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLWGJkEeC4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLWGJkEeC4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLWGJkEeC4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLWGJkEeC4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLWGJkEeC4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLWGJkEeC4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLWGJkEeC4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLWGJkEeC4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLWGJkEeC4 .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-uLWGJkEeC4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLWGJkEeC4 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uLWGJkEeC4 .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uLWGJkEeC4 .dropdown-item.active,
.cid-uLWGJkEeC4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLWGJkEeC4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLWGJkEeC4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLWGJkEeC4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLWGJkEeC4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLWGJkEeC4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLWGJkEeC4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLWGJkEeC4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLWGJkEeC4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLWGJkEeC4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLWGJkEeC4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2560b1;
}
.cid-uLWGJkEeC4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLWGJkEeC4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLWGJkEeC4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLWGJkEeC4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLWGJkEeC4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLWGJkEeC4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLWGJkEeC4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLWGJkEeC4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLWGJkEeC4 .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uLWGJkEeC4 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uLWGJkEeC4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLWGJkEeC4 .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-uLWGJkEeC4 .navbar {
    height: 70px;
  }
  .cid-uLWGJkEeC4 .navbar.opened {
    height: auto;
  }
  .cid-uLWGJkEeC4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLWGJkEeC4 .container,
.cid-uLWGJkEeC4 .container-fluid {
  flex-wrap: wrap;
}
.cid-uLWGJkEeC4 .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uLWGJkEeC4 .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uLWGJkEeC4 .contacts-menu .mbr-iconfont {
  color: #353535;
}
@media (max-width: 991px) {
  .cid-uLWGJkEeC4 .contacts-menu {
    display: none;
  }
}
.cid-uLWGJkEeC4 .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uLWGJkEeC4 .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #2560b1;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uLWGJkEeC4 .icon-box:hover {
  transform: scale(1.1);
}
.cid-uLWGJkEeC4 .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uLWGJkEeC4 .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uLWGJkEeC4 .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uLWGJkEeC4 .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uLWGJkEeC4 .navbar-collapse .mbr-section-btn .btn-black {
  color: #2560b1 !important;
}
@media (max-width: 577px) {
  .cid-uLWGJkEeC4 .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uLWGJkEeC4 .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uLWGJkEeC4 .navbar-collapse .nav-link:hover {
  color: #2560b1 !important;
}
.cid-uLWGJl7jgS {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uLWGJl7jgS H1 {
  color: #57468b;
}
.cid-uLWGJl7jgS .mbr-text,
.cid-uLWGJl7jgS .mbr-section-btn {
  color: #716c80;
}
.cid-uLWGJl7jgS H3 {
  color: #716c80;
}
.cid-uLWGJl7jgS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLWGJl7jgS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM02hpb89w {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uM02hpb89w .mbr-section-title {
  margin-top: 15px;
  margin-bottom: 0;
  text-align: center;
  color: #353535;
}
.cid-uM02hpb89w .mbr-text {
  color: #919dab;
  margin-top: 15px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uM02hpb89w .mbr-text {
    text-align: center;
  }
}
.cid-uM02hpb89w .mbr-section-btn {
  margin-top: 60px;
}
.cid-uM02hpb89w .mbr-section-btn .btn {
  height: 40px;
  font-weight: 500;
}
.cid-uM02hpb89w .mbr-figure {
  position: relative;
  margin-bottom: 30px;
}
.cid-uM02hpb89w .mbr-figure img {
  border-radius: 10px;
}
.cid-uM02hpb89w .mbr-media {
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 30px);
}
.cid-uM02hpb89w .mbr-media span {
  font-size: 16px;
  cursor: pointer;
  background-color: #482be7;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-uM02hpb89w .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-uM02hpb89w .mbr-media span:hover {
  transform: scale(1.08);
}
.cid-uM02hpb89w .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uM02hpb89w .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uM02hpb89w .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uM02hpb89w a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-uM02hpb89w a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uM02hpb89w .mbr-figure {
    margin-bottom: 1rem;
  }
  .cid-uM02hpb89w .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uM02hpb89w .mbr-text,
.cid-uM02hpb89w .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-uLWGJmjGZw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLWGJmjGZw .mbr-section-title {
  margin-top: 15px;
  margin-bottom: 0;
  text-align: center;
  color: #353535;
}
.cid-uLWGJmjGZw .mbr-text {
  color: #919dab;
  margin-top: 15px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uLWGJmjGZw .mbr-text {
    text-align: center;
  }
}
.cid-uLWGJmjGZw .mbr-section-btn {
  margin-top: 60px;
}
.cid-uLWGJmjGZw .mbr-section-btn .btn {
  height: 40px;
  font-weight: 500;
}
.cid-uLWGJmjGZw .mbr-figure {
  position: relative;
  margin-bottom: 30px;
}
.cid-uLWGJmjGZw .mbr-figure img {
  border-radius: 10px;
}
.cid-uLWGJmjGZw .mbr-media {
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 30px);
}
.cid-uLWGJmjGZw .mbr-media span {
  font-size: 16px;
  cursor: pointer;
  background-color: #482be7;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-uLWGJmjGZw .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-uLWGJmjGZw .mbr-media span:hover {
  transform: scale(1.08);
}
.cid-uLWGJmjGZw .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uLWGJmjGZw .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uLWGJmjGZw .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uLWGJmjGZw a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-uLWGJmjGZw a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uLWGJmjGZw .mbr-figure {
    margin-bottom: 1rem;
  }
  .cid-uLWGJmjGZw .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uLWGJmjGZw .mbr-text,
.cid-uLWGJmjGZw .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-uLX5odQHdm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLX5odQHdm .mbr-section-title {
  margin-top: 15px;
  margin-bottom: 0;
  text-align: center;
  color: #353535;
}
.cid-uLX5odQHdm .mbr-text {
  color: #919dab;
  margin-top: 15px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uLX5odQHdm .mbr-text {
    text-align: center;
  }
}
.cid-uLX5odQHdm .mbr-section-btn {
  margin-top: 60px;
}
.cid-uLX5odQHdm .mbr-section-btn .btn {
  height: 40px;
  font-weight: 500;
}
.cid-uLX5odQHdm .mbr-figure {
  position: relative;
  margin-bottom: 30px;
}
.cid-uLX5odQHdm .mbr-figure img {
  border-radius: 10px;
}
.cid-uLX5odQHdm .mbr-media {
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 30px);
}
.cid-uLX5odQHdm .mbr-media span {
  font-size: 16px;
  cursor: pointer;
  background-color: #482be7;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-uLX5odQHdm .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-uLX5odQHdm .mbr-media span:hover {
  transform: scale(1.08);
}
.cid-uLX5odQHdm .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uLX5odQHdm .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uLX5odQHdm .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uLX5odQHdm a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-uLX5odQHdm a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uLX5odQHdm .mbr-figure {
    margin-bottom: 1rem;
  }
  .cid-uLX5odQHdm .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uLX5odQHdm .mbr-text,
.cid-uLX5odQHdm .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-uLX7IzAZtZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLX7IzAZtZ .mbr-section-title {
  margin-top: 15px;
  margin-bottom: 0;
  text-align: center;
  color: #353535;
}
.cid-uLX7IzAZtZ .mbr-text {
  color: #919dab;
  margin-top: 15px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uLX7IzAZtZ .mbr-text {
    text-align: center;
  }
}
.cid-uLX7IzAZtZ .mbr-section-btn {
  margin-top: 60px;
}
.cid-uLX7IzAZtZ .mbr-section-btn .btn {
  height: 40px;
  font-weight: 500;
}
.cid-uLX7IzAZtZ .mbr-figure {
  position: relative;
  margin-bottom: 30px;
}
.cid-uLX7IzAZtZ .mbr-figure img {
  border-radius: 10px;
}
.cid-uLX7IzAZtZ .mbr-media {
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 30px);
}
.cid-uLX7IzAZtZ .mbr-media span {
  font-size: 16px;
  cursor: pointer;
  background-color: #482be7;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-uLX7IzAZtZ .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-uLX7IzAZtZ .mbr-media span:hover {
  transform: scale(1.08);
}
.cid-uLX7IzAZtZ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uLX7IzAZtZ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uLX7IzAZtZ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uLX7IzAZtZ a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-uLX7IzAZtZ a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uLX7IzAZtZ .mbr-figure {
    margin-bottom: 1rem;
  }
  .cid-uLX7IzAZtZ .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uLX7IzAZtZ .mbr-text,
.cid-uLX7IzAZtZ .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-uLZXPbyY3p {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLZXPbyY3p .mbr-section-title {
  margin-top: 15px;
  margin-bottom: 0;
  text-align: center;
  color: #353535;
}
.cid-uLZXPbyY3p .mbr-text {
  color: #919dab;
  margin-top: 15px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uLZXPbyY3p .mbr-text {
    text-align: center;
  }
}
.cid-uLZXPbyY3p .mbr-section-btn {
  margin-top: 60px;
}
.cid-uLZXPbyY3p .mbr-section-btn .btn {
  height: 40px;
  font-weight: 500;
}
.cid-uLZXPbyY3p .mbr-figure {
  position: relative;
  margin-bottom: 30px;
}
.cid-uLZXPbyY3p .mbr-figure img {
  border-radius: 10px;
}
.cid-uLZXPbyY3p .mbr-media {
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 30px);
}
.cid-uLZXPbyY3p .mbr-media span {
  font-size: 16px;
  cursor: pointer;
  background-color: #482be7;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-uLZXPbyY3p .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-uLZXPbyY3p .mbr-media span:hover {
  transform: scale(1.08);
}
.cid-uLZXPbyY3p .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uLZXPbyY3p .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uLZXPbyY3p .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uLZXPbyY3p a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-uLZXPbyY3p a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uLZXPbyY3p .mbr-figure {
    margin-bottom: 1rem;
  }
  .cid-uLZXPbyY3p .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uLZXPbyY3p .mbr-text,
.cid-uLZXPbyY3p .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-uLZZD8f8RC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLZZD8f8RC .mbr-section-title {
  margin-top: 15px;
  margin-bottom: 0;
  text-align: center;
  color: #353535;
}
.cid-uLZZD8f8RC .mbr-text {
  color: #919dab;
  margin-top: 15px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uLZZD8f8RC .mbr-text {
    text-align: center;
  }
}
.cid-uLZZD8f8RC .mbr-section-btn {
  margin-top: 60px;
}
.cid-uLZZD8f8RC .mbr-section-btn .btn {
  height: 40px;
  font-weight: 500;
}
.cid-uLZZD8f8RC .mbr-figure {
  position: relative;
  margin-bottom: 30px;
}
.cid-uLZZD8f8RC .mbr-figure img {
  border-radius: 10px;
}
.cid-uLZZD8f8RC .mbr-media {
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 30px);
}
.cid-uLZZD8f8RC .mbr-media span {
  font-size: 16px;
  cursor: pointer;
  background-color: #482be7;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-uLZZD8f8RC .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-uLZZD8f8RC .mbr-media span:hover {
  transform: scale(1.08);
}
.cid-uLZZD8f8RC .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uLZZD8f8RC .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uLZZD8f8RC .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uLZZD8f8RC a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-uLZZD8f8RC a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uLZZD8f8RC .mbr-figure {
    margin-bottom: 1rem;
  }
  .cid-uLZZD8f8RC .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uLZZD8f8RC .mbr-text,
.cid-uLZZD8f8RC .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-uM00deb6vC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uM00deb6vC .mbr-section-title {
  margin-top: 15px;
  margin-bottom: 0;
  text-align: center;
  color: #353535;
}
.cid-uM00deb6vC .mbr-text {
  color: #919dab;
  margin-top: 15px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uM00deb6vC .mbr-text {
    text-align: center;
  }
}
.cid-uM00deb6vC .mbr-section-btn {
  margin-top: 60px;
}
.cid-uM00deb6vC .mbr-section-btn .btn {
  height: 40px;
  font-weight: 500;
}
.cid-uM00deb6vC .mbr-figure {
  position: relative;
  margin-bottom: 30px;
}
.cid-uM00deb6vC .mbr-figure img {
  border-radius: 10px;
}
.cid-uM00deb6vC .mbr-media {
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 30px);
}
.cid-uM00deb6vC .mbr-media span {
  font-size: 16px;
  cursor: pointer;
  background-color: #482be7;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-uM00deb6vC .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-uM00deb6vC .mbr-media span:hover {
  transform: scale(1.08);
}
.cid-uM00deb6vC .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uM00deb6vC .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uM00deb6vC .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uM00deb6vC a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-uM00deb6vC a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uM00deb6vC .mbr-figure {
    margin-bottom: 1rem;
  }
  .cid-uM00deb6vC .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uM00deb6vC .mbr-text,
.cid-uM00deb6vC .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-uM01d0NadD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uM01d0NadD .mbr-section-title {
  margin-top: 15px;
  margin-bottom: 0;
  text-align: center;
  color: #353535;
}
.cid-uM01d0NadD .mbr-text {
  color: #919dab;
  margin-top: 15px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uM01d0NadD .mbr-text {
    text-align: center;
  }
}
.cid-uM01d0NadD .mbr-section-btn {
  margin-top: 60px;
}
.cid-uM01d0NadD .mbr-section-btn .btn {
  height: 40px;
  font-weight: 500;
}
.cid-uM01d0NadD .mbr-figure {
  position: relative;
  margin-bottom: 30px;
}
.cid-uM01d0NadD .mbr-figure img {
  border-radius: 10px;
}
.cid-uM01d0NadD .mbr-media {
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 30px);
}
.cid-uM01d0NadD .mbr-media span {
  font-size: 16px;
  cursor: pointer;
  background-color: #482be7;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-uM01d0NadD .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-uM01d0NadD .mbr-media span:hover {
  transform: scale(1.08);
}
.cid-uM01d0NadD .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uM01d0NadD .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uM01d0NadD .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uM01d0NadD a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-uM01d0NadD a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uM01d0NadD .mbr-figure {
    margin-bottom: 1rem;
  }
  .cid-uM01d0NadD .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uM01d0NadD .mbr-text,
.cid-uM01d0NadD .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-uM01MiO67v {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uM01MiO67v .mbr-section-title {
  margin-top: 15px;
  margin-bottom: 0;
  text-align: center;
  color: #353535;
}
.cid-uM01MiO67v .mbr-text {
  color: #919dab;
  margin-top: 15px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uM01MiO67v .mbr-text {
    text-align: center;
  }
}
.cid-uM01MiO67v .mbr-section-btn {
  margin-top: 60px;
}
.cid-uM01MiO67v .mbr-section-btn .btn {
  height: 40px;
  font-weight: 500;
}
.cid-uM01MiO67v .mbr-figure {
  position: relative;
  margin-bottom: 30px;
}
.cid-uM01MiO67v .mbr-figure img {
  border-radius: 10px;
}
.cid-uM01MiO67v .mbr-media {
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 30px);
}
.cid-uM01MiO67v .mbr-media span {
  font-size: 16px;
  cursor: pointer;
  background-color: #482be7;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-uM01MiO67v .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-uM01MiO67v .mbr-media span:hover {
  transform: scale(1.08);
}
.cid-uM01MiO67v .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uM01MiO67v .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uM01MiO67v .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uM01MiO67v a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-uM01MiO67v a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uM01MiO67v .mbr-figure {
    margin-bottom: 1rem;
  }
  .cid-uM01MiO67v .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uM01MiO67v .mbr-text,
.cid-uM01MiO67v .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-uMbOdJ3IPT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMbOdJ3IPT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMbOdJ3IPT .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-uMbOdJ3IPT .container {
    padding: 0 30px;
  }
}
.cid-uMbOdJ3IPT .row {
  justify-content: center;
}
.cid-uMbOdJ3IPT .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uMbOdJ3IPT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMbOdJ3IPT .mbr-desc {
  color: #144031;
}
.cid-uMbOdJ3IPT .mbr-text {
  color: #ffffff;
}
.cid-uM5RkLLVkt {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #2560b1;
  overflow: hidden;
}
.cid-uM5RkLLVkt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM5RkLLVkt .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-uM5RkLLVkt .container {
    padding: 0 30px;
  }
}
.cid-uM5RkLLVkt .row {
  justify-content: center;
}
.cid-uM5RkLLVkt .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uM5RkLLVkt .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uM5RkLLVkt .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uM5RkLLVkt .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uM5RkLLVkt .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uM5RkLLVkt .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uM5RkLLVkt .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uM5RkLLVkt .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uM5RkLLVkt .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uM5RkLLVkt .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uM5RkLLVkt .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uM5RkLLVkt .nav-wrapper .list .item-wrap:hover,
.cid-uM5RkLLVkt .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uM5RkLLVkt .nav-wrapper .list .item-wrap:hover::before,
.cid-uM5RkLLVkt .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uM5RkLLVkt .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uM5RkLLVkt .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uM5RkLLVkt .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uM5RkLLVkt .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uM5RkLLVkt .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uM5RkLLVkt .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uM5RkLLVkt .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uM5RkLLVkt .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uM5RkLLVkt .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uM5RkLLVkt .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uM5RkLLVkt .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uM5RkLLVkt .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uM5RkLLVkt .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uM5RkLLVkt .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uM5RkLLVkt .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uM5RkLLVkt .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uM5RkLLVkt .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #2560b1;
}
@media (max-width: 992px) {
  .cid-uM5RkLLVkt .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uM5RkLLVkt .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #2560b1;
}
.cid-uM5RkLLVkt .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uM5RkLLVkt .mbr-section-title {
  color: #bee0d6;
}
.cid-uM5RkLLVkt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uM5RkLLVkt .list {
  color: #bee0d6;
}
.cid-uM5RkLLVkt .mbr-address {
  color: #ffffff;
}
.cid-uM5RkLLVkt .mbr-copy {
  color: #ffffff;
  text-align: left;
}
.cid-uM5RkLLVkt .mbr-section-title,
.cid-uM5RkLLVkt .logo-wrapper {
  color: #ffffff;
}
.cid-uM5RkLLVkt .list,
.cid-uM5RkLLVkt .item-wrap,
.cid-uM5RkLLVkt .nav-wrapper {
  color: #ffffff;
}
.cid-uMbXhcttIP.popup-builder {
  background-color: #ffffff;
}
.cid-uMbXhcttIP.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uMbXhcttIP.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uMbXhcttIP .modal-content,
.cid-uMbXhcttIP .modal-dialog {
  height: auto;
}
.cid-uMbXhcttIP .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uMbXhcttIP .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uMbXhcttIP .form-wrapper .mbr-form .form-group,
  .cid-uMbXhcttIP .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uMbXhcttIP .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uMbXhcttIP .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMbXhcttIP .mbr-text {
  text-align: center;
}
.cid-uMbXhcttIP .pt-0 {
  padding-top: 0 !important;
}
.cid-uMbXhcttIP .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uMbXhcttIP .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uMbXhcttIP .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uMbXhcttIP .modal-open {
  overflow: hidden;
}
.cid-uMbXhcttIP .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uMbXhcttIP .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uMbXhcttIP .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uMbXhcttIP .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uMbXhcttIP .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uMbXhcttIP .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uMbXhcttIP .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uMbXhcttIP .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uMbXhcttIP .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uMbXhcttIP .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uMbXhcttIP .modal-backdrop.fade {
  opacity: 0;
}
.cid-uMbXhcttIP .modal-backdrop.show {
  opacity: .5;
}
.cid-uMbXhcttIP .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uMbXhcttIP .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMbXhcttIP .modal-header {
    padding: 1rem;
  }
}
.cid-uMbXhcttIP .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uMbXhcttIP .modal-header .close svg {
  fill: #2560b1;
}
.cid-uMbXhcttIP .modal-header .close:hover {
  opacity: 1;
}
.cid-uMbXhcttIP .modal-header .close:focus {
  outline: none;
}
.cid-uMbXhcttIP .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uMbXhcttIP .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uMbXhcttIP .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMbXhcttIP .modal-body {
    padding: 1rem;
  }
}
.cid-uMbXhcttIP .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uMbXhcttIP .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMbXhcttIP .modal-footer {
    padding: 1rem;
  }
}
.cid-uMbXhcttIP .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uMbXhcttIP .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uMbXhcttIP .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uMbXhcttIP .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uMbXhcttIP .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uMbXhcttIP .modal-lg,
  .cid-uMbXhcttIP .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uMbXhcttIP .modal-xl {
    max-width: 1140px;
  }
}
.cid-uMbXhcttIP .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uMbXhcttIP .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uMbXhcttIP .form-group {
  margin-bottom: 1rem;
}
.cid-uMbXhcttIP .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uMbXhcttIP .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uMbXhcttIP .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uMbXhcttIP .mbr-section-btn {
  margin: 0;
}
.cid-uMbXhcttIP .mbr-section-btn .btn {
  margin: 0;
}
.cid-uLWGJkEeC4 .navbar-dropdown {
  position: relative !important;
}
.cid-uLWGJkEeC4 .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-uLWGJkEeC4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLWGJkEeC4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLWGJkEeC4 .dropdown-item:hover,
.cid-uLWGJkEeC4 .dropdown-item:focus {
  background: #2560b1 !important;
  color: white !important;
}
.cid-uLWGJkEeC4 .dropdown-item:hover span {
  color: white;
}
.cid-uLWGJkEeC4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLWGJkEeC4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLWGJkEeC4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLWGJkEeC4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLWGJkEeC4 .nav-link {
  position: relative;
}
.cid-uLWGJkEeC4 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uLWGJkEeC4 .container {
    flex-wrap: nowrap;
  }
}
.cid-uLWGJkEeC4 .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLWGJkEeC4 .dropdown-menu,
.cid-uLWGJkEeC4 .navbar.opened {
  background: #ffffff !important;
}
.cid-uLWGJkEeC4 .nav-item:focus,
.cid-uLWGJkEeC4 .nav-link:focus {
  outline: none;
}
.cid-uLWGJkEeC4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLWGJkEeC4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLWGJkEeC4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLWGJkEeC4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLWGJkEeC4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLWGJkEeC4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLWGJkEeC4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uLWGJkEeC4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLWGJkEeC4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLWGJkEeC4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uLWGJkEeC4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLWGJkEeC4 .navbar.collapsed {
  justify-content: center;
}
.cid-uLWGJkEeC4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLWGJkEeC4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLWGJkEeC4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uLWGJkEeC4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLWGJkEeC4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLWGJkEeC4 .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-uLWGJkEeC4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLWGJkEeC4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLWGJkEeC4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLWGJkEeC4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLWGJkEeC4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLWGJkEeC4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLWGJkEeC4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLWGJkEeC4 .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-uLWGJkEeC4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLWGJkEeC4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLWGJkEeC4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLWGJkEeC4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLWGJkEeC4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLWGJkEeC4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLWGJkEeC4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLWGJkEeC4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLWGJkEeC4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLWGJkEeC4 .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-uLWGJkEeC4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLWGJkEeC4 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uLWGJkEeC4 .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uLWGJkEeC4 .dropdown-item.active,
.cid-uLWGJkEeC4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLWGJkEeC4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLWGJkEeC4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLWGJkEeC4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLWGJkEeC4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLWGJkEeC4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLWGJkEeC4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLWGJkEeC4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLWGJkEeC4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLWGJkEeC4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLWGJkEeC4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2560b1;
}
.cid-uLWGJkEeC4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLWGJkEeC4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLWGJkEeC4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLWGJkEeC4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLWGJkEeC4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLWGJkEeC4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLWGJkEeC4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLWGJkEeC4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLWGJkEeC4 .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uLWGJkEeC4 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uLWGJkEeC4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLWGJkEeC4 .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-uLWGJkEeC4 .navbar {
    height: 70px;
  }
  .cid-uLWGJkEeC4 .navbar.opened {
    height: auto;
  }
  .cid-uLWGJkEeC4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLWGJkEeC4 .container,
.cid-uLWGJkEeC4 .container-fluid {
  flex-wrap: wrap;
}
.cid-uLWGJkEeC4 .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uLWGJkEeC4 .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uLWGJkEeC4 .contacts-menu .mbr-iconfont {
  color: #353535;
}
@media (max-width: 991px) {
  .cid-uLWGJkEeC4 .contacts-menu {
    display: none;
  }
}
.cid-uLWGJkEeC4 .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uLWGJkEeC4 .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #2560b1;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uLWGJkEeC4 .icon-box:hover {
  transform: scale(1.1);
}
.cid-uLWGJkEeC4 .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uLWGJkEeC4 .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uLWGJkEeC4 .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uLWGJkEeC4 .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uLWGJkEeC4 .navbar-collapse .mbr-section-btn .btn-black {
  color: #2560b1 !important;
}
@media (max-width: 577px) {
  .cid-uLWGJkEeC4 .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uLWGJkEeC4 .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uLWGJkEeC4 .navbar-collapse .nav-link:hover {
  color: #2560b1 !important;
}
.cid-uMc02Bsvma {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/enttek-wasserschaden-daemmschichttrocknung-bad-sachsa-lauterberg-osterode-nordhausen-eichsfeld-harz-banner.jpg-1920x1100.jpg");
}
.cid-uMc02Bsvma H2 {
  color: #ffffff;
}
.cid-uMc02Bsvma .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMc02Bsvma .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMc02Bsvma .mbr-text,
.cid-uMc02Bsvma .mbr-section-btn {
  text-align: center;
}
.cid-uMd0ni00iU {
  padding-top: 60px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-uMd0ni00iU .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-uMd0ni00iU p {
  margin-bottom: 0 !important;
}
.cid-uMd0ni00iU .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-uMd0ni00iU .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uMd0ni00iU .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uMd0ni00iU .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uMd0ni00iU .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uMd0ni00iU .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uMd0ni00iU .card .panel-body {
  color: #767676;
}
.cid-uMd0ni00iU .card-header {
  transition: all 0.3s;
  background-color: #f6f6f6;
}
.cid-uMd0ni00iU .card-header:hover {
  background-color: #2560b1;
}
.cid-uMd0ni00iU .card-header:hover h4 {
  color: #ffffff !important;
}
.cid-uMd0ni00iU H4 {
  color: #2560b1;
}
.cid-uMd0ni00iU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMd0ni00iU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMcxIVXZxU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uMcxIVXZxU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMcxIVXZxU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMcxIVXZxU .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uMcxIVXZxU .mbr-section-title {
  color: #24262b;
}
.cid-uMcxIVXZxU .mbr-section-subtitle {
  color: #24262b;
}
.cid-uMcxIVXZxU .items-row {
  row-gap: 32px;
}
.cid-uMcxIVXZxU .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uMcxIVXZxU .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 6));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-uMcxIVXZxU .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-uMcxIVXZxU .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-uMcxIVXZxU .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-uMcxIVXZxU .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uMcxIVXZxU .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-uMcxIVXZxU .mbr-item-subtitle {
  color: #24262b;
}
.cid-uMcxIVXZxU .carousel-control,
.cid-uMcxIVXZxU .close {
  background: #1b1b1b;
}
.cid-uMcxIVXZxU .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uMcxIVXZxU .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uMcxIVXZxU .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uMcxIVXZxU .carousel-control-next span {
  margin-left: 5px;
}
.cid-uMcxIVXZxU .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uMcxIVXZxU .close::before {
  content: '\e91a';
}
.cid-uMcxIVXZxU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uMcxIVXZxU .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uMcxIVXZxU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uMcxIVXZxU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uMcxIVXZxU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uMcxIVXZxU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uMcxIVXZxU .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uMcxIVXZxU .carousel-indicators li.active,
.cid-uMcxIVXZxU .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uMcxIVXZxU .carousel-indicators li::after,
.cid-uMcxIVXZxU .carousel-indicators li::before {
  content: none;
}
.cid-uMcxIVXZxU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uMcxIVXZxU .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uMcxIVXZxU .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uMcxIVXZxU .carousel-indicators {
    display: none;
  }
}
.cid-uMcxIVXZxU .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uMcxIVXZxU .carousel-inner > .active {
  display: block;
}
.cid-uMcxIVXZxU .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uMcxIVXZxU .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uMcxIVXZxU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uMcxIVXZxU .carousel-control,
  .cid-uMcxIVXZxU .carousel-indicators,
  .cid-uMcxIVXZxU .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uMcxIVXZxU .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uMcxIVXZxU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uMcxIVXZxU .carousel-indicators .active,
.cid-uMcxIVXZxU .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uMcxIVXZxU .carousel-indicators .active {
  background: #fff;
}
.cid-uMcxIVXZxU .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uMcxIVXZxU .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uMcxIVXZxU .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uMcxIVXZxU .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uMcxIVXZxU .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uMcxIVXZxU .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uMcxIVXZxU .carousel {
  width: 100%;
}
.cid-uMcxIVXZxU .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uMcxIVXZxU .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uMcxIVXZxU .modal.fade .modal-dialog,
.cid-uMcxIVXZxU .modal.in .modal-dialog {
  transform: none;
}
.cid-uMcxIVXZxU .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uMcxIVXZxU H6 {
  text-align: center;
}
.cid-uMc2cjvV0R {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uMc2cjvV0R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMc2cjvV0R .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-uMc2cjvV0R .container {
    padding: 0 30px;
  }
}
.cid-uMc2cjvV0R .row {
  justify-content: center;
}
.cid-uMc2cjvV0R .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uMc2cjvV0R .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMc2cjvV0R .mbr-desc {
  color: #144031;
}
.cid-uMc2cjvV0R .mbr-text {
  color: #ffffff;
}
.cid-uM5RkLLVkt {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #2560b1;
  overflow: hidden;
}
.cid-uM5RkLLVkt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM5RkLLVkt .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-uM5RkLLVkt .container {
    padding: 0 30px;
  }
}
.cid-uM5RkLLVkt .row {
  justify-content: center;
}
.cid-uM5RkLLVkt .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uM5RkLLVkt .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uM5RkLLVkt .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uM5RkLLVkt .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uM5RkLLVkt .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uM5RkLLVkt .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uM5RkLLVkt .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uM5RkLLVkt .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uM5RkLLVkt .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uM5RkLLVkt .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uM5RkLLVkt .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uM5RkLLVkt .nav-wrapper .list .item-wrap:hover,
.cid-uM5RkLLVkt .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uM5RkLLVkt .nav-wrapper .list .item-wrap:hover::before,
.cid-uM5RkLLVkt .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uM5RkLLVkt .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uM5RkLLVkt .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uM5RkLLVkt .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uM5RkLLVkt .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uM5RkLLVkt .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uM5RkLLVkt .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uM5RkLLVkt .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uM5RkLLVkt .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uM5RkLLVkt .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uM5RkLLVkt .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uM5RkLLVkt .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uM5RkLLVkt .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uM5RkLLVkt .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uM5RkLLVkt .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uM5RkLLVkt .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uM5RkLLVkt .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uM5RkLLVkt .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #2560b1;
}
@media (max-width: 992px) {
  .cid-uM5RkLLVkt .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uM5RkLLVkt .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #2560b1;
}
.cid-uM5RkLLVkt .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uM5RkLLVkt .mbr-section-title {
  color: #bee0d6;
}
.cid-uM5RkLLVkt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uM5RkLLVkt .list {
  color: #bee0d6;
}
.cid-uM5RkLLVkt .mbr-address {
  color: #ffffff;
}
.cid-uM5RkLLVkt .mbr-copy {
  color: #ffffff;
  text-align: left;
}
.cid-uM5RkLLVkt .mbr-section-title,
.cid-uM5RkLLVkt .logo-wrapper {
  color: #ffffff;
}
.cid-uM5RkLLVkt .list,
.cid-uM5RkLLVkt .item-wrap,
.cid-uM5RkLLVkt .nav-wrapper {
  color: #ffffff;
}
.cid-uMhiiuyYbO .navbar-dropdown {
  position: relative !important;
}
.cid-uMhiiuyYbO .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-uMhiiuyYbO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMhiiuyYbO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMhiiuyYbO .dropdown-item:hover,
.cid-uMhiiuyYbO .dropdown-item:focus {
  background: #2560b1 !important;
  color: white !important;
}
.cid-uMhiiuyYbO .dropdown-item:hover span {
  color: white;
}
.cid-uMhiiuyYbO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMhiiuyYbO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMhiiuyYbO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMhiiuyYbO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMhiiuyYbO .nav-link {
  position: relative;
}
.cid-uMhiiuyYbO .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uMhiiuyYbO .container {
    flex-wrap: nowrap;
  }
}
.cid-uMhiiuyYbO .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMhiiuyYbO .dropdown-menu,
.cid-uMhiiuyYbO .navbar.opened {
  background: #ffffff !important;
}
.cid-uMhiiuyYbO .nav-item:focus,
.cid-uMhiiuyYbO .nav-link:focus {
  outline: none;
}
.cid-uMhiiuyYbO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMhiiuyYbO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMhiiuyYbO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMhiiuyYbO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMhiiuyYbO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMhiiuyYbO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMhiiuyYbO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uMhiiuyYbO .navbar.opened {
  transition: all 0.3s;
}
.cid-uMhiiuyYbO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMhiiuyYbO .navbar .navbar-logo img {
  width: auto;
}
.cid-uMhiiuyYbO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMhiiuyYbO .navbar.collapsed {
  justify-content: center;
}
.cid-uMhiiuyYbO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMhiiuyYbO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMhiiuyYbO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uMhiiuyYbO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMhiiuyYbO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMhiiuyYbO .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-uMhiiuyYbO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMhiiuyYbO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMhiiuyYbO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMhiiuyYbO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMhiiuyYbO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMhiiuyYbO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMhiiuyYbO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMhiiuyYbO .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-uMhiiuyYbO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMhiiuyYbO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMhiiuyYbO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMhiiuyYbO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMhiiuyYbO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMhiiuyYbO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMhiiuyYbO .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMhiiuyYbO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMhiiuyYbO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMhiiuyYbO .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-uMhiiuyYbO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMhiiuyYbO .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uMhiiuyYbO .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uMhiiuyYbO .dropdown-item.active,
.cid-uMhiiuyYbO .dropdown-item:active {
  background-color: transparent;
}
.cid-uMhiiuyYbO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMhiiuyYbO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMhiiuyYbO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMhiiuyYbO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uMhiiuyYbO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMhiiuyYbO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMhiiuyYbO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMhiiuyYbO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMhiiuyYbO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMhiiuyYbO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2560b1;
}
.cid-uMhiiuyYbO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMhiiuyYbO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMhiiuyYbO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMhiiuyYbO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMhiiuyYbO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMhiiuyYbO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMhiiuyYbO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMhiiuyYbO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMhiiuyYbO .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uMhiiuyYbO .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uMhiiuyYbO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMhiiuyYbO .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-uMhiiuyYbO .navbar {
    height: 70px;
  }
  .cid-uMhiiuyYbO .navbar.opened {
    height: auto;
  }
  .cid-uMhiiuyYbO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMhiiuyYbO .container,
.cid-uMhiiuyYbO .container-fluid {
  flex-wrap: wrap;
}
.cid-uMhiiuyYbO .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uMhiiuyYbO .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uMhiiuyYbO .contacts-menu .mbr-iconfont {
  color: #353535;
}
@media (max-width: 991px) {
  .cid-uMhiiuyYbO .contacts-menu {
    display: none;
  }
}
.cid-uMhiiuyYbO .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uMhiiuyYbO .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #2560b1;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uMhiiuyYbO .icon-box:hover {
  transform: scale(1.1);
}
.cid-uMhiiuyYbO .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uMhiiuyYbO .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uMhiiuyYbO .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uMhiiuyYbO .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uMhiiuyYbO .navbar-collapse .mbr-section-btn .btn-black {
  color: #2560b1 !important;
}
@media (max-width: 577px) {
  .cid-uMhiiuyYbO .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uMhiiuyYbO .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uMhiiuyYbO .navbar-collapse .nav-link:hover {
  color: #2560b1 !important;
}
.cid-uMhiiuWwu2 {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/enttek.de-wasserschaden-kreuzfugentrocknung-bad-sachsa-lauterberg-osterode-nordhausen-eichsfeld-harz-banner.jpg-1920x1100.jpg");
}
.cid-uMhiiuWwu2 H2 {
  color: #ffffff;
}
.cid-uMhiiuWwu2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMhiiuWwu2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMhiiuWwu2 .mbr-text,
.cid-uMhiiuWwu2 .mbr-section-btn {
  text-align: center;
}
.cid-uMhiivcOYU {
  padding-top: 60px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-uMhiivcOYU .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-uMhiivcOYU p {
  margin-bottom: 0 !important;
}
.cid-uMhiivcOYU .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-uMhiivcOYU .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uMhiivcOYU .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uMhiivcOYU .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uMhiivcOYU .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uMhiivcOYU .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uMhiivcOYU .card .panel-body {
  color: #767676;
}
.cid-uMhiivcOYU .card-header {
  transition: all 0.3s;
  background-color: #f6f6f6;
}
.cid-uMhiivcOYU .card-header:hover {
  background-color: #2560b1;
}
.cid-uMhiivcOYU .card-header:hover h4 {
  color: #ffffff !important;
}
.cid-uMhiivcOYU H4 {
  color: #2560b1;
}
.cid-uMhiivcOYU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMhiivcOYU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMhiivuSH1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uMhiivuSH1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMhiivuSH1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMhiivuSH1 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uMhiivuSH1 .mbr-section-title {
  color: #24262b;
}
.cid-uMhiivuSH1 .mbr-section-subtitle {
  color: #24262b;
}
.cid-uMhiivuSH1 .items-row {
  row-gap: 32px;
}
.cid-uMhiivuSH1 .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uMhiivuSH1 .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 6));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-uMhiivuSH1 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-uMhiivuSH1 .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-uMhiivuSH1 .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-uMhiivuSH1 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uMhiivuSH1 .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-uMhiivuSH1 .mbr-item-subtitle {
  color: #24262b;
}
.cid-uMhiivuSH1 .carousel-control,
.cid-uMhiivuSH1 .close {
  background: #1b1b1b;
}
.cid-uMhiivuSH1 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uMhiivuSH1 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uMhiivuSH1 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uMhiivuSH1 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uMhiivuSH1 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uMhiivuSH1 .close::before {
  content: '\e91a';
}
.cid-uMhiivuSH1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uMhiivuSH1 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uMhiivuSH1 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uMhiivuSH1 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uMhiivuSH1 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uMhiivuSH1 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uMhiivuSH1 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uMhiivuSH1 .carousel-indicators li.active,
.cid-uMhiivuSH1 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uMhiivuSH1 .carousel-indicators li::after,
.cid-uMhiivuSH1 .carousel-indicators li::before {
  content: none;
}
.cid-uMhiivuSH1 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uMhiivuSH1 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uMhiivuSH1 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uMhiivuSH1 .carousel-indicators {
    display: none;
  }
}
.cid-uMhiivuSH1 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uMhiivuSH1 .carousel-inner > .active {
  display: block;
}
.cid-uMhiivuSH1 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uMhiivuSH1 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uMhiivuSH1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uMhiivuSH1 .carousel-control,
  .cid-uMhiivuSH1 .carousel-indicators,
  .cid-uMhiivuSH1 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uMhiivuSH1 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uMhiivuSH1 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uMhiivuSH1 .carousel-indicators .active,
.cid-uMhiivuSH1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uMhiivuSH1 .carousel-indicators .active {
  background: #fff;
}
.cid-uMhiivuSH1 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uMhiivuSH1 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uMhiivuSH1 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uMhiivuSH1 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uMhiivuSH1 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uMhiivuSH1 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uMhiivuSH1 .carousel {
  width: 100%;
}
.cid-uMhiivuSH1 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uMhiivuSH1 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uMhiivuSH1 .modal.fade .modal-dialog,
.cid-uMhiivuSH1 .modal.in .modal-dialog {
  transform: none;
}
.cid-uMhiivuSH1 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uMhiivuSH1 H6 {
  text-align: center;
}
.cid-uMhiiwtbt4 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uMhiiwtbt4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMhiiwtbt4 .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-uMhiiwtbt4 .container {
    padding: 0 30px;
  }
}
.cid-uMhiiwtbt4 .row {
  justify-content: center;
}
.cid-uMhiiwtbt4 .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uMhiiwtbt4 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMhiiwtbt4 .mbr-desc {
  color: #144031;
}
.cid-uMhiiwtbt4 .mbr-text {
  color: #ffffff;
}
.cid-uMhiiwKSu1 {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #2560b1;
  overflow: hidden;
}
.cid-uMhiiwKSu1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMhiiwKSu1 .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-uMhiiwKSu1 .container {
    padding: 0 30px;
  }
}
.cid-uMhiiwKSu1 .row {
  justify-content: center;
}
.cid-uMhiiwKSu1 .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMhiiwKSu1 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMhiiwKSu1 .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMhiiwKSu1 .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMhiiwKSu1 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uMhiiwKSu1 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMhiiwKSu1 .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMhiiwKSu1 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMhiiwKSu1 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uMhiiwKSu1 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uMhiiwKSu1 .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMhiiwKSu1 .nav-wrapper .list .item-wrap:hover,
.cid-uMhiiwKSu1 .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uMhiiwKSu1 .nav-wrapper .list .item-wrap:hover::before,
.cid-uMhiiwKSu1 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uMhiiwKSu1 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uMhiiwKSu1 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMhiiwKSu1 .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMhiiwKSu1 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMhiiwKSu1 .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMhiiwKSu1 .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMhiiwKSu1 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uMhiiwKSu1 .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uMhiiwKSu1 .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMhiiwKSu1 .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uMhiiwKSu1 .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uMhiiwKSu1 .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uMhiiwKSu1 .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMhiiwKSu1 .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uMhiiwKSu1 .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uMhiiwKSu1 .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMhiiwKSu1 .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #2560b1;
}
@media (max-width: 992px) {
  .cid-uMhiiwKSu1 .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMhiiwKSu1 .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #2560b1;
}
.cid-uMhiiwKSu1 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uMhiiwKSu1 .mbr-section-title {
  color: #bee0d6;
}
.cid-uMhiiwKSu1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMhiiwKSu1 .list {
  color: #bee0d6;
}
.cid-uMhiiwKSu1 .mbr-address {
  color: #ffffff;
}
.cid-uMhiiwKSu1 .mbr-copy {
  color: #ffffff;
  text-align: left;
}
.cid-uMhiiwKSu1 .mbr-section-title,
.cid-uMhiiwKSu1 .logo-wrapper {
  color: #ffffff;
}
.cid-uMhiiwKSu1 .list,
.cid-uMhiiwKSu1 .item-wrap,
.cid-uMhiiwKSu1 .nav-wrapper {
  color: #ffffff;
}
.cid-uMhsX6icyv .navbar-dropdown {
  position: relative !important;
}
.cid-uMhsX6icyv .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-uMhsX6icyv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMhsX6icyv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMhsX6icyv .dropdown-item:hover,
.cid-uMhsX6icyv .dropdown-item:focus {
  background: #2560b1 !important;
  color: white !important;
}
.cid-uMhsX6icyv .dropdown-item:hover span {
  color: white;
}
.cid-uMhsX6icyv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMhsX6icyv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMhsX6icyv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMhsX6icyv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMhsX6icyv .nav-link {
  position: relative;
}
.cid-uMhsX6icyv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uMhsX6icyv .container {
    flex-wrap: nowrap;
  }
}
.cid-uMhsX6icyv .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMhsX6icyv .dropdown-menu,
.cid-uMhsX6icyv .navbar.opened {
  background: #ffffff !important;
}
.cid-uMhsX6icyv .nav-item:focus,
.cid-uMhsX6icyv .nav-link:focus {
  outline: none;
}
.cid-uMhsX6icyv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMhsX6icyv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMhsX6icyv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMhsX6icyv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMhsX6icyv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMhsX6icyv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMhsX6icyv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uMhsX6icyv .navbar.opened {
  transition: all 0.3s;
}
.cid-uMhsX6icyv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMhsX6icyv .navbar .navbar-logo img {
  width: auto;
}
.cid-uMhsX6icyv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMhsX6icyv .navbar.collapsed {
  justify-content: center;
}
.cid-uMhsX6icyv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMhsX6icyv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMhsX6icyv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uMhsX6icyv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMhsX6icyv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMhsX6icyv .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-uMhsX6icyv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMhsX6icyv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMhsX6icyv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMhsX6icyv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMhsX6icyv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMhsX6icyv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMhsX6icyv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMhsX6icyv .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-uMhsX6icyv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMhsX6icyv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMhsX6icyv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMhsX6icyv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMhsX6icyv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMhsX6icyv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMhsX6icyv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMhsX6icyv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMhsX6icyv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMhsX6icyv .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-uMhsX6icyv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMhsX6icyv .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uMhsX6icyv .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uMhsX6icyv .dropdown-item.active,
.cid-uMhsX6icyv .dropdown-item:active {
  background-color: transparent;
}
.cid-uMhsX6icyv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMhsX6icyv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMhsX6icyv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMhsX6icyv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uMhsX6icyv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMhsX6icyv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMhsX6icyv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMhsX6icyv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMhsX6icyv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMhsX6icyv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2560b1;
}
.cid-uMhsX6icyv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMhsX6icyv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMhsX6icyv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMhsX6icyv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMhsX6icyv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMhsX6icyv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMhsX6icyv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMhsX6icyv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMhsX6icyv .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uMhsX6icyv .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uMhsX6icyv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMhsX6icyv .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-uMhsX6icyv .navbar {
    height: 70px;
  }
  .cid-uMhsX6icyv .navbar.opened {
    height: auto;
  }
  .cid-uMhsX6icyv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMhsX6icyv .container,
.cid-uMhsX6icyv .container-fluid {
  flex-wrap: wrap;
}
.cid-uMhsX6icyv .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uMhsX6icyv .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uMhsX6icyv .contacts-menu .mbr-iconfont {
  color: #353535;
}
@media (max-width: 991px) {
  .cid-uMhsX6icyv .contacts-menu {
    display: none;
  }
}
.cid-uMhsX6icyv .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uMhsX6icyv .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #2560b1;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uMhsX6icyv .icon-box:hover {
  transform: scale(1.1);
}
.cid-uMhsX6icyv .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uMhsX6icyv .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uMhsX6icyv .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uMhsX6icyv .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uMhsX6icyv .navbar-collapse .mbr-section-btn .btn-black {
  color: #2560b1 !important;
}
@media (max-width: 577px) {
  .cid-uMhsX6icyv .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uMhsX6icyv .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uMhsX6icyv .navbar-collapse .nav-link:hover {
  color: #2560b1 !important;
}
.cid-uMhsX6S44A {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/enttek.de-wasserschaden-randfugentrocknung-bad-sachsa-lauterberg-osterode-nordhausen-eichsfeld-harz-banner.jpg-1920x1100.jpg");
}
.cid-uMhsX6S44A H2 {
  color: #ffffff;
}
.cid-uMhsX6S44A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMhsX6S44A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMhsX6S44A .mbr-text,
.cid-uMhsX6S44A .mbr-section-btn {
  text-align: center;
}
.cid-uMhsX7odQk {
  padding-top: 60px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-uMhsX7odQk .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-uMhsX7odQk p {
  margin-bottom: 0 !important;
}
.cid-uMhsX7odQk .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-uMhsX7odQk .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uMhsX7odQk .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uMhsX7odQk .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uMhsX7odQk .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uMhsX7odQk .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uMhsX7odQk .card .panel-body {
  color: #767676;
}
.cid-uMhsX7odQk .card-header {
  transition: all 0.3s;
  background-color: #f6f6f6;
}
.cid-uMhsX7odQk .card-header:hover {
  background-color: #2560b1;
}
.cid-uMhsX7odQk .card-header:hover h4 {
  color: #ffffff !important;
}
.cid-uMhsX7odQk H4 {
  color: #2560b1;
}
.cid-uMhsX7odQk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMhsX7odQk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMhsX7LW8S {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uMhsX7LW8S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMhsX7LW8S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMhsX7LW8S .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uMhsX7LW8S .mbr-section-title {
  color: #24262b;
}
.cid-uMhsX7LW8S .mbr-section-subtitle {
  color: #24262b;
}
.cid-uMhsX7LW8S .items-row {
  row-gap: 32px;
}
.cid-uMhsX7LW8S .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uMhsX7LW8S .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 6));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-uMhsX7LW8S .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-uMhsX7LW8S .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-uMhsX7LW8S .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-uMhsX7LW8S .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uMhsX7LW8S .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-uMhsX7LW8S .mbr-item-subtitle {
  color: #24262b;
}
.cid-uMhsX7LW8S .carousel-control,
.cid-uMhsX7LW8S .close {
  background: #1b1b1b;
}
.cid-uMhsX7LW8S .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uMhsX7LW8S .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uMhsX7LW8S .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uMhsX7LW8S .carousel-control-next span {
  margin-left: 5px;
}
.cid-uMhsX7LW8S .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uMhsX7LW8S .close::before {
  content: '\e91a';
}
.cid-uMhsX7LW8S .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uMhsX7LW8S .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uMhsX7LW8S .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uMhsX7LW8S .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uMhsX7LW8S .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uMhsX7LW8S .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uMhsX7LW8S .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uMhsX7LW8S .carousel-indicators li.active,
.cid-uMhsX7LW8S .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uMhsX7LW8S .carousel-indicators li::after,
.cid-uMhsX7LW8S .carousel-indicators li::before {
  content: none;
}
.cid-uMhsX7LW8S .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uMhsX7LW8S .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uMhsX7LW8S .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uMhsX7LW8S .carousel-indicators {
    display: none;
  }
}
.cid-uMhsX7LW8S .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uMhsX7LW8S .carousel-inner > .active {
  display: block;
}
.cid-uMhsX7LW8S .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uMhsX7LW8S .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uMhsX7LW8S .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uMhsX7LW8S .carousel-control,
  .cid-uMhsX7LW8S .carousel-indicators,
  .cid-uMhsX7LW8S .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uMhsX7LW8S .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uMhsX7LW8S .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uMhsX7LW8S .carousel-indicators .active,
.cid-uMhsX7LW8S .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uMhsX7LW8S .carousel-indicators .active {
  background: #fff;
}
.cid-uMhsX7LW8S .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uMhsX7LW8S .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uMhsX7LW8S .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uMhsX7LW8S .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uMhsX7LW8S .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uMhsX7LW8S .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uMhsX7LW8S .carousel {
  width: 100%;
}
.cid-uMhsX7LW8S .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uMhsX7LW8S .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uMhsX7LW8S .modal.fade .modal-dialog,
.cid-uMhsX7LW8S .modal.in .modal-dialog {
  transform: none;
}
.cid-uMhsX7LW8S .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uMhsX7LW8S H6 {
  text-align: center;
}
.cid-uMhsX8cRVT {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uMhsX8cRVT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMhsX8cRVT .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-uMhsX8cRVT .container {
    padding: 0 30px;
  }
}
.cid-uMhsX8cRVT .row {
  justify-content: center;
}
.cid-uMhsX8cRVT .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uMhsX8cRVT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMhsX8cRVT .mbr-desc {
  color: #144031;
}
.cid-uMhsX8cRVT .mbr-text {
  color: #ffffff;
}
.cid-uMhsX8rf0X {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #2560b1;
  overflow: hidden;
}
.cid-uMhsX8rf0X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMhsX8rf0X .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-uMhsX8rf0X .container {
    padding: 0 30px;
  }
}
.cid-uMhsX8rf0X .row {
  justify-content: center;
}
.cid-uMhsX8rf0X .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMhsX8rf0X .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMhsX8rf0X .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMhsX8rf0X .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMhsX8rf0X .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uMhsX8rf0X .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMhsX8rf0X .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMhsX8rf0X .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMhsX8rf0X .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uMhsX8rf0X .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uMhsX8rf0X .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMhsX8rf0X .nav-wrapper .list .item-wrap:hover,
.cid-uMhsX8rf0X .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uMhsX8rf0X .nav-wrapper .list .item-wrap:hover::before,
.cid-uMhsX8rf0X .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uMhsX8rf0X .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uMhsX8rf0X .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMhsX8rf0X .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMhsX8rf0X .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMhsX8rf0X .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMhsX8rf0X .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMhsX8rf0X .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uMhsX8rf0X .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uMhsX8rf0X .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMhsX8rf0X .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uMhsX8rf0X .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uMhsX8rf0X .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uMhsX8rf0X .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMhsX8rf0X .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uMhsX8rf0X .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uMhsX8rf0X .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMhsX8rf0X .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #2560b1;
}
@media (max-width: 992px) {
  .cid-uMhsX8rf0X .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMhsX8rf0X .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #2560b1;
}
.cid-uMhsX8rf0X .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uMhsX8rf0X .mbr-section-title {
  color: #bee0d6;
}
.cid-uMhsX8rf0X .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMhsX8rf0X .list {
  color: #bee0d6;
}
.cid-uMhsX8rf0X .mbr-address {
  color: #ffffff;
}
.cid-uMhsX8rf0X .mbr-copy {
  color: #ffffff;
  text-align: left;
}
.cid-uMhsX8rf0X .mbr-section-title,
.cid-uMhsX8rf0X .logo-wrapper {
  color: #ffffff;
}
.cid-uMhsX8rf0X .list,
.cid-uMhsX8rf0X .item-wrap,
.cid-uMhsX8rf0X .nav-wrapper {
  color: #ffffff;
}
.cid-uMk3o2VwGq .navbar-dropdown {
  position: relative !important;
}
.cid-uMk3o2VwGq .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-uMk3o2VwGq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMk3o2VwGq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMk3o2VwGq .dropdown-item:hover,
.cid-uMk3o2VwGq .dropdown-item:focus {
  background: #2560b1 !important;
  color: white !important;
}
.cid-uMk3o2VwGq .dropdown-item:hover span {
  color: white;
}
.cid-uMk3o2VwGq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMk3o2VwGq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMk3o2VwGq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMk3o2VwGq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMk3o2VwGq .nav-link {
  position: relative;
}
.cid-uMk3o2VwGq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uMk3o2VwGq .container {
    flex-wrap: nowrap;
  }
}
.cid-uMk3o2VwGq .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMk3o2VwGq .dropdown-menu,
.cid-uMk3o2VwGq .navbar.opened {
  background: #ffffff !important;
}
.cid-uMk3o2VwGq .nav-item:focus,
.cid-uMk3o2VwGq .nav-link:focus {
  outline: none;
}
.cid-uMk3o2VwGq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMk3o2VwGq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMk3o2VwGq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMk3o2VwGq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMk3o2VwGq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMk3o2VwGq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMk3o2VwGq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uMk3o2VwGq .navbar.opened {
  transition: all 0.3s;
}
.cid-uMk3o2VwGq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMk3o2VwGq .navbar .navbar-logo img {
  width: auto;
}
.cid-uMk3o2VwGq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMk3o2VwGq .navbar.collapsed {
  justify-content: center;
}
.cid-uMk3o2VwGq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMk3o2VwGq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMk3o2VwGq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uMk3o2VwGq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMk3o2VwGq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMk3o2VwGq .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-uMk3o2VwGq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMk3o2VwGq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMk3o2VwGq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMk3o2VwGq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMk3o2VwGq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMk3o2VwGq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMk3o2VwGq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMk3o2VwGq .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-uMk3o2VwGq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMk3o2VwGq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMk3o2VwGq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMk3o2VwGq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMk3o2VwGq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMk3o2VwGq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMk3o2VwGq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMk3o2VwGq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMk3o2VwGq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMk3o2VwGq .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-uMk3o2VwGq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMk3o2VwGq .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uMk3o2VwGq .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uMk3o2VwGq .dropdown-item.active,
.cid-uMk3o2VwGq .dropdown-item:active {
  background-color: transparent;
}
.cid-uMk3o2VwGq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMk3o2VwGq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMk3o2VwGq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMk3o2VwGq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uMk3o2VwGq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMk3o2VwGq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMk3o2VwGq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMk3o2VwGq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMk3o2VwGq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMk3o2VwGq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2560b1;
}
.cid-uMk3o2VwGq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMk3o2VwGq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMk3o2VwGq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMk3o2VwGq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMk3o2VwGq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMk3o2VwGq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMk3o2VwGq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMk3o2VwGq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMk3o2VwGq .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uMk3o2VwGq .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uMk3o2VwGq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMk3o2VwGq .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-uMk3o2VwGq .navbar {
    height: 70px;
  }
  .cid-uMk3o2VwGq .navbar.opened {
    height: auto;
  }
  .cid-uMk3o2VwGq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMk3o2VwGq .container,
.cid-uMk3o2VwGq .container-fluid {
  flex-wrap: wrap;
}
.cid-uMk3o2VwGq .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uMk3o2VwGq .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uMk3o2VwGq .contacts-menu .mbr-iconfont {
  color: #353535;
}
@media (max-width: 991px) {
  .cid-uMk3o2VwGq .contacts-menu {
    display: none;
  }
}
.cid-uMk3o2VwGq .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uMk3o2VwGq .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #2560b1;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uMk3o2VwGq .icon-box:hover {
  transform: scale(1.1);
}
.cid-uMk3o2VwGq .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uMk3o2VwGq .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uMk3o2VwGq .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uMk3o2VwGq .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uMk3o2VwGq .navbar-collapse .mbr-section-btn .btn-black {
  color: #2560b1 !important;
}
@media (max-width: 577px) {
  .cid-uMk3o2VwGq .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uMk3o2VwGq .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uMk3o2VwGq .navbar-collapse .nav-link:hover {
  color: #2560b1 !important;
}
.cid-uMk3o3i3pp {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/enttek.de-wasserschaden-hygrostatgesteuerte-trocknung-bad-sachsa-lauterberg-osterode-nordhausen-eichsfeld-harz-banner.jpg-1920x1100.jpg");
}
.cid-uMk3o3i3pp H2 {
  color: #ffffff;
}
.cid-uMk3o3i3pp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMk3o3i3pp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMk3o3i3pp .mbr-text,
.cid-uMk3o3i3pp .mbr-section-btn {
  text-align: center;
}
.cid-uMk3o3wVHV {
  padding-top: 60px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-uMk3o3wVHV .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-uMk3o3wVHV p {
  margin-bottom: 0 !important;
}
.cid-uMk3o3wVHV .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-uMk3o3wVHV .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uMk3o3wVHV .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uMk3o3wVHV .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uMk3o3wVHV .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uMk3o3wVHV .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uMk3o3wVHV .card .panel-body {
  color: #767676;
}
.cid-uMk3o3wVHV .card-header {
  transition: all 0.3s;
  background-color: #f6f6f6;
}
.cid-uMk3o3wVHV .card-header:hover {
  background-color: #2560b1;
}
.cid-uMk3o3wVHV .card-header:hover h4 {
  color: #ffffff !important;
}
.cid-uMk3o3wVHV H4 {
  color: #2560b1;
}
.cid-uMk3o3wVHV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMk3o3wVHV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMk3o3OzVZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uMk3o3OzVZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMk3o3OzVZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMk3o3OzVZ .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uMk3o3OzVZ .mbr-section-title {
  color: #24262b;
}
.cid-uMk3o3OzVZ .mbr-section-subtitle {
  color: #24262b;
}
.cid-uMk3o3OzVZ .items-row {
  row-gap: 32px;
}
.cid-uMk3o3OzVZ .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uMk3o3OzVZ .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 6));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-uMk3o3OzVZ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-uMk3o3OzVZ .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-uMk3o3OzVZ .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-uMk3o3OzVZ .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uMk3o3OzVZ .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-uMk3o3OzVZ .mbr-item-subtitle {
  color: #24262b;
}
.cid-uMk3o3OzVZ .carousel-control,
.cid-uMk3o3OzVZ .close {
  background: #1b1b1b;
}
.cid-uMk3o3OzVZ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uMk3o3OzVZ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uMk3o3OzVZ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uMk3o3OzVZ .carousel-control-next span {
  margin-left: 5px;
}
.cid-uMk3o3OzVZ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uMk3o3OzVZ .close::before {
  content: '\e91a';
}
.cid-uMk3o3OzVZ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uMk3o3OzVZ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uMk3o3OzVZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uMk3o3OzVZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uMk3o3OzVZ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uMk3o3OzVZ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uMk3o3OzVZ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uMk3o3OzVZ .carousel-indicators li.active,
.cid-uMk3o3OzVZ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uMk3o3OzVZ .carousel-indicators li::after,
.cid-uMk3o3OzVZ .carousel-indicators li::before {
  content: none;
}
.cid-uMk3o3OzVZ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uMk3o3OzVZ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uMk3o3OzVZ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uMk3o3OzVZ .carousel-indicators {
    display: none;
  }
}
.cid-uMk3o3OzVZ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uMk3o3OzVZ .carousel-inner > .active {
  display: block;
}
.cid-uMk3o3OzVZ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uMk3o3OzVZ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uMk3o3OzVZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uMk3o3OzVZ .carousel-control,
  .cid-uMk3o3OzVZ .carousel-indicators,
  .cid-uMk3o3OzVZ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uMk3o3OzVZ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uMk3o3OzVZ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uMk3o3OzVZ .carousel-indicators .active,
.cid-uMk3o3OzVZ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uMk3o3OzVZ .carousel-indicators .active {
  background: #fff;
}
.cid-uMk3o3OzVZ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uMk3o3OzVZ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uMk3o3OzVZ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uMk3o3OzVZ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uMk3o3OzVZ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uMk3o3OzVZ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uMk3o3OzVZ .carousel {
  width: 100%;
}
.cid-uMk3o3OzVZ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uMk3o3OzVZ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uMk3o3OzVZ .modal.fade .modal-dialog,
.cid-uMk3o3OzVZ .modal.in .modal-dialog {
  transform: none;
}
.cid-uMk3o3OzVZ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uMk3o3OzVZ H6 {
  text-align: center;
}
.cid-uMk3o4f3iH {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uMk3o4f3iH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMk3o4f3iH .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-uMk3o4f3iH .container {
    padding: 0 30px;
  }
}
.cid-uMk3o4f3iH .row {
  justify-content: center;
}
.cid-uMk3o4f3iH .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uMk3o4f3iH .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMk3o4f3iH .mbr-desc {
  color: #144031;
}
.cid-uMk3o4f3iH .mbr-text {
  color: #ffffff;
}
.cid-uMk3o4vOKy {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #2560b1;
  overflow: hidden;
}
.cid-uMk3o4vOKy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMk3o4vOKy .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-uMk3o4vOKy .container {
    padding: 0 30px;
  }
}
.cid-uMk3o4vOKy .row {
  justify-content: center;
}
.cid-uMk3o4vOKy .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMk3o4vOKy .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMk3o4vOKy .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMk3o4vOKy .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMk3o4vOKy .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uMk3o4vOKy .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMk3o4vOKy .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMk3o4vOKy .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMk3o4vOKy .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uMk3o4vOKy .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uMk3o4vOKy .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMk3o4vOKy .nav-wrapper .list .item-wrap:hover,
.cid-uMk3o4vOKy .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uMk3o4vOKy .nav-wrapper .list .item-wrap:hover::before,
.cid-uMk3o4vOKy .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uMk3o4vOKy .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uMk3o4vOKy .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMk3o4vOKy .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMk3o4vOKy .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMk3o4vOKy .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMk3o4vOKy .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMk3o4vOKy .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uMk3o4vOKy .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uMk3o4vOKy .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMk3o4vOKy .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uMk3o4vOKy .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uMk3o4vOKy .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uMk3o4vOKy .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMk3o4vOKy .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uMk3o4vOKy .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uMk3o4vOKy .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMk3o4vOKy .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #2560b1;
}
@media (max-width: 992px) {
  .cid-uMk3o4vOKy .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMk3o4vOKy .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #2560b1;
}
.cid-uMk3o4vOKy .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uMk3o4vOKy .mbr-section-title {
  color: #bee0d6;
}
.cid-uMk3o4vOKy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMk3o4vOKy .list {
  color: #bee0d6;
}
.cid-uMk3o4vOKy .mbr-address {
  color: #ffffff;
}
.cid-uMk3o4vOKy .mbr-copy {
  color: #ffffff;
  text-align: left;
}
.cid-uMk3o4vOKy .mbr-section-title,
.cid-uMk3o4vOKy .logo-wrapper {
  color: #ffffff;
}
.cid-uMk3o4vOKy .list,
.cid-uMk3o4vOKy .item-wrap,
.cid-uMk3o4vOKy .nav-wrapper {
  color: #ffffff;
}
.cid-uMhzIla38v .navbar-dropdown {
  position: relative !important;
}
.cid-uMhzIla38v .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-uMhzIla38v .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMhzIla38v .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMhzIla38v .dropdown-item:hover,
.cid-uMhzIla38v .dropdown-item:focus {
  background: #2560b1 !important;
  color: white !important;
}
.cid-uMhzIla38v .dropdown-item:hover span {
  color: white;
}
.cid-uMhzIla38v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMhzIla38v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMhzIla38v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMhzIla38v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMhzIla38v .nav-link {
  position: relative;
}
.cid-uMhzIla38v .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uMhzIla38v .container {
    flex-wrap: nowrap;
  }
}
.cid-uMhzIla38v .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMhzIla38v .dropdown-menu,
.cid-uMhzIla38v .navbar.opened {
  background: #ffffff !important;
}
.cid-uMhzIla38v .nav-item:focus,
.cid-uMhzIla38v .nav-link:focus {
  outline: none;
}
.cid-uMhzIla38v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMhzIla38v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMhzIla38v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMhzIla38v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMhzIla38v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMhzIla38v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMhzIla38v .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uMhzIla38v .navbar.opened {
  transition: all 0.3s;
}
.cid-uMhzIla38v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMhzIla38v .navbar .navbar-logo img {
  width: auto;
}
.cid-uMhzIla38v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMhzIla38v .navbar.collapsed {
  justify-content: center;
}
.cid-uMhzIla38v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMhzIla38v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMhzIla38v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uMhzIla38v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMhzIla38v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMhzIla38v .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-uMhzIla38v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMhzIla38v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMhzIla38v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMhzIla38v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMhzIla38v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMhzIla38v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMhzIla38v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMhzIla38v .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-uMhzIla38v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMhzIla38v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMhzIla38v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMhzIla38v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMhzIla38v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMhzIla38v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMhzIla38v .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMhzIla38v .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMhzIla38v .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMhzIla38v .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-uMhzIla38v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMhzIla38v .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uMhzIla38v .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uMhzIla38v .dropdown-item.active,
.cid-uMhzIla38v .dropdown-item:active {
  background-color: transparent;
}
.cid-uMhzIla38v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMhzIla38v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMhzIla38v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMhzIla38v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uMhzIla38v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMhzIla38v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMhzIla38v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMhzIla38v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMhzIla38v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMhzIla38v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2560b1;
}
.cid-uMhzIla38v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMhzIla38v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMhzIla38v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMhzIla38v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMhzIla38v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMhzIla38v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMhzIla38v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMhzIla38v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMhzIla38v .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uMhzIla38v .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uMhzIla38v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMhzIla38v .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-uMhzIla38v .navbar {
    height: 70px;
  }
  .cid-uMhzIla38v .navbar.opened {
    height: auto;
  }
  .cid-uMhzIla38v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMhzIla38v .container,
.cid-uMhzIla38v .container-fluid {
  flex-wrap: wrap;
}
.cid-uMhzIla38v .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uMhzIla38v .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uMhzIla38v .contacts-menu .mbr-iconfont {
  color: #353535;
}
@media (max-width: 991px) {
  .cid-uMhzIla38v .contacts-menu {
    display: none;
  }
}
.cid-uMhzIla38v .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uMhzIla38v .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #2560b1;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uMhzIla38v .icon-box:hover {
  transform: scale(1.1);
}
.cid-uMhzIla38v .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uMhzIla38v .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uMhzIla38v .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uMhzIla38v .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uMhzIla38v .navbar-collapse .mbr-section-btn .btn-black {
  color: #2560b1 !important;
}
@media (max-width: 577px) {
  .cid-uMhzIla38v .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uMhzIla38v .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uMhzIla38v .navbar-collapse .nav-link:hover {
  color: #2560b1 !important;
}
.cid-uMhzIlO8mA {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/enttek.de-wasserschaden-hohlraumtrocknung-bad-sachsa-lauterberg-osterode-nordhausen-eichsfeld-harz-banner.png-1920x1100.png");
}
.cid-uMhzIlO8mA H2 {
  color: #ffffff;
}
.cid-uMhzIlO8mA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMhzIlO8mA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMhzIlO8mA .mbr-text,
.cid-uMhzIlO8mA .mbr-section-btn {
  text-align: center;
}
.cid-uMhzImcTp3 {
  padding-top: 60px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-uMhzImcTp3 .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-uMhzImcTp3 p {
  margin-bottom: 0 !important;
}
.cid-uMhzImcTp3 .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-uMhzImcTp3 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uMhzImcTp3 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uMhzImcTp3 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uMhzImcTp3 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uMhzImcTp3 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uMhzImcTp3 .card .panel-body {
  color: #767676;
}
.cid-uMhzImcTp3 .card-header {
  transition: all 0.3s;
  background-color: #f6f6f6;
}
.cid-uMhzImcTp3 .card-header:hover {
  background-color: #2560b1;
}
.cid-uMhzImcTp3 .card-header:hover h4 {
  color: #ffffff !important;
}
.cid-uMhzImcTp3 H4 {
  color: #2560b1;
}
.cid-uMhzImcTp3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMhzImcTp3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMhzImIOtO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uMhzImIOtO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMhzImIOtO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMhzImIOtO .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uMhzImIOtO .mbr-section-title {
  color: #24262b;
}
.cid-uMhzImIOtO .mbr-section-subtitle {
  color: #24262b;
}
.cid-uMhzImIOtO .items-row {
  row-gap: 32px;
}
.cid-uMhzImIOtO .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uMhzImIOtO .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 6));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-uMhzImIOtO .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-uMhzImIOtO .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-uMhzImIOtO .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-uMhzImIOtO .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uMhzImIOtO .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-uMhzImIOtO .mbr-item-subtitle {
  color: #24262b;
}
.cid-uMhzImIOtO .carousel-control,
.cid-uMhzImIOtO .close {
  background: #1b1b1b;
}
.cid-uMhzImIOtO .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uMhzImIOtO .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uMhzImIOtO .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uMhzImIOtO .carousel-control-next span {
  margin-left: 5px;
}
.cid-uMhzImIOtO .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uMhzImIOtO .close::before {
  content: '\e91a';
}
.cid-uMhzImIOtO .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uMhzImIOtO .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uMhzImIOtO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uMhzImIOtO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uMhzImIOtO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uMhzImIOtO .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uMhzImIOtO .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uMhzImIOtO .carousel-indicators li.active,
.cid-uMhzImIOtO .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uMhzImIOtO .carousel-indicators li::after,
.cid-uMhzImIOtO .carousel-indicators li::before {
  content: none;
}
.cid-uMhzImIOtO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uMhzImIOtO .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uMhzImIOtO .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uMhzImIOtO .carousel-indicators {
    display: none;
  }
}
.cid-uMhzImIOtO .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uMhzImIOtO .carousel-inner > .active {
  display: block;
}
.cid-uMhzImIOtO .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uMhzImIOtO .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uMhzImIOtO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uMhzImIOtO .carousel-control,
  .cid-uMhzImIOtO .carousel-indicators,
  .cid-uMhzImIOtO .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uMhzImIOtO .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uMhzImIOtO .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uMhzImIOtO .carousel-indicators .active,
.cid-uMhzImIOtO .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uMhzImIOtO .carousel-indicators .active {
  background: #fff;
}
.cid-uMhzImIOtO .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uMhzImIOtO .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uMhzImIOtO .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uMhzImIOtO .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uMhzImIOtO .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uMhzImIOtO .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uMhzImIOtO .carousel {
  width: 100%;
}
.cid-uMhzImIOtO .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uMhzImIOtO .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uMhzImIOtO .modal.fade .modal-dialog,
.cid-uMhzImIOtO .modal.in .modal-dialog {
  transform: none;
}
.cid-uMhzImIOtO .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uMhzImIOtO H6 {
  text-align: center;
}
.cid-uMhzInypnA {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uMhzInypnA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMhzInypnA .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-uMhzInypnA .container {
    padding: 0 30px;
  }
}
.cid-uMhzInypnA .row {
  justify-content: center;
}
.cid-uMhzInypnA .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uMhzInypnA .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMhzInypnA .mbr-desc {
  color: #144031;
}
.cid-uMhzInypnA .mbr-text {
  color: #ffffff;
}
.cid-uMhzInOwjz {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #2560b1;
  overflow: hidden;
}
.cid-uMhzInOwjz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMhzInOwjz .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-uMhzInOwjz .container {
    padding: 0 30px;
  }
}
.cid-uMhzInOwjz .row {
  justify-content: center;
}
.cid-uMhzInOwjz .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMhzInOwjz .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMhzInOwjz .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMhzInOwjz .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMhzInOwjz .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uMhzInOwjz .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMhzInOwjz .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMhzInOwjz .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMhzInOwjz .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uMhzInOwjz .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uMhzInOwjz .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMhzInOwjz .nav-wrapper .list .item-wrap:hover,
.cid-uMhzInOwjz .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uMhzInOwjz .nav-wrapper .list .item-wrap:hover::before,
.cid-uMhzInOwjz .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uMhzInOwjz .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uMhzInOwjz .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMhzInOwjz .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMhzInOwjz .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMhzInOwjz .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMhzInOwjz .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMhzInOwjz .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uMhzInOwjz .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uMhzInOwjz .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMhzInOwjz .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uMhzInOwjz .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uMhzInOwjz .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uMhzInOwjz .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMhzInOwjz .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uMhzInOwjz .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uMhzInOwjz .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMhzInOwjz .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #2560b1;
}
@media (max-width: 992px) {
  .cid-uMhzInOwjz .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMhzInOwjz .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #2560b1;
}
.cid-uMhzInOwjz .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uMhzInOwjz .mbr-section-title {
  color: #bee0d6;
}
.cid-uMhzInOwjz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMhzInOwjz .list {
  color: #bee0d6;
}
.cid-uMhzInOwjz .mbr-address {
  color: #ffffff;
}
.cid-uMhzInOwjz .mbr-copy {
  color: #ffffff;
  text-align: left;
}
.cid-uMhzInOwjz .mbr-section-title,
.cid-uMhzInOwjz .logo-wrapper {
  color: #ffffff;
}
.cid-uMhzInOwjz .list,
.cid-uMhzInOwjz .item-wrap,
.cid-uMhzInOwjz .nav-wrapper {
  color: #ffffff;
}
.cid-uMk9U5eJRD .navbar-dropdown {
  position: relative !important;
}
.cid-uMk9U5eJRD .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-uMk9U5eJRD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMk9U5eJRD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMk9U5eJRD .dropdown-item:hover,
.cid-uMk9U5eJRD .dropdown-item:focus {
  background: #2560b1 !important;
  color: white !important;
}
.cid-uMk9U5eJRD .dropdown-item:hover span {
  color: white;
}
.cid-uMk9U5eJRD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMk9U5eJRD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMk9U5eJRD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMk9U5eJRD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMk9U5eJRD .nav-link {
  position: relative;
}
.cid-uMk9U5eJRD .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uMk9U5eJRD .container {
    flex-wrap: nowrap;
  }
}
.cid-uMk9U5eJRD .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMk9U5eJRD .dropdown-menu,
.cid-uMk9U5eJRD .navbar.opened {
  background: #ffffff !important;
}
.cid-uMk9U5eJRD .nav-item:focus,
.cid-uMk9U5eJRD .nav-link:focus {
  outline: none;
}
.cid-uMk9U5eJRD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMk9U5eJRD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMk9U5eJRD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMk9U5eJRD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMk9U5eJRD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMk9U5eJRD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMk9U5eJRD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uMk9U5eJRD .navbar.opened {
  transition: all 0.3s;
}
.cid-uMk9U5eJRD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMk9U5eJRD .navbar .navbar-logo img {
  width: auto;
}
.cid-uMk9U5eJRD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMk9U5eJRD .navbar.collapsed {
  justify-content: center;
}
.cid-uMk9U5eJRD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMk9U5eJRD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMk9U5eJRD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uMk9U5eJRD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMk9U5eJRD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMk9U5eJRD .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-uMk9U5eJRD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMk9U5eJRD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMk9U5eJRD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMk9U5eJRD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMk9U5eJRD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMk9U5eJRD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMk9U5eJRD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMk9U5eJRD .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-uMk9U5eJRD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMk9U5eJRD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMk9U5eJRD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMk9U5eJRD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMk9U5eJRD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMk9U5eJRD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMk9U5eJRD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMk9U5eJRD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMk9U5eJRD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMk9U5eJRD .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-uMk9U5eJRD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMk9U5eJRD .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uMk9U5eJRD .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uMk9U5eJRD .dropdown-item.active,
.cid-uMk9U5eJRD .dropdown-item:active {
  background-color: transparent;
}
.cid-uMk9U5eJRD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMk9U5eJRD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMk9U5eJRD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMk9U5eJRD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uMk9U5eJRD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMk9U5eJRD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMk9U5eJRD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMk9U5eJRD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMk9U5eJRD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMk9U5eJRD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2560b1;
}
.cid-uMk9U5eJRD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMk9U5eJRD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMk9U5eJRD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMk9U5eJRD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMk9U5eJRD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMk9U5eJRD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMk9U5eJRD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMk9U5eJRD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMk9U5eJRD .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uMk9U5eJRD .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uMk9U5eJRD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMk9U5eJRD .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-uMk9U5eJRD .navbar {
    height: 70px;
  }
  .cid-uMk9U5eJRD .navbar.opened {
    height: auto;
  }
  .cid-uMk9U5eJRD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMk9U5eJRD .container,
.cid-uMk9U5eJRD .container-fluid {
  flex-wrap: wrap;
}
.cid-uMk9U5eJRD .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uMk9U5eJRD .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uMk9U5eJRD .contacts-menu .mbr-iconfont {
  color: #353535;
}
@media (max-width: 991px) {
  .cid-uMk9U5eJRD .contacts-menu {
    display: none;
  }
}
.cid-uMk9U5eJRD .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uMk9U5eJRD .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #2560b1;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uMk9U5eJRD .icon-box:hover {
  transform: scale(1.1);
}
.cid-uMk9U5eJRD .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uMk9U5eJRD .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uMk9U5eJRD .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uMk9U5eJRD .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uMk9U5eJRD .navbar-collapse .mbr-section-btn .btn-black {
  color: #2560b1 !important;
}
@media (max-width: 577px) {
  .cid-uMk9U5eJRD .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uMk9U5eJRD .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uMk9U5eJRD .navbar-collapse .nav-link:hover {
  color: #2560b1 !important;
}
.cid-uMk9U5KEXu {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/enttek.de-wasserschaden-infrarottrocknung-bad-sachsa-lauterberg-osterode-nordhausen-eichsfeld-harz-banner.jpg-1920x1100.jpg");
}
.cid-uMk9U5KEXu H2 {
  color: #ffffff;
}
.cid-uMk9U5KEXu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMk9U5KEXu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMk9U5KEXu .mbr-text,
.cid-uMk9U5KEXu .mbr-section-btn {
  text-align: center;
}
.cid-uMk9U65Yog {
  padding-top: 60px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-uMk9U65Yog .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-uMk9U65Yog p {
  margin-bottom: 0 !important;
}
.cid-uMk9U65Yog .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-uMk9U65Yog .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uMk9U65Yog .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uMk9U65Yog .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uMk9U65Yog .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uMk9U65Yog .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uMk9U65Yog .card .panel-body {
  color: #767676;
}
.cid-uMk9U65Yog .card-header {
  transition: all 0.3s;
  background-color: #f6f6f6;
}
.cid-uMk9U65Yog .card-header:hover {
  background-color: #2560b1;
}
.cid-uMk9U65Yog .card-header:hover h4 {
  color: #ffffff !important;
}
.cid-uMk9U65Yog H4 {
  color: #2560b1;
}
.cid-uMk9U65Yog .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMk9U65Yog .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMk9U6xJE3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uMk9U6xJE3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMk9U6xJE3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMk9U6xJE3 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uMk9U6xJE3 .mbr-section-title {
  color: #24262b;
}
.cid-uMk9U6xJE3 .mbr-section-subtitle {
  color: #24262b;
}
.cid-uMk9U6xJE3 .items-row {
  row-gap: 32px;
}
.cid-uMk9U6xJE3 .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uMk9U6xJE3 .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 6));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-uMk9U6xJE3 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-uMk9U6xJE3 .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-uMk9U6xJE3 .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-uMk9U6xJE3 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uMk9U6xJE3 .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-uMk9U6xJE3 .mbr-item-subtitle {
  color: #24262b;
}
.cid-uMk9U6xJE3 .carousel-control,
.cid-uMk9U6xJE3 .close {
  background: #1b1b1b;
}
.cid-uMk9U6xJE3 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uMk9U6xJE3 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uMk9U6xJE3 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uMk9U6xJE3 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uMk9U6xJE3 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uMk9U6xJE3 .close::before {
  content: '\e91a';
}
.cid-uMk9U6xJE3 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uMk9U6xJE3 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uMk9U6xJE3 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uMk9U6xJE3 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uMk9U6xJE3 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uMk9U6xJE3 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uMk9U6xJE3 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uMk9U6xJE3 .carousel-indicators li.active,
.cid-uMk9U6xJE3 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uMk9U6xJE3 .carousel-indicators li::after,
.cid-uMk9U6xJE3 .carousel-indicators li::before {
  content: none;
}
.cid-uMk9U6xJE3 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uMk9U6xJE3 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uMk9U6xJE3 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uMk9U6xJE3 .carousel-indicators {
    display: none;
  }
}
.cid-uMk9U6xJE3 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uMk9U6xJE3 .carousel-inner > .active {
  display: block;
}
.cid-uMk9U6xJE3 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uMk9U6xJE3 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uMk9U6xJE3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uMk9U6xJE3 .carousel-control,
  .cid-uMk9U6xJE3 .carousel-indicators,
  .cid-uMk9U6xJE3 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uMk9U6xJE3 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uMk9U6xJE3 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uMk9U6xJE3 .carousel-indicators .active,
.cid-uMk9U6xJE3 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uMk9U6xJE3 .carousel-indicators .active {
  background: #fff;
}
.cid-uMk9U6xJE3 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uMk9U6xJE3 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uMk9U6xJE3 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uMk9U6xJE3 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uMk9U6xJE3 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uMk9U6xJE3 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uMk9U6xJE3 .carousel {
  width: 100%;
}
.cid-uMk9U6xJE3 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uMk9U6xJE3 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uMk9U6xJE3 .modal.fade .modal-dialog,
.cid-uMk9U6xJE3 .modal.in .modal-dialog {
  transform: none;
}
.cid-uMk9U6xJE3 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uMk9U6xJE3 H6 {
  text-align: center;
}
.cid-uMk9U6Xii0 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uMk9U6Xii0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMk9U6Xii0 .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-uMk9U6Xii0 .container {
    padding: 0 30px;
  }
}
.cid-uMk9U6Xii0 .row {
  justify-content: center;
}
.cid-uMk9U6Xii0 .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uMk9U6Xii0 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMk9U6Xii0 .mbr-desc {
  color: #144031;
}
.cid-uMk9U6Xii0 .mbr-text {
  color: #ffffff;
}
.cid-uMk9U7d1CA {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #2560b1;
  overflow: hidden;
}
.cid-uMk9U7d1CA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMk9U7d1CA .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-uMk9U7d1CA .container {
    padding: 0 30px;
  }
}
.cid-uMk9U7d1CA .row {
  justify-content: center;
}
.cid-uMk9U7d1CA .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMk9U7d1CA .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMk9U7d1CA .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMk9U7d1CA .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMk9U7d1CA .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uMk9U7d1CA .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMk9U7d1CA .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMk9U7d1CA .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMk9U7d1CA .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uMk9U7d1CA .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uMk9U7d1CA .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMk9U7d1CA .nav-wrapper .list .item-wrap:hover,
.cid-uMk9U7d1CA .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uMk9U7d1CA .nav-wrapper .list .item-wrap:hover::before,
.cid-uMk9U7d1CA .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uMk9U7d1CA .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uMk9U7d1CA .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMk9U7d1CA .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMk9U7d1CA .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMk9U7d1CA .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMk9U7d1CA .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMk9U7d1CA .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uMk9U7d1CA .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uMk9U7d1CA .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMk9U7d1CA .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uMk9U7d1CA .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uMk9U7d1CA .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uMk9U7d1CA .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMk9U7d1CA .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uMk9U7d1CA .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uMk9U7d1CA .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMk9U7d1CA .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #2560b1;
}
@media (max-width: 992px) {
  .cid-uMk9U7d1CA .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMk9U7d1CA .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #2560b1;
}
.cid-uMk9U7d1CA .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uMk9U7d1CA .mbr-section-title {
  color: #bee0d6;
}
.cid-uMk9U7d1CA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMk9U7d1CA .list {
  color: #bee0d6;
}
.cid-uMk9U7d1CA .mbr-address {
  color: #ffffff;
}
.cid-uMk9U7d1CA .mbr-copy {
  color: #ffffff;
  text-align: left;
}
.cid-uMk9U7d1CA .mbr-section-title,
.cid-uMk9U7d1CA .logo-wrapper {
  color: #ffffff;
}
.cid-uMk9U7d1CA .list,
.cid-uMk9U7d1CA .item-wrap,
.cid-uMk9U7d1CA .nav-wrapper {
  color: #ffffff;
}
.cid-uMkkbhc5wK .navbar-dropdown {
  position: relative !important;
}
.cid-uMkkbhc5wK .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-uMkkbhc5wK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMkkbhc5wK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMkkbhc5wK .dropdown-item:hover,
.cid-uMkkbhc5wK .dropdown-item:focus {
  background: #2560b1 !important;
  color: white !important;
}
.cid-uMkkbhc5wK .dropdown-item:hover span {
  color: white;
}
.cid-uMkkbhc5wK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMkkbhc5wK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMkkbhc5wK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMkkbhc5wK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMkkbhc5wK .nav-link {
  position: relative;
}
.cid-uMkkbhc5wK .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uMkkbhc5wK .container {
    flex-wrap: nowrap;
  }
}
.cid-uMkkbhc5wK .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMkkbhc5wK .dropdown-menu,
.cid-uMkkbhc5wK .navbar.opened {
  background: #ffffff !important;
}
.cid-uMkkbhc5wK .nav-item:focus,
.cid-uMkkbhc5wK .nav-link:focus {
  outline: none;
}
.cid-uMkkbhc5wK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMkkbhc5wK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMkkbhc5wK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMkkbhc5wK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMkkbhc5wK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMkkbhc5wK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMkkbhc5wK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uMkkbhc5wK .navbar.opened {
  transition: all 0.3s;
}
.cid-uMkkbhc5wK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMkkbhc5wK .navbar .navbar-logo img {
  width: auto;
}
.cid-uMkkbhc5wK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMkkbhc5wK .navbar.collapsed {
  justify-content: center;
}
.cid-uMkkbhc5wK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMkkbhc5wK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMkkbhc5wK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uMkkbhc5wK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMkkbhc5wK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMkkbhc5wK .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-uMkkbhc5wK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMkkbhc5wK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMkkbhc5wK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMkkbhc5wK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMkkbhc5wK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMkkbhc5wK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMkkbhc5wK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMkkbhc5wK .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-uMkkbhc5wK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMkkbhc5wK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMkkbhc5wK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMkkbhc5wK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMkkbhc5wK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMkkbhc5wK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMkkbhc5wK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMkkbhc5wK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMkkbhc5wK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMkkbhc5wK .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-uMkkbhc5wK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMkkbhc5wK .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uMkkbhc5wK .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uMkkbhc5wK .dropdown-item.active,
.cid-uMkkbhc5wK .dropdown-item:active {
  background-color: transparent;
}
.cid-uMkkbhc5wK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMkkbhc5wK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMkkbhc5wK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMkkbhc5wK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uMkkbhc5wK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMkkbhc5wK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMkkbhc5wK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMkkbhc5wK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMkkbhc5wK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMkkbhc5wK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2560b1;
}
.cid-uMkkbhc5wK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMkkbhc5wK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMkkbhc5wK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMkkbhc5wK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMkkbhc5wK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMkkbhc5wK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMkkbhc5wK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMkkbhc5wK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMkkbhc5wK .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uMkkbhc5wK .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uMkkbhc5wK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMkkbhc5wK .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-uMkkbhc5wK .navbar {
    height: 70px;
  }
  .cid-uMkkbhc5wK .navbar.opened {
    height: auto;
  }
  .cid-uMkkbhc5wK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMkkbhc5wK .container,
.cid-uMkkbhc5wK .container-fluid {
  flex-wrap: wrap;
}
.cid-uMkkbhc5wK .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uMkkbhc5wK .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uMkkbhc5wK .contacts-menu .mbr-iconfont {
  color: #353535;
}
@media (max-width: 991px) {
  .cid-uMkkbhc5wK .contacts-menu {
    display: none;
  }
}
.cid-uMkkbhc5wK .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uMkkbhc5wK .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #2560b1;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uMkkbhc5wK .icon-box:hover {
  transform: scale(1.1);
}
.cid-uMkkbhc5wK .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uMkkbhc5wK .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uMkkbhc5wK .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uMkkbhc5wK .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uMkkbhc5wK .navbar-collapse .mbr-section-btn .btn-black {
  color: #2560b1 !important;
}
@media (max-width: 577px) {
  .cid-uMkkbhc5wK .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uMkkbhc5wK .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uMkkbhc5wK .navbar-collapse .nav-link:hover {
  color: #2560b1 !important;
}
.cid-uMkkbhzMjz {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/enttek.de-wasserschaden-luftentfeuchtung-bad-sachsa-lauterberg-osterode-nordhausen-eichsfeld-harz-banner.jpg-1920x1100.jpg");
}
.cid-uMkkbhzMjz H2 {
  color: #ffffff;
}
.cid-uMkkbhzMjz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkkbhzMjz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkkbhzMjz .mbr-text,
.cid-uMkkbhzMjz .mbr-section-btn {
  text-align: center;
}
.cid-uMkkbhNBGC {
  padding-top: 60px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-uMkkbhNBGC .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-uMkkbhNBGC p {
  margin-bottom: 0 !important;
}
.cid-uMkkbhNBGC .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-uMkkbhNBGC .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uMkkbhNBGC .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uMkkbhNBGC .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uMkkbhNBGC .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uMkkbhNBGC .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uMkkbhNBGC .card .panel-body {
  color: #767676;
}
.cid-uMkkbhNBGC .card-header {
  transition: all 0.3s;
  background-color: #f6f6f6;
}
.cid-uMkkbhNBGC .card-header:hover {
  background-color: #2560b1;
}
.cid-uMkkbhNBGC .card-header:hover h4 {
  color: #ffffff !important;
}
.cid-uMkkbhNBGC H4 {
  color: #2560b1;
}
.cid-uMkkbhNBGC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkkbhNBGC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkkbi4ykM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uMkkbi4ykM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkkbi4ykM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkkbi4ykM .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uMkkbi4ykM .mbr-section-title {
  color: #24262b;
}
.cid-uMkkbi4ykM .mbr-section-subtitle {
  color: #24262b;
}
.cid-uMkkbi4ykM .items-row {
  row-gap: 32px;
}
.cid-uMkkbi4ykM .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uMkkbi4ykM .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 6));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-uMkkbi4ykM .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-uMkkbi4ykM .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-uMkkbi4ykM .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-uMkkbi4ykM .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uMkkbi4ykM .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-uMkkbi4ykM .mbr-item-subtitle {
  color: #24262b;
}
.cid-uMkkbi4ykM .carousel-control,
.cid-uMkkbi4ykM .close {
  background: #1b1b1b;
}
.cid-uMkkbi4ykM .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uMkkbi4ykM .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uMkkbi4ykM .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uMkkbi4ykM .carousel-control-next span {
  margin-left: 5px;
}
.cid-uMkkbi4ykM .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uMkkbi4ykM .close::before {
  content: '\e91a';
}
.cid-uMkkbi4ykM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uMkkbi4ykM .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uMkkbi4ykM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uMkkbi4ykM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uMkkbi4ykM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uMkkbi4ykM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uMkkbi4ykM .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uMkkbi4ykM .carousel-indicators li.active,
.cid-uMkkbi4ykM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uMkkbi4ykM .carousel-indicators li::after,
.cid-uMkkbi4ykM .carousel-indicators li::before {
  content: none;
}
.cid-uMkkbi4ykM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uMkkbi4ykM .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uMkkbi4ykM .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uMkkbi4ykM .carousel-indicators {
    display: none;
  }
}
.cid-uMkkbi4ykM .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uMkkbi4ykM .carousel-inner > .active {
  display: block;
}
.cid-uMkkbi4ykM .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uMkkbi4ykM .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uMkkbi4ykM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uMkkbi4ykM .carousel-control,
  .cid-uMkkbi4ykM .carousel-indicators,
  .cid-uMkkbi4ykM .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uMkkbi4ykM .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uMkkbi4ykM .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uMkkbi4ykM .carousel-indicators .active,
.cid-uMkkbi4ykM .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uMkkbi4ykM .carousel-indicators .active {
  background: #fff;
}
.cid-uMkkbi4ykM .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uMkkbi4ykM .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uMkkbi4ykM .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uMkkbi4ykM .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uMkkbi4ykM .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uMkkbi4ykM .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uMkkbi4ykM .carousel {
  width: 100%;
}
.cid-uMkkbi4ykM .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uMkkbi4ykM .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uMkkbi4ykM .modal.fade .modal-dialog,
.cid-uMkkbi4ykM .modal.in .modal-dialog {
  transform: none;
}
.cid-uMkkbi4ykM .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uMkkbi4ykM H6 {
  text-align: center;
}
.cid-uMkkbirCrT {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uMkkbirCrT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkkbirCrT .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-uMkkbirCrT .container {
    padding: 0 30px;
  }
}
.cid-uMkkbirCrT .row {
  justify-content: center;
}
.cid-uMkkbirCrT .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uMkkbirCrT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMkkbirCrT .mbr-desc {
  color: #144031;
}
.cid-uMkkbirCrT .mbr-text {
  color: #ffffff;
}
.cid-uMkkbiIUDX {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #2560b1;
  overflow: hidden;
}
.cid-uMkkbiIUDX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkkbiIUDX .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-uMkkbiIUDX .container {
    padding: 0 30px;
  }
}
.cid-uMkkbiIUDX .row {
  justify-content: center;
}
.cid-uMkkbiIUDX .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMkkbiIUDX .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMkkbiIUDX .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMkkbiIUDX .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMkkbiIUDX .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uMkkbiIUDX .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMkkbiIUDX .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMkkbiIUDX .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMkkbiIUDX .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uMkkbiIUDX .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uMkkbiIUDX .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMkkbiIUDX .nav-wrapper .list .item-wrap:hover,
.cid-uMkkbiIUDX .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uMkkbiIUDX .nav-wrapper .list .item-wrap:hover::before,
.cid-uMkkbiIUDX .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uMkkbiIUDX .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uMkkbiIUDX .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMkkbiIUDX .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMkkbiIUDX .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMkkbiIUDX .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMkkbiIUDX .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMkkbiIUDX .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uMkkbiIUDX .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uMkkbiIUDX .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMkkbiIUDX .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uMkkbiIUDX .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uMkkbiIUDX .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uMkkbiIUDX .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMkkbiIUDX .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uMkkbiIUDX .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uMkkbiIUDX .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMkkbiIUDX .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #2560b1;
}
@media (max-width: 992px) {
  .cid-uMkkbiIUDX .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMkkbiIUDX .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #2560b1;
}
.cid-uMkkbiIUDX .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uMkkbiIUDX .mbr-section-title {
  color: #bee0d6;
}
.cid-uMkkbiIUDX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMkkbiIUDX .list {
  color: #bee0d6;
}
.cid-uMkkbiIUDX .mbr-address {
  color: #ffffff;
}
.cid-uMkkbiIUDX .mbr-copy {
  color: #ffffff;
  text-align: left;
}
.cid-uMkkbiIUDX .mbr-section-title,
.cid-uMkkbiIUDX .logo-wrapper {
  color: #ffffff;
}
.cid-uMkkbiIUDX .list,
.cid-uMkkbiIUDX .item-wrap,
.cid-uMkkbiIUDX .nav-wrapper {
  color: #ffffff;
}
.cid-uMkrAOS2hX .navbar-dropdown {
  position: relative !important;
}
.cid-uMkrAOS2hX .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-uMkrAOS2hX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMkrAOS2hX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMkrAOS2hX .dropdown-item:hover,
.cid-uMkrAOS2hX .dropdown-item:focus {
  background: #2560b1 !important;
  color: white !important;
}
.cid-uMkrAOS2hX .dropdown-item:hover span {
  color: white;
}
.cid-uMkrAOS2hX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMkrAOS2hX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMkrAOS2hX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMkrAOS2hX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMkrAOS2hX .nav-link {
  position: relative;
}
.cid-uMkrAOS2hX .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uMkrAOS2hX .container {
    flex-wrap: nowrap;
  }
}
.cid-uMkrAOS2hX .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMkrAOS2hX .dropdown-menu,
.cid-uMkrAOS2hX .navbar.opened {
  background: #ffffff !important;
}
.cid-uMkrAOS2hX .nav-item:focus,
.cid-uMkrAOS2hX .nav-link:focus {
  outline: none;
}
.cid-uMkrAOS2hX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMkrAOS2hX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMkrAOS2hX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMkrAOS2hX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMkrAOS2hX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMkrAOS2hX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMkrAOS2hX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uMkrAOS2hX .navbar.opened {
  transition: all 0.3s;
}
.cid-uMkrAOS2hX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMkrAOS2hX .navbar .navbar-logo img {
  width: auto;
}
.cid-uMkrAOS2hX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMkrAOS2hX .navbar.collapsed {
  justify-content: center;
}
.cid-uMkrAOS2hX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMkrAOS2hX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMkrAOS2hX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uMkrAOS2hX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMkrAOS2hX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMkrAOS2hX .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-uMkrAOS2hX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMkrAOS2hX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMkrAOS2hX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMkrAOS2hX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMkrAOS2hX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMkrAOS2hX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMkrAOS2hX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMkrAOS2hX .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-uMkrAOS2hX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMkrAOS2hX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMkrAOS2hX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMkrAOS2hX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMkrAOS2hX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMkrAOS2hX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMkrAOS2hX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMkrAOS2hX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMkrAOS2hX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMkrAOS2hX .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-uMkrAOS2hX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMkrAOS2hX .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uMkrAOS2hX .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uMkrAOS2hX .dropdown-item.active,
.cid-uMkrAOS2hX .dropdown-item:active {
  background-color: transparent;
}
.cid-uMkrAOS2hX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMkrAOS2hX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMkrAOS2hX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMkrAOS2hX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uMkrAOS2hX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMkrAOS2hX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMkrAOS2hX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMkrAOS2hX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMkrAOS2hX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMkrAOS2hX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2560b1;
}
.cid-uMkrAOS2hX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMkrAOS2hX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMkrAOS2hX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMkrAOS2hX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMkrAOS2hX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMkrAOS2hX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMkrAOS2hX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMkrAOS2hX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMkrAOS2hX .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uMkrAOS2hX .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uMkrAOS2hX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMkrAOS2hX .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-uMkrAOS2hX .navbar {
    height: 70px;
  }
  .cid-uMkrAOS2hX .navbar.opened {
    height: auto;
  }
  .cid-uMkrAOS2hX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMkrAOS2hX .container,
.cid-uMkrAOS2hX .container-fluid {
  flex-wrap: wrap;
}
.cid-uMkrAOS2hX .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uMkrAOS2hX .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uMkrAOS2hX .contacts-menu .mbr-iconfont {
  color: #353535;
}
@media (max-width: 991px) {
  .cid-uMkrAOS2hX .contacts-menu {
    display: none;
  }
}
.cid-uMkrAOS2hX .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uMkrAOS2hX .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #2560b1;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uMkrAOS2hX .icon-box:hover {
  transform: scale(1.1);
}
.cid-uMkrAOS2hX .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uMkrAOS2hX .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uMkrAOS2hX .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uMkrAOS2hX .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uMkrAOS2hX .navbar-collapse .mbr-section-btn .btn-black {
  color: #2560b1 !important;
}
@media (max-width: 577px) {
  .cid-uMkrAOS2hX .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uMkrAOS2hX .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uMkrAOS2hX .navbar-collapse .nav-link:hover {
  color: #2560b1 !important;
}
.cid-uMkrAPhe37 {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/enttek.de-wasserschaden-oberflaechentrocknung-bad-sachsa-lauterberg-osterode-nordhausen-eichsfeld-harz-banner.jpg-1920x1100.jpg");
}
.cid-uMkrAPhe37 H2 {
  color: #ffffff;
}
.cid-uMkrAPhe37 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkrAPhe37 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkrAPhe37 .mbr-text,
.cid-uMkrAPhe37 .mbr-section-btn {
  text-align: center;
}
.cid-uMkrAPuSN0 {
  padding-top: 60px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-uMkrAPuSN0 .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-uMkrAPuSN0 p {
  margin-bottom: 0 !important;
}
.cid-uMkrAPuSN0 .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-uMkrAPuSN0 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uMkrAPuSN0 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uMkrAPuSN0 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uMkrAPuSN0 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uMkrAPuSN0 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uMkrAPuSN0 .card .panel-body {
  color: #767676;
}
.cid-uMkrAPuSN0 .card-header {
  transition: all 0.3s;
  background-color: #f6f6f6;
}
.cid-uMkrAPuSN0 .card-header:hover {
  background-color: #2560b1;
}
.cid-uMkrAPuSN0 .card-header:hover h4 {
  color: #ffffff !important;
}
.cid-uMkrAPuSN0 H4 {
  color: #2560b1;
}
.cid-uMkrAPuSN0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkrAPuSN0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkrAPLc7t {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uMkrAPLc7t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkrAPLc7t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkrAPLc7t .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uMkrAPLc7t .mbr-section-title {
  color: #24262b;
}
.cid-uMkrAPLc7t .mbr-section-subtitle {
  color: #24262b;
}
.cid-uMkrAPLc7t .items-row {
  row-gap: 32px;
}
.cid-uMkrAPLc7t .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uMkrAPLc7t .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 6));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-uMkrAPLc7t .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-uMkrAPLc7t .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-uMkrAPLc7t .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-uMkrAPLc7t .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uMkrAPLc7t .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-uMkrAPLc7t .mbr-item-subtitle {
  color: #24262b;
}
.cid-uMkrAPLc7t .carousel-control,
.cid-uMkrAPLc7t .close {
  background: #1b1b1b;
}
.cid-uMkrAPLc7t .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uMkrAPLc7t .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uMkrAPLc7t .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uMkrAPLc7t .carousel-control-next span {
  margin-left: 5px;
}
.cid-uMkrAPLc7t .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uMkrAPLc7t .close::before {
  content: '\e91a';
}
.cid-uMkrAPLc7t .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uMkrAPLc7t .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uMkrAPLc7t .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uMkrAPLc7t .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uMkrAPLc7t .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uMkrAPLc7t .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uMkrAPLc7t .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uMkrAPLc7t .carousel-indicators li.active,
.cid-uMkrAPLc7t .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uMkrAPLc7t .carousel-indicators li::after,
.cid-uMkrAPLc7t .carousel-indicators li::before {
  content: none;
}
.cid-uMkrAPLc7t .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uMkrAPLc7t .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uMkrAPLc7t .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uMkrAPLc7t .carousel-indicators {
    display: none;
  }
}
.cid-uMkrAPLc7t .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uMkrAPLc7t .carousel-inner > .active {
  display: block;
}
.cid-uMkrAPLc7t .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uMkrAPLc7t .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uMkrAPLc7t .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uMkrAPLc7t .carousel-control,
  .cid-uMkrAPLc7t .carousel-indicators,
  .cid-uMkrAPLc7t .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uMkrAPLc7t .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uMkrAPLc7t .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uMkrAPLc7t .carousel-indicators .active,
.cid-uMkrAPLc7t .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uMkrAPLc7t .carousel-indicators .active {
  background: #fff;
}
.cid-uMkrAPLc7t .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uMkrAPLc7t .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uMkrAPLc7t .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uMkrAPLc7t .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uMkrAPLc7t .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uMkrAPLc7t .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uMkrAPLc7t .carousel {
  width: 100%;
}
.cid-uMkrAPLc7t .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uMkrAPLc7t .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uMkrAPLc7t .modal.fade .modal-dialog,
.cid-uMkrAPLc7t .modal.in .modal-dialog {
  transform: none;
}
.cid-uMkrAPLc7t .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uMkrAPLc7t H6 {
  text-align: center;
}
.cid-uMkrAQf1S1 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uMkrAQf1S1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkrAQf1S1 .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-uMkrAQf1S1 .container {
    padding: 0 30px;
  }
}
.cid-uMkrAQf1S1 .row {
  justify-content: center;
}
.cid-uMkrAQf1S1 .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uMkrAQf1S1 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMkrAQf1S1 .mbr-desc {
  color: #144031;
}
.cid-uMkrAQf1S1 .mbr-text {
  color: #ffffff;
}
.cid-uMkrAQuuF3 {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #2560b1;
  overflow: hidden;
}
.cid-uMkrAQuuF3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkrAQuuF3 .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-uMkrAQuuF3 .container {
    padding: 0 30px;
  }
}
.cid-uMkrAQuuF3 .row {
  justify-content: center;
}
.cid-uMkrAQuuF3 .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMkrAQuuF3 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMkrAQuuF3 .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMkrAQuuF3 .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMkrAQuuF3 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uMkrAQuuF3 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMkrAQuuF3 .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMkrAQuuF3 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMkrAQuuF3 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uMkrAQuuF3 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uMkrAQuuF3 .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMkrAQuuF3 .nav-wrapper .list .item-wrap:hover,
.cid-uMkrAQuuF3 .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uMkrAQuuF3 .nav-wrapper .list .item-wrap:hover::before,
.cid-uMkrAQuuF3 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uMkrAQuuF3 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uMkrAQuuF3 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMkrAQuuF3 .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMkrAQuuF3 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMkrAQuuF3 .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMkrAQuuF3 .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMkrAQuuF3 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uMkrAQuuF3 .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uMkrAQuuF3 .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMkrAQuuF3 .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uMkrAQuuF3 .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uMkrAQuuF3 .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uMkrAQuuF3 .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMkrAQuuF3 .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uMkrAQuuF3 .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uMkrAQuuF3 .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMkrAQuuF3 .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #2560b1;
}
@media (max-width: 992px) {
  .cid-uMkrAQuuF3 .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMkrAQuuF3 .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #2560b1;
}
.cid-uMkrAQuuF3 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uMkrAQuuF3 .mbr-section-title {
  color: #bee0d6;
}
.cid-uMkrAQuuF3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMkrAQuuF3 .list {
  color: #bee0d6;
}
.cid-uMkrAQuuF3 .mbr-address {
  color: #ffffff;
}
.cid-uMkrAQuuF3 .mbr-copy {
  color: #ffffff;
  text-align: left;
}
.cid-uMkrAQuuF3 .mbr-section-title,
.cid-uMkrAQuuF3 .logo-wrapper {
  color: #ffffff;
}
.cid-uMkrAQuuF3 .list,
.cid-uMkrAQuuF3 .item-wrap,
.cid-uMkrAQuuF3 .nav-wrapper {
  color: #ffffff;
}
.cid-uMkCy4cJT8 .navbar-dropdown {
  position: relative !important;
}
.cid-uMkCy4cJT8 .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-uMkCy4cJT8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMkCy4cJT8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMkCy4cJT8 .dropdown-item:hover,
.cid-uMkCy4cJT8 .dropdown-item:focus {
  background: #2560b1 !important;
  color: white !important;
}
.cid-uMkCy4cJT8 .dropdown-item:hover span {
  color: white;
}
.cid-uMkCy4cJT8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMkCy4cJT8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMkCy4cJT8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMkCy4cJT8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMkCy4cJT8 .nav-link {
  position: relative;
}
.cid-uMkCy4cJT8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uMkCy4cJT8 .container {
    flex-wrap: nowrap;
  }
}
.cid-uMkCy4cJT8 .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMkCy4cJT8 .dropdown-menu,
.cid-uMkCy4cJT8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uMkCy4cJT8 .nav-item:focus,
.cid-uMkCy4cJT8 .nav-link:focus {
  outline: none;
}
.cid-uMkCy4cJT8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMkCy4cJT8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMkCy4cJT8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMkCy4cJT8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMkCy4cJT8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMkCy4cJT8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMkCy4cJT8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uMkCy4cJT8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uMkCy4cJT8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMkCy4cJT8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uMkCy4cJT8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMkCy4cJT8 .navbar.collapsed {
  justify-content: center;
}
.cid-uMkCy4cJT8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMkCy4cJT8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMkCy4cJT8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uMkCy4cJT8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMkCy4cJT8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMkCy4cJT8 .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-uMkCy4cJT8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMkCy4cJT8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMkCy4cJT8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMkCy4cJT8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMkCy4cJT8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMkCy4cJT8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMkCy4cJT8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMkCy4cJT8 .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-uMkCy4cJT8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMkCy4cJT8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMkCy4cJT8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMkCy4cJT8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMkCy4cJT8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMkCy4cJT8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMkCy4cJT8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMkCy4cJT8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMkCy4cJT8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMkCy4cJT8 .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-uMkCy4cJT8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMkCy4cJT8 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uMkCy4cJT8 .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uMkCy4cJT8 .dropdown-item.active,
.cid-uMkCy4cJT8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uMkCy4cJT8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMkCy4cJT8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMkCy4cJT8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMkCy4cJT8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uMkCy4cJT8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMkCy4cJT8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMkCy4cJT8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMkCy4cJT8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMkCy4cJT8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMkCy4cJT8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2560b1;
}
.cid-uMkCy4cJT8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMkCy4cJT8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMkCy4cJT8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMkCy4cJT8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMkCy4cJT8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMkCy4cJT8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMkCy4cJT8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMkCy4cJT8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMkCy4cJT8 .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uMkCy4cJT8 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uMkCy4cJT8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMkCy4cJT8 .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-uMkCy4cJT8 .navbar {
    height: 70px;
  }
  .cid-uMkCy4cJT8 .navbar.opened {
    height: auto;
  }
  .cid-uMkCy4cJT8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMkCy4cJT8 .container,
.cid-uMkCy4cJT8 .container-fluid {
  flex-wrap: wrap;
}
.cid-uMkCy4cJT8 .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uMkCy4cJT8 .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uMkCy4cJT8 .contacts-menu .mbr-iconfont {
  color: #353535;
}
@media (max-width: 991px) {
  .cid-uMkCy4cJT8 .contacts-menu {
    display: none;
  }
}
.cid-uMkCy4cJT8 .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uMkCy4cJT8 .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #2560b1;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uMkCy4cJT8 .icon-box:hover {
  transform: scale(1.1);
}
.cid-uMkCy4cJT8 .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uMkCy4cJT8 .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uMkCy4cJT8 .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uMkCy4cJT8 .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uMkCy4cJT8 .navbar-collapse .mbr-section-btn .btn-black {
  color: #2560b1 !important;
}
@media (max-width: 577px) {
  .cid-uMkCy4cJT8 .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uMkCy4cJT8 .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uMkCy4cJT8 .navbar-collapse .nav-link:hover {
  color: #2560b1 !important;
}
.cid-uMkCy4AjjF {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/enttek.de-hochwasser-ueberflutung-bad-sachsa-lauterberg-osterode-nordhausen-eichsfeld-harz-banner-2.jpg-1920x1100.jpg");
}
.cid-uMkCy4AjjF H2 {
  color: #ffffff;
}
.cid-uMkCy4AjjF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkCy4AjjF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkCy4AjjF .mbr-text,
.cid-uMkCy4AjjF .mbr-section-btn {
  text-align: center;
}
.cid-uMkCy4PiJo {
  padding-top: 60px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-uMkCy4PiJo .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-uMkCy4PiJo p {
  margin-bottom: 0 !important;
}
.cid-uMkCy4PiJo .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-uMkCy4PiJo .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uMkCy4PiJo .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uMkCy4PiJo .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uMkCy4PiJo .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uMkCy4PiJo .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uMkCy4PiJo .card .panel-body {
  color: #767676;
}
.cid-uMkCy4PiJo .card-header {
  transition: all 0.3s;
  background-color: #f6f6f6;
}
.cid-uMkCy4PiJo .card-header:hover {
  background-color: #2560b1;
}
.cid-uMkCy4PiJo .card-header:hover h4 {
  color: #ffffff !important;
}
.cid-uMkCy4PiJo H4 {
  color: #2560b1;
}
.cid-uMkCy4PiJo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkCy4PiJo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkCy57rl1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uMkCy57rl1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkCy57rl1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMkCy57rl1 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uMkCy57rl1 .mbr-section-title {
  color: #24262b;
}
.cid-uMkCy57rl1 .mbr-section-subtitle {
  color: #24262b;
}
.cid-uMkCy57rl1 .items-row {
  row-gap: 32px;
}
.cid-uMkCy57rl1 .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uMkCy57rl1 .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 6));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-uMkCy57rl1 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-uMkCy57rl1 .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-uMkCy57rl1 .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-uMkCy57rl1 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uMkCy57rl1 .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-uMkCy57rl1 .mbr-item-subtitle {
  color: #24262b;
}
.cid-uMkCy57rl1 .carousel-control,
.cid-uMkCy57rl1 .close {
  background: #1b1b1b;
}
.cid-uMkCy57rl1 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uMkCy57rl1 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uMkCy57rl1 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uMkCy57rl1 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uMkCy57rl1 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uMkCy57rl1 .close::before {
  content: '\e91a';
}
.cid-uMkCy57rl1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uMkCy57rl1 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uMkCy57rl1 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uMkCy57rl1 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uMkCy57rl1 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uMkCy57rl1 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uMkCy57rl1 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uMkCy57rl1 .carousel-indicators li.active,
.cid-uMkCy57rl1 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uMkCy57rl1 .carousel-indicators li::after,
.cid-uMkCy57rl1 .carousel-indicators li::before {
  content: none;
}
.cid-uMkCy57rl1 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uMkCy57rl1 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uMkCy57rl1 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uMkCy57rl1 .carousel-indicators {
    display: none;
  }
}
.cid-uMkCy57rl1 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uMkCy57rl1 .carousel-inner > .active {
  display: block;
}
.cid-uMkCy57rl1 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uMkCy57rl1 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uMkCy57rl1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uMkCy57rl1 .carousel-control,
  .cid-uMkCy57rl1 .carousel-indicators,
  .cid-uMkCy57rl1 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uMkCy57rl1 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uMkCy57rl1 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uMkCy57rl1 .carousel-indicators .active,
.cid-uMkCy57rl1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uMkCy57rl1 .carousel-indicators .active {
  background: #fff;
}
.cid-uMkCy57rl1 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uMkCy57rl1 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uMkCy57rl1 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uMkCy57rl1 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uMkCy57rl1 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uMkCy57rl1 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uMkCy57rl1 .carousel {
  width: 100%;
}
.cid-uMkCy57rl1 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uMkCy57rl1 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uMkCy57rl1 .modal.fade .modal-dialog,
.cid-uMkCy57rl1 .modal.in .modal-dialog {
  transform: none;
}
.cid-uMkCy57rl1 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uMkCy57rl1 H6 {
  text-align: center;
}
.cid-uMkCy5wqcN {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uMkCy5wqcN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkCy5wqcN .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-uMkCy5wqcN .container {
    padding: 0 30px;
  }
}
.cid-uMkCy5wqcN .row {
  justify-content: center;
}
.cid-uMkCy5wqcN .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uMkCy5wqcN .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMkCy5wqcN .mbr-desc {
  color: #144031;
}
.cid-uMkCy5wqcN .mbr-text {
  color: #ffffff;
}
.cid-uMkCy5MitZ {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #2560b1;
  overflow: hidden;
}
.cid-uMkCy5MitZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMkCy5MitZ .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-uMkCy5MitZ .container {
    padding: 0 30px;
  }
}
.cid-uMkCy5MitZ .row {
  justify-content: center;
}
.cid-uMkCy5MitZ .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMkCy5MitZ .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMkCy5MitZ .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMkCy5MitZ .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMkCy5MitZ .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uMkCy5MitZ .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMkCy5MitZ .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMkCy5MitZ .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMkCy5MitZ .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uMkCy5MitZ .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uMkCy5MitZ .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMkCy5MitZ .nav-wrapper .list .item-wrap:hover,
.cid-uMkCy5MitZ .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uMkCy5MitZ .nav-wrapper .list .item-wrap:hover::before,
.cid-uMkCy5MitZ .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uMkCy5MitZ .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uMkCy5MitZ .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMkCy5MitZ .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMkCy5MitZ .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMkCy5MitZ .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMkCy5MitZ .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMkCy5MitZ .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uMkCy5MitZ .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uMkCy5MitZ .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMkCy5MitZ .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uMkCy5MitZ .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uMkCy5MitZ .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uMkCy5MitZ .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMkCy5MitZ .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uMkCy5MitZ .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uMkCy5MitZ .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMkCy5MitZ .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #2560b1;
}
@media (max-width: 992px) {
  .cid-uMkCy5MitZ .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMkCy5MitZ .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #2560b1;
}
.cid-uMkCy5MitZ .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uMkCy5MitZ .mbr-section-title {
  color: #bee0d6;
}
.cid-uMkCy5MitZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMkCy5MitZ .list {
  color: #bee0d6;
}
.cid-uMkCy5MitZ .mbr-address {
  color: #ffffff;
}
.cid-uMkCy5MitZ .mbr-copy {
  color: #ffffff;
  text-align: left;
}
.cid-uMkCy5MitZ .mbr-section-title,
.cid-uMkCy5MitZ .logo-wrapper {
  color: #ffffff;
}
.cid-uMkCy5MitZ .list,
.cid-uMkCy5MitZ .item-wrap,
.cid-uMkCy5MitZ .nav-wrapper {
  color: #ffffff;
}
.cid-uMmPT4O4dW .navbar-dropdown {
  position: relative !important;
}
.cid-uMmPT4O4dW .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-uMmPT4O4dW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMmPT4O4dW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMmPT4O4dW .dropdown-item:hover,
.cid-uMmPT4O4dW .dropdown-item:focus {
  background: #2560b1 !important;
  color: white !important;
}
.cid-uMmPT4O4dW .dropdown-item:hover span {
  color: white;
}
.cid-uMmPT4O4dW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMmPT4O4dW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMmPT4O4dW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMmPT4O4dW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMmPT4O4dW .nav-link {
  position: relative;
}
.cid-uMmPT4O4dW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uMmPT4O4dW .container {
    flex-wrap: nowrap;
  }
}
.cid-uMmPT4O4dW .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMmPT4O4dW .dropdown-menu,
.cid-uMmPT4O4dW .navbar.opened {
  background: #ffffff !important;
}
.cid-uMmPT4O4dW .nav-item:focus,
.cid-uMmPT4O4dW .nav-link:focus {
  outline: none;
}
.cid-uMmPT4O4dW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMmPT4O4dW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMmPT4O4dW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMmPT4O4dW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMmPT4O4dW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMmPT4O4dW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMmPT4O4dW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uMmPT4O4dW .navbar.opened {
  transition: all 0.3s;
}
.cid-uMmPT4O4dW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMmPT4O4dW .navbar .navbar-logo img {
  width: auto;
}
.cid-uMmPT4O4dW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMmPT4O4dW .navbar.collapsed {
  justify-content: center;
}
.cid-uMmPT4O4dW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMmPT4O4dW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMmPT4O4dW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uMmPT4O4dW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMmPT4O4dW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMmPT4O4dW .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-uMmPT4O4dW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMmPT4O4dW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMmPT4O4dW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMmPT4O4dW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMmPT4O4dW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMmPT4O4dW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMmPT4O4dW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMmPT4O4dW .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-uMmPT4O4dW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMmPT4O4dW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMmPT4O4dW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMmPT4O4dW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMmPT4O4dW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMmPT4O4dW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMmPT4O4dW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMmPT4O4dW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMmPT4O4dW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMmPT4O4dW .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-uMmPT4O4dW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMmPT4O4dW .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uMmPT4O4dW .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uMmPT4O4dW .dropdown-item.active,
.cid-uMmPT4O4dW .dropdown-item:active {
  background-color: transparent;
}
.cid-uMmPT4O4dW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMmPT4O4dW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMmPT4O4dW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMmPT4O4dW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uMmPT4O4dW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMmPT4O4dW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMmPT4O4dW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMmPT4O4dW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMmPT4O4dW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMmPT4O4dW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2560b1;
}
.cid-uMmPT4O4dW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMmPT4O4dW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMmPT4O4dW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMmPT4O4dW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMmPT4O4dW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMmPT4O4dW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMmPT4O4dW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMmPT4O4dW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMmPT4O4dW .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uMmPT4O4dW .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uMmPT4O4dW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMmPT4O4dW .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-uMmPT4O4dW .navbar {
    height: 70px;
  }
  .cid-uMmPT4O4dW .navbar.opened {
    height: auto;
  }
  .cid-uMmPT4O4dW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMmPT4O4dW .container,
.cid-uMmPT4O4dW .container-fluid {
  flex-wrap: wrap;
}
.cid-uMmPT4O4dW .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uMmPT4O4dW .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uMmPT4O4dW .contacts-menu .mbr-iconfont {
  color: #353535;
}
@media (max-width: 991px) {
  .cid-uMmPT4O4dW .contacts-menu {
    display: none;
  }
}
.cid-uMmPT4O4dW .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uMmPT4O4dW .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #2560b1;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uMmPT4O4dW .icon-box:hover {
  transform: scale(1.1);
}
.cid-uMmPT4O4dW .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uMmPT4O4dW .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uMmPT4O4dW .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uMmPT4O4dW .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uMmPT4O4dW .navbar-collapse .mbr-section-btn .btn-black {
  color: #2560b1 !important;
}
@media (max-width: 577px) {
  .cid-uMmPT4O4dW .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uMmPT4O4dW .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uMmPT4O4dW .navbar-collapse .nav-link:hover {
  color: #2560b1 !important;
}
.cid-uMmPT5c3kM {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/enttek.de-malerarbeiten-bad-sachsa-lauterberg-osterode-nordhausen-eichsfeld-harz-banner.jpg-1920x1100.jpg");
}
.cid-uMmPT5c3kM H2 {
  color: #ffffff;
}
.cid-uMmPT5c3kM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMmPT5c3kM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMmPT5c3kM .mbr-text,
.cid-uMmPT5c3kM .mbr-section-btn {
  text-align: center;
}
.cid-uMmPT5q67Z {
  padding-top: 60px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-uMmPT5q67Z .mbr-iconfont {
  font-size: 1.2rem !important;
}
.cid-uMmPT5q67Z p {
  margin-bottom: 0 !important;
}
.cid-uMmPT5q67Z .card {
  margin-bottom: 1rem;
  border-radius: 0px;
}
.cid-uMmPT5q67Z .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uMmPT5q67Z .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uMmPT5q67Z .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uMmPT5q67Z .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uMmPT5q67Z .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uMmPT5q67Z .card .panel-body {
  color: #767676;
}
.cid-uMmPT5q67Z .card-header {
  transition: all 0.3s;
  background-color: #f6f6f6;
}
.cid-uMmPT5q67Z .card-header:hover {
  background-color: #2560b1;
}
.cid-uMmPT5q67Z .card-header:hover h4 {
  color: #ffffff !important;
}
.cid-uMmPT5q67Z H4 {
  color: #2560b1;
}
.cid-uMmPT5q67Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMmPT5q67Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMmPT5Gv9q {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uMmPT5Gv9q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMmPT5Gv9q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMmPT5Gv9q .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uMmPT5Gv9q .mbr-section-title {
  color: #24262b;
}
.cid-uMmPT5Gv9q .mbr-section-subtitle {
  color: #24262b;
}
.cid-uMmPT5Gv9q .items-row {
  row-gap: 32px;
}
.cid-uMmPT5Gv9q .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uMmPT5Gv9q .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 6));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-uMmPT5Gv9q .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-uMmPT5Gv9q .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-uMmPT5Gv9q .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-uMmPT5Gv9q .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uMmPT5Gv9q .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-uMmPT5Gv9q .mbr-item-subtitle {
  color: #24262b;
}
.cid-uMmPT5Gv9q .carousel-control,
.cid-uMmPT5Gv9q .close {
  background: #1b1b1b;
}
.cid-uMmPT5Gv9q .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uMmPT5Gv9q .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uMmPT5Gv9q .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uMmPT5Gv9q .carousel-control-next span {
  margin-left: 5px;
}
.cid-uMmPT5Gv9q .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uMmPT5Gv9q .close::before {
  content: '\e91a';
}
.cid-uMmPT5Gv9q .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uMmPT5Gv9q .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uMmPT5Gv9q .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uMmPT5Gv9q .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uMmPT5Gv9q .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uMmPT5Gv9q .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uMmPT5Gv9q .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uMmPT5Gv9q .carousel-indicators li.active,
.cid-uMmPT5Gv9q .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uMmPT5Gv9q .carousel-indicators li::after,
.cid-uMmPT5Gv9q .carousel-indicators li::before {
  content: none;
}
.cid-uMmPT5Gv9q .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uMmPT5Gv9q .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uMmPT5Gv9q .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uMmPT5Gv9q .carousel-indicators {
    display: none;
  }
}
.cid-uMmPT5Gv9q .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uMmPT5Gv9q .carousel-inner > .active {
  display: block;
}
.cid-uMmPT5Gv9q .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uMmPT5Gv9q .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uMmPT5Gv9q .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uMmPT5Gv9q .carousel-control,
  .cid-uMmPT5Gv9q .carousel-indicators,
  .cid-uMmPT5Gv9q .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uMmPT5Gv9q .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uMmPT5Gv9q .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uMmPT5Gv9q .carousel-indicators .active,
.cid-uMmPT5Gv9q .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uMmPT5Gv9q .carousel-indicators .active {
  background: #fff;
}
.cid-uMmPT5Gv9q .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uMmPT5Gv9q .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uMmPT5Gv9q .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uMmPT5Gv9q .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uMmPT5Gv9q .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uMmPT5Gv9q .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uMmPT5Gv9q .carousel {
  width: 100%;
}
.cid-uMmPT5Gv9q .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uMmPT5Gv9q .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uMmPT5Gv9q .modal.fade .modal-dialog,
.cid-uMmPT5Gv9q .modal.in .modal-dialog {
  transform: none;
}
.cid-uMmPT5Gv9q .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uMmPT5Gv9q H6 {
  text-align: center;
}
.cid-uMmPT6bUK3 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uMmPT6bUK3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMmPT6bUK3 .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-uMmPT6bUK3 .container {
    padding: 0 30px;
  }
}
.cid-uMmPT6bUK3 .row {
  justify-content: center;
}
.cid-uMmPT6bUK3 .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uMmPT6bUK3 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMmPT6bUK3 .mbr-desc {
  color: #144031;
}
.cid-uMmPT6bUK3 .mbr-text {
  color: #ffffff;
}
.cid-uMmPT6rgEQ {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #2560b1;
  overflow: hidden;
}
.cid-uMmPT6rgEQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMmPT6rgEQ .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-uMmPT6rgEQ .container {
    padding: 0 30px;
  }
}
.cid-uMmPT6rgEQ .row {
  justify-content: center;
}
.cid-uMmPT6rgEQ .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMmPT6rgEQ .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMmPT6rgEQ .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMmPT6rgEQ .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMmPT6rgEQ .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uMmPT6rgEQ .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMmPT6rgEQ .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMmPT6rgEQ .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMmPT6rgEQ .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uMmPT6rgEQ .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uMmPT6rgEQ .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMmPT6rgEQ .nav-wrapper .list .item-wrap:hover,
.cid-uMmPT6rgEQ .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uMmPT6rgEQ .nav-wrapper .list .item-wrap:hover::before,
.cid-uMmPT6rgEQ .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uMmPT6rgEQ .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uMmPT6rgEQ .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMmPT6rgEQ .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMmPT6rgEQ .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMmPT6rgEQ .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMmPT6rgEQ .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMmPT6rgEQ .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uMmPT6rgEQ .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uMmPT6rgEQ .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMmPT6rgEQ .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uMmPT6rgEQ .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uMmPT6rgEQ .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uMmPT6rgEQ .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMmPT6rgEQ .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uMmPT6rgEQ .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uMmPT6rgEQ .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMmPT6rgEQ .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #2560b1;
}
@media (max-width: 992px) {
  .cid-uMmPT6rgEQ .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMmPT6rgEQ .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #2560b1;
}
.cid-uMmPT6rgEQ .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uMmPT6rgEQ .mbr-section-title {
  color: #bee0d6;
}
.cid-uMmPT6rgEQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMmPT6rgEQ .list {
  color: #bee0d6;
}
.cid-uMmPT6rgEQ .mbr-address {
  color: #ffffff;
}
.cid-uMmPT6rgEQ .mbr-copy {
  color: #ffffff;
  text-align: left;
}
.cid-uMmPT6rgEQ .mbr-section-title,
.cid-uMmPT6rgEQ .logo-wrapper {
  color: #ffffff;
}
.cid-uMmPT6rgEQ .list,
.cid-uMmPT6rgEQ .item-wrap,
.cid-uMmPT6rgEQ .nav-wrapper {
  color: #ffffff;
}
.cid-uMneT1jUau .navbar-dropdown {
  position: relative !important;
}
.cid-uMneT1jUau .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-uMneT1jUau .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMneT1jUau .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMneT1jUau .dropdown-item:hover,
.cid-uMneT1jUau .dropdown-item:focus {
  background: #2560b1 !important;
  color: white !important;
}
.cid-uMneT1jUau .dropdown-item:hover span {
  color: white;
}
.cid-uMneT1jUau .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMneT1jUau .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMneT1jUau .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMneT1jUau .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMneT1jUau .nav-link {
  position: relative;
}
.cid-uMneT1jUau .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uMneT1jUau .container {
    flex-wrap: nowrap;
  }
}
.cid-uMneT1jUau .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMneT1jUau .dropdown-menu,
.cid-uMneT1jUau .navbar.opened {
  background: #ffffff !important;
}
.cid-uMneT1jUau .nav-item:focus,
.cid-uMneT1jUau .nav-link:focus {
  outline: none;
}
.cid-uMneT1jUau .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMneT1jUau .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMneT1jUau .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMneT1jUau .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMneT1jUau .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMneT1jUau .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMneT1jUau .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uMneT1jUau .navbar.opened {
  transition: all 0.3s;
}
.cid-uMneT1jUau .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMneT1jUau .navbar .navbar-logo img {
  width: auto;
}
.cid-uMneT1jUau .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMneT1jUau .navbar.collapsed {
  justify-content: center;
}
.cid-uMneT1jUau .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMneT1jUau .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMneT1jUau .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uMneT1jUau .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMneT1jUau .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMneT1jUau .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-uMneT1jUau .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMneT1jUau .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMneT1jUau .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMneT1jUau .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMneT1jUau .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMneT1jUau .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMneT1jUau .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMneT1jUau .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-uMneT1jUau .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMneT1jUau .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMneT1jUau .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMneT1jUau .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMneT1jUau .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMneT1jUau .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMneT1jUau .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMneT1jUau .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMneT1jUau .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMneT1jUau .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-uMneT1jUau .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMneT1jUau .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uMneT1jUau .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uMneT1jUau .dropdown-item.active,
.cid-uMneT1jUau .dropdown-item:active {
  background-color: transparent;
}
.cid-uMneT1jUau .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMneT1jUau .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMneT1jUau .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMneT1jUau .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uMneT1jUau .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMneT1jUau .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMneT1jUau ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMneT1jUau .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMneT1jUau button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMneT1jUau button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2560b1;
}
.cid-uMneT1jUau button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMneT1jUau button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMneT1jUau button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMneT1jUau button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMneT1jUau nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMneT1jUau nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMneT1jUau nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMneT1jUau nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMneT1jUau .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uMneT1jUau .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uMneT1jUau a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMneT1jUau .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-uMneT1jUau .navbar {
    height: 70px;
  }
  .cid-uMneT1jUau .navbar.opened {
    height: auto;
  }
  .cid-uMneT1jUau .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMneT1jUau .container,
.cid-uMneT1jUau .container-fluid {
  flex-wrap: wrap;
}
.cid-uMneT1jUau .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uMneT1jUau .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uMneT1jUau .contacts-menu .mbr-iconfont {
  color: #353535;
}
@media (max-width: 991px) {
  .cid-uMneT1jUau .contacts-menu {
    display: none;
  }
}
.cid-uMneT1jUau .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uMneT1jUau .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #2560b1;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uMneT1jUau .icon-box:hover {
  transform: scale(1.1);
}
.cid-uMneT1jUau .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uMneT1jUau .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uMneT1jUau .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uMneT1jUau .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uMneT1jUau .navbar-collapse .mbr-section-btn .btn-black {
  color: #2560b1 !important;
}
@media (max-width: 577px) {
  .cid-uMneT1jUau .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uMneT1jUau .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uMneT1jUau .navbar-collapse .nav-link:hover {
  color: #2560b1 !important;
}
.cid-uMnoi7RIKc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2560b1;
}
.cid-uMnoi7RIKc .wrapper {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-uMnoi7RIKc .wrapper {
    padding: 3rem;
  }
}
.cid-uMnoi7RIKc .mbr-text {
  line-height: 1.72;
}
@media (max-width: 767px) {
  .cid-uMnoi7RIKc .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
}
.cid-uMnoi7RIKc .mbr-section-title {
  margin: 0;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .cid-uMnoi7RIKc .mbr-section-title {
    margin-bottom: 2rem;
  }
}
.cid-uMt5jERjUD {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uMt5jERjUD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMt5jERjUD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMt5jERjUD .col-title {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
.cid-uMt5jERjUD .title-container {
  display: flex;
  width: max-content;
  max-width: 100%;
}
.cid-uMt5jERjUD .mbr-section-title {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-uMt5jERjUD .mbr-section-subtitle {
  color: #f3f4ef;
  opacity: 0.8;
  overflow: visible;
  width: 100%;
  max-width: 32.5rem;
  margin: 2rem auto 0;
  padding: 0;
}
.cid-uMt5jERjUD .col-img {
  width: 100%;
  margin-top: 2rem;
  padding: 0;
}
.cid-uMt5jERjUD .img-container {
  max-width: 32.5rem;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}
.cid-uMt5jERjUD .img-container img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.cid-uMneT2MTAa {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #2560b1;
  overflow: hidden;
}
.cid-uMneT2MTAa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMneT2MTAa .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-uMneT2MTAa .container {
    padding: 0 30px;
  }
}
.cid-uMneT2MTAa .row {
  justify-content: center;
}
.cid-uMneT2MTAa .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMneT2MTAa .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMneT2MTAa .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMneT2MTAa .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMneT2MTAa .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uMneT2MTAa .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMneT2MTAa .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMneT2MTAa .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMneT2MTAa .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uMneT2MTAa .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uMneT2MTAa .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMneT2MTAa .nav-wrapper .list .item-wrap:hover,
.cid-uMneT2MTAa .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uMneT2MTAa .nav-wrapper .list .item-wrap:hover::before,
.cid-uMneT2MTAa .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uMneT2MTAa .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uMneT2MTAa .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMneT2MTAa .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMneT2MTAa .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMneT2MTAa .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMneT2MTAa .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMneT2MTAa .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uMneT2MTAa .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uMneT2MTAa .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMneT2MTAa .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uMneT2MTAa .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uMneT2MTAa .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uMneT2MTAa .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMneT2MTAa .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uMneT2MTAa .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uMneT2MTAa .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMneT2MTAa .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #2560b1;
}
@media (max-width: 992px) {
  .cid-uMneT2MTAa .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMneT2MTAa .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #2560b1;
}
.cid-uMneT2MTAa .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uMneT2MTAa .mbr-section-title {
  color: #bee0d6;
}
.cid-uMneT2MTAa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMneT2MTAa .list {
  color: #bee0d6;
}
.cid-uMneT2MTAa .mbr-address {
  color: #ffffff;
}
.cid-uMneT2MTAa .mbr-copy {
  color: #ffffff;
  text-align: left;
}
.cid-uMneT2MTAa .mbr-section-title,
.cid-uMneT2MTAa .logo-wrapper {
  color: #ffffff;
}
.cid-uMneT2MTAa .list,
.cid-uMneT2MTAa .item-wrap,
.cid-uMneT2MTAa .nav-wrapper {
  color: #ffffff;
}
.cid-uMqelSP0Ae .navbar-dropdown {
  position: relative !important;
}
.cid-uMqelSP0Ae .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-uMqelSP0Ae .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMqelSP0Ae .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMqelSP0Ae .dropdown-item:hover,
.cid-uMqelSP0Ae .dropdown-item:focus {
  background: #2560b1 !important;
  color: white !important;
}
.cid-uMqelSP0Ae .dropdown-item:hover span {
  color: white;
}
.cid-uMqelSP0Ae .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMqelSP0Ae .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMqelSP0Ae .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMqelSP0Ae .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMqelSP0Ae .nav-link {
  position: relative;
}
.cid-uMqelSP0Ae .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uMqelSP0Ae .container {
    flex-wrap: nowrap;
  }
}
.cid-uMqelSP0Ae .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMqelSP0Ae .dropdown-menu,
.cid-uMqelSP0Ae .navbar.opened {
  background: #ffffff !important;
}
.cid-uMqelSP0Ae .nav-item:focus,
.cid-uMqelSP0Ae .nav-link:focus {
  outline: none;
}
.cid-uMqelSP0Ae .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMqelSP0Ae .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMqelSP0Ae .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMqelSP0Ae .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMqelSP0Ae .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMqelSP0Ae .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMqelSP0Ae .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uMqelSP0Ae .navbar.opened {
  transition: all 0.3s;
}
.cid-uMqelSP0Ae .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMqelSP0Ae .navbar .navbar-logo img {
  width: auto;
}
.cid-uMqelSP0Ae .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMqelSP0Ae .navbar.collapsed {
  justify-content: center;
}
.cid-uMqelSP0Ae .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMqelSP0Ae .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMqelSP0Ae .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uMqelSP0Ae .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMqelSP0Ae .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMqelSP0Ae .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-uMqelSP0Ae .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMqelSP0Ae .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMqelSP0Ae .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMqelSP0Ae .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMqelSP0Ae .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMqelSP0Ae .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMqelSP0Ae .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMqelSP0Ae .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-uMqelSP0Ae .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMqelSP0Ae .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMqelSP0Ae .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMqelSP0Ae .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMqelSP0Ae .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMqelSP0Ae .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMqelSP0Ae .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMqelSP0Ae .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMqelSP0Ae .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMqelSP0Ae .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-uMqelSP0Ae .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMqelSP0Ae .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uMqelSP0Ae .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uMqelSP0Ae .dropdown-item.active,
.cid-uMqelSP0Ae .dropdown-item:active {
  background-color: transparent;
}
.cid-uMqelSP0Ae .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMqelSP0Ae .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMqelSP0Ae .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMqelSP0Ae .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uMqelSP0Ae .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMqelSP0Ae .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMqelSP0Ae ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMqelSP0Ae .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMqelSP0Ae button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMqelSP0Ae button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2560b1;
}
.cid-uMqelSP0Ae button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMqelSP0Ae button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMqelSP0Ae button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMqelSP0Ae button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMqelSP0Ae nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMqelSP0Ae nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMqelSP0Ae nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMqelSP0Ae nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMqelSP0Ae .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uMqelSP0Ae .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uMqelSP0Ae a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMqelSP0Ae .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-uMqelSP0Ae .navbar {
    height: 70px;
  }
  .cid-uMqelSP0Ae .navbar.opened {
    height: auto;
  }
  .cid-uMqelSP0Ae .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMqelSP0Ae .container,
.cid-uMqelSP0Ae .container-fluid {
  flex-wrap: wrap;
}
.cid-uMqelSP0Ae .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uMqelSP0Ae .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uMqelSP0Ae .contacts-menu .mbr-iconfont {
  color: #353535;
}
@media (max-width: 991px) {
  .cid-uMqelSP0Ae .contacts-menu {
    display: none;
  }
}
.cid-uMqelSP0Ae .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uMqelSP0Ae .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #2560b1;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uMqelSP0Ae .icon-box:hover {
  transform: scale(1.1);
}
.cid-uMqelSP0Ae .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uMqelSP0Ae .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uMqelSP0Ae .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uMqelSP0Ae .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uMqelSP0Ae .navbar-collapse .mbr-section-btn .btn-black {
  color: #2560b1 !important;
}
@media (max-width: 577px) {
  .cid-uMqelSP0Ae .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uMqelSP0Ae .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uMqelSP0Ae .navbar-collapse .nav-link:hover {
  color: #2560b1 !important;
}
.cid-uMqelT8ihS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2560b1;
}
.cid-uMqelT8ihS .wrapper {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-uMqelT8ihS .wrapper {
    padding: 3rem;
  }
}
.cid-uMqelT8ihS .mbr-text {
  line-height: 1.72;
}
@media (max-width: 767px) {
  .cid-uMqelT8ihS .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
}
.cid-uMqelT8ihS .mbr-section-title {
  margin: 0;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .cid-uMqelT8ihS .mbr-section-title {
    margin-bottom: 2rem;
  }
}
.cid-uMsZoKO8dO {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uMsZoKO8dO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMsZoKO8dO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMsZoKO8dO .col-title {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
.cid-uMsZoKO8dO .title-container {
  display: flex;
  width: max-content;
  max-width: 100%;
}
.cid-uMsZoKO8dO .mbr-section-title {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-uMsZoKO8dO .mbr-section-subtitle {
  color: #f3f4ef;
  opacity: 0.8;
  overflow: visible;
  width: 100%;
  max-width: 32.5rem;
  margin: 2rem auto 0;
  padding: 0;
}
.cid-uMsZoKO8dO .col-img {
  width: 100%;
  margin-top: 2rem;
  padding: 0;
}
.cid-uMsZoKO8dO .img-container {
  max-width: 32.5rem;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}
.cid-uMsZoKO8dO .img-container img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.cid-uMqelTw5LJ {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #2560b1;
  overflow: hidden;
}
.cid-uMqelTw5LJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqelTw5LJ .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-uMqelTw5LJ .container {
    padding: 0 30px;
  }
}
.cid-uMqelTw5LJ .row {
  justify-content: center;
}
.cid-uMqelTw5LJ .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMqelTw5LJ .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMqelTw5LJ .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMqelTw5LJ .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMqelTw5LJ .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uMqelTw5LJ .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMqelTw5LJ .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMqelTw5LJ .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMqelTw5LJ .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uMqelTw5LJ .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uMqelTw5LJ .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMqelTw5LJ .nav-wrapper .list .item-wrap:hover,
.cid-uMqelTw5LJ .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uMqelTw5LJ .nav-wrapper .list .item-wrap:hover::before,
.cid-uMqelTw5LJ .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uMqelTw5LJ .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uMqelTw5LJ .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMqelTw5LJ .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMqelTw5LJ .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMqelTw5LJ .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMqelTw5LJ .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMqelTw5LJ .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uMqelTw5LJ .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uMqelTw5LJ .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMqelTw5LJ .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uMqelTw5LJ .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uMqelTw5LJ .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uMqelTw5LJ .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uMqelTw5LJ .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uMqelTw5LJ .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uMqelTw5LJ .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMqelTw5LJ .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #2560b1;
}
@media (max-width: 992px) {
  .cid-uMqelTw5LJ .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMqelTw5LJ .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #2560b1;
}
.cid-uMqelTw5LJ .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uMqelTw5LJ .mbr-section-title {
  color: #bee0d6;
}
.cid-uMqelTw5LJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMqelTw5LJ .list {
  color: #bee0d6;
}
.cid-uMqelTw5LJ .mbr-address {
  color: #ffffff;
}
.cid-uMqelTw5LJ .mbr-copy {
  color: #ffffff;
  text-align: left;
}
.cid-uMqelTw5LJ .mbr-section-title,
.cid-uMqelTw5LJ .logo-wrapper {
  color: #ffffff;
}
.cid-uMqelTw5LJ .list,
.cid-uMqelTw5LJ .item-wrap,
.cid-uMqelTw5LJ .nav-wrapper {
  color: #ffffff;
}
.cid-uNaxITWXV0 .navbar-dropdown {
  position: relative !important;
}
.cid-uNaxITWXV0 .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-uNaxITWXV0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uNaxITWXV0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uNaxITWXV0 .dropdown-item:hover,
.cid-uNaxITWXV0 .dropdown-item:focus {
  background: #2560b1 !important;
  color: white !important;
}
.cid-uNaxITWXV0 .dropdown-item:hover span {
  color: white;
}
.cid-uNaxITWXV0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNaxITWXV0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNaxITWXV0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNaxITWXV0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNaxITWXV0 .nav-link {
  position: relative;
}
.cid-uNaxITWXV0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uNaxITWXV0 .container {
    flex-wrap: nowrap;
  }
}
.cid-uNaxITWXV0 .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uNaxITWXV0 .dropdown-menu,
.cid-uNaxITWXV0 .navbar.opened {
  background: #ffffff !important;
}
.cid-uNaxITWXV0 .nav-item:focus,
.cid-uNaxITWXV0 .nav-link:focus {
  outline: none;
}
.cid-uNaxITWXV0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNaxITWXV0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNaxITWXV0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNaxITWXV0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNaxITWXV0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNaxITWXV0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNaxITWXV0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uNaxITWXV0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uNaxITWXV0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNaxITWXV0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uNaxITWXV0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNaxITWXV0 .navbar.collapsed {
  justify-content: center;
}
.cid-uNaxITWXV0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNaxITWXV0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNaxITWXV0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uNaxITWXV0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNaxITWXV0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNaxITWXV0 .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-uNaxITWXV0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNaxITWXV0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNaxITWXV0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNaxITWXV0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNaxITWXV0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNaxITWXV0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNaxITWXV0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNaxITWXV0 .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-uNaxITWXV0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNaxITWXV0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNaxITWXV0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNaxITWXV0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNaxITWXV0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNaxITWXV0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNaxITWXV0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNaxITWXV0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNaxITWXV0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNaxITWXV0 .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-uNaxITWXV0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNaxITWXV0 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uNaxITWXV0 .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uNaxITWXV0 .dropdown-item.active,
.cid-uNaxITWXV0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uNaxITWXV0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNaxITWXV0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNaxITWXV0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNaxITWXV0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNaxITWXV0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNaxITWXV0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNaxITWXV0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNaxITWXV0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNaxITWXV0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNaxITWXV0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2560b1;
}
.cid-uNaxITWXV0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNaxITWXV0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNaxITWXV0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNaxITWXV0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNaxITWXV0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNaxITWXV0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNaxITWXV0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNaxITWXV0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNaxITWXV0 .navbar-dropdown {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-uNaxITWXV0 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uNaxITWXV0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNaxITWXV0 .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-uNaxITWXV0 .navbar {
    height: 70px;
  }
  .cid-uNaxITWXV0 .navbar.opened {
    height: auto;
  }
  .cid-uNaxITWXV0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNaxITWXV0 .container,
.cid-uNaxITWXV0 .container-fluid {
  flex-wrap: wrap;
}
.cid-uNaxITWXV0 .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uNaxITWXV0 .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uNaxITWXV0 .contacts-menu .mbr-iconfont {
  color: #353535;
}
@media (max-width: 991px) {
  .cid-uNaxITWXV0 .contacts-menu {
    display: none;
  }
}
.cid-uNaxITWXV0 .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uNaxITWXV0 .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #2560b1;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uNaxITWXV0 .icon-box:hover {
  transform: scale(1.1);
}
.cid-uNaxITWXV0 .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uNaxITWXV0 .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uNaxITWXV0 .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uNaxITWXV0 .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uNaxITWXV0 .navbar-collapse .mbr-section-btn .btn-black {
  color: #2560b1 !important;
}
@media (max-width: 577px) {
  .cid-uNaxITWXV0 .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uNaxITWXV0 .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uNaxITWXV0 .navbar-collapse .nav-link:hover {
  color: #2560b1 !important;
}
.cid-uNaxIUl10n {
  background-image: url("../../../assets/images/enttek-wasserschaden-kontakt-bad-sachsa-lauterberg-osterode-nordhausen-eichsfeld-harz-banner.jpg-1920x1100.jpg");
}
.cid-uNaxIUl10n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNaxIUl10n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNaxIUl10n .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uNaxIUl10n .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-uNaxIUl10n .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uNaxIUl10n .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNaxIUl10n .content-wrapper .address-wrapper {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uNaxIUl10n .content-wrapper .address-wrapper {
    margin-top: 32px;
  }
}
.cid-uNaxIUl10n .content-wrapper .address-wrapper .address-wrap {
  display: inline-grid;
  grid-template-columns: 6px 1fr;
  gap: 24px;
  padding: 16px 40px 16px 10px;
  background-color: #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uNaxIUl10n .content-wrapper .address-wrapper .address-wrap {
    padding: 10px 20px 10px 10px;
    gap: 16px;
  }
}
.cid-uNaxIUl10n .content-wrapper .address-wrapper .address-wrap .line-wrap {
  width: 6px;
  height: 100%;
  border-radius: 10px;
  background-color: #2560b1;
}
@media (max-width: 992px) {
  .cid-uNaxIUl10n .content-wrapper .address-wrapper .address-wrap .line-wrap {
    width: 4px;
  }
}
.cid-uNaxIUl10n .content-wrapper .address-wrapper .address-wrap .text-wrap {
  padding: 10px 0;
}
.cid-uNaxIUl10n .content-wrapper .address-wrapper .address-wrap .text-wrap .mbr-address {
  margin-bottom: 4px;
}
.cid-uNaxIUl10n .content-wrapper .address-wrapper .address-wrap .text-wrap .mbr-hours {
  margin-bottom: 0;
}
.cid-uNaxIUl10n .mbr-section-title {
  color: #000c3f;
}
.cid-uNaxIUl10n .mbr-text,
.cid-uNaxIUl10n .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uNaxIUl10n .mbr-section-title,
.cid-uNaxIUl10n .mbr-section-btn,
.cid-uNaxIUl10n .address-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uNaxIUl10n .mbr-address {
  color: #000c3f;
  text-align: left;
}
.cid-uNaxIUl10n .mbr-hours {
  color: #000c3f;
  text-align: left;
}
.cid-uNaxIUAQCK {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #2560b1;
}
.cid-uNaxIUAQCK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNaxIUAQCK .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-uNaxIUAQCK .container {
    padding: 0 30px;
  }
}
.cid-uNaxIUAQCK .row {
  justify-content: center;
}
.cid-uNaxIUAQCK .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uNaxIUAQCK .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNaxIUAQCK .mbr-desc {
  color: #144031;
}
.cid-uNaxIUAQCK .mbr-text {
  color: #2560b1;
}
.cid-uNaxIUTVuu {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/kontakt.jpg-1920x1100.jpg");
}
.cid-uNaxIUTVuu .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.2;
}
@media (max-width: 991px) {
  .cid-uNaxIUTVuu .mbr-section-head {
    padding-bottom: 80px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  }
}
@media (min-width: 992px) {
  .cid-uNaxIUTVuu .mbr-section-head {
    position: sticky;
    top: 8rem;
  }
}
.cid-uNaxIUTVuu .mbr-section-title {
  color: #45494E;
}
.cid-uNaxIUTVuu .mbr-section-subtitle {
  color: #45494E;
  margin-top: 1rem;
}
.cid-uNaxIUTVuu .form-container {
  display: flex;
}
.cid-uNaxIUTVuu .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uNaxIUTVuu form {
  width: 100%;
}
.cid-uNaxIUTVuu form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uNaxIUTVuu form h5 {
  margin: 40px 0 20px;
}
.cid-uNaxIUTVuu form p {
  color: #45494E;
}
.cid-uNaxIUTVuu form .mbr-section-btn {
  margin-top: 26px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
.cid-uNaxIUTVuu form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 9px 24px;
  border: none !important;
}
.cid-uNaxIUTVuu form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-uNaxIUTVuu form .form-control {
  height: 56px;
  border: none !important;
  border-bottom: 1px solid #A2A4A7 !important;
  background: transparent;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 16px 0;
  font-size: 20px;
  line-height: 24px;
  color: #45494E;
  font-weight: 400;
}
.cid-uNaxIUTVuu form .form-control::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-uNaxIUTVuu form .form-control::-moz-placeholder {
  color: #A2A4A7;
}
.cid-uNaxIUTVuu form .form-control:-moz-placeholder {
  color: #A2A4A7;
}
.cid-uNaxIUTVuu form .form-control:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-uNaxIUTVuu form select {
  color: #A2A4A7 !important;
}
.cid-uNaxIUTVuu form textarea {
  height: 90px !important;
}
.cid-uNaxIUTVuu form input:active,
.cid-uNaxIUTVuu form textarea:active,
.cid-uNaxIUTVuu form input:focus,
.cid-uNaxIUTVuu form textarea:focus {
  background-color: transparent !important;
  border-color: #45494E !important;
  outline: none !important;
  outline-offset: -1px;
}
.cid-uNaxIUTVuu form input:active::-webkit-input-placeholder,
.cid-uNaxIUTVuu form textarea:active::-webkit-input-placeholder,
.cid-uNaxIUTVuu form input:focus::-webkit-input-placeholder,
.cid-uNaxIUTVuu form textarea:focus::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-uNaxIUTVuu form input:active::-moz-placeholder,
.cid-uNaxIUTVuu form textarea:active::-moz-placeholder,
.cid-uNaxIUTVuu form input:focus::-moz-placeholder,
.cid-uNaxIUTVuu form textarea:focus::-moz-placeholder {
  color: #A2A4A7;
}
.cid-uNaxIUTVuu form input:active:-moz-placeholder,
.cid-uNaxIUTVuu form textarea:active:-moz-placeholder,
.cid-uNaxIUTVuu form input:focus:-moz-placeholder,
.cid-uNaxIUTVuu form textarea:focus:-moz-placeholder {
  color: #A2A4A7;
}
.cid-uNaxIUTVuu form input:active:-ms-input-placeholder,
.cid-uNaxIUTVuu form textarea:active:-ms-input-placeholder,
.cid-uNaxIUTVuu form input:focus:-ms-input-placeholder,
.cid-uNaxIUTVuu form textarea:focus:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-uNaxIUTVuu form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-uNaxIUTVuu form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-uNaxIUTVuu form label {
  width: 100%;
  color: #45494E;
  margin-bottom: 20px;
}
.cid-uNaxIUTVuu form .form-control-label {
  width: 100%;
}
.cid-uNaxIUTVuu form .form-check-label {
  margin-bottom: 10px;
}
.cid-uNaxIUTVuu form .form-check-input {
  border-color: #45494E !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uNaxIUTVuu form .form-check-input:focus,
.cid-uNaxIUTVuu form .form-check-input:hover {
  background-color: #45494E !important;
  border-color: #45494E !important;
}
.cid-uNaxIUTVuu form .form-check-input:checked {
  border-color: #45494E !important;
  background-color: #45494E !important;
}
.cid-uNaxIVdYi5 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #2560b1;
}
.cid-uNaxIVdYi5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNaxIVdYi5 .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-uNaxIVdYi5 .container {
    padding: 0 30px;
  }
}
.cid-uNaxIVdYi5 .row {
  justify-content: center;
}
.cid-uNaxIVdYi5 .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uNaxIVdYi5 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNaxIVdYi5 .mbr-desc {
  color: #144031;
}
.cid-uNaxIVdYi5 .mbr-text {
  color: #2560b1;
}
.cid-uNaxIVwWnj {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #2560b1;
}
.cid-uNaxIVwWnj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNaxIVwWnj .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-uNaxIVwWnj .container {
    padding: 0 30px;
  }
}
.cid-uNaxIVwWnj .row {
  justify-content: center;
}
.cid-uNaxIVwWnj .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uNaxIVwWnj .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNaxIVwWnj .mbr-desc {
  color: #144031;
}
.cid-uNaxIVwWnj .mbr-text {
  color: #2560b1;
}
.cid-uNaxIVOAT3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/kontakt.jpg-1920x1100.jpg");
}
.cid-uNaxIVOAT3 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.2;
}
@media (max-width: 991px) {
  .cid-uNaxIVOAT3 .mbr-section-head {
    padding-bottom: 80px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  }
}
@media (min-width: 992px) {
  .cid-uNaxIVOAT3 .mbr-section-head {
    position: sticky;
    top: 8rem;
  }
}
.cid-uNaxIVOAT3 .mbr-section-title {
  color: #45494E;
}
.cid-uNaxIVOAT3 .mbr-section-subtitle {
  color: #45494E;
  margin-top: 1rem;
}
.cid-uNaxIVOAT3 .form-container {
  display: flex;
}
.cid-uNaxIVOAT3 .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uNaxIVOAT3 form {
  width: 100%;
}
.cid-uNaxIVOAT3 form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uNaxIVOAT3 form h5 {
  margin: 40px 0 20px;
}
.cid-uNaxIVOAT3 form p {
  color: #45494E;
}
.cid-uNaxIVOAT3 form .mbr-section-btn {
  margin-top: 26px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
.cid-uNaxIVOAT3 form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 9px 24px;
  border: none !important;
}
.cid-uNaxIVOAT3 form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-uNaxIVOAT3 form .form-control {
  height: 56px;
  border: none !important;
  border-bottom: 1px solid #A2A4A7 !important;
  background: transparent;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 16px 0;
  font-size: 20px;
  line-height: 24px;
  color: #45494E;
  font-weight: 400;
}
.cid-uNaxIVOAT3 form .form-control::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-uNaxIVOAT3 form .form-control::-moz-placeholder {
  color: #A2A4A7;
}
.cid-uNaxIVOAT3 form .form-control:-moz-placeholder {
  color: #A2A4A7;
}
.cid-uNaxIVOAT3 form .form-control:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-uNaxIVOAT3 form select {
  color: #A2A4A7 !important;
}
.cid-uNaxIVOAT3 form textarea {
  height: 90px !important;
}
.cid-uNaxIVOAT3 form input:active,
.cid-uNaxIVOAT3 form textarea:active,
.cid-uNaxIVOAT3 form input:focus,
.cid-uNaxIVOAT3 form textarea:focus {
  background-color: transparent !important;
  border-color: #45494E !important;
  outline: none !important;
  outline-offset: -1px;
}
.cid-uNaxIVOAT3 form input:active::-webkit-input-placeholder,
.cid-uNaxIVOAT3 form textarea:active::-webkit-input-placeholder,
.cid-uNaxIVOAT3 form input:focus::-webkit-input-placeholder,
.cid-uNaxIVOAT3 form textarea:focus::-webkit-input-placeholder {
  color: #A2A4A7;
}
.cid-uNaxIVOAT3 form input:active::-moz-placeholder,
.cid-uNaxIVOAT3 form textarea:active::-moz-placeholder,
.cid-uNaxIVOAT3 form input:focus::-moz-placeholder,
.cid-uNaxIVOAT3 form textarea:focus::-moz-placeholder {
  color: #A2A4A7;
}
.cid-uNaxIVOAT3 form input:active:-moz-placeholder,
.cid-uNaxIVOAT3 form textarea:active:-moz-placeholder,
.cid-uNaxIVOAT3 form input:focus:-moz-placeholder,
.cid-uNaxIVOAT3 form textarea:focus:-moz-placeholder {
  color: #A2A4A7;
}
.cid-uNaxIVOAT3 form input:active:-ms-input-placeholder,
.cid-uNaxIVOAT3 form textarea:active:-ms-input-placeholder,
.cid-uNaxIVOAT3 form input:focus:-ms-input-placeholder,
.cid-uNaxIVOAT3 form textarea:focus:-ms-input-placeholder {
  color: #A2A4A7;
}
.cid-uNaxIVOAT3 form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-uNaxIVOAT3 form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-uNaxIVOAT3 form label {
  width: 100%;
  color: #45494E;
  margin-bottom: 20px;
}
.cid-uNaxIVOAT3 form .form-control-label {
  width: 100%;
}
.cid-uNaxIVOAT3 form .form-check-label {
  margin-bottom: 10px;
}
.cid-uNaxIVOAT3 form .form-check-input {
  border-color: #45494E !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uNaxIVOAT3 form .form-check-input:focus,
.cid-uNaxIVOAT3 form .form-check-input:hover {
  background-color: #45494E !important;
  border-color: #45494E !important;
}
.cid-uNaxIVOAT3 form .form-check-input:checked {
  border-color: #45494E !important;
  background-color: #45494E !important;
}
.cid-uNaxIWaNNV {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #2560b1;
}
.cid-uNaxIWaNNV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNaxIWaNNV .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-uNaxIWaNNV .container {
    padding: 0 30px;
  }
}
.cid-uNaxIWaNNV .row {
  justify-content: center;
}
.cid-uNaxIWaNNV .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uNaxIWaNNV .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNaxIWaNNV .mbr-desc {
  color: #144031;
}
.cid-uNaxIWaNNV .mbr-text {
  color: #2560b1;
}
.cid-uNaxIWs2EY {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #2560b1;
  overflow: hidden;
}
.cid-uNaxIWs2EY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNaxIWs2EY .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-uNaxIWs2EY .container {
    padding: 0 30px;
  }
}
.cid-uNaxIWs2EY .row {
  justify-content: center;
}
.cid-uNaxIWs2EY .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uNaxIWs2EY .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNaxIWs2EY .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uNaxIWs2EY .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNaxIWs2EY .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uNaxIWs2EY .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uNaxIWs2EY .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uNaxIWs2EY .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNaxIWs2EY .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uNaxIWs2EY .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uNaxIWs2EY .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uNaxIWs2EY .nav-wrapper .list .item-wrap:hover,
.cid-uNaxIWs2EY .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uNaxIWs2EY .nav-wrapper .list .item-wrap:hover::before,
.cid-uNaxIWs2EY .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uNaxIWs2EY .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uNaxIWs2EY .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uNaxIWs2EY .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uNaxIWs2EY .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNaxIWs2EY .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uNaxIWs2EY .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNaxIWs2EY .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uNaxIWs2EY .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uNaxIWs2EY .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uNaxIWs2EY .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uNaxIWs2EY .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #ffffff;
}
.cid-uNaxIWs2EY .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uNaxIWs2EY .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uNaxIWs2EY .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uNaxIWs2EY .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uNaxIWs2EY .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uNaxIWs2EY .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #2560b1;
}
@media (max-width: 992px) {
  .cid-uNaxIWs2EY .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNaxIWs2EY .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #2560b1;
}
.cid-uNaxIWs2EY .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uNaxIWs2EY .mbr-section-title {
  color: #bee0d6;
}
.cid-uNaxIWs2EY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNaxIWs2EY .list {
  color: #bee0d6;
}
.cid-uNaxIWs2EY .mbr-address {
  color: #ffffff;
}
.cid-uNaxIWs2EY .mbr-copy {
  color: #ffffff;
  text-align: left;
}
.cid-uNaxIWs2EY .mbr-section-title,
.cid-uNaxIWs2EY .logo-wrapper {
  color: #ffffff;
}
.cid-uNaxIWs2EY .list,
.cid-uNaxIWs2EY .item-wrap,
.cid-uNaxIWs2EY .nav-wrapper {
  color: #ffffff;
}
