.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 2.8rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 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: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@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: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    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: #d60505 !important;
}
.bg-success {
  background-color: #495259 !important;
}
.bg-info {
  background-color: #82939b !important;
}
.bg-warning {
  background-color: #f92c50 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d60505 !important;
  border-color: #d60505 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #fa1414 !important;
  border-color: #fa1414 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #fa1414 !important;
  border-color: #fa1414 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #82939b !important;
  border-color: #82939b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #9eabb2 !important;
  border-color: #9eabb2 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #9eabb2 !important;
  border-color: #9eabb2 !important;
}
.btn-success,
.btn-success:active {
  background-color: #495259 !important;
  border-color: #495259 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #606c75 !important;
  border-color: #606c75 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #606c75 !important;
  border-color: #606c75 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #fa5e79 !important;
  border-color: #fa5e79 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #d60505;
  color: #d60505;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #810303 !important;
  background-color: transparent !important;
  border-color: #810303 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d60505 !important;
  border-color: #d60505 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #82939b;
  color: #82939b;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #58676e !important;
  background-color: transparent !important;
  border-color: #58676e !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82939b !important;
  border-color: #82939b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #495259;
  color: #495259;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #222629 !important;
  background-color: transparent !important;
  border-color: #222629 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #495259 !important;
  border-color: #495259 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f92c50;
  color: #f92c50;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c90628 !important;
  background-color: transparent !important;
  border-color: #c90628 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f92c50 !important;
  border-color: #f92c50 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #d60505 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #495259 !important;
}
.text-info {
  color: #82939b !important;
}
.text-warning {
  color: #f92c50 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #720303 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1b1e21 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #515f66 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ba0525 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #d60505;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82939b;
}
.alert-warning {
  background-color: #f92c50;
}
.alert-danger {
  background-color: #ffffff;
}
.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: #d60505;
  border-color: #d60505;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #d60505;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdaaaa;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #86929c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c9d0d4;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff2f5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #d60505 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #d60505;
}
/* 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: #d60505;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d60505;
}
.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: #d60505;
  border-bottom-color: #d60505;
}
.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: #d60505 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !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='%23d60505' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uFTiBCZskd {
  z-index: 800;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uFTiBCZskd nav.navbar {
  position: fixed;
}
.cid-uFTiBCZskd .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTiBCZskd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTiBCZskd .dropdown-item:hover,
.cid-uFTiBCZskd .dropdown-item:focus {
  background: #d60505 !important;
  color: white !important;
}
.cid-uFTiBCZskd .dropdown-item:hover span {
  color: white;
}
.cid-uFTiBCZskd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTiBCZskd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTiBCZskd .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTiBCZskd .nav-link {
  position: relative;
}
.cid-uFTiBCZskd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTiBCZskd .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTiBCZskd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown-menu,
.cid-uFTiBCZskd .navbar.opened {
  background: #82939b !important;
}
.cid-uFTiBCZskd .nav-item:focus,
.cid-uFTiBCZskd .nav-link:focus {
  outline: none;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTiBCZskd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTiBCZskd .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTiBCZskd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTiBCZskd .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTiBCZskd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar.collapsed {
  justify-content: center;
}
.cid-uFTiBCZskd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTiBCZskd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTiBCZskd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTiBCZskd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTiBCZskd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTiBCZskd .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-uFTiBCZskd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTiBCZskd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTiBCZskd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTiBCZskd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTiBCZskd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTiBCZskd .navbar.navbar-short {
  min-height: 80px;
}
.cid-uFTiBCZskd .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uFTiBCZskd .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTiBCZskd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTiBCZskd .dropdown-item.active,
.cid-uFTiBCZskd .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTiBCZskd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTiBCZskd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTiBCZskd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTiBCZskd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTiBCZskd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTiBCZskd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar {
    height: 70px;
  }
  .cid-uFTiBCZskd .navbar.opened {
    height: auto;
  }
  .cid-uFTiBCZskd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvkNDfI7XP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #82939b;
}
.cid-uvkNDfI7XP .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-uvkNDfI7XP .image-wrap img {
    padding: 12px 0;
  }
}
.cid-uvkNDfI7XP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvkNDfI7XP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvkNDfI7XP .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 96px;
  border: 3px solid #ffffff;
  overflow: hidden;
  margin-right: 36px;
}
@media (max-width: 1440px) {
  .cid-uvkNDfI7XP .content-wrapper {
    padding: 48px;
    margin-right: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uvkNDfI7XP .content-wrapper {
    padding: 26px 22px;
    margin: 0;
  }
}
.cid-uvkNDfI7XP .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d60505;
  opacity: 0.8;
  pointer-events: none;
}
.cid-uvkNDfI7XP .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 32px;
}
.cid-uvkNDfI7XP .content-wrapper .mbr-text {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uvkNDfI7XP .content-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uvkNDfI7XP .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 2;
}
.cid-uvkNDfI7XP .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uvkNDfI7XP .content-wrapper .social-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-uvkNDfI7XP .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uvkNDfI7XP .content-wrapper .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border: 1px solid #eeeef7;
  border-radius: 100%;
  margin: 12px 0 0 12px;
}
.cid-uvkNDfI7XP .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uvkNDfI7XP .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #baace7;
  color: #eeeef7;
}
.cid-uvkNDfI7XP .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #191c25;
  background-color: #d60505;
  font-size: 22px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uvkNDfI7XP .mbr-section-title {
  color: #191c25;
}
.cid-uvkNDfI7XP .mbr-text,
.cid-uvkNDfI7XP .text-wrapper {
  color: #191c25;
  text-align: right;
}
.cid-uvkNDfI7XP .mbr-section-title,
.cid-uvkNDfI7XP .mbr-section-btn,
.cid-uvkNDfI7XP .social-wrapper {
  text-align: right;
  color: #ffffff;
}
.cid-uvkNDfI7XP .mbr-text {
  color: #ffffff;
}
.cid-uvNX8cn7F1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #82939b;
}
.cid-uvNX8cn7F1 .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-uvNX8cn7F1 img {
  width: 100%;
  transform: scale(2) translateX(-2rem);
  z-index: 0;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uvNX8cn7F1 img {
    transform: scale(1) translateX(0);
  }
}
.cid-uvNX8cn7F1 .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uvNX8cn7F1 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uvNX8cn7F1 .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uvNX8cn7F1 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uvNX8cn7F1 .col-12 {
  position: relative;
}
.cid-uvNX8cn7F1 .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uvNX8cn7F1 .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.cid-uvNX8cn7F1 .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 50%;
}
.cid-uvNX8cn7F1 .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.cid-uvNX8cn7F1 .mbr-section-title {
  color: #495259;
}
.cid-uvNX8cn7F1 .mbr-text,
.cid-uvNX8cn7F1 .mbr-section-btn {
  color: #495259;
}
.cid-uvNX8cn7F1 .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uEiRXS65wN {
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mehrwert-grau-1-2000x1288.webp");
}
.cid-uEiRXS65wN .container {
  margin: 0 auto;
  padding: 0 25px;
}
.cid-uEiRXS65wN .wrap {
  padding: 0 25px;
}
.cid-uEiRXS65wN .wrap:before {
  content: '';
  position: absolute;
  width: 820px;
  height: 820px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #d60505;
  top: 0px;
  right: 0px;
}
.cid-uEiRXS65wN .wrap:before {
  content: '';
  position: absolute;
  width: 820px;
  height: 820px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #d60505;
  top: 0px;
  left: -100px;
}
.cid-uEiRXS65wN .title__block {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
.cid-uEiRXS65wN .mbr-text {
  margin-bottom: 20px;
}
.cid-uEiRXS65wN .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-uEiRXS65wN .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-uEiRXS65wN .container,
  .cid-uEiRXS65wN .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uEiRXS65wN .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-uEiRXS65wN a.close {
    right: 50px;
    top: 25px;
  }
  .cid-uEiRXS65wN .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-uEiRXS65wN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEiRXS65wN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvPQaRuwj0 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #82939b;
}
.cid-uvPQaRuwj0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvPQaRuwj0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvPQaRuwj0 .content-wrapper {
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uvPQaRuwj0 .content-wrapper {
    padding: 0;
  }
}
.cid-uvPQaRuwj0 .content-wrapper .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvPQaRuwj0 .content-wrapper .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uvPQaRuwj0 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uvPQaRuwj0 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uvPQaRuwj0 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uvPQaRuwj0 .content-wrapper .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uvPQaRuwj0 .content-wrapper .image-wrapper {
    margin-bottom: 38px;
  }
}
.cid-uvPQaRuwj0 .content-wrapper .image-wrapper img {
  height: 600px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uvPQaRuwj0 .content-wrapper .image-wrapper img {
    height: 250px;
  }
}
.cid-uvPQaRuwj0 .mbr-section-title {
  color: #ffffff;
}
.cid-uvPQaRuwj0 .mbr-text,
.cid-uvPQaRuwj0 .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uvPQaRuwj0 .mbr-section-title,
.cid-uvPQaRuwj0 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uCUhWDmAgC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #82939b;
}
.cid-uCUhWDmAgC .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-col {
    flex-direction: column;
  }
}
.cid-uCUhWDmAgC .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .brand-name {
    margin-top: 1rem;
  }
}
.cid-uCUhWDmAgC .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-wrap {
    margin-right: 0;
  }
}
.cid-uCUhWDmAgC .cards-row,
.cid-uCUhWDmAgC .social-row,
.cid-uCUhWDmAgC .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .cards-row,
  .cid-uCUhWDmAgC .social-row,
  .cid-uCUhWDmAgC .menu-row {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .menu-row {
  margin-bottom: 1rem;
}
.cid-uCUhWDmAgC .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .foot-menu {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uCUhWDmAgC .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uCUhWDmAgC .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .row {
    text-align: center;
  }
  .cid-uCUhWDmAgC .cards-col {
    justify-content: center;
  }
  .cid-uCUhWDmAgC .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uCUhWDmAgC .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uCUhWDmAgC .card-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uCUhWDmAgC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCUhWDmAgC .soc-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .mbr-iconfont {
  color: #ffffff;
}
.cid-uCUhWDmAgC .mbr-text {
  color: #ffffff;
}
.cid-uFTiBCZskd {
  z-index: 800;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uFTiBCZskd nav.navbar {
  position: fixed;
}
.cid-uFTiBCZskd .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTiBCZskd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTiBCZskd .dropdown-item:hover,
.cid-uFTiBCZskd .dropdown-item:focus {
  background: #d60505 !important;
  color: white !important;
}
.cid-uFTiBCZskd .dropdown-item:hover span {
  color: white;
}
.cid-uFTiBCZskd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTiBCZskd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTiBCZskd .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTiBCZskd .nav-link {
  position: relative;
}
.cid-uFTiBCZskd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTiBCZskd .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTiBCZskd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown-menu,
.cid-uFTiBCZskd .navbar.opened {
  background: #82939b !important;
}
.cid-uFTiBCZskd .nav-item:focus,
.cid-uFTiBCZskd .nav-link:focus {
  outline: none;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTiBCZskd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTiBCZskd .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTiBCZskd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTiBCZskd .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTiBCZskd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar.collapsed {
  justify-content: center;
}
.cid-uFTiBCZskd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTiBCZskd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTiBCZskd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTiBCZskd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTiBCZskd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTiBCZskd .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-uFTiBCZskd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTiBCZskd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTiBCZskd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTiBCZskd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTiBCZskd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTiBCZskd .navbar.navbar-short {
  min-height: 80px;
}
.cid-uFTiBCZskd .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uFTiBCZskd .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTiBCZskd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTiBCZskd .dropdown-item.active,
.cid-uFTiBCZskd .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTiBCZskd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTiBCZskd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTiBCZskd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTiBCZskd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTiBCZskd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTiBCZskd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar {
    height: 70px;
  }
  .cid-uFTiBCZskd .navbar.opened {
    height: auto;
  }
  .cid-uFTiBCZskd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxZBGExHQl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxZBGExHQl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxZBGExHQl .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-uxZBGExHQl .container {
    padding: 0 22px;
  }
}
.cid-uxZBGExHQl .row {
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 -6px;
}
.cid-uxZBGExHQl .row .card {
  padding: 0 6px;
  justify-content: center;
}
.cid-uxZBGExHQl .row .title-wrapper {
  position: absolute;
  z-index: 1;
  background-color: #d60505;
  padding: 24px 80px;
  border-radius: 80px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-uxZBGExHQl .row .title-wrapper {
    position: static;
    padding: 32px;
    width: 100%;
  }
}
.cid-uxZBGExHQl .row .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxZBGExHQl .image-wrapper {
  margin-bottom: 12px;
}
.cid-uxZBGExHQl .image-wrapper img {
  height: 560px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uxZBGExHQl .image-wrapper img {
    height: 350px;
  }
}
.cid-uxZBGExHQl .image-wrap {
  margin-bottom: 12px;
}
.cid-uxZBGExHQl .image-wrap img {
  height: 560px;
  object-fit: cover;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uxZBGExHQl .image-wrap img {
    height: 350px;
  }
}
.cid-uxZBGExHQl .content-wrapper {
  padding: 55px 0;
}
@media (max-width: 992px) {
  .cid-uxZBGExHQl .content-wrapper {
    padding: 32px 0;
  }
}
.cid-uxZBGExHQl .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uxZBGExHQl .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uxZBGExHQl .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uxZBGExHQl .mbr-desc {
  color: #000000;
}
.cid-uxZBGExHQl .mbr-text {
  color: #000000;
}
.cid-uxZBGExHQl .mbr-text,
.cid-uxZBGExHQl .mbr-section-btn {
  color: #495259;
}
.cid-uBFpwK0Rms {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/citymeile-1688x743.webp");
}
.cid-uBFpwK0Rms .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBFpwK0Rms .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-uBFpwK0Rms .container {
    padding: 0 16px;
  }
}
.cid-uBFpwK0Rms .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uBFpwK0Rms .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBFpwK0Rms .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: 25px 32px 60px #18212d;
}
.cid-uBFpwK0Rms .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-uBFpwK0Rms .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-uBFpwK0Rms .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-uBFpwK0Rms .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  background-color: #1c1c1c;
  border-radius: 3rem !important;
}
.cid-uBFpwK0Rms .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBFpwK0Rms .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uBFpwK0Rms .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBFpwK0Rms .content-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uBFpwK0Rms .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBFpwK0Rms .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uBFpwK0Rms .mbr-section-title {
  color: #ffffff;
}
.cid-uBFpwK0Rms .mbr-desc {
  color: #ffffff;
}
.cid-uBFpwK0Rms .mbr-text {
  color: #ffffff;
}
.cid-uxZlYvetbj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uxZlYvetbj .circle-wrap {
  position: absolute;
  top: 0;
  left: -9%;
  width: 1100px;
  height: 1100px;
  border-radius: 100%;
  border: 120px solid #ffffff;
  opacity: .6;
}
.cid-uxZlYvetbj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxZlYvetbj .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-uxZlYvetbj .container {
    padding: 0 15px;
  }
}
.cid-uxZlYvetbj .row {
  position: relative;
  z-index: 1;
}
.cid-uxZlYvetbj .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uxZlYvetbj .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uxZlYvetbj .content-wrapper .border-wrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uxZlYvetbj .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uxZlYvetbj .content-wrapper .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uxZlYvetbj .content-wrapper .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uxZlYvetbj .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uxZlYvetbj .content-wrapper .content-wrap .images-wrapper {
  width: 48%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  height: fit-content;
}
@media (max-width: 992px) {
  .cid-uxZlYvetbj .content-wrapper .content-wrap .images-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cid-uxZlYvetbj .content-wrapper .content-wrap .images-wrapper .card {
  justify-content: center;
}
.cid-uxZlYvetbj .content-wrapper .content-wrap .images-wrapper .images-item img {
  margin-bottom: 45px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uxZlYvetbj .content-wrapper .content-wrap .images-wrapper .images-item img {
    margin-bottom: 40px;
  }
}
.cid-uxZlYvetbj .content-wrapper .content-wrap .images-wrapper .images-item img:last-child {
  margin-bottom: 0;
}
.cid-uxZlYvetbj .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
  height: 360px;
}
@media (max-width: 992px) {
  .cid-uxZlYvetbj .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
    height: 300px;
  }
}
.cid-uxZlYvetbj .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
  height: 220px;
}
@media (max-width: 992px) {
  .cid-uxZlYvetbj .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
    height: 300px;
  }
}
.cid-uxZlYvetbj .content-wrapper .content-wrap .items-wrapper {
  width: 38%;
  padding-top: 70px;
}
@media (max-width: 992px) {
  .cid-uxZlYvetbj .content-wrapper .content-wrap .items-wrapper {
    padding-top: 40px;
    width: 100%;
  }
}
.cid-uxZlYvetbj .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 30px;
}
.cid-uxZlYvetbj .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 30px;
}
.cid-uxZlYvetbj .mbr-section-title {
  color: #30262b;
}
.cid-uxZlYvetbj .item-title {
  color: #495259;
}
.cid-uxZlYvetbj .item-text {
  color: #495259;
}
.cid-uCd4Xnj3qn {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #82939b;
}
.cid-uCd4Xnj3qn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCd4Xnj3qn .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-uCd4Xnj3qn .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uCd4Xnj3qn img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-uCd4Xnj3qn img {
    margin: auto;
    margin-bottom: 3rem;
  }
}
.cid-uCd4Xnj3qn .card {
  margin-bottom: 2rem;
}
.cid-uCd4Xnj3qn .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #ffffff;
  padding-right: 1rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-uCd4Xnj3qn .row {
  justify-content: space-between;
}
.cid-uCd4Xnj3qn .card-box {
  display: flex;
  align-items: center;
}
.cid-uCd4Xnj3qn .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uCd4Xnj3qn .card-box {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .cid-uCd4Xnj3qn .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uCd4Xnj3qn .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uCd4Xnj3qn .card-text {
  color: #ffffff;
}
.cid-uCd4Xnj3qn .card-title,
.cid-uCd4Xnj3qn .iconfont-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uCd4Xnj3qn .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uCd4Xnj3qn .card-link,
.cid-uCd4Xnj3qn .link-icon,
.cid-uCd4Xnj3qn .link-align {
  color: #232323;
}
.cid-uvmzFCAWb9 {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/city-vernetzt-2000x1335.webp");
}
.cid-uvmzFCAWb9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvmzFCAWb9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvmzFCAWb9 .items-wrap {
  justify-content: space-between;
}
.cid-uvmzFCAWb9 .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uvmzFCAWb9 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uvmzFCAWb9 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uvmzFCAWb9 .content-wrapper .mbr-section-title span {
  color: #ffffff;
}
.cid-uvmzFCAWb9 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uvmzFCAWb9 .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uvmzFCAWb9 .content-wrapper .tags-wrapper .tags-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uvmzFCAWb9 .content-wrapper .tags-wrapper .tags-wrap .tag-wrap {
  display: inline-flex;
  align-items: center;
  margin: 0 10px 10px 0;
  padding: 10px 14px;
  position: relative;
  overflow: hidden;
  background-color: #292739;
  background-color: transparent;
}
.cid-uvmzFCAWb9 .content-wrapper .tags-wrapper .tags-wrap .tag-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #292739;
  opacity: .7;
}
.cid-uvmzFCAWb9 .content-wrapper .tags-wrapper .tags-wrap .tag-wrap .icon-wrapper {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #d60505;
  margin-right: 10px;
}
.cid-uvmzFCAWb9 .content-wrapper .tags-wrapper .tags-wrap .tag-wrap .icon-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
  color: transparent;
  background: linear-gradient(#ffffff 40%, transparent);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uvmzFCAWb9 .content-wrapper .tags-wrapper .tags-wrap .tag-wrap .mbr-tag {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uvmzFCAWb9 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uvmzFCAWb9 .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uvmzFCAWb9 .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvmzFCAWb9 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uvmzFCAWb9 .content-wrapper .social-wrapper {
  margin-top: 76px;
}
@media (max-width: 992px) {
  .cid-uvmzFCAWb9 .content-wrapper .social-wrapper {
    margin-top: 32px;
  }
}
.cid-uvmzFCAWb9 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
}
.cid-uvmzFCAWb9 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uvmzFCAWb9 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uvmzFCAWb9 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  border: 1px solid #ffffff;
}
.cid-uvmzFCAWb9 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  font-size: 20px;
  border: 1px solid #bbbbbb;
  transition: all 0.3s ease-in-out;
  margin: 10px 5px;
}
.cid-uvmzFCAWb9 .mbr-section-title {
  color: #ffffff;
}
.cid-uvmzFCAWb9 .mbr-text {
  color: #ffffff;
}
.cid-uvmzFCAWb9 .mbr-tag {
  color: #ffffff;
}
.cid-uvmzFCAWb9 .social-wrapper {
  text-align: right;
}
.cid-uvmzFCAWb9 .mbr-section-title,
.cid-uvmzFCAWb9 .mbr-section-btn,
.cid-uvmzFCAWb9 .social-wrapper,
.cid-uvmzFCAWb9 .tags-wrapper {
  color: #ffffff;
}
.cid-uCUhWDmAgC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #82939b;
}
.cid-uCUhWDmAgC .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-col {
    flex-direction: column;
  }
}
.cid-uCUhWDmAgC .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .brand-name {
    margin-top: 1rem;
  }
}
.cid-uCUhWDmAgC .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-wrap {
    margin-right: 0;
  }
}
.cid-uCUhWDmAgC .cards-row,
.cid-uCUhWDmAgC .social-row,
.cid-uCUhWDmAgC .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .cards-row,
  .cid-uCUhWDmAgC .social-row,
  .cid-uCUhWDmAgC .menu-row {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .menu-row {
  margin-bottom: 1rem;
}
.cid-uCUhWDmAgC .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .foot-menu {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uCUhWDmAgC .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uCUhWDmAgC .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .row {
    text-align: center;
  }
  .cid-uCUhWDmAgC .cards-col {
    justify-content: center;
  }
  .cid-uCUhWDmAgC .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uCUhWDmAgC .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uCUhWDmAgC .card-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uCUhWDmAgC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCUhWDmAgC .soc-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .mbr-iconfont {
  color: #ffffff;
}
.cid-uCUhWDmAgC .mbr-text {
  color: #ffffff;
}
.cid-uFTiBCZskd {
  z-index: 800;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uFTiBCZskd nav.navbar {
  position: fixed;
}
.cid-uFTiBCZskd .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTiBCZskd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTiBCZskd .dropdown-item:hover,
.cid-uFTiBCZskd .dropdown-item:focus {
  background: #d60505 !important;
  color: white !important;
}
.cid-uFTiBCZskd .dropdown-item:hover span {
  color: white;
}
.cid-uFTiBCZskd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTiBCZskd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTiBCZskd .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTiBCZskd .nav-link {
  position: relative;
}
.cid-uFTiBCZskd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTiBCZskd .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTiBCZskd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown-menu,
.cid-uFTiBCZskd .navbar.opened {
  background: #82939b !important;
}
.cid-uFTiBCZskd .nav-item:focus,
.cid-uFTiBCZskd .nav-link:focus {
  outline: none;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTiBCZskd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTiBCZskd .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTiBCZskd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTiBCZskd .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTiBCZskd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar.collapsed {
  justify-content: center;
}
.cid-uFTiBCZskd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTiBCZskd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTiBCZskd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTiBCZskd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTiBCZskd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTiBCZskd .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-uFTiBCZskd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTiBCZskd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTiBCZskd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTiBCZskd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTiBCZskd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTiBCZskd .navbar.navbar-short {
  min-height: 80px;
}
.cid-uFTiBCZskd .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uFTiBCZskd .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTiBCZskd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTiBCZskd .dropdown-item.active,
.cid-uFTiBCZskd .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTiBCZskd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTiBCZskd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTiBCZskd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTiBCZskd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTiBCZskd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTiBCZskd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar {
    height: 70px;
  }
  .cid-uFTiBCZskd .navbar.opened {
    height: auto;
  }
  .cid-uFTiBCZskd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvVQjnNFtS {
  background-image: url("../../../assets/images/verknupfungen-1981x989.webp");
}
.cid-uvVQjnNFtS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvVQjnNFtS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvVQjnNFtS .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uvVQjnNFtS .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uvVQjnNFtS .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uvVQjnNFtS .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uvVQjnNFtS .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uvVQjnNFtS .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uvVQjnNFtS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uvVQjnNFtS .mbr-section-title {
  color: #ffffff;
}
.cid-uvVQjnNFtS .mbr-desc,
.cid-uvVQjnNFtS .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uvVQjnNFtS .mbr-text,
.cid-uvVQjnNFtS .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uvVQjnNFtS .mbr-section-title,
.cid-uvVQjnNFtS .mbr-section-btn {
  text-align: center;
}
.cid-uvVQjnNFtS .mbr-desc,
.cid-uvVQjnNFtS .desc-wrapper {
  color: #ffffff;
}
.cid-urmUfPhaYa {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urmUfPhaYa .mbr-fallback-image.disabled {
  display: none;
}
.cid-urmUfPhaYa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urmUfPhaYa .content-head {
  max-width: 800px;
}
.cid-urmUfPhaYa .mbr-section-title {
  color: #495259;
}
.cid-urmUfPGego {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urmUfPGego .mbr-fallback-image.disabled {
  display: none;
}
.cid-urmUfPGego .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urmUfPGego .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-urmUfPGego .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-urmUfPGego .row-links {
  width: 100%;
  justify-content: center;
}
.cid-urmUfPGego .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-urmUfPGego .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-urmUfPGego .header-menu li p {
  margin: 0;
}
.cid-urmUfPGego .content-head {
  max-width: 800px;
}
.cid-urmUfPWu2r {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urmUfPWu2r .mbr-fallback-image.disabled {
  display: none;
}
.cid-urmUfPWu2r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urmUfPWu2r .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-urmUfPWu2r .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-urmUfPWu2r .row-links {
  width: 100%;
  justify-content: center;
}
.cid-urmUfPWu2r .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-urmUfPWu2r .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-urmUfPWu2r .header-menu li p {
  margin: 0;
}
.cid-urmUfPWu2r .content-head {
  max-width: 800px;
}
.cid-urmUfPWu2r .mbr-section-title {
  color: #495259;
}
.cid-urmUfPWu2r .mbr-text,
.cid-urmUfPWu2r .mbr-section-btn {
  color: #495259;
}
.cid-urmUfQcZZl {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urmUfQcZZl .mbr-fallback-image.disabled {
  display: none;
}
.cid-urmUfQcZZl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urmUfQcZZl .content-head {
  max-width: 800px;
}
.cid-urmUfQcZZl .mbr-section-title {
  color: #495259;
}
.cid-urmUfQcZZl .mbr-text,
.cid-urmUfQcZZl .mbr-section-btn {
  color: #495259;
}
.cid-uBdifJ1cQZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #82939b;
}
.cid-uBdifJ1cQZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBdifJ1cQZ .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-uBdifJ1cQZ .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uBdifJ1cQZ .container {
    padding: 0 12px;
  }
}
.cid-uBdifJ1cQZ .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uBdifJ1cQZ .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-uBdifJ1cQZ .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uBdifJ1cQZ .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-uBdifJ1cQZ .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uBdifJ1cQZ .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uBdifJ1cQZ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBdifJ1cQZ .mbr-section-title {
  color: #ffffff;
}
.cid-uBdifJ1cQZ .mbr-text {
  color: #222222;
}
.cid-uBdifJ1cQZ .mbr-text,
.cid-uBdifJ1cQZ .mbr-section-btn {
  color: #ffffff;
}
.cid-urmUfQJ5rL {
  display: flex;
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-urmUfQJ5rL {
    align-items: center;
  }
  .cid-urmUfQJ5rL .row {
    justify-content: center;
  }
}
.cid-urmUfQJ5rL p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-urmUfQJ5rL .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-urmUfQJ5rL {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-urmUfQJ5rL .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-urmUfQJ5rL .content-wrap {
    width: 100%;
  }
}
.cid-urmUfQJ5rL .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-urmUfQJ5rL .mbr-text,
.cid-urmUfQJ5rL .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-urmUfQJ5rL .mbr-section-subtitle {
  color: #a1a1a1;
  text-align: center;
}
.cid-urmUfR1v46 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urmUfR1v46 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urmUfR1v46 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urmUfR1v46 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-urmUfR1v46 .image-wrap img {
    display: block;
    margin: auto;
    width: 30%;
  }
}
.cid-urmUfR1v46 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-urmUfR1v46 .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-urmUfR1v46 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-urmUfR1v46 .header-menu li p {
  margin: 0;
}
.cid-urmUfR1v46 .content-head {
  max-width: 800px;
}
.cid-urmUfRoY8B {
  display: flex;
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-urmUfRoY8B {
    align-items: center;
  }
  .cid-urmUfRoY8B .row {
    justify-content: center;
  }
}
.cid-urmUfRoY8B p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-urmUfRoY8B .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-urmUfRoY8B {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-urmUfRoY8B .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-urmUfRoY8B .content-wrap {
    width: 100%;
  }
}
.cid-urmUfRoY8B .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-urmUfRoY8B .mbr-text,
.cid-urmUfRoY8B .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-urmUfRoY8B .mbr-section-subtitle {
  color: #a1a1a1;
  text-align: center;
}
.cid-uPrJM8QWEj {
  background-color: #ffffff !important;
  border: 18px solid #ffffff;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uPrJM8QWEj {
    border: 8px solid #ffffff;
    margin-top: -8px;
  }
}
.cid-uPrJM8QWEj .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uPrJM8QWEj section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-uPrJM8QWEj .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 6rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1-6.webp");
}
.cid-uPrJM8QWEj .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPrJM8QWEj .row .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-uPrJM8QWEj .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uPrJM8QWEj .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uPrJM8QWEj .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uPrJM8QWEj .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uPrJM8QWEj .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uPrJM8QWEj .title-wrapper .title-wrap .mbr-desc {
  margin-bottom: 62px;
}
@media (max-width: 992px) {
  .cid-uPrJM8QWEj .title-wrapper .title-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uPrJM8QWEj .image-wrapper img {
  height: 700px;
  object-fit: cover;
  border-radius: 1.2em;
}
@media (max-width: 992px) {
  .cid-uPrJM8QWEj .image-wrapper img {
    height: 300px;
  }
}
.cid-uPrJM8QWEj .mbr-section-title {
  color: #ffffff;
}
.cid-uPrJM8QWEj .mbr-desc {
  color: #ffffff;
}
.cid-urmUfZvLbF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-urmUfZvLbF .mbr-fallback-image.disabled {
  display: none;
}
.cid-urmUfZvLbF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-urmUfZvLbF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urmUfZvLbF .row {
  flex-direction: row-reverse;
}
.cid-urmUfZvLbF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-urmUfZvLbF .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-urmUfZvLbF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-urmUfZvLbF .mbr-section-title {
  color: #495259;
  text-align: center;
}
.cid-urmUfZvLbF .mbr-text,
.cid-urmUfZvLbF .mbr-section-btn {
  color: #495259;
  text-align: center;
}
.cid-uBp4ifayez {
  display: flex;
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #82939b;
}
@media (min-width: 768px) {
  .cid-uBp4ifayez {
    align-items: flex-end;
  }
  .cid-uBp4ifayez .row {
    justify-content: flex-start;
  }
  .cid-uBp4ifayez .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBp4ifayez .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBp4ifayez {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBp4ifayez .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBp4ifayez .content-wrap {
    width: 100%;
  }
}
.cid-uBp4ifayez .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBp4ifayez .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBp4ifayez .mbr-section-title,
.cid-uBp4ifayez .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uBp4ifayez .mbr-text,
.cid-uBp4ifayez .mbr-section-btn {
  text-align: left;
}
.cid-uBp4ifayez .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uBjoEq3hXr {
  padding-top: 4rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #82939b;
}
.cid-uBjoEq3hXr .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uBjoEq3hXr .content-wrapper .decor {
  position: absolute;
  top: -1rem;
  border: 1px solid #ffffff;
  width: 52%;
  height: 100%;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uBjoEq3hXr .content-wrapper .decor {
    display: none;
  }
}
.cid-uBjoEq3hXr .content-wrapper .decor::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-uBjoEq3hXr .content-wrapper .decor_1 {
  transform: rotate(6deg);
}
.cid-uBjoEq3hXr .content-wrapper .decor_2 {
  transform: rotate(-6deg);
}
.cid-uBjoEq3hXr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uBjoEq3hXr .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uBjoEq3hXr .embla__slide .slide-content {
  width: 100%;
  background-color: #ffffff;
  padding: 5px;
  min-height: 560px;
}
@media (max-width: 768px) {
  .cid-uBjoEq3hXr .embla__slide .slide-content {
    min-height: auto;
  }
}
.cid-uBjoEq3hXr .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 1px dashed #82939b;
  padding: 56px;
  border-radius: 26px !important;
}
@media (max-width: 992px) {
  .cid-uBjoEq3hXr .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-uBjoEq3hXr .embla__slide .slide-content .item-wrapper .card-box .name-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-uBjoEq3hXr .embla__slide .slide-content .item-wrapper .card-box .name-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uBjoEq3hXr .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBjoEq3hXr .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap {
    display: block;
  }
}
.cid-uBjoEq3hXr .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap {
  width: 92px;
  height: 92px;
  min-width: 92px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #feeeed;
  margin-right: 18px;
}
@media (max-width: 992px) {
  .cid-uBjoEq3hXr .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap {
    width: 64px;
    height: 64px;
    min-width: 64px;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uBjoEq3hXr .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .letter-wrap .item-letter {
  margin-bottom: 0;
}
.cid-uBjoEq3hXr .embla__slide .slide-content .item-wrapper .card-box .name-wrapper .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-uBjoEq3hXr .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uBjoEq3hXr .embla__slide .slide-content .item-wrapper .item-date {
  margin-top: 32px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBjoEq3hXr .embla__slide .slide-content .item-wrapper .item-date {
    margin-top: 16px;
  }
}
.cid-uBjoEq3hXr .embla__button--next,
.cid-uBjoEq3hXr .embla__button--prev {
  display: flex;
}
.cid-uBjoEq3hXr .embla__button {
  top: 50%;
  width: 80px;
  height: 80px;
  font-size: 22px;
  background-color: #d60505 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uBjoEq3hXr .embla__button {
    top: auto;
    bottom: 0;
    width: 60px;
    height: 60px;
  }
}
.cid-uBjoEq3hXr .embla__button:hover {
  opacity: .7;
}
.cid-uBjoEq3hXr .embla__button.embla__button--prev {
  left: 0;
}
.cid-uBjoEq3hXr .embla__button.embla__button--next {
  right: 0;
}
.cid-uBjoEq3hXr .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uBjoEq3hXr .embla {
    display: block;
    padding-bottom: 6rem;
  }
}
.cid-uBjoEq3hXr .embla__viewport {
  overflow: hidden;
  width: 50%;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uBjoEq3hXr .embla__viewport {
    width: 100%;
  }
}
.cid-uBjoEq3hXr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBjoEq3hXr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBjoEq3hXr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBjoEq3hXr .item-letter {
  color: #f24d4a;
}
.cid-uBjoEq3hXr .item-name {
  color: #f24d4a;
}
.cid-uBjoEq3hXr .item-text {
  color: #495259;
}
.cid-uBjoEq3hXr .item-date {
  color: #495259;
}
.cid-uBjoEq3hXr .item-letter,
.cid-uBjoEq3hXr .name-wrapper {
  color: #82939b;
}
.cid-uAPKoUQQH0 {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #82939b;
}
@media (min-width: 768px) {
  .cid-uAPKoUQQH0 {
    align-items: flex-end;
  }
  .cid-uAPKoUQQH0 .row {
    justify-content: flex-start;
  }
  .cid-uAPKoUQQH0 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAPKoUQQH0 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uAPKoUQQH0 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uAPKoUQQH0 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAPKoUQQH0 .content-wrap {
    width: 100%;
  }
}
.cid-uAPKoUQQH0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAPKoUQQH0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAPKoUQQH0 .mbr-section-title,
.cid-uAPKoUQQH0 .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uAPKoUQQH0 .mbr-text,
.cid-uAPKoUQQH0 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uAPKoUQQH0 .mbr-section-title {
  color: #ffffff;
}
.cid-urmUfRGvt5 {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-urmUfRGvt5 {
    align-items: flex-end;
  }
  .cid-urmUfRGvt5 .row {
    justify-content: flex-start;
  }
  .cid-urmUfRGvt5 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-urmUfRGvt5 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-urmUfRGvt5 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-urmUfRGvt5 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-urmUfRGvt5 .content-wrap {
    width: 100%;
  }
}
.cid-urmUfRGvt5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urmUfRGvt5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urmUfRGvt5 .mbr-section-title,
.cid-urmUfRGvt5 .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-urmUfRGvt5 .mbr-text,
.cid-urmUfRGvt5 .mbr-section-btn {
  text-align: left;
  color: #495259;
}
.cid-urmUfRGvt5 .mbr-section-title {
  color: #495259;
}
.cid-uwoYyziZAj {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-uwoYyziZAj .container {
    max-width: 1162px;
  }
}
.cid-uwoYyziZAj .btn {
  padding: 24px 60px;
  color: #000000;
  border-radius: 60px;
}
.cid-uwoYyziZAj .btn:hover,
.cid-uwoYyziZAj .btn:focus {
  border-color: #d60505 !important;
  background-color: #d60505 !important;
}
@media (min-width: 768px) {
  .cid-uwoYyziZAj .mbr-section-head {
    display: flex;
    justify-content: space-between;
  }
}
.cid-uwoYyziZAj img,
.cid-uwoYyziZAj .item-img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}
.cid-uwoYyziZAj .item-img {
  height: 100%;
}
.cid-uwoYyziZAj .item-img img {
  object-fit: cover;
}
.cid-uwoYyziZAj .item-wrapper {
  position: relative;
  height: 100%;
}
.cid-uwoYyziZAj .item-content {
  z-index: 3;
  min-width: 250px;
  text-align: center;
  top: 60%;
  left: 50%;
  position: absolute;
  opacity: 0;
  transform: translate(-50%, -20%);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uwoYyziZAj .mbr-text,
.cid-uwoYyziZAj .mbr-section-btn {
  color: #ffffff;
}
.cid-uwoYyziZAj .item-wrapper:hover .item-content {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.cid-uwoYyziZAj .item-wrapper:hover img {
  -webkit-filter: brightness(30%);
  filter: brightness(30%);
}
.cid-uwoYyziZAj .item:focus,
.cid-uwoYyziZAj span:focus {
  outline: none;
}
.cid-uwoYyziZAj .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uwoYyziZAj .Bg {
  padding: 0.5rem 1rem;
  background-color: #ffffff;
}
.cid-uwoYyziZAj .mbr-section-text {
  color: #495259;
}
.cid-uxrf4yUDZH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #82939b;
}
.cid-uxrf4yUDZH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxrf4yUDZH .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-uxrf4yUDZH .container {
    padding: 0 16px;
  }
}
.cid-uxrf4yUDZH .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uxrf4yUDZH .row {
    margin: 0 10px;
  }
}
.cid-uxrf4yUDZH .row .card {
  position: relative;
  padding: 0;
}
.cid-uxrf4yUDZH .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #d60505;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uxrf4yUDZH .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uxrf4yUDZH .row .card .decor-wrapper {
    display: none;
  }
}
.cid-uxrf4yUDZH .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #495259;
  border-radius: 100%;
  border: 5px solid #d60505;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uxrf4yUDZH .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-uxrf4yUDZH .row .card .icon-decor {
    display: none;
  }
}
.cid-uxrf4yUDZH .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uxrf4yUDZH .title-wrapper {
    width: 100%;
  }
}
.cid-uxrf4yUDZH .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uxrf4yUDZH .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uxrf4yUDZH .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uxrf4yUDZH .mbr-section-title {
  color: #fdfcfc;
}
.cid-uxrf4yUDZH .mbr-text {
  color: #fdfcfc;
}
.cid-urmUfSFM1T {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urmUfSFM1T .mbr-fallback-image.disabled {
  display: none;
}
.cid-urmUfSFM1T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urmUfSFM1T .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-urmUfSFM1T .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-urmUfSFM1T .row-links {
  width: 100%;
  justify-content: center;
}
.cid-urmUfSFM1T .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-urmUfSFM1T .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-urmUfSFM1T .header-menu li p {
  margin: 0;
}
.cid-urmUfSFM1T .content-head {
  max-width: 800px;
}
.cid-urmUfSFM1T .mbr-section-title {
  color: #495259;
}
.cid-urmUfSFM1T .mbr-text,
.cid-urmUfSFM1T .mbr-section-btn {
  color: #495259;
}
.cid-urmUfT1DAP {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urmUfT1DAP .mbr-section-title {
  text-align: center;
  color: #82939b;
}
.cid-urmUfT1DAP .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-urmUfTgkVe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urmUfTgkVe .mbr-fallback-image.disabled {
  display: none;
}
.cid-urmUfTgkVe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urmUfTgkVe .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-urmUfTgkVe .mbr-section-title {
  color: #495259;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-urmUfTgkVe .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-urmUfTgkVe .mbr-section-subtitle {
  color: #495259;
}
.cid-urmUfTgkVe .card-row {
  align-items: stretch;
}
.cid-urmUfTgkVe .card {
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-urmUfTgkVe .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 20px;
  overflow: hidden;
  border-radius: 13px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.cid-urmUfTgkVe .card-box {
  height: 100%;
}
.cid-urmUfTgkVe .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 25px;
}
.cid-urmUfTgkVe .iconfont-wrapper .mbr-iconfont {
  font-size: 45px;
  color: #d60505;
}
.cid-urmUfTgkVe .card-title {
  color: #495259;
  margin-bottom: 20px;
  text-align: center;
}
.cid-urmUfTgkVe .card-text {
  color: #82939b;
  margin-bottom: 0;
}
.cid-urmUfTHtdI {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urmUfTHtdI .mbr-fallback-image.disabled {
  display: none;
}
.cid-urmUfTHtdI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urmUfTHtdI .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-urmUfTHtdI .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-urmUfTHtdI .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-urmUfTHtdI .mbr-section-subtitle {
  color: #C4CFDE;
}
.cid-urmUfTHtdI .card-row {
  align-items: stretch;
}
.cid-urmUfTHtdI .card {
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-urmUfTHtdI .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 20px;
  overflow: hidden;
  border-radius: 13px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.cid-urmUfTHtdI .card-box {
  height: 100%;
}
.cid-urmUfTHtdI .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 25px;
}
.cid-urmUfTHtdI .iconfont-wrapper .mbr-iconfont {
  font-size: 45px;
  color: #d60505;
}
.cid-urmUfTHtdI .card-title {
  color: #495259;
  margin-bottom: 20px;
}
.cid-urmUfTHtdI .card-text {
  color: #82939b;
  margin-bottom: 0;
}
.cid-uEj6a5Ygk9 {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #dce0e3;
}
@media (min-width: 768px) {
  .cid-uEj6a5Ygk9 {
    align-items: flex-end;
  }
  .cid-uEj6a5Ygk9 .row {
    justify-content: flex-start;
  }
  .cid-uEj6a5Ygk9 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uEj6a5Ygk9 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uEj6a5Ygk9 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uEj6a5Ygk9 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uEj6a5Ygk9 .content-wrap {
    width: 100%;
  }
}
.cid-uEj6a5Ygk9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEj6a5Ygk9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEj6a5Ygk9 .mbr-section-title,
.cid-uEj6a5Ygk9 .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uEj6a5Ygk9 .mbr-text,
.cid-uEj6a5Ygk9 .mbr-section-btn {
  text-align: center;
  color: #495259;
}
.cid-uEj6a5Ygk9 .mbr-section-title {
  color: #495259;
  text-align: center;
}
.cid-uEj2gouMYI {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #dce0e3;
}
.cid-uEj2gouMYI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEj2gouMYI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEj2gouMYI .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uEj2gouMYI .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-uEj2gouMYI .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uEj2gouMYI .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uEj2gouMYI .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uEj2gouMYI .header-menu li p {
  margin: 0;
}
.cid-uEj2gouMYI .mbr-section-title {
  color: #495259;
}
.cid-uEj2gouMYI .header-menu-item {
  color: #ffffff;
}
.cid-uEj2gouMYI .mbr-text,
.cid-uEj2gouMYI .mbr-section-btn {
  color: #495259;
  text-align: center;
}
.cid-uEj2gouMYI .content-head {
  max-width: 800px;
}
.cid-uFVlGDvYLy {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uFVlGDvYLy .mbr-text {
  color: #495259;
  text-align: left;
}
.cid-uFVlGDvYLy .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uFVlGDvYLy .mbr-section-title {
  text-align: center;
  color: #495259;
}
.cid-uFVlGDvYLy .mbr-card-title {
  color: #495259;
  text-align: left;
}
.cid-uFVlGDvYLy .mbr-card-subtitle {
  color: #000000;
}
.cid-urmUfVpFE3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #82939b;
}
.cid-urmUfVpFE3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urmUfVpFE3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urmUfVpFE3 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-urmUfVpFE3 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urmUfVpFE3 .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-urmUfVpFE3 .content-head {
  max-width: 800px;
}
.cid-urmUfVpFE3 .card-text {
  color: #ffffff;
}
.cid-urmUfVpFE3 .card-title {
  color: #ffffff;
}
.cid-urmUfVN2S8 {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-urmUfVN2S8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urmUfVN2S8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urmUfVN2S8 .col-title {
  margin-bottom: 30px;
  padding: 0 30px !important;
}
.cid-urmUfVN2S8 .mbr-section-title {
  color: #112B6D;
}
.cid-urmUfVN2S8 .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-urmUfVN2S8 .number-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .cid-urmUfVN2S8 .number-container {
    display: none;
  }
}
.cid-urmUfVN2S8 .number-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.33333333%;
  padding: 0 10px;
}
.cid-urmUfVN2S8 .number-item:not(:first-child)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  right: 50%;
  top: calc(50% - 1px);
  background-color: #d60505;
}
.cid-urmUfVN2S8 .number-text {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 30px;
  color: #ffffff;
  background-color: #d60505;
}
.cid-urmUfVN2S8 .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .cid-urmUfVN2S8 .cards-container {
    flex-wrap: wrap;
  }
}
.cid-urmUfVN2S8 .card {
  width: 33.33333333%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-urmUfVN2S8 .card {
    width: 100%;
    padding: 0 10px 30px;
  }
}
.cid-urmUfVN2S8 .card-box {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-urmUfVN2S8 .card-box {
    display: flex;
    align-items: center;
  }
}
.cid-urmUfVN2S8 .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-urmUfVN2S8 .iconfont-wrapper {
    min-width: 130px;
    width: auto;
    margin-bottom: 0;
    margin-right: 25px;
  }
}
.cid-urmUfVN2S8 .iconfont-wrapper .mbr-iconfont {
  font-size: 130px;
  color: #495259;
}
@media (max-width: 767px) {
  .cid-urmUfVN2S8 .iconfont-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-urmUfVN2S8 .card-container {
  width: 100%;
  padding: 20px 20px 0;
}
@media (max-width: 767px) {
  .cid-urmUfVN2S8 .card-container {
    flex-grow: 1;
    padding: 0;
  }
}
.cid-urmUfVN2S8 .card-title {
  color: #495259;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-urmUfVN2S8 .card-title {
    margin-bottom: 20px;
    text-align: left !important;
  }
}
.cid-urmUfVN2S8 .card-text {
  color: #495259;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-urmUfVN2S8 .card-text {
    text-align: left !important;
  }
}
.cid-urmUfVN2S8 .btn-container {
  padding: 40px 30px 0 !important;
}
.cid-urmUfVN2S8 .mbr-section-title,
.cid-urmUfVN2S8 .mbr-section-btn {
  color: #495259;
}
.cid-urmUfW9vaW {
  padding-top: 0px;
  padding-bottom: 105px;
  background: #ffffff;
}
.cid-urmUfW9vaW .carousel-item {
  justify-content: flex-start;
  text-align: center;
}
.cid-urmUfW9vaW .carousel-item .mbr-section-subtitle {
  color: #232332;
}
.cid-urmUfW9vaW .carousel-item .btn {
  margin: 0.4rem !important;
  justify-content: space-between;
}
.cid-urmUfW9vaW .carousel-item .btn.btn-sm {
  padding: 9px 41px;
}
.cid-urmUfW9vaW .carousel-item img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  margin-top: 2rem;
}
.cid-urmUfW9vaW .carousel-item.active,
.cid-urmUfW9vaW .carousel-item-next,
.cid-urmUfW9vaW .carousel-item-prev {
  display: flex;
}
.cid-urmUfW9vaW .carousel-controls a {
  transition: opacity .5s;
  width: 5%;
}
.cid-urmUfW9vaW .carousel-controls a span {
  position: absolute;
  top: 45%;
  font-size: 40px;
  padding: 15px;
  border-radius: 50%;
  color: #29292a;
  background: transparent;
}
.cid-urmUfW9vaW .carousel-controls a:hover span {
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-urmUfW9vaW .carousel-controls {
    display: none;
  }
}
.cid-urmUfW9vaW .carousel-indicators {
  margin: 20px auto 0;
  align-items: center;
  position: relative;
}
.cid-urmUfW9vaW .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #d60505;
}
.cid-urmUfW9vaW .carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #ffffff;
  font-size: 2rem;
  opacity: .5;
  border: 1px solid #dddfe0;
}
.cid-urmUfW9vaW .carousel-indicators li:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-urmUfW9vaW * {
    text-align: center;
  }
}
.cid-urmUfW9vaW .mbr-fallback-image.disabled {
  display: none;
}
.cid-urmUfW9vaW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urmUfW9vaW .carousel-item .mbr-section-title,
.cid-urmUfW9vaW .carousel-item .mbr-section-btn {
  color: #495259;
}
.cid-urmUfW9vaW .carousel-item .mbr-text,
.cid-urmUfW9vaW .carousel-item .mbr-section-btn {
  color: #495259;
}
.cid-urmUfWPFz1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #82939b;
}
.cid-urmUfWPFz1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urmUfWPFz1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urmUfWPFz1 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-urmUfWPFz1 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urmUfWPFz1 .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-urmUfWPFz1 .content-head {
  max-width: 800px;
}
.cid-urmUfWPFz1 .card-title {
  color: #ffffff;
}
.cid-urmUfWPFz1 .card-text {
  color: #ffffff;
}
.cid-uGbIpfUGJA {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGbIpfUGJA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbIpfUGJA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGbIpfUGJA .content-head {
  max-width: 800px;
}
.cid-uGbIpfUGJA .mbr-section-title {
  color: #495259;
}
.cid-uG0dbkSZkw {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uG0dbkSZkw img,
.cid-uG0dbkSZkw .item-img {
  width: 100%;
}
.cid-uG0dbkSZkw .item:focus,
.cid-uG0dbkSZkw span:focus {
  outline: none;
}
.cid-uG0dbkSZkw .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uG0dbkSZkw .item {
    margin-bottom: 1rem;
  }
}
.cid-uG0dbkSZkw .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uG0dbkSZkw .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uG0dbkSZkw .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uG0dbkSZkw .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uG0dbkSZkw .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uG0dbkSZkw .mbr-section-title {
  color: #000000;
}
.cid-uG0dbkSZkw .item-title {
  text-align: left;
}
.cid-uG0dbkSZkw .item-subtitle {
  text-align: left;
}
.cid-uG0dbkSZkw .mbr-text,
.cid-uG0dbkSZkw .item .mbr-section-btn {
  text-align: left;
}
.cid-uG0dbkSZkw .content-head {
  max-width: 800px;
}
.cid-urmUfYdtPu {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #dce0e3;
}
.cid-urmUfYdtPu h6 {
  line-height: 1.2;
}
.cid-urmUfYdtPu img,
.cid-urmUfYdtPu .item-img {
  width: 100%;
}
.cid-urmUfYdtPu .item:focus,
.cid-urmUfYdtPu span:focus {
  outline: none;
}
.cid-urmUfYdtPu .item {
  cursor: pointer;
}
.cid-urmUfYdtPu .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-urmUfYdtPu .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-urmUfYdtPu .mbr-section-title {
  color: #495259;
}
.cid-urmUfYdtPu .mbr-text,
.cid-urmUfYdtPu .mbr-section-btn {
  color: #000000;
}
.cid-urmUfYdtPu .item-title {
  color: #000000;
  text-align: center;
}
.cid-urmUfYdtPu .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-urmUfYdtPu .item-text {
  color: #000000;
  text-align: center;
}
.cid-urmUfYdtPu .content-head {
  max-width: 800px;
}
.cid-urmUfYdtPu .item-title,
.cid-urmUfYdtPu .mbr-section-btn {
  color: #495259;
}
.cid-urmUfYdtPu .mbr-section-subtitle {
  color: #495259;
}
.cid-uGd8FWHAPI {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #dce0e3;
}
.cid-uGd8FWHAPI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGd8FWHAPI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGd8FWHAPI .content-text {
  max-width: 800px;
}
.cid-uGd8FWHAPI .mbr-description {
  color: #495259;
}
.cid-urmUfZ60Yz {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #82939b;
}
.cid-urmUfZ60Yz .mbr-fallback-image.disabled {
  display: none;
}
.cid-urmUfZ60Yz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urmUfZ60Yz .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-urmUfZ60Yz .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urmUfZ60Yz .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-urmUfZ60Yz .content-head {
  max-width: 800px;
}
.cid-urmUfZ60Yz .card-title {
  color: #ffffff;
}
.cid-urmUfZ60Yz .card-text {
  color: #ffffff;
}
.cid-urmUg0ff3b {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urmUg0ff3b .mbr-fallback-image.disabled {
  display: none;
}
.cid-urmUg0ff3b .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-urmUg0ff3b .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-urmUg0ff3b .container {
    padding: 0 16px;
  }
}
.cid-urmUg0ff3b .content-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 50px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-urmUg0ff3b .content-wrapper {
    padding: 35px 15px;
    display: block;
  }
}
.cid-urmUg0ff3b .content-wrapper .mbr-section-title {
  width: 42%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-urmUg0ff3b .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-urmUg0ff3b .content-wrapper .list-wrapper {
  width: 50%;
  padding: 20px 36px;
  background-color: #495259;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-urmUg0ff3b .content-wrapper .list-wrapper {
    width: 100%;
    padding: 20px;
  }
}
.cid-urmUg0ff3b .content-wrapper .list-wrapper .item {
  padding: 20px 0;
  border-bottom: 1px solid #ffffff;
}
.cid-urmUg0ff3b .content-wrapper .list-wrapper .item:last-child {
  border-bottom: none;
}
.cid-urmUg0ff3b .content-wrapper .list-wrapper .item .item-wrapper .card-box {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}
.cid-urmUg0ff3b .content-wrapper .list-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 28px;
}
.cid-urmUg0ff3b .content-wrapper .list-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 40px;
  height: 40px;
  font-size: 32px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 100%;
}
.cid-urmUg0ff3b .content-wrapper .list-wrapper .item .item-wrapper .card-box .card-content .card-title {
  margin-bottom: 5px;
}
.cid-urmUg0ff3b .content-wrapper .list-wrapper .item .item-wrapper .card-box .card-content .card-text {
  margin-bottom: 0;
}
.cid-urmUg0ff3b .mbr-section-title {
  color: #495259;
}
.cid-urmUg0ff3b .card-title {
  color: #000000;
}
.cid-urmUg0ff3b .card-text {
  color: #000000;
}
.cid-urmUg0ff3b .card-title,
.cid-urmUg0ff3b .item-wrapper {
  color: #ffffff;
}
.cid-urmUg0ff3b .card-text,
.cid-urmUg0ff3b .item-wrapper {
  color: #ffffff;
}
.cid-urmUg0MZjY {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urmUg0MZjY .mbr-text {
  color: #495259;
  text-align: center;
}
.cid-urmUg0MZjY .mbr-section-subtitle {
  color: #000000;
}
.cid-urmUg0MZjY .mbr-section-title {
  color: #000000;
}
.cid-urmUg1cRIL {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-urmUg1cRIL .mbr-fallback-image.disabled {
  display: none;
}
.cid-urmUg1cRIL .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-urmUg1cRIL .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-urmUg1cRIL .container {
    padding: 0 16px;
  }
}
.cid-urmUg1cRIL .content-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 50px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-urmUg1cRIL .content-wrapper {
    padding: 35px 15px;
    display: block;
  }
}
.cid-urmUg1cRIL .content-wrapper .mbr-section-title {
  width: 42%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-urmUg1cRIL .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-urmUg1cRIL .content-wrapper .list-wrapper {
  width: 50%;
  padding: 20px 36px;
  background-color: #d60505;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-urmUg1cRIL .content-wrapper .list-wrapper {
    width: 100%;
    padding: 20px;
  }
}
.cid-urmUg1cRIL .content-wrapper .list-wrapper .item {
  padding: 20px 0;
  border-bottom: 1px solid #ffffff;
}
.cid-urmUg1cRIL .content-wrapper .list-wrapper .item:last-child {
  border-bottom: none;
}
.cid-urmUg1cRIL .content-wrapper .list-wrapper .item .item-wrapper .card-box {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}
.cid-urmUg1cRIL .content-wrapper .list-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 28px;
}
.cid-urmUg1cRIL .content-wrapper .list-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 40px;
  height: 40px;
  font-size: 32px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 100%;
}
.cid-urmUg1cRIL .content-wrapper .list-wrapper .item .item-wrapper .card-box .card-content .card-title {
  margin-bottom: 5px;
}
.cid-urmUg1cRIL .content-wrapper .list-wrapper .item .item-wrapper .card-box .card-content .card-text {
  margin-bottom: 0;
}
.cid-urmUg1cRIL .mbr-section-title {
  color: #495259;
}
.cid-urmUg1cRIL .card-title {
  color: #000000;
}
.cid-urmUg1cRIL .card-text {
  color: #000000;
}
.cid-urmUg1cRIL .card-text,
.cid-urmUg1cRIL .item-wrapper {
  color: #ffffff;
}
.cid-urmUg1cRIL .card-title,
.cid-urmUg1cRIL .item-wrapper {
  color: #ffffff;
}
.cid-uFSxeXXviV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFSxeXXviV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFSxeXXviV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFSxeXXviV .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFSxeXXviV .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFSxeXXviV .image-wrapper img {
  height: 660px;
  object-fit: cover;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFSxeXXviV .image-wrapper img {
    height: 350px;
  }
}
.cid-uFSxeXXviV .content-wrapper {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uFSxeXXviV .content-wrapper {
    margin-bottom: 32px;
    padding-top: 0;
  }
}
.cid-uFSxeXXviV .content-wrapper .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFSxeXXviV .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFSxeXXviV .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uFSxeXXviV .content-wrapper .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uFSxeXXviV .content-wrapper .title-wrapper .title-wrap .logo-wrap {
  margin-right: 48px;
}
.cid-uFSxeXXviV .content-wrapper .title-wrapper .title-wrap .logo-wrap img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
}
@media (max-width: 1440px) {
  .cid-uFSxeXXviV .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uFSxeXXviV .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 0;
    margin-bottom: 22px;
  }
}
.cid-uFSxeXXviV .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFSxeXXviV .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFSxeXXviV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uFSxeXXviV .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFSxeXXviV .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uFSxeXXviV .mbr-section-title {
  color: #191c25;
}
.cid-uFSxeXXviV .mbr-text {
  color: #191c25;
}
.cid-uFSxeXXviV .mbr-desc {
  color: #495259;
}
.cid-uFSxeXXviV .mbr-section-title,
.cid-uFSxeXXviV .title-wrapper {
  color: #495259;
}
.cid-uFSxeXXviV .mbr-text,
.cid-uFSxeXXviV .text-wrapper {
  color: #495259;
}
.cid-uFSxg0Ys1n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dce0e3;
}
.cid-uFSxg0Ys1n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFSxg0Ys1n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFSxg0Ys1n .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uFSxg0Ys1n .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFSxg0Ys1n .content-wrapper .title-wrap .mbr-section-title span {
  color: #d60505;
}
.cid-uFSxg0Ys1n .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFSxg0Ys1n .image-wrapper img {
    height: 350px;
  }
}
.cid-uFSxg0Ys1n .mbr-section-title {
  color: #404349;
}
.cid-uFSxg0Ys1n .mbr-desc {
  color: #b19a7c;
}
.cid-uFSxg0Ys1n .mbr-text {
  color: #404349;
}
.cid-uFSxg0Ys1n .mbr-section-title,
.cid-uFSxg0Ys1n .title-wrap {
  color: #495259;
}
.cid-urmUg1Dx5M {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #82939b;
}
.cid-urmUg1Dx5M .mbr-fallback-image.disabled {
  display: none;
}
.cid-urmUg1Dx5M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urmUg1Dx5M .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-urmUg1Dx5M .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urmUg1Dx5M .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-urmUg1Dx5M .content-head {
  max-width: 800px;
}
.cid-urmUg1Dx5M .card-text {
  color: #ffffff;
}
.cid-urmUg1Dx5M .card-title {
  color: #ffffff;
}
.cid-urmUg21lI4 {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-urmUg21lI4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urmUg21lI4 .pb {
  padding-bottom: 2rem;
}
@media (min-width: 1600px) {
  .cid-urmUg21lI4 .col-lg-6 {
    padding: 0 2rem;
  }
  .cid-urmUg21lI4 .pb {
    padding-bottom: 5rem;
  }
  .cid-urmUg21lI4 .container-fluid {
    padding: 0 3rem !important;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-urmUg21lI4 .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-urmUg21lI4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urmUg21lI4 .row {
  flex-direction: row-reverse;
}
.cid-urmUg21lI4 img {
  width: 100%;
}
.cid-urmUg21lI4 .mbr-text {
  color: #ffffff;
}
.cid-urmUg2plSq {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urmUg2plSq .mbr-fallback-image.disabled {
  display: none;
}
.cid-urmUg2plSq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urmUg2plSq .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-urmUg2plSq .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-urmUg2plSq .row-links {
  width: 100%;
  justify-content: center;
}
.cid-urmUg2plSq .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-urmUg2plSq .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-urmUg2plSq .header-menu li p {
  margin: 0;
}
.cid-urmUg2plSq .content-head {
  max-width: 800px;
}
.cid-uCUhWDmAgC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #82939b;
}
.cid-uCUhWDmAgC .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-col {
    flex-direction: column;
  }
}
.cid-uCUhWDmAgC .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .brand-name {
    margin-top: 1rem;
  }
}
.cid-uCUhWDmAgC .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-wrap {
    margin-right: 0;
  }
}
.cid-uCUhWDmAgC .cards-row,
.cid-uCUhWDmAgC .social-row,
.cid-uCUhWDmAgC .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .cards-row,
  .cid-uCUhWDmAgC .social-row,
  .cid-uCUhWDmAgC .menu-row {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .menu-row {
  margin-bottom: 1rem;
}
.cid-uCUhWDmAgC .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .foot-menu {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uCUhWDmAgC .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uCUhWDmAgC .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .row {
    text-align: center;
  }
  .cid-uCUhWDmAgC .cards-col {
    justify-content: center;
  }
  .cid-uCUhWDmAgC .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uCUhWDmAgC .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uCUhWDmAgC .card-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uCUhWDmAgC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCUhWDmAgC .soc-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .mbr-iconfont {
  color: #ffffff;
}
.cid-uCUhWDmAgC .mbr-text {
  color: #ffffff;
}
.cid-uFTiBCZskd {
  z-index: 800;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uFTiBCZskd nav.navbar {
  position: fixed;
}
.cid-uFTiBCZskd .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTiBCZskd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTiBCZskd .dropdown-item:hover,
.cid-uFTiBCZskd .dropdown-item:focus {
  background: #d60505 !important;
  color: white !important;
}
.cid-uFTiBCZskd .dropdown-item:hover span {
  color: white;
}
.cid-uFTiBCZskd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTiBCZskd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTiBCZskd .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTiBCZskd .nav-link {
  position: relative;
}
.cid-uFTiBCZskd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTiBCZskd .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTiBCZskd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown-menu,
.cid-uFTiBCZskd .navbar.opened {
  background: #82939b !important;
}
.cid-uFTiBCZskd .nav-item:focus,
.cid-uFTiBCZskd .nav-link:focus {
  outline: none;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTiBCZskd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTiBCZskd .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTiBCZskd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTiBCZskd .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTiBCZskd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar.collapsed {
  justify-content: center;
}
.cid-uFTiBCZskd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTiBCZskd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTiBCZskd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTiBCZskd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTiBCZskd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTiBCZskd .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-uFTiBCZskd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTiBCZskd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTiBCZskd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTiBCZskd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTiBCZskd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTiBCZskd .navbar.navbar-short {
  min-height: 80px;
}
.cid-uFTiBCZskd .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uFTiBCZskd .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTiBCZskd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTiBCZskd .dropdown-item.active,
.cid-uFTiBCZskd .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTiBCZskd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTiBCZskd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTiBCZskd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTiBCZskd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTiBCZskd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTiBCZskd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar {
    height: 70px;
  }
  .cid-uFTiBCZskd .navbar.opened {
    height: auto;
  }
  .cid-uFTiBCZskd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxpMmSTh8I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxpMmSTh8I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxpMmSTh8I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxpMmSTh8I .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uxpMmSTh8I .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uxpMmSTh8I .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uxpMmSTh8I .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uxpMmSTh8I .container {
    padding: 0 24px;
  }
}
.cid-uxpMmSTh8I .content-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid #ffffff;
  border-radius: 2rem;
  padding: 80px 48px 0;
  padding: 80px 48px;
}
@media (max-width: 992px) {
  .cid-uxpMmSTh8I .content-wrapper {
    padding: 48px 24px 0;
  }
}
@media (max-width: 992px) {
  .cid-uxpMmSTh8I .content-wrapper {
    padding: 48px 24px;
  }
}
@media (max-width: 768px) {
  .cid-uxpMmSTh8I .content-wrapper {
    padding: 48px 16px;
  }
}
.cid-uxpMmSTh8I .content-wrapper .main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uxpMmSTh8I .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uxpMmSTh8I .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #dce0e3;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #ffffff;
}
.cid-uxpMmSTh8I .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uxpMmSTh8I .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uxpMmSTh8I .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uxpMmSTh8I .content-wrapper .content-wrap .people-wrapper {
  margin-top: 22px;
}
.cid-uxpMmSTh8I .content-wrapper .content-wrap .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uxpMmSTh8I .content-wrapper .content-wrap .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uxpMmSTh8I .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
  display: flex;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uxpMmSTh8I .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uxpMmSTh8I .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img {
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  margin-left: -10px;
  object-fit: cover;
}
.cid-uxpMmSTh8I .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img:first-child {
  margin-left: 0;
}
.cid-uxpMmSTh8I .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uxpMmSTh8I .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uxpMmSTh8I .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uxpMmSTh8I .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uxpMmSTh8I .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxpMmSTh8I .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
    text-align: center;
  }
}
.cid-uxpMmSTh8I .content-wrapper .content-wrap .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.cid-uxpMmSTh8I .content-wrapper .content-wrap .image-wrapper .image-wrap {
  width: 1200px;
  border: 16px solid #fbfaf9;
  background-color: #fbfaf9;
  border-radius: 1rem;
  margin-bottom: -16px;
}
@media (max-width: 992px) {
  .cid-uxpMmSTh8I .content-wrapper .content-wrap .image-wrapper .image-wrap {
    border: 8px solid #fbfaf9;
  }
}
.cid-uxpMmSTh8I .content-wrapper .content-wrap .image-wrapper .image-wrap img {
  height: 470px;
  object-fit: cover;
  border-radius: 10px 10px 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uxpMmSTh8I .content-wrapper .content-wrap .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uxpMmSTh8I .mbr-section-title {
  color: #18212d;
}
.cid-uxpMmSTh8I .mbr-desc,
.cid-uxpMmSTh8I .desc-wrapper {
  color: #495259;
  text-align: center;
}
.cid-uxpMmSTh8I .mbr-text,
.cid-uxpMmSTh8I .text-wrapper {
  color: #495259;
  text-align: center;
}
.cid-uxpMmSTh8I .mbr-rating {
  color: #EFCC4E;
}
.cid-uxpMmSTh8I .mbr-people {
  color: #18212d;
  text-align: center;
}
.cid-uxpMmSTh8I .mbr-section-title,
.cid-uxpMmSTh8I .mbr-section-btn {
  text-align: center;
  color: #495259;
}
.cid-uxpMmSTh8I .mbr-rating,
.cid-uxpMmSTh8I .rating-wrapper,
.cid-uxpMmSTh8I .people-wrapper {
  text-align: center;
}
.cid-uxpMw7MYXj {
  background-image: url("../../../assets/images/shoppingmeile-1683x1131.webp");
}
.cid-uxpMw7MYXj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxpMw7MYXj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxpMw7MYXj .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uxpMw7MYXj .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uxpMw7MYXj .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uxpMw7MYXj .container {
    padding: 0 16px;
  }
}
.cid-uxpMw7MYXj .card {
  justify-content: center;
}
.cid-uxpMw7MYXj .card:first-child {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uxpMw7MYXj .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uxpMw7MYXj .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uxpMw7MYXj .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uxpMw7MYXj .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uxpMw7MYXj .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uxpMw7MYXj .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: 25px 60px 60px #1c1c1c;
}
.cid-uxpMw7MYXj .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-uxpMw7MYXj .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-uxpMw7MYXj .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-uxpMw7MYXj .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  border-radius: 3rem !important;
}
.cid-uxpMw7MYXj .mbr-section-title {
  color: #ffffff;
}
.cid-uxpMw7MYXj .mbr-text {
  color: #f4f4f4;
}
.cid-uxqZkmBMa4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dce0e3;
}
.cid-uxqZkmBMa4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxqZkmBMa4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxqZkmBMa4 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uxqZkmBMa4 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uxqZkmBMa4 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uxqZkmBMa4 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uxqZkmBMa4 .container {
    padding: 0 16px;
  }
}
.cid-uxqZkmBMa4 .row {
  padding: 60px 44px;
  background-color: #ffffff;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-uxqZkmBMa4 .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uxqZkmBMa4 .row {
    padding: 25px 9px;
  }
}
@media (max-width: 992px) {
  .cid-uxqZkmBMa4 .title-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uxqZkmBMa4 .title-wrapper .icon-wrapper {
  margin-bottom: 32px;
}
.cid-uxqZkmBMa4 .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 180px;
  display: inline-flex;
  color: #495259;
}
@media (max-width: 992px) {
  .cid-uxqZkmBMa4 .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-uxqZkmBMa4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxqZkmBMa4 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uxqZkmBMa4 .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uxqZkmBMa4 .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uxqZkmBMa4 .content-wrapper .mbr-name {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #979797;
}
.cid-uxqZkmBMa4 .mbr-section-title {
  color: #000000;
}
.cid-uxqZkmBMa4 .mbr-text {
  color: #495259;
}
.cid-uxqZkmBMa4 .mbr-name {
  color: #495259;
}
.cid-uxqZkmBMa4 .mbr-section-title,
.cid-uxqZkmBMa4 .icon-wrapper {
  color: #495259;
}
.cid-uxqfNfd0Ug {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxqfNfd0Ug .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxqfNfd0Ug .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxqfNfd0Ug .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uxqfNfd0Ug .content-wrapper {
    padding: 0;
  }
}
.cid-uxqfNfd0Ug .content-wrapper .rating-wrapper {
  margin-bottom: 24px;
}
.cid-uxqfNfd0Ug .content-wrapper .rating-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
}
.cid-uxqfNfd0Ug .content-wrapper .rating-wrapper .list .item-wrap {
  padding: 12px;
  -webkit-text-stroke-width: .15rem;
  -webkit-text-stroke-color: #495259;
  margin-bottom: 0;
}
.cid-uxqfNfd0Ug .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uxqfNfd0Ug .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uxqfNfd0Ug .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uxqfNfd0Ug .list {
  color: #ffe66d;
  text-align: center;
}
.cid-uxqfNfd0Ug .mbr-text,
.cid-uxqfNfd0Ug .text-wrapper {
  color: #050f0f;
}
.cid-uxqfNfd0Ug .mbr-desc {
  color: #050f0f;
  text-align: center;
}
.cid-uxqfNfd0Ug .mbr-text,
.cid-uxqfNfd0Ug .text-wrapper,
.cid-uxqfNfd0Ug .rating-wrapper {
  text-align: center;
  color: #495259;
}
.cid-uxqfNfd0Ug .list,
.cid-uxqfNfd0Ug .item-wrap {
  color: #d60505;
}
.cid-uB7jvmbFiq {
  position: relative;
  background-color: #ffffff;
}
.cid-uB7jvmbFiq .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-uB7jvmbFiq .image-wrap img {
    padding: 12px 0;
  }
}
.cid-uB7jvmbFiq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB7jvmbFiq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB7jvmbFiq .content-wrap {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.cid-uB7jvmbFiq .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 96px;
  border: 3px solid #ffffff;
  overflow: hidden;
  margin-right: 36px;
}
@media (max-width: 1440px) {
  .cid-uB7jvmbFiq .content-wrapper {
    padding: 48px;
    margin-right: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uB7jvmbFiq .content-wrapper {
    padding: 26px 22px;
    margin: 0;
  }
}
.cid-uB7jvmbFiq .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.8;
  pointer-events: none;
}
.cid-uB7jvmbFiq .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 32px;
}
.cid-uB7jvmbFiq .content-wrapper .mbr-text {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uB7jvmbFiq .content-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uB7jvmbFiq .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 2;
}
.cid-uB7jvmbFiq .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uB7jvmbFiq .content-wrapper .social-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-uB7jvmbFiq .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uB7jvmbFiq .content-wrapper .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border: 1px solid #eeeef7;
  border-radius: 100%;
  margin: 12px 0 0 12px;
}
.cid-uB7jvmbFiq .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uB7jvmbFiq .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #baace7;
  color: #eeeef7;
}
.cid-uB7jvmbFiq .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #191c25;
  background-color: #cfef54;
  font-size: 22px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uB7jvmbFiq .mbr-section-title {
  color: #191c25;
}
.cid-uB7jvmbFiq .mbr-text,
.cid-uB7jvmbFiq .text-wrapper {
  color: #191c25;
  text-align: right;
}
.cid-uB7jvmbFiq .mbr-section-title,
.cid-uB7jvmbFiq .mbr-section-btn,
.cid-uB7jvmbFiq .social-wrapper {
  text-align: right;
  color: #495259;
}
.cid-uB7jvmbFiq .mbr-text {
  color: #495259;
}
.cid-uB7s7FWPfL {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uB7s7FWPfL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB7s7FWPfL .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-uB7s7FWPfL .container {
    padding: 0 30px;
  }
}
.cid-uB7s7FWPfL .row {
  justify-content: center;
}
.cid-uB7s7FWPfL .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uB7s7FWPfL .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uB7s7FWPfL .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uB7s7FWPfL .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uB7s7FWPfL .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uB7s7FWPfL .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uB7s7FWPfL .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uB7s7FWPfL .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #d60505;
}
.cid-uB7s7FWPfL .mbr-section-title {
  color: #495259;
}
.cid-uB7s7FWPfL .mbr-text {
  color: #495259;
}
.cid-uB7s7FWPfL .list,
.cid-uB7s7FWPfL .item-wrap {
  color: #495259;
}
.cid-uE8uJP2uup {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uE8uJP2uup svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-uE8uJP2uup H1 {
  color: #495259;
}
.cid-uE8uJP2uup .mbr-text,
.cid-uE8uJP2uup .mbr-section-btn {
  color: #495259;
}
.cid-uE8uJP2uup #e1_ellipse {
  fill: #e1e8ff !important;
}
.cid-uE8uJP2uup img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uE8uJP2uup img {
    width: 100%;
  }
}
.cid-uE8uJP2uup .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE8uJP2uup .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBbPnWS8w3 {
  display: flex;
  background-image: url("../../../assets/images/speedometer-2247x1311.webp");
}
.cid-uBbPnWS8w3 .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uBbPnWS8w3 {
    align-items: flex-end;
  }
  .cid-uBbPnWS8w3 .row {
    justify-content: center;
  }
  .cid-uBbPnWS8w3 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBbPnWS8w3 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBbPnWS8w3 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uBbPnWS8w3 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBbPnWS8w3 .content-wrap {
    width: 100%;
  }
}
.cid-uBbPnWS8w3 .mbr-section-title,
.cid-uBbPnWS8w3 .mbr-section-subtitle {
  text-align: center;
}
.cid-uBbPnWS8w3 .mbr-text,
.cid-uBbPnWS8w3 .mbr-section-btn {
  text-align: center;
}
.cid-uBVnrucVp6 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #dce0e3;
}
.cid-uBVnrucVp6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBVnrucVp6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBVnrucVp6 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uBVnrucVp6 .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uBVnrucVp6 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uBVnrucVp6 .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBVnrucVp6 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uBVnrucVp6 .header-menu li p {
  margin: 0;
}
.cid-uBVnrucVp6 .content-head {
  max-width: 800px;
}
.cid-uBVnrucVp6 .mbr-section-title {
  color: #495259;
}
.cid-uBVkObRWuU {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #dce0e3;
}
.cid-uBVkObRWuU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBVkObRWuU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBVkObRWuU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uBVkObRWuU .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uBVkObRWuU .embla__slide .slide-content {
  width: 100%;
}
.cid-uBVkObRWuU .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-uBVkObRWuU .embla__slide .slide-content .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uBVkObRWuU .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: 44%;
  padding: 70px 0 70px 50px;
}
@media (max-width: 992px) {
  .cid-uBVkObRWuU .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    padding: 0;
  }
}
.cid-uBVkObRWuU .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uBVkObRWuU .embla__slide .slide-content .item-wrapper .item-content .item-title span {
  color: #d60505;
}
.cid-uBVkObRWuU .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uBVkObRWuU .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uBVkObRWuU .embla__slide .slide-content .item-wrapper .item-img {
  width: 46%;
}
@media (max-width: 992px) {
  .cid-uBVkObRWuU .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
    margin-top: 20px;
  }
}
.cid-uBVkObRWuU .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBVkObRWuU .embla__slide .slide-content .item-wrapper .item-img img {
    min-height: 180px;
  }
}
.cid-uBVkObRWuU .embla__button--next,
.cid-uBVkObRWuU .embla__button--prev {
  display: flex;
}
.cid-uBVkObRWuU .embla__button {
  bottom: 30px;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #d60505 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uBVkObRWuU .embla__button {
    bottom: 0;
  }
}
.cid-uBVkObRWuU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBVkObRWuU .embla__button:hover {
  background-color: #d60505 !important;
}
.cid-uBVkObRWuU .embla__button.embla__button--prev {
  right: 90px;
}
.cid-uBVkObRWuU .embla__button.embla__button--next {
  right: 30px;
}
.cid-uBVkObRWuU .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uBVkObRWuU .embla {
    padding-bottom: 4rem;
  }
}
.cid-uBVkObRWuU .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  background-color: #ffffff;
}
.cid-uBVkObRWuU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBVkObRWuU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBVkObRWuU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBVkObRWuU .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uBVkObRWuU .mbr-section-title {
  color: #404349;
}
.cid-uBVkObRWuU .mbr-text {
  color: #404349;
}
.cid-uBVkObRWuU .mbr-desc {
  color: #404349;
}
.cid-uBVkObRWuU .item-text {
  color: #495259;
}
.cid-uBVkObRWuU .item-title {
  color: #495259;
}
.cid-uCThTG4dZT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCThTG4dZT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCThTG4dZT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCThTG4dZT .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uCThTG4dZT .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uCThTG4dZT .image-wrapper img {
  height: 660px;
  object-fit: cover;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uCThTG4dZT .image-wrapper img {
    height: 350px;
  }
}
.cid-uCThTG4dZT .content-wrapper {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uCThTG4dZT .content-wrapper {
    margin-bottom: 32px;
    padding-top: 0;
  }
}
.cid-uCThTG4dZT .content-wrapper .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uCThTG4dZT .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uCThTG4dZT .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uCThTG4dZT .content-wrapper .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uCThTG4dZT .content-wrapper .title-wrapper .title-wrap .logo-wrap {
  margin-right: 48px;
}
.cid-uCThTG4dZT .content-wrapper .title-wrapper .title-wrap .logo-wrap img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
}
@media (max-width: 1440px) {
  .cid-uCThTG4dZT .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uCThTG4dZT .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 0;
    margin-bottom: 22px;
  }
}
.cid-uCThTG4dZT .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCThTG4dZT .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uCThTG4dZT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uCThTG4dZT .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uCThTG4dZT .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uCThTG4dZT .mbr-section-title {
  color: #191c25;
}
.cid-uCThTG4dZT .mbr-text {
  color: #191c25;
}
.cid-uCThTG4dZT .mbr-desc {
  color: #495259;
}
.cid-uCThTG4dZT .mbr-section-title,
.cid-uCThTG4dZT .title-wrapper {
  color: #495259;
}
.cid-uCThTG4dZT .mbr-text,
.cid-uCThTG4dZT .text-wrapper {
  color: #495259;
}
.cid-uCTjtr5w6A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dce0e3;
}
.cid-uCTjtr5w6A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCTjtr5w6A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCTjtr5w6A .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uCTjtr5w6A .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCTjtr5w6A .content-wrapper .title-wrap .mbr-section-title span {
  color: #d60505;
}
.cid-uCTjtr5w6A .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uCTjtr5w6A .image-wrapper img {
    height: 350px;
  }
}
.cid-uCTjtr5w6A .mbr-section-title {
  color: #404349;
}
.cid-uCTjtr5w6A .mbr-desc {
  color: #b19a7c;
}
.cid-uCTjtr5w6A .mbr-text {
  color: #404349;
}
.cid-uCTjtr5w6A .mbr-section-title,
.cid-uCTjtr5w6A .title-wrap {
  color: #495259;
}
.cid-uBUTlfX7dY {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBUTlfX7dY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBUTlfX7dY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBUTlfX7dY .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uBUTlfX7dY .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uBUTlfX7dY .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uBUTlfX7dY .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uBUTlfX7dY .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uBUTlfX7dY .header-menu li p {
  margin: 0;
}
.cid-uBUTlfX7dY .content-head {
  max-width: 800px;
}
.cid-uBUTlfX7dY .mbr-section-title {
  color: #495259;
}
.cid-uBUTlfX7dY .mbr-text,
.cid-uBUTlfX7dY .mbr-section-btn {
  color: #495259;
}
.cid-uBXWcayrr2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBXWcayrr2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBXWcayrr2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBXWcayrr2 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uBXWcayrr2 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uBXWcayrr2 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #d60505;
}
.cid-uBXWcayrr2 .panel-body,
.cid-uBXWcayrr2 .card-header {
  padding: 1rem 0;
}
.cid-uBXWcayrr2 .panel-title-edit {
  color: #495259;
}
.cid-uBXWcayrr2 H3 {
  color: #495259;
}
.cid-uBXWcayrr2 .panel-text {
  color: #495259;
}
.cid-uBXWcayrr2 H4 {
  color: #495259;
}
.cid-uBXWKauvwB {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uBXWKauvwB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBXWKauvwB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBXWKauvwB .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uBXWKauvwB .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uBXWKauvwB .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #d60505;
}
.cid-uBXWKauvwB .panel-body,
.cid-uBXWKauvwB .card-header {
  padding: 1rem 0;
}
.cid-uBXWKauvwB .panel-title-edit {
  color: #495259;
}
.cid-uBXWKauvwB .panel-text {
  color: #495259;
}
.cid-uBVbT7ocdF {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uBVbT7ocdF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBVbT7ocdF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBVbT7ocdF .row {
  flex-direction: row-reverse;
}
.cid-uBVbT7ocdF .mbr-description {
  color: #495259;
}
.cid-uBV8kMXdOS {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #dce0e3;
}
.cid-uBV8kMXdOS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBV8kMXdOS .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-uBV8kMXdOS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBV8kMXdOS .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uBV8kMXdOS .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uBV8kMXdOS .card-title,
.cid-uBV8kMXdOS .iconfont-wrapper {
  color: #000000;
}
.cid-uBV8kMXdOS .card-text {
  color: #495259;
}
.cid-uBV8kMXdOS .content-head {
  max-width: 800px;
}
.cid-uBV8kMXdOS .mbr-section-title {
  color: #000000;
}
.cid-uFVlgueOTh {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFVlgueOTh .mbr-text {
  color: #495259;
}
.cid-uFVlgueOTh .mbr-section-subtitle {
  color: #000000;
}
.cid-uFVlgueOTh .mbr-section-title {
  color: #495259;
}
.cid-uGbPFLkb9b {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uGbPFLkb9b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbPFLkb9b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGbPFLkb9b .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uGbPFLkb9b .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uGbPFLkb9b .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uGbPFLkb9b .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uGbPFLkb9b .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uGbPFLkb9b .header-menu li p {
  margin: 0;
}
.cid-uGbPFLkb9b .content-head {
  max-width: 800px;
}
.cid-uCUhWDmAgC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #82939b;
}
.cid-uCUhWDmAgC .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-col {
    flex-direction: column;
  }
}
.cid-uCUhWDmAgC .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .brand-name {
    margin-top: 1rem;
  }
}
.cid-uCUhWDmAgC .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-wrap {
    margin-right: 0;
  }
}
.cid-uCUhWDmAgC .cards-row,
.cid-uCUhWDmAgC .social-row,
.cid-uCUhWDmAgC .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .cards-row,
  .cid-uCUhWDmAgC .social-row,
  .cid-uCUhWDmAgC .menu-row {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .menu-row {
  margin-bottom: 1rem;
}
.cid-uCUhWDmAgC .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .foot-menu {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uCUhWDmAgC .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uCUhWDmAgC .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .row {
    text-align: center;
  }
  .cid-uCUhWDmAgC .cards-col {
    justify-content: center;
  }
  .cid-uCUhWDmAgC .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uCUhWDmAgC .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uCUhWDmAgC .card-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uCUhWDmAgC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCUhWDmAgC .soc-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .mbr-iconfont {
  color: #ffffff;
}
.cid-uCUhWDmAgC .mbr-text {
  color: #ffffff;
}
.cid-uFTiBCZskd {
  z-index: 800;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uFTiBCZskd nav.navbar {
  position: fixed;
}
.cid-uFTiBCZskd .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTiBCZskd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTiBCZskd .dropdown-item:hover,
.cid-uFTiBCZskd .dropdown-item:focus {
  background: #d60505 !important;
  color: white !important;
}
.cid-uFTiBCZskd .dropdown-item:hover span {
  color: white;
}
.cid-uFTiBCZskd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTiBCZskd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTiBCZskd .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTiBCZskd .nav-link {
  position: relative;
}
.cid-uFTiBCZskd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTiBCZskd .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTiBCZskd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown-menu,
.cid-uFTiBCZskd .navbar.opened {
  background: #82939b !important;
}
.cid-uFTiBCZskd .nav-item:focus,
.cid-uFTiBCZskd .nav-link:focus {
  outline: none;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTiBCZskd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTiBCZskd .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTiBCZskd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTiBCZskd .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTiBCZskd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar.collapsed {
  justify-content: center;
}
.cid-uFTiBCZskd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTiBCZskd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTiBCZskd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTiBCZskd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTiBCZskd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTiBCZskd .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-uFTiBCZskd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTiBCZskd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTiBCZskd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTiBCZskd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTiBCZskd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTiBCZskd .navbar.navbar-short {
  min-height: 80px;
}
.cid-uFTiBCZskd .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uFTiBCZskd .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTiBCZskd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTiBCZskd .dropdown-item.active,
.cid-uFTiBCZskd .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTiBCZskd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTiBCZskd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTiBCZskd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTiBCZskd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTiBCZskd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTiBCZskd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar {
    height: 70px;
  }
  .cid-uFTiBCZskd .navbar.opened {
    height: auto;
  }
  .cid-uFTiBCZskd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyl20sIEVa {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #dce0e3;
}
.cid-uyl20sIEVa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyl20sIEVa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyl20sIEVa .title-wrapper {
  padding: 50px 80px 0 0;
}
@media (max-width: 992px) {
  .cid-uyl20sIEVa .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
  }
}
.cid-uyl20sIEVa .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uyl20sIEVa .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uyl20sIEVa .title-wrapper .mbr-text {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uyl20sIEVa .title-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uyl20sIEVa .title-wrapper .mbr-section-btn {
  position: relative;
}
.cid-uyl20sIEVa .title-wrapper .mbr-section-btn::before {
  content: '';
  position: absolute;
  left: 3rem;
  top: -3rem;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  filter: blur(25px) blur(25px);
  background-color: #ffffff;
}
.cid-uyl20sIEVa .title-wrapper .mbr-section-btn .btn {
  position: relative;
  z-index: 1;
  min-height: 77px;
  min-width: 280px;
}
@media (max-width: 992px) {
  .cid-uyl20sIEVa .title-wrapper .mbr-section-btn .btn {
    min-height: 71px;
    min-width: 250px;
  }
}
.cid-uyl20sIEVa .image-wrapper {
  position: relative;
}
.cid-uyl20sIEVa .image-wrapper::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 100%;
  width: 400px;
  height: 400px;
  filter: blur(35px) blur(35px);
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uyl20sIEVa .image-wrapper::before {
    width: 250px;
    height: 250px;
  }
}
.cid-uyl20sIEVa .image-wrapper::after {
  content: '';
  position: absolute;
  right: .3rem;
  bottom: -3rem;
  border-radius: 100%;
  border: 2px solid #ffffff;
  width: 550px;
  height: 550px;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uyl20sIEVa .image-wrapper::after {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .cid-uyl20sIEVa .image-wrapper::after {
    display: none;
  }
}
.cid-uyl20sIEVa .image-wrapper img {
  border-radius: 10px;
  box-shadow: 6px 6px 20px #495259;
}
.cid-uyl20sIEVa .image-wrapper .image_1 {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uyl20sIEVa .image-wrapper .image_2 {
  display: block;
  max-width: 390px;
  height: 250px;
  object-fit: cover;
  margin: -2rem 2rem 0 auto;
  z-index: 2;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uyl20sIEVa .image-wrapper .image_2 {
    margin: 0;
  }
}
.cid-uyl20sIEVa .image-wrapper .image_3 {
  position: absolute;
  left: -5rem;
  bottom: 5rem;
  width: 310px;
  height: 200px;
  object-fit: cover;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uyl20sIEVa .image-wrapper .image_3 {
    left: -1rem;
  }
}
@media (max-width: 768px) {
  .cid-uyl20sIEVa .image-wrapper .image_3 {
    position: static;
    width: 100%;
  }
}
.cid-uyl20sIEVa .mbr-section-title {
  color: #101511;
}
.cid-uyl20sIEVa .mbr-text {
  color: #495259;
}
.cid-uyl20sIEVa .mbr-section-title,
.cid-uyl20sIEVa .mbr-section-btn {
  color: #495259;
}
.cid-uylmZzwcie {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uylmZzwcie .container-fluid {
  padding-right: 0;
}
.cid-uylmZzwcie .mbr-fallback-image.disabled {
  display: none;
}
.cid-uylmZzwcie .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uylmZzwcie .title {
  display: flex;
  align-items: center;
}
.cid-uylmZzwcie .title-wrapper {
  width: 100%;
}
.cid-uylmZzwcie .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uylmZzwcie .title-wrapper .mbr-section-subtitle {
    margin-bottom: 19.5px;
  }
}
.cid-uylmZzwcie .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uylmZzwcie .title-wrapper .mbr-section-title {
    margin-bottom: 19.5px;
  }
}
.cid-uylmZzwcie .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uylmZzwcie .title-wrapper .mbr-text {
    margin-bottom: 19.5px;
  }
}
@media (max-width: 992px) {
  .cid-uylmZzwcie .image-wrapper {
    margin-top: 39px;
  }
}
.cid-uylmZzwcie .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uylmZzwcie .mbr-section-subtitle {
  color: #495259;
}
.cid-uylmZzwcie .mbr-section-title {
  color: #181818;
}
.cid-uylmZzwcie .mbr-text {
  color: #495259;
}
.cid-uynzldjP0p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uynzldjP0p .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-uynzldjP0p .image-wrap img {
    padding: 12px 0;
  }
}
.cid-uynzldjP0p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uynzldjP0p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uynzldjP0p .content-wrap {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.cid-uynzldjP0p .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 96px;
  border: 3px solid #ffffff;
  overflow: hidden;
  margin-right: 36px;
  margin-right: 0;
  margin-left: 36px;
}
@media (max-width: 1440px) {
  .cid-uynzldjP0p .content-wrapper {
    padding: 48px;
    margin-right: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uynzldjP0p .content-wrapper {
    padding: 26px 22px;
    margin: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uynzldjP0p .content-wrapper {
    margin-left: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uynzldjP0p .content-wrapper {
    margin: 0;
  }
}
.cid-uynzldjP0p .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.6;
  pointer-events: none;
}
.cid-uynzldjP0p .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 32px;
}
.cid-uynzldjP0p .content-wrapper .mbr-text {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uynzldjP0p .content-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uynzldjP0p .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 2;
}
.cid-uynzldjP0p .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uynzldjP0p .content-wrapper .social-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-uynzldjP0p .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uynzldjP0p .content-wrapper .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border: 1px solid #495259;
  border-radius: 100%;
  margin: 12px 0 0 12px;
}
.cid-uynzldjP0p .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uynzldjP0p .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #d60505;
  color: #ffffff;
}
.cid-uynzldjP0p .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #495259;
  font-size: 22px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uynzldjP0p .mbr-section-title {
  color: #191c25;
}
.cid-uynzldjP0p .mbr-text,
.cid-uynzldjP0p .text-wrapper {
  color: #191c25;
  text-align: right;
}
.cid-uynzldjP0p .mbr-section-title,
.cid-uynzldjP0p .mbr-section-btn,
.cid-uynzldjP0p .social-wrapper {
  text-align: left;
  color: #495259;
}
.cid-uynzldjP0p .mbr-text {
  color: #495259;
  text-align: left;
}
.cid-uynFSVh5gh {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uynFSVh5gh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uynFSVh5gh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uynFSVh5gh .card-box__top {
  display: flex;
  justify-content: space-between;
  align-items: top;
}
@media (max-width: 1600px) {
  .cid-uynFSVh5gh .card-box__top {
    flex-direction: column-reverse;
  }
}
.cid-uynFSVh5gh .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uynFSVh5gh .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uynFSVh5gh .card-text {
  padding-top: 10rem;
}
@media (max-width: 992px) {
  .cid-uynFSVh5gh .card-text {
    padding-top: 5rem;
  }
}
.cid-uynFSVh5gh .item-wrapper {
  background: #ffffff;
  padding: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 1px #d60505;
  transition: all ease-in-out 0.3s;
}
.cid-uynFSVh5gh .item-wrapper:hover {
  background-color: #d60505;
  transition: all ease-in-out 0.3s;
}
.cid-uynFSVh5gh .item-wrapper:hover .card-title,
.cid-uynFSVh5gh .item-wrapper:hover .card-text,
.cid-uynFSVh5gh .item-wrapper:hover .mbr-iconfont {
  color: #ffffff !important;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uynFSVh5gh .item-wrapper {
    padding: 1rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uynFSVh5gh .item-wrapper {
    padding: 1rem;
    margin-bottom: 1rem;
  }
}
.cid-uynFSVh5gh .mbr-iconfont {
  display: inline-flex;
  font-size: 4rem;
  color: #495259;
  justify-content: center;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 1700px) {
  .cid-uynFSVh5gh .mbr-iconfont {
    font-size: 3rem;
    margin-left: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-uynFSVh5gh .mbr-section-title {
  color: #221b35;
}
.cid-uynFSVh5gh .mbr-section-subtitle {
  color: #221b35;
}
.cid-uynFSVh5gh .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uynFSVh5gh .card-box .item-footer {
  margin-top: auto;
}
.cid-uynFSVh5gh .content-head {
  max-width: 800px;
}
.cid-uynFSVh5gh .card-title,
.cid-uynFSVh5gh .iconfont-wrapper {
  color: #495259;
}
.cid-uynFSVh5gh .card-text,
.cid-uynFSVh5gh .item .mbr-section-btn {
  color: #495259;
}
.cid-uynJUb9YtQ {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uynJUb9YtQ .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
}
@media (max-width: 1200px) {
  .cid-uynJUb9YtQ .img-col img:last-child {
    width: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uynJUb9YtQ .content-wrapper {
    padding-bottom: 1.5rem;
  }
  .cid-uynJUb9YtQ .img-col img {
    right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uynJUb9YtQ .img-col img {
    right: 0 !important;
  }
  .cid-uynJUb9YtQ .img-col img:last-child {
    display: none !important;
  }
}
.cid-uynJUb9YtQ .img-col {
  position: relative;
}
.cid-uynJUb9YtQ .img-col img {
  width: 100%;
  max-width: 540px;
  position: relative;
  padding: 0 10px;
  z-index: 1;
}
.cid-uynJUb9YtQ .img-col img:last-child {
  position: absolute;
  width: 50%;
  z-index: 2;
  bottom: -40px;
  right: -10px;
  left: auto;
}
.cid-uynJUb9YtQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uynJUb9YtQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uynJUb9YtQ H1 {
  color: #495259;
}
.cid-uynJUb9YtQ .mbr-text,
.cid-uynJUb9YtQ .mbr-section-btn {
  color: #495259;
}
.cid-uysDrN4T6G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dce0e3;
  overflow: hidden;
}
.cid-uysDrN4T6G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uysDrN4T6G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uysDrN4T6G .container {
    padding: 0 16px;
  }
}
.cid-uysDrN4T6G .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uysDrN4T6G .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uysDrN4T6G .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uysDrN4T6G .content-wrapper .mbr-section-title span {
  color: #d60505;
}
.cid-uysDrN4T6G .content-wrapper .nav.nav-tabs {
  display: block;
  border: none;
  padding: 50px;
  border-radius: 14px !important;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uysDrN4T6G .content-wrapper .nav.nav-tabs {
    padding: 32px;
  }
}
.cid-uysDrN4T6G .content-wrapper .nav.nav-tabs .nav-item {
  padding: 24px 0;
  border-bottom: 1px solid #dce0e3;
  border-radius: 0;
}
.cid-uysDrN4T6G .content-wrapper .nav.nav-tabs .nav-item:first-child {
  padding-top: 0;
}
.cid-uysDrN4T6G .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  margin-bottom: 0;
  border: none;
  color: #495259;
  transition: all 0.3s ease-in-out;
}
.cid-uysDrN4T6G .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #d60505;
  background-color: transparent;
}
.cid-uysDrN4T6G .tab-content .tab-pane .content-wrap .mbr-text {
  margin-bottom: 50px;
}
.cid-uysDrN4T6G .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uysDrN4T6G .tab-content .tab-pane .content-wrap .image-wrapper img {
    height: 300px;
  }
}
.cid-uysDrN4T6G .mbr-section-title {
  color: #000000;
}
.cid-uysDrN4T6G .mbr-text {
  color: #6f6f6f;
}
.cid-uysDrN4T6G .mbr-section-title,
.cid-uysDrN4T6G .nav-link {
  color: #495259;
}
.cid-uywVizlNOl {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uywVizlNOl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uywVizlNOl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uywVizlNOl .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uywVizlNOl .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-uywVizlNOl .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uywVizlNOl .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uywVizlNOl .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uywVizlNOl .header-menu li p {
  margin: 0;
}
.cid-uywVizlNOl .mbr-section-title {
  color: #495259;
}
.cid-uywVizlNOl .header-menu-item {
  color: #ffffff;
}
.cid-uywVizlNOl .mbr-text,
.cid-uywVizlNOl .mbr-section-btn {
  color: #495259;
  text-align: center;
}
.cid-uywVizlNOl .content-head {
  max-width: 800px;
}
.cid-uyx2NasikY {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uyx2NasikY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyx2NasikY .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-uyx2NasikY .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uyx2NasikY .container {
    padding: 0 24px;
  }
}
.cid-uyx2NasikY .row {
  justify-content: center;
}
.cid-uyx2NasikY .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uyx2NasikY .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uyx2NasikY .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uyx2NasikY .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uyx2NasikY .content-wrapper .panel-group .card {
  border-radius: 2rem !important;
  padding: 32px;
  border: 1px solid #82939b;
  background-color: #ffffff;
  margin-top: 24px;
}
.cid-uyx2NasikY .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uyx2NasikY .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-uyx2NasikY .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uyx2NasikY .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uyx2NasikY .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uyx2NasikY .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  background-color: #c9ced2;
  border-radius: 100%;
  border: 1px solid #82939b;
}
.cid-uyx2NasikY .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #18212d;
}
.cid-uyx2NasikY .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uyx2NasikY .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uyx2NasikY .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uyx2NasikY .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uyx2NasikY .mbr-desc,
.cid-uyx2NasikY .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uyx2NasikY .panel-title-edit {
  color: #495259;
}
.cid-uyx2NasikY .panel-text {
  color: #495259;
}
.cid-uyx8vyf1eo {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uyx8vyf1eo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyx8vyf1eo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyx8vyf1eo .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uyx8vyf1eo .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uyx8vyf1eo .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uyx8vyf1eo .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uyx8vyf1eo .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uyx8vyf1eo .header-menu li p {
  margin: 0;
}
.cid-uyx8vyf1eo .content-head {
  max-width: 800px;
}
.cid-uCUhWDmAgC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #82939b;
}
.cid-uCUhWDmAgC .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-col {
    flex-direction: column;
  }
}
.cid-uCUhWDmAgC .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .brand-name {
    margin-top: 1rem;
  }
}
.cid-uCUhWDmAgC .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-wrap {
    margin-right: 0;
  }
}
.cid-uCUhWDmAgC .cards-row,
.cid-uCUhWDmAgC .social-row,
.cid-uCUhWDmAgC .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .cards-row,
  .cid-uCUhWDmAgC .social-row,
  .cid-uCUhWDmAgC .menu-row {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .menu-row {
  margin-bottom: 1rem;
}
.cid-uCUhWDmAgC .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .foot-menu {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uCUhWDmAgC .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uCUhWDmAgC .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .row {
    text-align: center;
  }
  .cid-uCUhWDmAgC .cards-col {
    justify-content: center;
  }
  .cid-uCUhWDmAgC .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uCUhWDmAgC .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uCUhWDmAgC .card-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uCUhWDmAgC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCUhWDmAgC .soc-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .mbr-iconfont {
  color: #ffffff;
}
.cid-uCUhWDmAgC .mbr-text {
  color: #ffffff;
}
.cid-uFTiBCZskd {
  z-index: 800;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uFTiBCZskd nav.navbar {
  position: fixed;
}
.cid-uFTiBCZskd .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTiBCZskd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTiBCZskd .dropdown-item:hover,
.cid-uFTiBCZskd .dropdown-item:focus {
  background: #d60505 !important;
  color: white !important;
}
.cid-uFTiBCZskd .dropdown-item:hover span {
  color: white;
}
.cid-uFTiBCZskd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTiBCZskd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTiBCZskd .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTiBCZskd .nav-link {
  position: relative;
}
.cid-uFTiBCZskd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTiBCZskd .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTiBCZskd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown-menu,
.cid-uFTiBCZskd .navbar.opened {
  background: #82939b !important;
}
.cid-uFTiBCZskd .nav-item:focus,
.cid-uFTiBCZskd .nav-link:focus {
  outline: none;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTiBCZskd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTiBCZskd .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTiBCZskd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTiBCZskd .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTiBCZskd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar.collapsed {
  justify-content: center;
}
.cid-uFTiBCZskd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTiBCZskd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTiBCZskd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTiBCZskd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTiBCZskd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTiBCZskd .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-uFTiBCZskd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTiBCZskd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTiBCZskd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTiBCZskd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTiBCZskd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTiBCZskd .navbar.navbar-short {
  min-height: 80px;
}
.cid-uFTiBCZskd .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uFTiBCZskd .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTiBCZskd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTiBCZskd .dropdown-item.active,
.cid-uFTiBCZskd .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTiBCZskd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTiBCZskd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTiBCZskd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTiBCZskd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTiBCZskd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTiBCZskd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar {
    height: 70px;
  }
  .cid-uFTiBCZskd .navbar.opened {
    height: auto;
  }
  .cid-uFTiBCZskd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxZU67EZJ3 {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/citylights-2000x1281.webp");
}
.cid-uxZU67EZJ3 .animated-element {
  color: #495259;
}
.cid-uxZU67EZJ3 .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxZU67EZJ3 .mbr-section-subtitle {
  color: #495259;
}
@media (min-width: 992px) {
  .cid-uxZU67EZJ3 .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uxZU67EZJ3 .mbr-figure {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-uxZU67EZJ3 .img-block {
    padding-bottom: 2rem;
  }
}
.cid-uxZU67EZJ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxZU67EZJ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxZU67EZJ3 .mbr-section-title {
  color: #495259;
}
.cid-uxZU67EZJ3 .mbr-text,
.cid-uxZU67EZJ3 .mbr-section-btn {
  color: #495259;
}
.cid-uBGDy01TAm {
  padding-top: 8rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uBGDy01TAm .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 767px) {
  .cid-uBGDy01TAm .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uBGDy01TAm .embla__slide .slide-content {
  width: 100%;
}
.cid-uBGDy01TAm .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uBGDy01TAm .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBGDy01TAm .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uBGDy01TAm .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uBGDy01TAm .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uBGDy01TAm .embla__button--next,
.cid-uBGDy01TAm .embla__button--prev {
  display: flex;
}
.cid-uBGDy01TAm .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #d60505 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uBGDy01TAm .embla__button:hover {
  opacity: .7 !important;
}
.cid-uBGDy01TAm .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uBGDy01TAm .embla__button.embla__button--next {
  right: 0;
}
.cid-uBGDy01TAm .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uBGDy01TAm .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uBGDy01TAm .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBGDy01TAm .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBGDy01TAm .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBGDy01TAm .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uBGDy01TAm .item-desc {
  color: #495259;
}
.cid-uE8jb0PNLP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uE8jb0PNLP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE8jb0PNLP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE8jb0PNLP .row {
  justify-content: center;
}
.cid-uE8jb0PNLP .content-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uE8jb0PNLP .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uE8jb0PNLP .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uE8jb0PNLP .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uE8jb0PNLP .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uE8jb0PNLP .item {
    margin-bottom: 35px;
  }
}
.cid-uE8jb0PNLP .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uE8jb0PNLP .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-uE8jb0PNLP .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #d60505;
  color: #ffffff;
  font-size: 60px;
}
.cid-uE8jb0PNLP .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uE8jb0PNLP .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uE8jb0PNLP .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uE8jb0PNLP .mbr-section-title {
  color: #000000;
}
.cid-uE8jb0PNLP .mbr-text {
  color: #000000;
}
.cid-uE8jb0PNLP .item-title {
  color: #000000;
}
.cid-uE8jb0PNLP .item-text {
  color: #495259;
}
.cid-uFSK8H1wRL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFSK8H1wRL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFSK8H1wRL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFSK8H1wRL .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uFSK8H1wRL .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uFSK8H1wRL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uFSK8H1wRL .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFSK8H1wRL .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFSK8H1wRL .header-menu li p {
  margin: 0;
}
.cid-uFSK8H1wRL .content-head {
  max-width: 800px;
}
.cid-uCUhWDmAgC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #82939b;
}
.cid-uCUhWDmAgC .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-col {
    flex-direction: column;
  }
}
.cid-uCUhWDmAgC .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .brand-name {
    margin-top: 1rem;
  }
}
.cid-uCUhWDmAgC .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-wrap {
    margin-right: 0;
  }
}
.cid-uCUhWDmAgC .cards-row,
.cid-uCUhWDmAgC .social-row,
.cid-uCUhWDmAgC .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .cards-row,
  .cid-uCUhWDmAgC .social-row,
  .cid-uCUhWDmAgC .menu-row {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .menu-row {
  margin-bottom: 1rem;
}
.cid-uCUhWDmAgC .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .foot-menu {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uCUhWDmAgC .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uCUhWDmAgC .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .row {
    text-align: center;
  }
  .cid-uCUhWDmAgC .cards-col {
    justify-content: center;
  }
  .cid-uCUhWDmAgC .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uCUhWDmAgC .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uCUhWDmAgC .card-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uCUhWDmAgC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCUhWDmAgC .soc-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .mbr-iconfont {
  color: #ffffff;
}
.cid-uCUhWDmAgC .mbr-text {
  color: #ffffff;
}
.cid-uFTiBCZskd {
  z-index: 800;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uFTiBCZskd nav.navbar {
  position: fixed;
}
.cid-uFTiBCZskd .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTiBCZskd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTiBCZskd .dropdown-item:hover,
.cid-uFTiBCZskd .dropdown-item:focus {
  background: #d60505 !important;
  color: white !important;
}
.cid-uFTiBCZskd .dropdown-item:hover span {
  color: white;
}
.cid-uFTiBCZskd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTiBCZskd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTiBCZskd .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTiBCZskd .nav-link {
  position: relative;
}
.cid-uFTiBCZskd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTiBCZskd .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTiBCZskd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown-menu,
.cid-uFTiBCZskd .navbar.opened {
  background: #82939b !important;
}
.cid-uFTiBCZskd .nav-item:focus,
.cid-uFTiBCZskd .nav-link:focus {
  outline: none;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTiBCZskd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTiBCZskd .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTiBCZskd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTiBCZskd .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTiBCZskd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar.collapsed {
  justify-content: center;
}
.cid-uFTiBCZskd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTiBCZskd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTiBCZskd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTiBCZskd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTiBCZskd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTiBCZskd .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-uFTiBCZskd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTiBCZskd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTiBCZskd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTiBCZskd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTiBCZskd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTiBCZskd .navbar.navbar-short {
  min-height: 80px;
}
.cid-uFTiBCZskd .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uFTiBCZskd .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTiBCZskd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTiBCZskd .dropdown-item.active,
.cid-uFTiBCZskd .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTiBCZskd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTiBCZskd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTiBCZskd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTiBCZskd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTiBCZskd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTiBCZskd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar {
    height: 70px;
  }
  .cid-uFTiBCZskd .navbar.opened {
    height: auto;
  }
  .cid-uFTiBCZskd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uy5bIAX6dz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/landkarte1-tierarzt-1981x1206.webp");
}
.cid-uy5bIAX6dz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uy5bIAX6dz .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-uy5bIAX6dz .container {
    padding: 0 16px;
  }
}
.cid-uy5bIAX6dz .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uy5bIAX6dz .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uy5bIAX6dz .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: 25px 32px 60px #71818e;
}
.cid-uy5bIAX6dz .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-uy5bIAX6dz .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-uy5bIAX6dz .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-uy5bIAX6dz .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  background-color: #1c1c1c;
  border-radius: 3rem !important;
}
.cid-uy5bIAX6dz .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uy5bIAX6dz .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uy5bIAX6dz .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uy5bIAX6dz .content-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uy5bIAX6dz .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uy5bIAX6dz .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uy5bIAX6dz .mbr-section-title {
  color: #495259;
}
.cid-uy5bIAX6dz .mbr-desc {
  color: #495259;
}
.cid-uy5bIAX6dz .mbr-text {
  color: #1c1c1c;
}
.cid-uy59Sa4wEN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dce0e3;
}
@media (max-width: 992px) {
  .cid-uy59Sa4wEN .container {
    padding: 0 20px;
  }
}
.cid-uy59Sa4wEN .row {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uy59Sa4wEN .row {
    padding: 46px 0;
  }
}
.cid-uy59Sa4wEN .content-wrapper {
  padding: 0 86px;
}
@media (max-width: 768px) {
  .cid-uy59Sa4wEN .content-wrapper {
    padding: 0;
  }
}
.cid-uy59Sa4wEN .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uy59Sa4wEN .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uy59Sa4wEN .content-wrapper .mbr-section-btn-main {
  margin-top: 25px;
}
.cid-uy59Sa4wEN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 356px;
  max-width: 356px;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .cid-uy59Sa4wEN .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 5px;
  }
}
.cid-uy59Sa4wEN .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 40px 40px;
  border-radius: 20px !important;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uy59Sa4wEN .embla__slide .slide-content {
    padding: 60px 20px 40px;
  }
}
.cid-uy59Sa4wEN .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uy59Sa4wEN .embla__slide .slide-content .item-wrapper .item-img img {
  width: 134px;
  height: 134px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uy59Sa4wEN .embla__slide .slide-content .item-wrapper .item-content {
  z-index: 1;
  position: relative;
}
.cid-uy59Sa4wEN .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 20px;
}
.cid-uy59Sa4wEN .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 25px;
}
.cid-uy59Sa4wEN .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uy59Sa4wEN .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  margin-right: 10px;
  margin-bottom: 0;
}
.cid-uy59Sa4wEN .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uy59Sa4wEN .embla__slide .slide-content .mbr-section-btn {
  z-index: 1;
  position: relative;
  margin-top: 20px;
}
.cid-uy59Sa4wEN .embla__slide .slide-content .mbr-section-btn .btn-primary,
.cid-uy59Sa4wEN .embla__slide .slide-content .mbr-section-btn .btn-secondary,
.cid-uy59Sa4wEN .embla__slide .slide-content .mbr-section-btn .btn-success,
.cid-uy59Sa4wEN .embla__slide .slide-content .mbr-section-btn .btn-info,
.cid-uy59Sa4wEN .embla__slide .slide-content .mbr-section-btn .btn-warning,
.cid-uy59Sa4wEN .embla__slide .slide-content .mbr-section-btn .btn-danger,
.cid-uy59Sa4wEN .embla__slide .slide-content .mbr-section-btn .btn-black,
.cid-uy59Sa4wEN .embla__slide .slide-content .mbr-section-btn .btn-white {
  border: 2px solid #dcdde0 !important;
}
.cid-uy59Sa4wEN .embla__button--next,
.cid-uy59Sa4wEN .embla__button--prev {
  display: flex;
}
.cid-uy59Sa4wEN .embla__button {
  top: -24px;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #d60505 !important;
  border: 2px solid #d60505 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-uy59Sa4wEN .embla__button {
    top: 2.5rem;
  }
}
.cid-uy59Sa4wEN .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uy59Sa4wEN .embla__button:hover {
  opacity: 1 !important;
}
.cid-uy59Sa4wEN .embla__button.embla__button--prev {
  left: 30px;
}
.cid-uy59Sa4wEN .embla__button.embla__button--next {
  right: 30px;
}
.cid-uy59Sa4wEN .embla {
  position: relative;
  width: 100%;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .cid-uy59Sa4wEN .embla {
    padding-top: 100px;
  }
}
.cid-uy59Sa4wEN .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uy59Sa4wEN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uy59Sa4wEN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uy59Sa4wEN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uy59Sa4wEN .mbr-desc {
  color: #495259;
  text-align: center;
}
.cid-uy59Sa4wEN .mbr-section-title {
  color: #000000;
}
.cid-uy59Sa4wEN .item-name {
  color: #000000;
  text-align: center;
}
.cid-uy59Sa4wEN .item-role {
  color: #495259;
  text-align: center;
}
.cid-uy59Sa4wEN .list,
.cid-uy59Sa4wEN .tags-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uy59Sa4wEN .mbr-section-title,
.cid-uy59Sa4wEN .mbr-section-btn-main {
  text-align: center;
  color: #495259;
}
.cid-uy59Sa4wEN .item-name,
.cid-uy59Sa4wEN .mbr-section-btn {
  text-align: center;
  color: #495259;
}
.cid-uCUhWDmAgC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #82939b;
}
.cid-uCUhWDmAgC .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-col {
    flex-direction: column;
  }
}
.cid-uCUhWDmAgC .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .brand-name {
    margin-top: 1rem;
  }
}
.cid-uCUhWDmAgC .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-wrap {
    margin-right: 0;
  }
}
.cid-uCUhWDmAgC .cards-row,
.cid-uCUhWDmAgC .social-row,
.cid-uCUhWDmAgC .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .cards-row,
  .cid-uCUhWDmAgC .social-row,
  .cid-uCUhWDmAgC .menu-row {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .menu-row {
  margin-bottom: 1rem;
}
.cid-uCUhWDmAgC .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .foot-menu {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uCUhWDmAgC .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uCUhWDmAgC .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .row {
    text-align: center;
  }
  .cid-uCUhWDmAgC .cards-col {
    justify-content: center;
  }
  .cid-uCUhWDmAgC .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uCUhWDmAgC .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uCUhWDmAgC .card-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uCUhWDmAgC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCUhWDmAgC .soc-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .mbr-iconfont {
  color: #ffffff;
}
.cid-uCUhWDmAgC .mbr-text {
  color: #ffffff;
}
.cid-uFTiBCZskd {
  z-index: 800;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uFTiBCZskd nav.navbar {
  position: fixed;
}
.cid-uFTiBCZskd .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTiBCZskd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTiBCZskd .dropdown-item:hover,
.cid-uFTiBCZskd .dropdown-item:focus {
  background: #d60505 !important;
  color: white !important;
}
.cid-uFTiBCZskd .dropdown-item:hover span {
  color: white;
}
.cid-uFTiBCZskd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTiBCZskd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTiBCZskd .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTiBCZskd .nav-link {
  position: relative;
}
.cid-uFTiBCZskd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTiBCZskd .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTiBCZskd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown-menu,
.cid-uFTiBCZskd .navbar.opened {
  background: #82939b !important;
}
.cid-uFTiBCZskd .nav-item:focus,
.cid-uFTiBCZskd .nav-link:focus {
  outline: none;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTiBCZskd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTiBCZskd .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTiBCZskd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTiBCZskd .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTiBCZskd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar.collapsed {
  justify-content: center;
}
.cid-uFTiBCZskd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTiBCZskd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTiBCZskd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTiBCZskd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTiBCZskd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTiBCZskd .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-uFTiBCZskd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTiBCZskd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTiBCZskd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTiBCZskd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTiBCZskd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTiBCZskd .navbar.navbar-short {
  min-height: 80px;
}
.cid-uFTiBCZskd .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uFTiBCZskd .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTiBCZskd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTiBCZskd .dropdown-item.active,
.cid-uFTiBCZskd .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTiBCZskd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTiBCZskd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTiBCZskd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTiBCZskd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTiBCZskd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTiBCZskd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar {
    height: 70px;
  }
  .cid-uFTiBCZskd .navbar.opened {
    height: auto;
  }
  .cid-uFTiBCZskd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyaYC0rAXG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/landkarte1-burger-1981x1206.webp");
}
.cid-uyaYC0rAXG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyaYC0rAXG .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-uyaYC0rAXG .container {
    padding: 0 16px;
  }
}
.cid-uyaYC0rAXG .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uyaYC0rAXG .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uyaYC0rAXG .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: 25px 32px 60px #71818e;
}
.cid-uyaYC0rAXG .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-uyaYC0rAXG .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-uyaYC0rAXG .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-uyaYC0rAXG .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  background-color: #1c1c1c;
  border-radius: 3rem !important;
}
.cid-uyaYC0rAXG .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uyaYC0rAXG .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uyaYC0rAXG .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uyaYC0rAXG .content-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uyaYC0rAXG .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uyaYC0rAXG .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uyaYC0rAXG .mbr-section-title {
  color: #495259;
}
.cid-uyaYC0rAXG .mbr-desc {
  color: #495259;
}
.cid-uyaYC0rAXG .mbr-text {
  color: #1c1c1c;
}
.cid-uyaYC0FQDZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dce0e3;
}
@media (max-width: 992px) {
  .cid-uyaYC0FQDZ .container {
    padding: 0 20px;
  }
}
.cid-uyaYC0FQDZ .row {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uyaYC0FQDZ .row {
    padding: 46px 0;
  }
}
.cid-uyaYC0FQDZ .content-wrapper {
  padding: 0 86px;
}
@media (max-width: 768px) {
  .cid-uyaYC0FQDZ .content-wrapper {
    padding: 0;
  }
}
.cid-uyaYC0FQDZ .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uyaYC0FQDZ .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uyaYC0FQDZ .content-wrapper .mbr-section-btn-main {
  margin-top: 25px;
}
.cid-uyaYC0FQDZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 356px;
  max-width: 356px;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .cid-uyaYC0FQDZ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 5px;
  }
}
.cid-uyaYC0FQDZ .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 40px 40px;
  border-radius: 20px !important;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uyaYC0FQDZ .embla__slide .slide-content {
    padding: 60px 20px 40px;
  }
}
.cid-uyaYC0FQDZ .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uyaYC0FQDZ .embla__slide .slide-content .item-wrapper .item-img img {
  width: 134px;
  height: 134px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uyaYC0FQDZ .embla__slide .slide-content .item-wrapper .item-content {
  z-index: 1;
  position: relative;
}
.cid-uyaYC0FQDZ .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 20px;
}
.cid-uyaYC0FQDZ .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 25px;
}
.cid-uyaYC0FQDZ .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uyaYC0FQDZ .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  margin-right: 10px;
  margin-bottom: 0;
}
.cid-uyaYC0FQDZ .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uyaYC0FQDZ .embla__slide .slide-content .mbr-section-btn {
  z-index: 1;
  position: relative;
  margin-top: 20px;
}
.cid-uyaYC0FQDZ .embla__slide .slide-content .mbr-section-btn .btn-primary,
.cid-uyaYC0FQDZ .embla__slide .slide-content .mbr-section-btn .btn-secondary,
.cid-uyaYC0FQDZ .embla__slide .slide-content .mbr-section-btn .btn-success,
.cid-uyaYC0FQDZ .embla__slide .slide-content .mbr-section-btn .btn-info,
.cid-uyaYC0FQDZ .embla__slide .slide-content .mbr-section-btn .btn-warning,
.cid-uyaYC0FQDZ .embla__slide .slide-content .mbr-section-btn .btn-danger,
.cid-uyaYC0FQDZ .embla__slide .slide-content .mbr-section-btn .btn-black,
.cid-uyaYC0FQDZ .embla__slide .slide-content .mbr-section-btn .btn-white {
  border: 2px solid #dcdde0 !important;
}
.cid-uyaYC0FQDZ .embla__button--next,
.cid-uyaYC0FQDZ .embla__button--prev {
  display: flex;
}
.cid-uyaYC0FQDZ .embla__button {
  top: -24px;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #d60505 !important;
  border: 2px solid #d60505 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-uyaYC0FQDZ .embla__button {
    top: 2.5rem;
  }
}
.cid-uyaYC0FQDZ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uyaYC0FQDZ .embla__button:hover {
  opacity: 1 !important;
}
.cid-uyaYC0FQDZ .embla__button.embla__button--prev {
  left: 30px;
}
.cid-uyaYC0FQDZ .embla__button.embla__button--next {
  right: 30px;
}
.cid-uyaYC0FQDZ .embla {
  position: relative;
  width: 100%;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .cid-uyaYC0FQDZ .embla {
    padding-top: 100px;
  }
}
.cid-uyaYC0FQDZ .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uyaYC0FQDZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uyaYC0FQDZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uyaYC0FQDZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uyaYC0FQDZ .mbr-desc {
  color: #495259;
  text-align: center;
}
.cid-uyaYC0FQDZ .mbr-section-title {
  color: #000000;
}
.cid-uyaYC0FQDZ .item-name {
  color: #000000;
  text-align: center;
}
.cid-uyaYC0FQDZ .item-role {
  color: #495259;
  text-align: center;
}
.cid-uyaYC0FQDZ .list,
.cid-uyaYC0FQDZ .tags-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uyaYC0FQDZ .mbr-section-title,
.cid-uyaYC0FQDZ .mbr-section-btn-main {
  text-align: center;
  color: #495259;
}
.cid-uyaYC0FQDZ .item-name,
.cid-uyaYC0FQDZ .mbr-section-btn {
  text-align: center;
  color: #495259;
}
.cid-uCUhWDmAgC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #82939b;
}
.cid-uCUhWDmAgC .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-col {
    flex-direction: column;
  }
}
.cid-uCUhWDmAgC .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .brand-name {
    margin-top: 1rem;
  }
}
.cid-uCUhWDmAgC .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-wrap {
    margin-right: 0;
  }
}
.cid-uCUhWDmAgC .cards-row,
.cid-uCUhWDmAgC .social-row,
.cid-uCUhWDmAgC .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .cards-row,
  .cid-uCUhWDmAgC .social-row,
  .cid-uCUhWDmAgC .menu-row {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .menu-row {
  margin-bottom: 1rem;
}
.cid-uCUhWDmAgC .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .foot-menu {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uCUhWDmAgC .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uCUhWDmAgC .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .row {
    text-align: center;
  }
  .cid-uCUhWDmAgC .cards-col {
    justify-content: center;
  }
  .cid-uCUhWDmAgC .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uCUhWDmAgC .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uCUhWDmAgC .card-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uCUhWDmAgC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCUhWDmAgC .soc-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .mbr-iconfont {
  color: #ffffff;
}
.cid-uCUhWDmAgC .mbr-text {
  color: #ffffff;
}
.cid-uFTiBCZskd {
  z-index: 800;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uFTiBCZskd nav.navbar {
  position: fixed;
}
.cid-uFTiBCZskd .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTiBCZskd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTiBCZskd .dropdown-item:hover,
.cid-uFTiBCZskd .dropdown-item:focus {
  background: #d60505 !important;
  color: white !important;
}
.cid-uFTiBCZskd .dropdown-item:hover span {
  color: white;
}
.cid-uFTiBCZskd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTiBCZskd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTiBCZskd .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTiBCZskd .nav-link {
  position: relative;
}
.cid-uFTiBCZskd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTiBCZskd .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTiBCZskd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown-menu,
.cid-uFTiBCZskd .navbar.opened {
  background: #82939b !important;
}
.cid-uFTiBCZskd .nav-item:focus,
.cid-uFTiBCZskd .nav-link:focus {
  outline: none;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTiBCZskd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTiBCZskd .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTiBCZskd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTiBCZskd .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTiBCZskd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar.collapsed {
  justify-content: center;
}
.cid-uFTiBCZskd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTiBCZskd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTiBCZskd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTiBCZskd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTiBCZskd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTiBCZskd .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-uFTiBCZskd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTiBCZskd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTiBCZskd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTiBCZskd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTiBCZskd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTiBCZskd .navbar.navbar-short {
  min-height: 80px;
}
.cid-uFTiBCZskd .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uFTiBCZskd .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTiBCZskd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTiBCZskd .dropdown-item.active,
.cid-uFTiBCZskd .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTiBCZskd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTiBCZskd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTiBCZskd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTiBCZskd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTiBCZskd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTiBCZskd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar {
    height: 70px;
  }
  .cid-uFTiBCZskd .navbar.opened {
    height: auto;
  }
  .cid-uFTiBCZskd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyaTxm0KYX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/landkarte1-sattler-1981x1206.webp");
}
.cid-uyaTxm0KYX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyaTxm0KYX .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-uyaTxm0KYX .container {
    padding: 0 16px;
  }
}
.cid-uyaTxm0KYX .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uyaTxm0KYX .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uyaTxm0KYX .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: 25px 32px 60px #71818e;
}
.cid-uyaTxm0KYX .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-uyaTxm0KYX .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-uyaTxm0KYX .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-uyaTxm0KYX .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  background-color: #1c1c1c;
  border-radius: 3rem !important;
}
.cid-uyaTxm0KYX .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uyaTxm0KYX .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uyaTxm0KYX .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uyaTxm0KYX .content-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uyaTxm0KYX .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uyaTxm0KYX .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uyaTxm0KYX .mbr-section-title {
  color: #495259;
}
.cid-uyaTxm0KYX .mbr-desc {
  color: #495259;
}
.cid-uyaTxm0KYX .mbr-text {
  color: #1c1c1c;
}
.cid-uyaTxmdwI7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dce0e3;
}
@media (max-width: 992px) {
  .cid-uyaTxmdwI7 .container {
    padding: 0 20px;
  }
}
.cid-uyaTxmdwI7 .row {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uyaTxmdwI7 .row {
    padding: 46px 0;
  }
}
.cid-uyaTxmdwI7 .content-wrapper {
  padding: 0 86px;
}
@media (max-width: 768px) {
  .cid-uyaTxmdwI7 .content-wrapper {
    padding: 0;
  }
}
.cid-uyaTxmdwI7 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uyaTxmdwI7 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uyaTxmdwI7 .content-wrapper .mbr-section-btn-main {
  margin-top: 25px;
}
.cid-uyaTxmdwI7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 356px;
  max-width: 356px;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .cid-uyaTxmdwI7 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 5px;
  }
}
.cid-uyaTxmdwI7 .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 40px 40px;
  border-radius: 20px !important;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uyaTxmdwI7 .embla__slide .slide-content {
    padding: 60px 20px 40px;
  }
}
.cid-uyaTxmdwI7 .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uyaTxmdwI7 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 134px;
  height: 134px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uyaTxmdwI7 .embla__slide .slide-content .item-wrapper .item-content {
  z-index: 1;
  position: relative;
}
.cid-uyaTxmdwI7 .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 20px;
}
.cid-uyaTxmdwI7 .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 25px;
}
.cid-uyaTxmdwI7 .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uyaTxmdwI7 .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  margin-right: 10px;
  margin-bottom: 0;
}
.cid-uyaTxmdwI7 .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uyaTxmdwI7 .embla__slide .slide-content .mbr-section-btn {
  z-index: 1;
  position: relative;
  margin-top: 20px;
}
.cid-uyaTxmdwI7 .embla__slide .slide-content .mbr-section-btn .btn-primary,
.cid-uyaTxmdwI7 .embla__slide .slide-content .mbr-section-btn .btn-secondary,
.cid-uyaTxmdwI7 .embla__slide .slide-content .mbr-section-btn .btn-success,
.cid-uyaTxmdwI7 .embla__slide .slide-content .mbr-section-btn .btn-info,
.cid-uyaTxmdwI7 .embla__slide .slide-content .mbr-section-btn .btn-warning,
.cid-uyaTxmdwI7 .embla__slide .slide-content .mbr-section-btn .btn-danger,
.cid-uyaTxmdwI7 .embla__slide .slide-content .mbr-section-btn .btn-black,
.cid-uyaTxmdwI7 .embla__slide .slide-content .mbr-section-btn .btn-white {
  border: 2px solid #dcdde0 !important;
}
.cid-uyaTxmdwI7 .embla__button--next,
.cid-uyaTxmdwI7 .embla__button--prev {
  display: flex;
}
.cid-uyaTxmdwI7 .embla__button {
  top: -24px;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #d60505 !important;
  border: 2px solid #d60505 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-uyaTxmdwI7 .embla__button {
    top: 2.5rem;
  }
}
.cid-uyaTxmdwI7 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uyaTxmdwI7 .embla__button:hover {
  opacity: 1 !important;
}
.cid-uyaTxmdwI7 .embla__button.embla__button--prev {
  left: 30px;
}
.cid-uyaTxmdwI7 .embla__button.embla__button--next {
  right: 30px;
}
.cid-uyaTxmdwI7 .embla {
  position: relative;
  width: 100%;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .cid-uyaTxmdwI7 .embla {
    padding-top: 100px;
  }
}
.cid-uyaTxmdwI7 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uyaTxmdwI7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uyaTxmdwI7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uyaTxmdwI7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uyaTxmdwI7 .mbr-desc {
  color: #495259;
  text-align: center;
}
.cid-uyaTxmdwI7 .mbr-section-title {
  color: #000000;
}
.cid-uyaTxmdwI7 .item-name {
  color: #000000;
  text-align: center;
}
.cid-uyaTxmdwI7 .item-role {
  color: #495259;
  text-align: center;
}
.cid-uyaTxmdwI7 .list,
.cid-uyaTxmdwI7 .tags-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uyaTxmdwI7 .mbr-section-title,
.cid-uyaTxmdwI7 .mbr-section-btn-main {
  text-align: center;
  color: #495259;
}
.cid-uyaTxmdwI7 .item-name,
.cid-uyaTxmdwI7 .mbr-section-btn {
  text-align: center;
  color: #495259;
}
.cid-uCUhWDmAgC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #82939b;
}
.cid-uCUhWDmAgC .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-col {
    flex-direction: column;
  }
}
.cid-uCUhWDmAgC .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .brand-name {
    margin-top: 1rem;
  }
}
.cid-uCUhWDmAgC .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-wrap {
    margin-right: 0;
  }
}
.cid-uCUhWDmAgC .cards-row,
.cid-uCUhWDmAgC .social-row,
.cid-uCUhWDmAgC .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .cards-row,
  .cid-uCUhWDmAgC .social-row,
  .cid-uCUhWDmAgC .menu-row {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .menu-row {
  margin-bottom: 1rem;
}
.cid-uCUhWDmAgC .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .foot-menu {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uCUhWDmAgC .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uCUhWDmAgC .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .row {
    text-align: center;
  }
  .cid-uCUhWDmAgC .cards-col {
    justify-content: center;
  }
  .cid-uCUhWDmAgC .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uCUhWDmAgC .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uCUhWDmAgC .card-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uCUhWDmAgC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCUhWDmAgC .soc-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .mbr-iconfont {
  color: #ffffff;
}
.cid-uCUhWDmAgC .mbr-text {
  color: #ffffff;
}
.cid-uFTiBCZskd {
  z-index: 800;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uFTiBCZskd nav.navbar {
  position: fixed;
}
.cid-uFTiBCZskd .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTiBCZskd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTiBCZskd .dropdown-item:hover,
.cid-uFTiBCZskd .dropdown-item:focus {
  background: #d60505 !important;
  color: white !important;
}
.cid-uFTiBCZskd .dropdown-item:hover span {
  color: white;
}
.cid-uFTiBCZskd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTiBCZskd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTiBCZskd .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTiBCZskd .nav-link {
  position: relative;
}
.cid-uFTiBCZskd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTiBCZskd .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTiBCZskd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown-menu,
.cid-uFTiBCZskd .navbar.opened {
  background: #82939b !important;
}
.cid-uFTiBCZskd .nav-item:focus,
.cid-uFTiBCZskd .nav-link:focus {
  outline: none;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTiBCZskd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTiBCZskd .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTiBCZskd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTiBCZskd .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTiBCZskd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar.collapsed {
  justify-content: center;
}
.cid-uFTiBCZskd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTiBCZskd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTiBCZskd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTiBCZskd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTiBCZskd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTiBCZskd .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-uFTiBCZskd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTiBCZskd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTiBCZskd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTiBCZskd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTiBCZskd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTiBCZskd .navbar.navbar-short {
  min-height: 80px;
}
.cid-uFTiBCZskd .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uFTiBCZskd .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTiBCZskd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTiBCZskd .dropdown-item.active,
.cid-uFTiBCZskd .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTiBCZskd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTiBCZskd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTiBCZskd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTiBCZskd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTiBCZskd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTiBCZskd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar {
    height: 70px;
  }
  .cid-uFTiBCZskd .navbar.opened {
    height: auto;
  }
  .cid-uFTiBCZskd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uy9Uu9bezX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/landkarte1-supermarkt-1981x1206.webp");
}
.cid-uy9Uu9bezX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uy9Uu9bezX .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-uy9Uu9bezX .container {
    padding: 0 16px;
  }
}
.cid-uy9Uu9bezX .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uy9Uu9bezX .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uy9Uu9bezX .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: 25px 32px 60px #71818e;
}
.cid-uy9Uu9bezX .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-uy9Uu9bezX .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-uy9Uu9bezX .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-uy9Uu9bezX .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  background-color: #1c1c1c;
  border-radius: 3rem !important;
}
.cid-uy9Uu9bezX .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uy9Uu9bezX .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uy9Uu9bezX .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uy9Uu9bezX .content-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uy9Uu9bezX .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uy9Uu9bezX .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uy9Uu9bezX .mbr-section-title {
  color: #495259;
}
.cid-uy9Uu9bezX .mbr-desc {
  color: #495259;
}
.cid-uy9Uu9bezX .mbr-text {
  color: #1c1c1c;
}
.cid-uy9Uu9wRv5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dce0e3;
}
@media (max-width: 992px) {
  .cid-uy9Uu9wRv5 .container {
    padding: 0 20px;
  }
}
.cid-uy9Uu9wRv5 .row {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uy9Uu9wRv5 .row {
    padding: 46px 0;
  }
}
.cid-uy9Uu9wRv5 .content-wrapper {
  padding: 0 86px;
}
@media (max-width: 768px) {
  .cid-uy9Uu9wRv5 .content-wrapper {
    padding: 0;
  }
}
.cid-uy9Uu9wRv5 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uy9Uu9wRv5 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uy9Uu9wRv5 .content-wrapper .mbr-section-btn-main {
  margin-top: 25px;
}
.cid-uy9Uu9wRv5 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 356px;
  max-width: 356px;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .cid-uy9Uu9wRv5 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 5px;
  }
}
.cid-uy9Uu9wRv5 .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 40px 40px;
  border-radius: 20px !important;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uy9Uu9wRv5 .embla__slide .slide-content {
    padding: 60px 20px 40px;
  }
}
.cid-uy9Uu9wRv5 .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uy9Uu9wRv5 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 134px;
  height: 134px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uy9Uu9wRv5 .embla__slide .slide-content .item-wrapper .item-content {
  z-index: 1;
  position: relative;
}
.cid-uy9Uu9wRv5 .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 20px;
}
.cid-uy9Uu9wRv5 .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 25px;
}
.cid-uy9Uu9wRv5 .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uy9Uu9wRv5 .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  margin-right: 10px;
  margin-bottom: 0;
}
.cid-uy9Uu9wRv5 .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uy9Uu9wRv5 .embla__slide .slide-content .mbr-section-btn {
  z-index: 1;
  position: relative;
  margin-top: 20px;
}
.cid-uy9Uu9wRv5 .embla__slide .slide-content .mbr-section-btn .btn-primary,
.cid-uy9Uu9wRv5 .embla__slide .slide-content .mbr-section-btn .btn-secondary,
.cid-uy9Uu9wRv5 .embla__slide .slide-content .mbr-section-btn .btn-success,
.cid-uy9Uu9wRv5 .embla__slide .slide-content .mbr-section-btn .btn-info,
.cid-uy9Uu9wRv5 .embla__slide .slide-content .mbr-section-btn .btn-warning,
.cid-uy9Uu9wRv5 .embla__slide .slide-content .mbr-section-btn .btn-danger,
.cid-uy9Uu9wRv5 .embla__slide .slide-content .mbr-section-btn .btn-black,
.cid-uy9Uu9wRv5 .embla__slide .slide-content .mbr-section-btn .btn-white {
  border: 2px solid #dcdde0 !important;
}
.cid-uy9Uu9wRv5 .embla__button--next,
.cid-uy9Uu9wRv5 .embla__button--prev {
  display: flex;
}
.cid-uy9Uu9wRv5 .embla__button {
  top: -24px;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #d60505 !important;
  border: 2px solid #d60505 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-uy9Uu9wRv5 .embla__button {
    top: 2.5rem;
  }
}
.cid-uy9Uu9wRv5 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uy9Uu9wRv5 .embla__button:hover {
  opacity: 1 !important;
}
.cid-uy9Uu9wRv5 .embla__button.embla__button--prev {
  left: 30px;
}
.cid-uy9Uu9wRv5 .embla__button.embla__button--next {
  right: 30px;
}
.cid-uy9Uu9wRv5 .embla {
  position: relative;
  width: 100%;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .cid-uy9Uu9wRv5 .embla {
    padding-top: 100px;
  }
}
.cid-uy9Uu9wRv5 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uy9Uu9wRv5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uy9Uu9wRv5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uy9Uu9wRv5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uy9Uu9wRv5 .mbr-desc {
  color: #495259;
  text-align: center;
}
.cid-uy9Uu9wRv5 .mbr-section-title {
  color: #000000;
}
.cid-uy9Uu9wRv5 .item-name {
  color: #000000;
  text-align: center;
}
.cid-uy9Uu9wRv5 .item-role {
  color: #495259;
  text-align: center;
}
.cid-uy9Uu9wRv5 .list,
.cid-uy9Uu9wRv5 .tags-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uy9Uu9wRv5 .mbr-section-title,
.cid-uy9Uu9wRv5 .mbr-section-btn-main {
  text-align: center;
  color: #495259;
}
.cid-uy9Uu9wRv5 .item-name,
.cid-uy9Uu9wRv5 .mbr-section-btn {
  text-align: center;
  color: #495259;
}
.cid-uCUhWDmAgC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #82939b;
}
.cid-uCUhWDmAgC .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-col {
    flex-direction: column;
  }
}
.cid-uCUhWDmAgC .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .brand-name {
    margin-top: 1rem;
  }
}
.cid-uCUhWDmAgC .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-wrap {
    margin-right: 0;
  }
}
.cid-uCUhWDmAgC .cards-row,
.cid-uCUhWDmAgC .social-row,
.cid-uCUhWDmAgC .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .cards-row,
  .cid-uCUhWDmAgC .social-row,
  .cid-uCUhWDmAgC .menu-row {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .menu-row {
  margin-bottom: 1rem;
}
.cid-uCUhWDmAgC .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .foot-menu {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uCUhWDmAgC .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uCUhWDmAgC .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .row {
    text-align: center;
  }
  .cid-uCUhWDmAgC .cards-col {
    justify-content: center;
  }
  .cid-uCUhWDmAgC .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uCUhWDmAgC .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uCUhWDmAgC .card-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uCUhWDmAgC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCUhWDmAgC .soc-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .mbr-iconfont {
  color: #ffffff;
}
.cid-uCUhWDmAgC .mbr-text {
  color: #ffffff;
}
.cid-uFTiBCZskd {
  z-index: 800;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uFTiBCZskd nav.navbar {
  position: fixed;
}
.cid-uFTiBCZskd .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTiBCZskd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTiBCZskd .dropdown-item:hover,
.cid-uFTiBCZskd .dropdown-item:focus {
  background: #d60505 !important;
  color: white !important;
}
.cid-uFTiBCZskd .dropdown-item:hover span {
  color: white;
}
.cid-uFTiBCZskd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTiBCZskd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTiBCZskd .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTiBCZskd .nav-link {
  position: relative;
}
.cid-uFTiBCZskd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTiBCZskd .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTiBCZskd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown-menu,
.cid-uFTiBCZskd .navbar.opened {
  background: #82939b !important;
}
.cid-uFTiBCZskd .nav-item:focus,
.cid-uFTiBCZskd .nav-link:focus {
  outline: none;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTiBCZskd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTiBCZskd .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTiBCZskd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTiBCZskd .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTiBCZskd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar.collapsed {
  justify-content: center;
}
.cid-uFTiBCZskd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTiBCZskd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTiBCZskd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTiBCZskd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTiBCZskd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTiBCZskd .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-uFTiBCZskd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTiBCZskd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTiBCZskd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTiBCZskd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTiBCZskd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTiBCZskd .navbar.navbar-short {
  min-height: 80px;
}
.cid-uFTiBCZskd .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uFTiBCZskd .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTiBCZskd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTiBCZskd .dropdown-item.active,
.cid-uFTiBCZskd .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTiBCZskd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTiBCZskd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTiBCZskd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTiBCZskd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTiBCZskd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTiBCZskd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar {
    height: 70px;
  }
  .cid-uFTiBCZskd .navbar.opened {
    height: auto;
  }
  .cid-uFTiBCZskd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBANFdaU7P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/landkarte1-mobel-1981x1206.webp");
}
.cid-uBANFdaU7P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBANFdaU7P .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-uBANFdaU7P .container {
    padding: 0 16px;
  }
}
.cid-uBANFdaU7P .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uBANFdaU7P .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBANFdaU7P .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: 25px 32px 60px #71818e;
}
.cid-uBANFdaU7P .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-uBANFdaU7P .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-uBANFdaU7P .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-uBANFdaU7P .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  background-color: #1c1c1c;
  border-radius: 3rem !important;
}
.cid-uBANFdaU7P .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBANFdaU7P .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uBANFdaU7P .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBANFdaU7P .content-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uBANFdaU7P .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBANFdaU7P .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uBANFdaU7P .mbr-section-title {
  color: #495259;
}
.cid-uBANFdaU7P .mbr-desc {
  color: #495259;
}
.cid-uBANFdaU7P .mbr-text {
  color: #1c1c1c;
}
.cid-uBANFdqJwS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dce0e3;
}
@media (max-width: 992px) {
  .cid-uBANFdqJwS .container {
    padding: 0 20px;
  }
}
.cid-uBANFdqJwS .row {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uBANFdqJwS .row {
    padding: 46px 0;
  }
}
.cid-uBANFdqJwS .content-wrapper {
  padding: 0 86px;
}
@media (max-width: 768px) {
  .cid-uBANFdqJwS .content-wrapper {
    padding: 0;
  }
}
.cid-uBANFdqJwS .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uBANFdqJwS .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBANFdqJwS .content-wrapper .mbr-section-btn-main {
  margin-top: 25px;
}
.cid-uBANFdqJwS .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 356px;
  max-width: 356px;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .cid-uBANFdqJwS .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 5px;
  }
}
.cid-uBANFdqJwS .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 40px 40px;
  border-radius: 20px !important;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uBANFdqJwS .embla__slide .slide-content {
    padding: 60px 20px 40px;
  }
}
.cid-uBANFdqJwS .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uBANFdqJwS .embla__slide .slide-content .item-wrapper .item-img img {
  width: 134px;
  height: 134px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uBANFdqJwS .embla__slide .slide-content .item-wrapper .item-content {
  z-index: 1;
  position: relative;
}
.cid-uBANFdqJwS .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 20px;
}
.cid-uBANFdqJwS .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 25px;
}
.cid-uBANFdqJwS .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uBANFdqJwS .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  margin-right: 10px;
  margin-bottom: 0;
}
.cid-uBANFdqJwS .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uBANFdqJwS .embla__slide .slide-content .mbr-section-btn {
  z-index: 1;
  position: relative;
  margin-top: 20px;
}
.cid-uBANFdqJwS .embla__slide .slide-content .mbr-section-btn .btn-primary,
.cid-uBANFdqJwS .embla__slide .slide-content .mbr-section-btn .btn-secondary,
.cid-uBANFdqJwS .embla__slide .slide-content .mbr-section-btn .btn-success,
.cid-uBANFdqJwS .embla__slide .slide-content .mbr-section-btn .btn-info,
.cid-uBANFdqJwS .embla__slide .slide-content .mbr-section-btn .btn-warning,
.cid-uBANFdqJwS .embla__slide .slide-content .mbr-section-btn .btn-danger,
.cid-uBANFdqJwS .embla__slide .slide-content .mbr-section-btn .btn-black,
.cid-uBANFdqJwS .embla__slide .slide-content .mbr-section-btn .btn-white {
  border: 2px solid #dcdde0 !important;
}
.cid-uBANFdqJwS .embla__button--next,
.cid-uBANFdqJwS .embla__button--prev {
  display: flex;
}
.cid-uBANFdqJwS .embla__button {
  top: -24px;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #d60505 !important;
  border: 2px solid #d60505 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-uBANFdqJwS .embla__button {
    top: 2.5rem;
  }
}
.cid-uBANFdqJwS .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBANFdqJwS .embla__button:hover {
  opacity: 1 !important;
}
.cid-uBANFdqJwS .embla__button.embla__button--prev {
  left: 30px;
}
.cid-uBANFdqJwS .embla__button.embla__button--next {
  right: 30px;
}
.cid-uBANFdqJwS .embla {
  position: relative;
  width: 100%;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .cid-uBANFdqJwS .embla {
    padding-top: 100px;
  }
}
.cid-uBANFdqJwS .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uBANFdqJwS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBANFdqJwS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBANFdqJwS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBANFdqJwS .mbr-desc {
  color: #495259;
  text-align: center;
}
.cid-uBANFdqJwS .mbr-section-title {
  color: #000000;
}
.cid-uBANFdqJwS .item-name {
  color: #000000;
  text-align: center;
}
.cid-uBANFdqJwS .item-role {
  color: #495259;
  text-align: center;
}
.cid-uBANFdqJwS .list,
.cid-uBANFdqJwS .tags-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uBANFdqJwS .mbr-section-title,
.cid-uBANFdqJwS .mbr-section-btn-main {
  text-align: center;
  color: #495259;
}
.cid-uBANFdqJwS .item-name,
.cid-uBANFdqJwS .mbr-section-btn {
  text-align: center;
  color: #495259;
}
.cid-uCUhWDmAgC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #82939b;
}
.cid-uCUhWDmAgC .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-col {
    flex-direction: column;
  }
}
.cid-uCUhWDmAgC .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .brand-name {
    margin-top: 1rem;
  }
}
.cid-uCUhWDmAgC .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-wrap {
    margin-right: 0;
  }
}
.cid-uCUhWDmAgC .cards-row,
.cid-uCUhWDmAgC .social-row,
.cid-uCUhWDmAgC .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .cards-row,
  .cid-uCUhWDmAgC .social-row,
  .cid-uCUhWDmAgC .menu-row {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .menu-row {
  margin-bottom: 1rem;
}
.cid-uCUhWDmAgC .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .foot-menu {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uCUhWDmAgC .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uCUhWDmAgC .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .row {
    text-align: center;
  }
  .cid-uCUhWDmAgC .cards-col {
    justify-content: center;
  }
  .cid-uCUhWDmAgC .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uCUhWDmAgC .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uCUhWDmAgC .card-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uCUhWDmAgC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCUhWDmAgC .soc-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .mbr-iconfont {
  color: #ffffff;
}
.cid-uCUhWDmAgC .mbr-text {
  color: #ffffff;
}
.cid-uFTiBCZskd {
  z-index: 800;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uFTiBCZskd nav.navbar {
  position: fixed;
}
.cid-uFTiBCZskd .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTiBCZskd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTiBCZskd .dropdown-item:hover,
.cid-uFTiBCZskd .dropdown-item:focus {
  background: #d60505 !important;
  color: white !important;
}
.cid-uFTiBCZskd .dropdown-item:hover span {
  color: white;
}
.cid-uFTiBCZskd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTiBCZskd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTiBCZskd .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTiBCZskd .nav-link {
  position: relative;
}
.cid-uFTiBCZskd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTiBCZskd .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTiBCZskd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown-menu,
.cid-uFTiBCZskd .navbar.opened {
  background: #82939b !important;
}
.cid-uFTiBCZskd .nav-item:focus,
.cid-uFTiBCZskd .nav-link:focus {
  outline: none;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTiBCZskd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTiBCZskd .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTiBCZskd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTiBCZskd .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTiBCZskd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar.collapsed {
  justify-content: center;
}
.cid-uFTiBCZskd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTiBCZskd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTiBCZskd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTiBCZskd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTiBCZskd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTiBCZskd .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-uFTiBCZskd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTiBCZskd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTiBCZskd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTiBCZskd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTiBCZskd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTiBCZskd .navbar.navbar-short {
  min-height: 80px;
}
.cid-uFTiBCZskd .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uFTiBCZskd .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTiBCZskd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTiBCZskd .dropdown-item.active,
.cid-uFTiBCZskd .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTiBCZskd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTiBCZskd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTiBCZskd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTiBCZskd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTiBCZskd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTiBCZskd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar {
    height: 70px;
  }
  .cid-uFTiBCZskd .navbar.opened {
    height: auto;
  }
  .cid-uFTiBCZskd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBAYtLazvx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/landkarte1-werbegemeinschaft-1981x1206.webp");
}
.cid-uBAYtLazvx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBAYtLazvx .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-uBAYtLazvx .container {
    padding: 0 16px;
  }
}
.cid-uBAYtLazvx .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uBAYtLazvx .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBAYtLazvx .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: 25px 32px 60px #71818e;
}
.cid-uBAYtLazvx .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-uBAYtLazvx .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-uBAYtLazvx .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-uBAYtLazvx .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  background-color: #1c1c1c;
  border-radius: 3rem !important;
}
.cid-uBAYtLazvx .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBAYtLazvx .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uBAYtLazvx .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBAYtLazvx .content-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uBAYtLazvx .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBAYtLazvx .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uBAYtLazvx .mbr-section-title {
  color: #495259;
}
.cid-uBAYtLazvx .mbr-desc {
  color: #495259;
}
.cid-uBAYtLazvx .mbr-text {
  color: #1c1c1c;
}
.cid-uBAYtLoitc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dce0e3;
}
@media (max-width: 992px) {
  .cid-uBAYtLoitc .container {
    padding: 0 20px;
  }
}
.cid-uBAYtLoitc .row {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uBAYtLoitc .row {
    padding: 46px 0;
  }
}
.cid-uBAYtLoitc .content-wrapper {
  padding: 0 86px;
}
@media (max-width: 768px) {
  .cid-uBAYtLoitc .content-wrapper {
    padding: 0;
  }
}
.cid-uBAYtLoitc .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uBAYtLoitc .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBAYtLoitc .content-wrapper .mbr-section-btn-main {
  margin-top: 25px;
}
.cid-uBAYtLoitc .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 356px;
  max-width: 356px;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .cid-uBAYtLoitc .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 5px;
  }
}
.cid-uBAYtLoitc .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 40px 40px;
  border-radius: 20px !important;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uBAYtLoitc .embla__slide .slide-content {
    padding: 60px 20px 40px;
  }
}
.cid-uBAYtLoitc .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uBAYtLoitc .embla__slide .slide-content .item-wrapper .item-img img {
  width: 134px;
  height: 134px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uBAYtLoitc .embla__slide .slide-content .item-wrapper .item-content {
  z-index: 1;
  position: relative;
}
.cid-uBAYtLoitc .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 20px;
}
.cid-uBAYtLoitc .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 25px;
}
.cid-uBAYtLoitc .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uBAYtLoitc .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  margin-right: 10px;
  margin-bottom: 0;
}
.cid-uBAYtLoitc .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uBAYtLoitc .embla__slide .slide-content .mbr-section-btn {
  z-index: 1;
  position: relative;
  margin-top: 20px;
}
.cid-uBAYtLoitc .embla__slide .slide-content .mbr-section-btn .btn-primary,
.cid-uBAYtLoitc .embla__slide .slide-content .mbr-section-btn .btn-secondary,
.cid-uBAYtLoitc .embla__slide .slide-content .mbr-section-btn .btn-success,
.cid-uBAYtLoitc .embla__slide .slide-content .mbr-section-btn .btn-info,
.cid-uBAYtLoitc .embla__slide .slide-content .mbr-section-btn .btn-warning,
.cid-uBAYtLoitc .embla__slide .slide-content .mbr-section-btn .btn-danger,
.cid-uBAYtLoitc .embla__slide .slide-content .mbr-section-btn .btn-black,
.cid-uBAYtLoitc .embla__slide .slide-content .mbr-section-btn .btn-white {
  border: 2px solid #dcdde0 !important;
}
.cid-uBAYtLoitc .embla__button--next,
.cid-uBAYtLoitc .embla__button--prev {
  display: flex;
}
.cid-uBAYtLoitc .embla__button {
  top: -24px;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #d60505 !important;
  border: 2px solid #d60505 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-uBAYtLoitc .embla__button {
    top: 2.5rem;
  }
}
.cid-uBAYtLoitc .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBAYtLoitc .embla__button:hover {
  opacity: 1 !important;
}
.cid-uBAYtLoitc .embla__button.embla__button--prev {
  left: 30px;
}
.cid-uBAYtLoitc .embla__button.embla__button--next {
  right: 30px;
}
.cid-uBAYtLoitc .embla {
  position: relative;
  width: 100%;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .cid-uBAYtLoitc .embla {
    padding-top: 100px;
  }
}
.cid-uBAYtLoitc .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uBAYtLoitc .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBAYtLoitc .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBAYtLoitc .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBAYtLoitc .mbr-desc {
  color: #495259;
  text-align: center;
}
.cid-uBAYtLoitc .mbr-section-title {
  color: #000000;
}
.cid-uBAYtLoitc .item-name {
  color: #000000;
  text-align: center;
}
.cid-uBAYtLoitc .item-role {
  color: #495259;
  text-align: center;
}
.cid-uBAYtLoitc .list,
.cid-uBAYtLoitc .tags-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uBAYtLoitc .mbr-section-title,
.cid-uBAYtLoitc .mbr-section-btn-main {
  text-align: center;
  color: #495259;
}
.cid-uBAYtLoitc .item-name,
.cid-uBAYtLoitc .mbr-section-btn {
  text-align: center;
  color: #495259;
}
.cid-uCUhWDmAgC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #82939b;
}
.cid-uCUhWDmAgC .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-col {
    flex-direction: column;
  }
}
.cid-uCUhWDmAgC .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .brand-name {
    margin-top: 1rem;
  }
}
.cid-uCUhWDmAgC .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-wrap {
    margin-right: 0;
  }
}
.cid-uCUhWDmAgC .cards-row,
.cid-uCUhWDmAgC .social-row,
.cid-uCUhWDmAgC .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .cards-row,
  .cid-uCUhWDmAgC .social-row,
  .cid-uCUhWDmAgC .menu-row {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .menu-row {
  margin-bottom: 1rem;
}
.cid-uCUhWDmAgC .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .foot-menu {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uCUhWDmAgC .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uCUhWDmAgC .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .row {
    text-align: center;
  }
  .cid-uCUhWDmAgC .cards-col {
    justify-content: center;
  }
  .cid-uCUhWDmAgC .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uCUhWDmAgC .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uCUhWDmAgC .card-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uCUhWDmAgC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCUhWDmAgC .soc-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .mbr-iconfont {
  color: #ffffff;
}
.cid-uCUhWDmAgC .mbr-text {
  color: #ffffff;
}
.cid-uFTiBCZskd {
  z-index: 800;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uFTiBCZskd nav.navbar {
  position: fixed;
}
.cid-uFTiBCZskd .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTiBCZskd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTiBCZskd .dropdown-item:hover,
.cid-uFTiBCZskd .dropdown-item:focus {
  background: #d60505 !important;
  color: white !important;
}
.cid-uFTiBCZskd .dropdown-item:hover span {
  color: white;
}
.cid-uFTiBCZskd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTiBCZskd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTiBCZskd .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTiBCZskd .nav-link {
  position: relative;
}
.cid-uFTiBCZskd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTiBCZskd .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTiBCZskd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown-menu,
.cid-uFTiBCZskd .navbar.opened {
  background: #82939b !important;
}
.cid-uFTiBCZskd .nav-item:focus,
.cid-uFTiBCZskd .nav-link:focus {
  outline: none;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTiBCZskd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTiBCZskd .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTiBCZskd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTiBCZskd .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTiBCZskd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar.collapsed {
  justify-content: center;
}
.cid-uFTiBCZskd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTiBCZskd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTiBCZskd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTiBCZskd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTiBCZskd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTiBCZskd .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-uFTiBCZskd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTiBCZskd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTiBCZskd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTiBCZskd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTiBCZskd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTiBCZskd .navbar.navbar-short {
  min-height: 80px;
}
.cid-uFTiBCZskd .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uFTiBCZskd .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTiBCZskd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTiBCZskd .dropdown-item.active,
.cid-uFTiBCZskd .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTiBCZskd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTiBCZskd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTiBCZskd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTiBCZskd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTiBCZskd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTiBCZskd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar {
    height: 70px;
  }
  .cid-uFTiBCZskd .navbar.opened {
    height: auto;
  }
  .cid-uFTiBCZskd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBAVv1KqwW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/landkarte1-restaurant-1981x1206.webp");
}
.cid-uBAVv1KqwW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBAVv1KqwW .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-uBAVv1KqwW .container {
    padding: 0 16px;
  }
}
.cid-uBAVv1KqwW .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uBAVv1KqwW .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBAVv1KqwW .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: 25px 32px 60px #71818e;
}
.cid-uBAVv1KqwW .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-uBAVv1KqwW .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-uBAVv1KqwW .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-uBAVv1KqwW .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  background-color: #1c1c1c;
  border-radius: 3rem !important;
}
.cid-uBAVv1KqwW .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBAVv1KqwW .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uBAVv1KqwW .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBAVv1KqwW .content-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uBAVv1KqwW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBAVv1KqwW .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uBAVv1KqwW .mbr-section-title {
  color: #495259;
}
.cid-uBAVv1KqwW .mbr-desc {
  color: #495259;
}
.cid-uBAVv1KqwW .mbr-text {
  color: #1c1c1c;
}
.cid-uBAVv23HXM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dce0e3;
}
@media (max-width: 992px) {
  .cid-uBAVv23HXM .container {
    padding: 0 20px;
  }
}
.cid-uBAVv23HXM .row {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uBAVv23HXM .row {
    padding: 46px 0;
  }
}
.cid-uBAVv23HXM .content-wrapper {
  padding: 0 86px;
}
@media (max-width: 768px) {
  .cid-uBAVv23HXM .content-wrapper {
    padding: 0;
  }
}
.cid-uBAVv23HXM .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uBAVv23HXM .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBAVv23HXM .content-wrapper .mbr-section-btn-main {
  margin-top: 25px;
}
.cid-uBAVv23HXM .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 356px;
  max-width: 356px;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .cid-uBAVv23HXM .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 5px;
  }
}
.cid-uBAVv23HXM .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 40px 40px;
  border-radius: 20px !important;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uBAVv23HXM .embla__slide .slide-content {
    padding: 60px 20px 40px;
  }
}
.cid-uBAVv23HXM .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uBAVv23HXM .embla__slide .slide-content .item-wrapper .item-img img {
  width: 134px;
  height: 134px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uBAVv23HXM .embla__slide .slide-content .item-wrapper .item-content {
  z-index: 1;
  position: relative;
}
.cid-uBAVv23HXM .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 20px;
}
.cid-uBAVv23HXM .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 25px;
}
.cid-uBAVv23HXM .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uBAVv23HXM .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  margin-right: 10px;
  margin-bottom: 0;
}
.cid-uBAVv23HXM .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uBAVv23HXM .embla__slide .slide-content .mbr-section-btn {
  z-index: 1;
  position: relative;
  margin-top: 20px;
}
.cid-uBAVv23HXM .embla__slide .slide-content .mbr-section-btn .btn-primary,
.cid-uBAVv23HXM .embla__slide .slide-content .mbr-section-btn .btn-secondary,
.cid-uBAVv23HXM .embla__slide .slide-content .mbr-section-btn .btn-success,
.cid-uBAVv23HXM .embla__slide .slide-content .mbr-section-btn .btn-info,
.cid-uBAVv23HXM .embla__slide .slide-content .mbr-section-btn .btn-warning,
.cid-uBAVv23HXM .embla__slide .slide-content .mbr-section-btn .btn-danger,
.cid-uBAVv23HXM .embla__slide .slide-content .mbr-section-btn .btn-black,
.cid-uBAVv23HXM .embla__slide .slide-content .mbr-section-btn .btn-white {
  border: 2px solid #dcdde0 !important;
}
.cid-uBAVv23HXM .embla__button--next,
.cid-uBAVv23HXM .embla__button--prev {
  display: flex;
}
.cid-uBAVv23HXM .embla__button {
  top: -24px;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #d60505 !important;
  border: 2px solid #d60505 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-uBAVv23HXM .embla__button {
    top: 2.5rem;
  }
}
.cid-uBAVv23HXM .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBAVv23HXM .embla__button:hover {
  opacity: 1 !important;
}
.cid-uBAVv23HXM .embla__button.embla__button--prev {
  left: 30px;
}
.cid-uBAVv23HXM .embla__button.embla__button--next {
  right: 30px;
}
.cid-uBAVv23HXM .embla {
  position: relative;
  width: 100%;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .cid-uBAVv23HXM .embla {
    padding-top: 100px;
  }
}
.cid-uBAVv23HXM .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uBAVv23HXM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBAVv23HXM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBAVv23HXM .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBAVv23HXM .mbr-desc {
  color: #495259;
  text-align: center;
}
.cid-uBAVv23HXM .mbr-section-title {
  color: #000000;
}
.cid-uBAVv23HXM .item-name {
  color: #000000;
  text-align: center;
}
.cid-uBAVv23HXM .item-role {
  color: #495259;
  text-align: center;
}
.cid-uBAVv23HXM .list,
.cid-uBAVv23HXM .tags-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uBAVv23HXM .mbr-section-title,
.cid-uBAVv23HXM .mbr-section-btn-main {
  text-align: center;
  color: #495259;
}
.cid-uBAVv23HXM .item-name,
.cid-uBAVv23HXM .mbr-section-btn {
  text-align: center;
  color: #495259;
}
.cid-uCUhWDmAgC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #82939b;
}
.cid-uCUhWDmAgC .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-col {
    flex-direction: column;
  }
}
.cid-uCUhWDmAgC .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .brand-name {
    margin-top: 1rem;
  }
}
.cid-uCUhWDmAgC .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-wrap {
    margin-right: 0;
  }
}
.cid-uCUhWDmAgC .cards-row,
.cid-uCUhWDmAgC .social-row,
.cid-uCUhWDmAgC .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .cards-row,
  .cid-uCUhWDmAgC .social-row,
  .cid-uCUhWDmAgC .menu-row {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .menu-row {
  margin-bottom: 1rem;
}
.cid-uCUhWDmAgC .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .foot-menu {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uCUhWDmAgC .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uCUhWDmAgC .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .row {
    text-align: center;
  }
  .cid-uCUhWDmAgC .cards-col {
    justify-content: center;
  }
  .cid-uCUhWDmAgC .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uCUhWDmAgC .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uCUhWDmAgC .card-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uCUhWDmAgC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCUhWDmAgC .soc-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .mbr-iconfont {
  color: #ffffff;
}
.cid-uCUhWDmAgC .mbr-text {
  color: #ffffff;
}
.cid-uFTiBCZskd {
  z-index: 800;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uFTiBCZskd nav.navbar {
  position: fixed;
}
.cid-uFTiBCZskd .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTiBCZskd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTiBCZskd .dropdown-item:hover,
.cid-uFTiBCZskd .dropdown-item:focus {
  background: #d60505 !important;
  color: white !important;
}
.cid-uFTiBCZskd .dropdown-item:hover span {
  color: white;
}
.cid-uFTiBCZskd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTiBCZskd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTiBCZskd .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTiBCZskd .nav-link {
  position: relative;
}
.cid-uFTiBCZskd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTiBCZskd .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTiBCZskd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown-menu,
.cid-uFTiBCZskd .navbar.opened {
  background: #82939b !important;
}
.cid-uFTiBCZskd .nav-item:focus,
.cid-uFTiBCZskd .nav-link:focus {
  outline: none;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTiBCZskd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTiBCZskd .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTiBCZskd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTiBCZskd .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTiBCZskd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar.collapsed {
  justify-content: center;
}
.cid-uFTiBCZskd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTiBCZskd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTiBCZskd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTiBCZskd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTiBCZskd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTiBCZskd .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-uFTiBCZskd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTiBCZskd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTiBCZskd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTiBCZskd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTiBCZskd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTiBCZskd .navbar.navbar-short {
  min-height: 80px;
}
.cid-uFTiBCZskd .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uFTiBCZskd .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTiBCZskd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTiBCZskd .dropdown-item.active,
.cid-uFTiBCZskd .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTiBCZskd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTiBCZskd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTiBCZskd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTiBCZskd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTiBCZskd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTiBCZskd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar {
    height: 70px;
  }
  .cid-uFTiBCZskd .navbar.opened {
    height: auto;
  }
  .cid-uFTiBCZskd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBAQkCf6BY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/landkarte1-rechtsanwalt-1981x1206.webp");
}
.cid-uBAQkCf6BY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBAQkCf6BY .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-uBAQkCf6BY .container {
    padding: 0 16px;
  }
}
.cid-uBAQkCf6BY .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uBAQkCf6BY .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBAQkCf6BY .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: 25px 32px 60px #71818e;
}
.cid-uBAQkCf6BY .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-uBAQkCf6BY .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-uBAQkCf6BY .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-uBAQkCf6BY .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  background-color: #1c1c1c;
  border-radius: 3rem !important;
}
.cid-uBAQkCf6BY .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBAQkCf6BY .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uBAQkCf6BY .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBAQkCf6BY .content-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uBAQkCf6BY .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBAQkCf6BY .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uBAQkCf6BY .mbr-section-title {
  color: #495259;
}
.cid-uBAQkCf6BY .mbr-desc {
  color: #495259;
}
.cid-uBAQkCf6BY .mbr-text {
  color: #1c1c1c;
}
.cid-uBAQkCz3ZZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dce0e3;
}
@media (max-width: 992px) {
  .cid-uBAQkCz3ZZ .container {
    padding: 0 20px;
  }
}
.cid-uBAQkCz3ZZ .row {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uBAQkCz3ZZ .row {
    padding: 46px 0;
  }
}
.cid-uBAQkCz3ZZ .content-wrapper {
  padding: 0 86px;
}
@media (max-width: 768px) {
  .cid-uBAQkCz3ZZ .content-wrapper {
    padding: 0;
  }
}
.cid-uBAQkCz3ZZ .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uBAQkCz3ZZ .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBAQkCz3ZZ .content-wrapper .mbr-section-btn-main {
  margin-top: 25px;
}
.cid-uBAQkCz3ZZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 356px;
  max-width: 356px;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .cid-uBAQkCz3ZZ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 5px;
  }
}
.cid-uBAQkCz3ZZ .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 40px 40px;
  border-radius: 20px !important;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uBAQkCz3ZZ .embla__slide .slide-content {
    padding: 60px 20px 40px;
  }
}
.cid-uBAQkCz3ZZ .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uBAQkCz3ZZ .embla__slide .slide-content .item-wrapper .item-img img {
  width: 134px;
  height: 134px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uBAQkCz3ZZ .embla__slide .slide-content .item-wrapper .item-content {
  z-index: 1;
  position: relative;
}
.cid-uBAQkCz3ZZ .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 20px;
}
.cid-uBAQkCz3ZZ .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 25px;
}
.cid-uBAQkCz3ZZ .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uBAQkCz3ZZ .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  margin-right: 10px;
  margin-bottom: 0;
}
.cid-uBAQkCz3ZZ .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uBAQkCz3ZZ .embla__slide .slide-content .mbr-section-btn {
  z-index: 1;
  position: relative;
  margin-top: 20px;
}
.cid-uBAQkCz3ZZ .embla__slide .slide-content .mbr-section-btn .btn-primary,
.cid-uBAQkCz3ZZ .embla__slide .slide-content .mbr-section-btn .btn-secondary,
.cid-uBAQkCz3ZZ .embla__slide .slide-content .mbr-section-btn .btn-success,
.cid-uBAQkCz3ZZ .embla__slide .slide-content .mbr-section-btn .btn-info,
.cid-uBAQkCz3ZZ .embla__slide .slide-content .mbr-section-btn .btn-warning,
.cid-uBAQkCz3ZZ .embla__slide .slide-content .mbr-section-btn .btn-danger,
.cid-uBAQkCz3ZZ .embla__slide .slide-content .mbr-section-btn .btn-black,
.cid-uBAQkCz3ZZ .embla__slide .slide-content .mbr-section-btn .btn-white {
  border: 2px solid #dcdde0 !important;
}
.cid-uBAQkCz3ZZ .embla__button--next,
.cid-uBAQkCz3ZZ .embla__button--prev {
  display: flex;
}
.cid-uBAQkCz3ZZ .embla__button {
  top: -24px;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #d60505 !important;
  border: 2px solid #d60505 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-uBAQkCz3ZZ .embla__button {
    top: 2.5rem;
  }
}
.cid-uBAQkCz3ZZ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBAQkCz3ZZ .embla__button:hover {
  opacity: 1 !important;
}
.cid-uBAQkCz3ZZ .embla__button.embla__button--prev {
  left: 30px;
}
.cid-uBAQkCz3ZZ .embla__button.embla__button--next {
  right: 30px;
}
.cid-uBAQkCz3ZZ .embla {
  position: relative;
  width: 100%;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .cid-uBAQkCz3ZZ .embla {
    padding-top: 100px;
  }
}
.cid-uBAQkCz3ZZ .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uBAQkCz3ZZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBAQkCz3ZZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBAQkCz3ZZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBAQkCz3ZZ .mbr-desc {
  color: #495259;
  text-align: center;
}
.cid-uBAQkCz3ZZ .mbr-section-title {
  color: #000000;
}
.cid-uBAQkCz3ZZ .item-name {
  color: #000000;
  text-align: center;
}
.cid-uBAQkCz3ZZ .item-role {
  color: #495259;
  text-align: center;
}
.cid-uBAQkCz3ZZ .list,
.cid-uBAQkCz3ZZ .tags-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uBAQkCz3ZZ .mbr-section-title,
.cid-uBAQkCz3ZZ .mbr-section-btn-main {
  text-align: center;
  color: #495259;
}
.cid-uBAQkCz3ZZ .item-name,
.cid-uBAQkCz3ZZ .mbr-section-btn {
  text-align: center;
  color: #495259;
}
.cid-uCUhWDmAgC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #82939b;
}
.cid-uCUhWDmAgC .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-col {
    flex-direction: column;
  }
}
.cid-uCUhWDmAgC .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .brand-name {
    margin-top: 1rem;
  }
}
.cid-uCUhWDmAgC .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-wrap {
    margin-right: 0;
  }
}
.cid-uCUhWDmAgC .cards-row,
.cid-uCUhWDmAgC .social-row,
.cid-uCUhWDmAgC .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .cards-row,
  .cid-uCUhWDmAgC .social-row,
  .cid-uCUhWDmAgC .menu-row {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .menu-row {
  margin-bottom: 1rem;
}
.cid-uCUhWDmAgC .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .foot-menu {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uCUhWDmAgC .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uCUhWDmAgC .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .row {
    text-align: center;
  }
  .cid-uCUhWDmAgC .cards-col {
    justify-content: center;
  }
  .cid-uCUhWDmAgC .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uCUhWDmAgC .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uCUhWDmAgC .card-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uCUhWDmAgC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCUhWDmAgC .soc-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .mbr-iconfont {
  color: #ffffff;
}
.cid-uCUhWDmAgC .mbr-text {
  color: #ffffff;
}
.cid-uFTiBCZskd {
  z-index: 800;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uFTiBCZskd nav.navbar {
  position: fixed;
}
.cid-uFTiBCZskd .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTiBCZskd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTiBCZskd .dropdown-item:hover,
.cid-uFTiBCZskd .dropdown-item:focus {
  background: #d60505 !important;
  color: white !important;
}
.cid-uFTiBCZskd .dropdown-item:hover span {
  color: white;
}
.cid-uFTiBCZskd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTiBCZskd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTiBCZskd .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTiBCZskd .nav-link {
  position: relative;
}
.cid-uFTiBCZskd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTiBCZskd .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTiBCZskd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown-menu,
.cid-uFTiBCZskd .navbar.opened {
  background: #82939b !important;
}
.cid-uFTiBCZskd .nav-item:focus,
.cid-uFTiBCZskd .nav-link:focus {
  outline: none;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTiBCZskd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTiBCZskd .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTiBCZskd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTiBCZskd .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTiBCZskd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar.collapsed {
  justify-content: center;
}
.cid-uFTiBCZskd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTiBCZskd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTiBCZskd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTiBCZskd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTiBCZskd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTiBCZskd .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-uFTiBCZskd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTiBCZskd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTiBCZskd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTiBCZskd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTiBCZskd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTiBCZskd .navbar.navbar-short {
  min-height: 80px;
}
.cid-uFTiBCZskd .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uFTiBCZskd .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTiBCZskd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTiBCZskd .dropdown-item.active,
.cid-uFTiBCZskd .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTiBCZskd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTiBCZskd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTiBCZskd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTiBCZskd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTiBCZskd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTiBCZskd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar {
    height: 70px;
  }
  .cid-uFTiBCZskd .navbar.opened {
    height: auto;
  }
  .cid-uFTiBCZskd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBB1liRitz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/landkarte1-werkstatt-1981x1206.webp");
}
.cid-uBB1liRitz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBB1liRitz .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-uBB1liRitz .container {
    padding: 0 16px;
  }
}
.cid-uBB1liRitz .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uBB1liRitz .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBB1liRitz .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: 25px 32px 60px #71818e;
}
.cid-uBB1liRitz .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-uBB1liRitz .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-uBB1liRitz .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-uBB1liRitz .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  background-color: #1c1c1c;
  border-radius: 3rem !important;
}
.cid-uBB1liRitz .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBB1liRitz .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uBB1liRitz .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBB1liRitz .content-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uBB1liRitz .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBB1liRitz .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uBB1liRitz .mbr-section-title {
  color: #495259;
}
.cid-uBB1liRitz .mbr-desc {
  color: #495259;
}
.cid-uBB1liRitz .mbr-text {
  color: #1c1c1c;
}
.cid-uBB1lj6kJO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dce0e3;
}
@media (max-width: 992px) {
  .cid-uBB1lj6kJO .container {
    padding: 0 20px;
  }
}
.cid-uBB1lj6kJO .row {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uBB1lj6kJO .row {
    padding: 46px 0;
  }
}
.cid-uBB1lj6kJO .content-wrapper {
  padding: 0 86px;
}
@media (max-width: 768px) {
  .cid-uBB1lj6kJO .content-wrapper {
    padding: 0;
  }
}
.cid-uBB1lj6kJO .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uBB1lj6kJO .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBB1lj6kJO .content-wrapper .mbr-section-btn-main {
  margin-top: 25px;
}
.cid-uBB1lj6kJO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 356px;
  max-width: 356px;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .cid-uBB1lj6kJO .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 5px;
  }
}
.cid-uBB1lj6kJO .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 40px 40px;
  border-radius: 20px !important;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uBB1lj6kJO .embla__slide .slide-content {
    padding: 60px 20px 40px;
  }
}
.cid-uBB1lj6kJO .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uBB1lj6kJO .embla__slide .slide-content .item-wrapper .item-img img {
  width: 134px;
  height: 134px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uBB1lj6kJO .embla__slide .slide-content .item-wrapper .item-content {
  z-index: 1;
  position: relative;
}
.cid-uBB1lj6kJO .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 20px;
}
.cid-uBB1lj6kJO .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 25px;
}
.cid-uBB1lj6kJO .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uBB1lj6kJO .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  margin-right: 10px;
  margin-bottom: 0;
}
.cid-uBB1lj6kJO .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uBB1lj6kJO .embla__slide .slide-content .mbr-section-btn {
  z-index: 1;
  position: relative;
  margin-top: 20px;
}
.cid-uBB1lj6kJO .embla__slide .slide-content .mbr-section-btn .btn-primary,
.cid-uBB1lj6kJO .embla__slide .slide-content .mbr-section-btn .btn-secondary,
.cid-uBB1lj6kJO .embla__slide .slide-content .mbr-section-btn .btn-success,
.cid-uBB1lj6kJO .embla__slide .slide-content .mbr-section-btn .btn-info,
.cid-uBB1lj6kJO .embla__slide .slide-content .mbr-section-btn .btn-warning,
.cid-uBB1lj6kJO .embla__slide .slide-content .mbr-section-btn .btn-danger,
.cid-uBB1lj6kJO .embla__slide .slide-content .mbr-section-btn .btn-black,
.cid-uBB1lj6kJO .embla__slide .slide-content .mbr-section-btn .btn-white {
  border: 2px solid #dcdde0 !important;
}
.cid-uBB1lj6kJO .embla__button--next,
.cid-uBB1lj6kJO .embla__button--prev {
  display: flex;
}
.cid-uBB1lj6kJO .embla__button {
  top: -24px;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #d60505 !important;
  border: 2px solid #d60505 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-uBB1lj6kJO .embla__button {
    top: 2.5rem;
  }
}
.cid-uBB1lj6kJO .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBB1lj6kJO .embla__button:hover {
  opacity: 1 !important;
}
.cid-uBB1lj6kJO .embla__button.embla__button--prev {
  left: 30px;
}
.cid-uBB1lj6kJO .embla__button.embla__button--next {
  right: 30px;
}
.cid-uBB1lj6kJO .embla {
  position: relative;
  width: 100%;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .cid-uBB1lj6kJO .embla {
    padding-top: 100px;
  }
}
.cid-uBB1lj6kJO .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uBB1lj6kJO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBB1lj6kJO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBB1lj6kJO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBB1lj6kJO .mbr-desc {
  color: #495259;
  text-align: center;
}
.cid-uBB1lj6kJO .mbr-section-title {
  color: #000000;
}
.cid-uBB1lj6kJO .item-name {
  color: #000000;
  text-align: center;
}
.cid-uBB1lj6kJO .item-role {
  color: #495259;
  text-align: center;
}
.cid-uBB1lj6kJO .list,
.cid-uBB1lj6kJO .tags-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uBB1lj6kJO .mbr-section-title,
.cid-uBB1lj6kJO .mbr-section-btn-main {
  text-align: center;
  color: #495259;
}
.cid-uBB1lj6kJO .item-name,
.cid-uBB1lj6kJO .mbr-section-btn {
  text-align: center;
  color: #495259;
}
.cid-uCUhWDmAgC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #82939b;
}
.cid-uCUhWDmAgC .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-col {
    flex-direction: column;
  }
}
.cid-uCUhWDmAgC .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .brand-name {
    margin-top: 1rem;
  }
}
.cid-uCUhWDmAgC .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-wrap {
    margin-right: 0;
  }
}
.cid-uCUhWDmAgC .cards-row,
.cid-uCUhWDmAgC .social-row,
.cid-uCUhWDmAgC .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .cards-row,
  .cid-uCUhWDmAgC .social-row,
  .cid-uCUhWDmAgC .menu-row {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .menu-row {
  margin-bottom: 1rem;
}
.cid-uCUhWDmAgC .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .foot-menu {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uCUhWDmAgC .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uCUhWDmAgC .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .row {
    text-align: center;
  }
  .cid-uCUhWDmAgC .cards-col {
    justify-content: center;
  }
  .cid-uCUhWDmAgC .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uCUhWDmAgC .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uCUhWDmAgC .card-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uCUhWDmAgC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCUhWDmAgC .soc-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .mbr-iconfont {
  color: #ffffff;
}
.cid-uCUhWDmAgC .mbr-text {
  color: #ffffff;
}
.cid-uFTiBCZskd {
  z-index: 800;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uFTiBCZskd nav.navbar {
  position: fixed;
}
.cid-uFTiBCZskd .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTiBCZskd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTiBCZskd .dropdown-item:hover,
.cid-uFTiBCZskd .dropdown-item:focus {
  background: #d60505 !important;
  color: white !important;
}
.cid-uFTiBCZskd .dropdown-item:hover span {
  color: white;
}
.cid-uFTiBCZskd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTiBCZskd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTiBCZskd .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTiBCZskd .nav-link {
  position: relative;
}
.cid-uFTiBCZskd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTiBCZskd .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTiBCZskd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown-menu,
.cid-uFTiBCZskd .navbar.opened {
  background: #82939b !important;
}
.cid-uFTiBCZskd .nav-item:focus,
.cid-uFTiBCZskd .nav-link:focus {
  outline: none;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTiBCZskd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTiBCZskd .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTiBCZskd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTiBCZskd .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTiBCZskd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar.collapsed {
  justify-content: center;
}
.cid-uFTiBCZskd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTiBCZskd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTiBCZskd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTiBCZskd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTiBCZskd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTiBCZskd .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-uFTiBCZskd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTiBCZskd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTiBCZskd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTiBCZskd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTiBCZskd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTiBCZskd .navbar.navbar-short {
  min-height: 80px;
}
.cid-uFTiBCZskd .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uFTiBCZskd .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTiBCZskd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTiBCZskd .dropdown-item.active,
.cid-uFTiBCZskd .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTiBCZskd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTiBCZskd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTiBCZskd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTiBCZskd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTiBCZskd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTiBCZskd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar {
    height: 70px;
  }
  .cid-uFTiBCZskd .navbar.opened {
    height: auto;
  }
  .cid-uFTiBCZskd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBvgYpOYyL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/landkarte1-dienstleister-1981x1206.webp");
}
.cid-uBvgYpOYyL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBvgYpOYyL .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-uBvgYpOYyL .container {
    padding: 0 16px;
  }
}
.cid-uBvgYpOYyL .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uBvgYpOYyL .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBvgYpOYyL .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: 25px 32px 60px #71818e;
}
.cid-uBvgYpOYyL .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-uBvgYpOYyL .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-uBvgYpOYyL .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-uBvgYpOYyL .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  background-color: #1c1c1c;
  border-radius: 3rem !important;
}
.cid-uBvgYpOYyL .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBvgYpOYyL .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uBvgYpOYyL .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBvgYpOYyL .content-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uBvgYpOYyL .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBvgYpOYyL .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uBvgYpOYyL .mbr-section-title {
  color: #495259;
}
.cid-uBvgYpOYyL .mbr-desc {
  color: #495259;
}
.cid-uBvgYpOYyL .mbr-text {
  color: #1c1c1c;
}
.cid-uBvgYq22Sh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dce0e3;
}
@media (max-width: 992px) {
  .cid-uBvgYq22Sh .container {
    padding: 0 20px;
  }
}
.cid-uBvgYq22Sh .row {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uBvgYq22Sh .row {
    padding: 46px 0;
  }
}
.cid-uBvgYq22Sh .content-wrapper {
  padding: 0 86px;
}
@media (max-width: 768px) {
  .cid-uBvgYq22Sh .content-wrapper {
    padding: 0;
  }
}
.cid-uBvgYq22Sh .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uBvgYq22Sh .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBvgYq22Sh .content-wrapper .mbr-section-btn-main {
  margin-top: 25px;
}
.cid-uBvgYq22Sh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 356px;
  max-width: 356px;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .cid-uBvgYq22Sh .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 5px;
  }
}
.cid-uBvgYq22Sh .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 40px 40px;
  border-radius: 20px !important;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uBvgYq22Sh .embla__slide .slide-content {
    padding: 60px 20px 40px;
  }
}
.cid-uBvgYq22Sh .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uBvgYq22Sh .embla__slide .slide-content .item-wrapper .item-img img {
  width: 134px;
  height: 134px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uBvgYq22Sh .embla__slide .slide-content .item-wrapper .item-content {
  z-index: 1;
  position: relative;
}
.cid-uBvgYq22Sh .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 20px;
}
.cid-uBvgYq22Sh .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 25px;
}
.cid-uBvgYq22Sh .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uBvgYq22Sh .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  margin-right: 10px;
  margin-bottom: 0;
}
.cid-uBvgYq22Sh .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uBvgYq22Sh .embla__slide .slide-content .mbr-section-btn {
  z-index: 1;
  position: relative;
  margin-top: 20px;
}
.cid-uBvgYq22Sh .embla__slide .slide-content .mbr-section-btn .btn-primary,
.cid-uBvgYq22Sh .embla__slide .slide-content .mbr-section-btn .btn-secondary,
.cid-uBvgYq22Sh .embla__slide .slide-content .mbr-section-btn .btn-success,
.cid-uBvgYq22Sh .embla__slide .slide-content .mbr-section-btn .btn-info,
.cid-uBvgYq22Sh .embla__slide .slide-content .mbr-section-btn .btn-warning,
.cid-uBvgYq22Sh .embla__slide .slide-content .mbr-section-btn .btn-danger,
.cid-uBvgYq22Sh .embla__slide .slide-content .mbr-section-btn .btn-black,
.cid-uBvgYq22Sh .embla__slide .slide-content .mbr-section-btn .btn-white {
  border: 2px solid #dcdde0 !important;
}
.cid-uBvgYq22Sh .embla__button--next,
.cid-uBvgYq22Sh .embla__button--prev {
  display: flex;
}
.cid-uBvgYq22Sh .embla__button {
  top: -24px;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #d60505 !important;
  border: 2px solid #d60505 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-uBvgYq22Sh .embla__button {
    top: 2.5rem;
  }
}
.cid-uBvgYq22Sh .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBvgYq22Sh .embla__button:hover {
  opacity: 1 !important;
}
.cid-uBvgYq22Sh .embla__button.embla__button--prev {
  left: 30px;
}
.cid-uBvgYq22Sh .embla__button.embla__button--next {
  right: 30px;
}
.cid-uBvgYq22Sh .embla {
  position: relative;
  width: 100%;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .cid-uBvgYq22Sh .embla {
    padding-top: 100px;
  }
}
.cid-uBvgYq22Sh .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uBvgYq22Sh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBvgYq22Sh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBvgYq22Sh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBvgYq22Sh .mbr-desc {
  color: #495259;
  text-align: center;
}
.cid-uBvgYq22Sh .mbr-section-title {
  color: #000000;
}
.cid-uBvgYq22Sh .item-name {
  color: #000000;
  text-align: center;
}
.cid-uBvgYq22Sh .item-role {
  color: #495259;
  text-align: center;
}
.cid-uBvgYq22Sh .list,
.cid-uBvgYq22Sh .tags-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uBvgYq22Sh .mbr-section-title,
.cid-uBvgYq22Sh .mbr-section-btn-main {
  text-align: center;
  color: #495259;
}
.cid-uBvgYq22Sh .item-name,
.cid-uBvgYq22Sh .mbr-section-btn {
  text-align: center;
  color: #495259;
}
.cid-uCUhWDmAgC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #82939b;
}
.cid-uCUhWDmAgC .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-col {
    flex-direction: column;
  }
}
.cid-uCUhWDmAgC .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .brand-name {
    margin-top: 1rem;
  }
}
.cid-uCUhWDmAgC .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-wrap {
    margin-right: 0;
  }
}
.cid-uCUhWDmAgC .cards-row,
.cid-uCUhWDmAgC .social-row,
.cid-uCUhWDmAgC .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .cards-row,
  .cid-uCUhWDmAgC .social-row,
  .cid-uCUhWDmAgC .menu-row {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .menu-row {
  margin-bottom: 1rem;
}
.cid-uCUhWDmAgC .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .foot-menu {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uCUhWDmAgC .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uCUhWDmAgC .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .row {
    text-align: center;
  }
  .cid-uCUhWDmAgC .cards-col {
    justify-content: center;
  }
  .cid-uCUhWDmAgC .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uCUhWDmAgC .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uCUhWDmAgC .card-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uCUhWDmAgC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCUhWDmAgC .soc-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .mbr-iconfont {
  color: #ffffff;
}
.cid-uCUhWDmAgC .mbr-text {
  color: #ffffff;
}
.cid-uFTiBCZskd {
  z-index: 800;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uFTiBCZskd nav.navbar {
  position: fixed;
}
.cid-uFTiBCZskd .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTiBCZskd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTiBCZskd .dropdown-item:hover,
.cid-uFTiBCZskd .dropdown-item:focus {
  background: #d60505 !important;
  color: white !important;
}
.cid-uFTiBCZskd .dropdown-item:hover span {
  color: white;
}
.cid-uFTiBCZskd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTiBCZskd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTiBCZskd .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTiBCZskd .nav-link {
  position: relative;
}
.cid-uFTiBCZskd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTiBCZskd .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTiBCZskd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown-menu,
.cid-uFTiBCZskd .navbar.opened {
  background: #82939b !important;
}
.cid-uFTiBCZskd .nav-item:focus,
.cid-uFTiBCZskd .nav-link:focus {
  outline: none;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTiBCZskd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTiBCZskd .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTiBCZskd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTiBCZskd .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTiBCZskd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar.collapsed {
  justify-content: center;
}
.cid-uFTiBCZskd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTiBCZskd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTiBCZskd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTiBCZskd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTiBCZskd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTiBCZskd .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-uFTiBCZskd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTiBCZskd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTiBCZskd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTiBCZskd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTiBCZskd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTiBCZskd .navbar.navbar-short {
  min-height: 80px;
}
.cid-uFTiBCZskd .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uFTiBCZskd .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTiBCZskd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTiBCZskd .dropdown-item.active,
.cid-uFTiBCZskd .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTiBCZskd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTiBCZskd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTiBCZskd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTiBCZskd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTiBCZskd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTiBCZskd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar {
    height: 70px;
  }
  .cid-uFTiBCZskd .navbar.opened {
    height: auto;
  }
  .cid-uFTiBCZskd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBAINolTwv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/landkarte1-klamotte-1981x1206.webp");
}
.cid-uBAINolTwv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBAINolTwv .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-uBAINolTwv .container {
    padding: 0 16px;
  }
}
.cid-uBAINolTwv .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uBAINolTwv .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBAINolTwv .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: 25px 32px 60px #71818e;
}
.cid-uBAINolTwv .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-uBAINolTwv .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-uBAINolTwv .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-uBAINolTwv .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  background-color: #1c1c1c;
  border-radius: 3rem !important;
}
.cid-uBAINolTwv .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBAINolTwv .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uBAINolTwv .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBAINolTwv .content-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uBAINolTwv .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBAINolTwv .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uBAINolTwv .mbr-section-title {
  color: #495259;
}
.cid-uBAINolTwv .mbr-desc {
  color: #495259;
}
.cid-uBAINolTwv .mbr-text {
  color: #1c1c1c;
}
.cid-uBAINoASPa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #dce0e3;
}
@media (max-width: 992px) {
  .cid-uBAINoASPa .container {
    padding: 0 20px;
  }
}
.cid-uBAINoASPa .row {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uBAINoASPa .row {
    padding: 46px 0;
  }
}
.cid-uBAINoASPa .content-wrapper {
  padding: 0 86px;
}
@media (max-width: 768px) {
  .cid-uBAINoASPa .content-wrapper {
    padding: 0;
  }
}
.cid-uBAINoASPa .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uBAINoASPa .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBAINoASPa .content-wrapper .mbr-section-btn-main {
  margin-top: 25px;
}
.cid-uBAINoASPa .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 356px;
  max-width: 356px;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .cid-uBAINoASPa .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 5px;
  }
}
.cid-uBAINoASPa .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 40px 40px;
  border-radius: 20px !important;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uBAINoASPa .embla__slide .slide-content {
    padding: 60px 20px 40px;
  }
}
.cid-uBAINoASPa .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uBAINoASPa .embla__slide .slide-content .item-wrapper .item-img img {
  width: 134px;
  height: 134px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uBAINoASPa .embla__slide .slide-content .item-wrapper .item-content {
  z-index: 1;
  position: relative;
}
.cid-uBAINoASPa .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 20px;
}
.cid-uBAINoASPa .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 25px;
}
.cid-uBAINoASPa .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uBAINoASPa .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  margin-right: 10px;
  margin-bottom: 0;
}
.cid-uBAINoASPa .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uBAINoASPa .embla__slide .slide-content .mbr-section-btn {
  z-index: 1;
  position: relative;
  margin-top: 20px;
}
.cid-uBAINoASPa .embla__slide .slide-content .mbr-section-btn .btn-primary,
.cid-uBAINoASPa .embla__slide .slide-content .mbr-section-btn .btn-secondary,
.cid-uBAINoASPa .embla__slide .slide-content .mbr-section-btn .btn-success,
.cid-uBAINoASPa .embla__slide .slide-content .mbr-section-btn .btn-info,
.cid-uBAINoASPa .embla__slide .slide-content .mbr-section-btn .btn-warning,
.cid-uBAINoASPa .embla__slide .slide-content .mbr-section-btn .btn-danger,
.cid-uBAINoASPa .embla__slide .slide-content .mbr-section-btn .btn-black,
.cid-uBAINoASPa .embla__slide .slide-content .mbr-section-btn .btn-white {
  border: 2px solid #dcdde0 !important;
}
.cid-uBAINoASPa .embla__button--next,
.cid-uBAINoASPa .embla__button--prev {
  display: flex;
}
.cid-uBAINoASPa .embla__button {
  top: -24px;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #d60505 !important;
  border: 2px solid #d60505 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
}
@media (max-width: 768px) {
  .cid-uBAINoASPa .embla__button {
    top: 2.5rem;
  }
}
.cid-uBAINoASPa .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBAINoASPa .embla__button:hover {
  opacity: 1 !important;
}
.cid-uBAINoASPa .embla__button.embla__button--prev {
  left: 30px;
}
.cid-uBAINoASPa .embla__button.embla__button--next {
  right: 30px;
}
.cid-uBAINoASPa .embla {
  position: relative;
  width: 100%;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .cid-uBAINoASPa .embla {
    padding-top: 100px;
  }
}
.cid-uBAINoASPa .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uBAINoASPa .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBAINoASPa .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBAINoASPa .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBAINoASPa .mbr-desc {
  color: #495259;
  text-align: center;
}
.cid-uBAINoASPa .mbr-section-title {
  color: #000000;
}
.cid-uBAINoASPa .item-name {
  color: #000000;
  text-align: center;
}
.cid-uBAINoASPa .item-role {
  color: #495259;
  text-align: center;
}
.cid-uBAINoASPa .list,
.cid-uBAINoASPa .tags-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uBAINoASPa .mbr-section-title,
.cid-uBAINoASPa .mbr-section-btn-main {
  text-align: center;
  color: #495259;
}
.cid-uBAINoASPa .item-name,
.cid-uBAINoASPa .mbr-section-btn {
  text-align: center;
  color: #495259;
}
.cid-uCUhWDmAgC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #82939b;
}
.cid-uCUhWDmAgC .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-col {
    flex-direction: column;
  }
}
.cid-uCUhWDmAgC .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .brand-name {
    margin-top: 1rem;
  }
}
.cid-uCUhWDmAgC .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-wrap {
    margin-right: 0;
  }
}
.cid-uCUhWDmAgC .cards-row,
.cid-uCUhWDmAgC .social-row,
.cid-uCUhWDmAgC .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .cards-row,
  .cid-uCUhWDmAgC .social-row,
  .cid-uCUhWDmAgC .menu-row {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .menu-row {
  margin-bottom: 1rem;
}
.cid-uCUhWDmAgC .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .foot-menu {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uCUhWDmAgC .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uCUhWDmAgC .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .row {
    text-align: center;
  }
  .cid-uCUhWDmAgC .cards-col {
    justify-content: center;
  }
  .cid-uCUhWDmAgC .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uCUhWDmAgC .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uCUhWDmAgC .card-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uCUhWDmAgC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCUhWDmAgC .soc-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .mbr-iconfont {
  color: #ffffff;
}
.cid-uCUhWDmAgC .mbr-text {
  color: #ffffff;
}
.cid-uFTiBCZskd {
  z-index: 800;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uFTiBCZskd nav.navbar {
  position: fixed;
}
.cid-uFTiBCZskd .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTiBCZskd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTiBCZskd .dropdown-item:hover,
.cid-uFTiBCZskd .dropdown-item:focus {
  background: #d60505 !important;
  color: white !important;
}
.cid-uFTiBCZskd .dropdown-item:hover span {
  color: white;
}
.cid-uFTiBCZskd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTiBCZskd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTiBCZskd .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTiBCZskd .nav-link {
  position: relative;
}
.cid-uFTiBCZskd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTiBCZskd .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTiBCZskd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown-menu,
.cid-uFTiBCZskd .navbar.opened {
  background: #82939b !important;
}
.cid-uFTiBCZskd .nav-item:focus,
.cid-uFTiBCZskd .nav-link:focus {
  outline: none;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTiBCZskd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTiBCZskd .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTiBCZskd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTiBCZskd .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTiBCZskd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar.collapsed {
  justify-content: center;
}
.cid-uFTiBCZskd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTiBCZskd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTiBCZskd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTiBCZskd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTiBCZskd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTiBCZskd .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-uFTiBCZskd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTiBCZskd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTiBCZskd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTiBCZskd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTiBCZskd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTiBCZskd .navbar.navbar-short {
  min-height: 80px;
}
.cid-uFTiBCZskd .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uFTiBCZskd .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTiBCZskd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTiBCZskd .dropdown-item.active,
.cid-uFTiBCZskd .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTiBCZskd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTiBCZskd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTiBCZskd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTiBCZskd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTiBCZskd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTiBCZskd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar {
    height: 70px;
  }
  .cid-uFTiBCZskd .navbar.opened {
    height: auto;
  }
  .cid-uFTiBCZskd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZuONgskW6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tZuONgskW6 .mbr-text {
  color: #495259;
}
.cid-tZuONgskW6 .mbr-section-subtitle {
  color: #000000;
}
.cid-tZuONgskW6 .mbr-section-title {
  color: #495259;
}
.cid-uCUhWDmAgC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #82939b;
}
.cid-uCUhWDmAgC .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-col {
    flex-direction: column;
  }
}
.cid-uCUhWDmAgC .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .brand-name {
    margin-top: 1rem;
  }
}
.cid-uCUhWDmAgC .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-wrap {
    margin-right: 0;
  }
}
.cid-uCUhWDmAgC .cards-row,
.cid-uCUhWDmAgC .social-row,
.cid-uCUhWDmAgC .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .cards-row,
  .cid-uCUhWDmAgC .social-row,
  .cid-uCUhWDmAgC .menu-row {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .menu-row {
  margin-bottom: 1rem;
}
.cid-uCUhWDmAgC .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .foot-menu {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uCUhWDmAgC .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uCUhWDmAgC .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .row {
    text-align: center;
  }
  .cid-uCUhWDmAgC .cards-col {
    justify-content: center;
  }
  .cid-uCUhWDmAgC .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uCUhWDmAgC .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uCUhWDmAgC .card-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uCUhWDmAgC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCUhWDmAgC .soc-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .mbr-iconfont {
  color: #ffffff;
}
.cid-uCUhWDmAgC .mbr-text {
  color: #ffffff;
}
.cid-uFTiBCZskd {
  z-index: 800;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uFTiBCZskd nav.navbar {
  position: fixed;
}
.cid-uFTiBCZskd .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTiBCZskd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTiBCZskd .dropdown-item:hover,
.cid-uFTiBCZskd .dropdown-item:focus {
  background: #d60505 !important;
  color: white !important;
}
.cid-uFTiBCZskd .dropdown-item:hover span {
  color: white;
}
.cid-uFTiBCZskd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTiBCZskd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTiBCZskd .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTiBCZskd .nav-link {
  position: relative;
}
.cid-uFTiBCZskd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTiBCZskd .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTiBCZskd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown-menu,
.cid-uFTiBCZskd .navbar.opened {
  background: #82939b !important;
}
.cid-uFTiBCZskd .nav-item:focus,
.cid-uFTiBCZskd .nav-link:focus {
  outline: none;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTiBCZskd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTiBCZskd .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTiBCZskd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTiBCZskd .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTiBCZskd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar.collapsed {
  justify-content: center;
}
.cid-uFTiBCZskd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTiBCZskd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTiBCZskd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTiBCZskd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTiBCZskd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTiBCZskd .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-uFTiBCZskd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTiBCZskd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTiBCZskd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTiBCZskd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTiBCZskd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTiBCZskd .navbar.navbar-short {
  min-height: 80px;
}
.cid-uFTiBCZskd .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uFTiBCZskd .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTiBCZskd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTiBCZskd .dropdown-item.active,
.cid-uFTiBCZskd .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTiBCZskd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTiBCZskd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTiBCZskd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTiBCZskd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTiBCZskd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTiBCZskd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar {
    height: 70px;
  }
  .cid-uFTiBCZskd .navbar.opened {
    height: auto;
  }
  .cid-uFTiBCZskd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvmeOZoCqp {
  display: flex;
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uvmeOZoCqp {
    align-items: flex-end;
  }
  .cid-uvmeOZoCqp .row {
    justify-content: flex-start;
  }
  .cid-uvmeOZoCqp .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvmeOZoCqp .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uvmeOZoCqp {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uvmeOZoCqp .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uvmeOZoCqp .content-wrap {
    width: 100%;
  }
}
.cid-uvmeOZoCqp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvmeOZoCqp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvmeOZoCqp .mbr-section-title,
.cid-uvmeOZoCqp .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uvmeOZoCqp .mbr-text,
.cid-uvmeOZoCqp .mbr-section-btn {
  text-align: center;
  color: #495259;
}
.cid-uvmeOZoCqp .mbr-section-title {
  color: #495259;
  text-align: center;
}
.cid-uvm9MFGeIL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvm9MFGeIL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvm9MFGeIL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvm9MFGeIL .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uvm9MFGeIL .container {
    padding: 10px 8px;
  }
}
.cid-uvm9MFGeIL .row {
  position: relative;
  border-radius: 25px;
  background-color: #dce0e3;
  justify-content: center;
  padding: 100px 32px 84px;
  margin: 0;
  overflow: hidden;
  box-shadow: inset 0 0 5rem #dce0e3;
}
@media (max-width: 768px) {
  .cid-uvm9MFGeIL .row {
    padding: 50px 2px 34px;
  }
}
.cid-uvm9MFGeIL .row .main-image {
  position: absolute;
  top: 0;
  left: 40px;
  width: 55%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvm9MFGeIL .row .main-image {
    display: none;
  }
}
.cid-uvm9MFGeIL .item {
  position: relative;
  z-index: 1;
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uvm9MFGeIL .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 25px !important;
  background-color: #ffffff;
  height: 100%;
  padding: 20px 25px;
}
@media (max-width: 768px) {
  .cid-uvm9MFGeIL .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-uvm9MFGeIL .item .item-wrapper .item-content {
  margin-bottom: 30px;
}
.cid-uvm9MFGeIL .item .item-wrapper .item-content .title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-uvm9MFGeIL .item .item-wrapper .item-content .title-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.cid-uvm9MFGeIL .item .item-wrapper .item-content .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-uvm9MFGeIL .item .item-wrapper .item-content .title-wrap a {
  display: block;
}
@media (max-width: 1200px) {
  .cid-uvm9MFGeIL .item .item-wrapper .item-content .title-wrap a {
    margin-bottom: 16px;
  }
}
.cid-uvm9MFGeIL .item .item-wrapper .item-content .title-wrap a:hover .mbr-iconfont,
.cid-uvm9MFGeIL .item .item-wrapper .item-content .title-wrap a:focus .mbr-iconfont {
  transform: scale(1.15);
}
.cid-uvm9MFGeIL .item .item-wrapper .item-content .title-wrap a .mbr-iconfont {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d60505;
  color: #ffffff;
  font-size: 16px;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-uvm9MFGeIL .item .item-wrapper .item-content .title-wrap a .mbr-iconfont {
    margin-left: 0;
  }
}
.cid-uvm9MFGeIL .item .item-wrapper .item-content .card-desc {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uvm9MFGeIL .item .item-wrapper .item-img {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.cid-uvm9MFGeIL .item .item-wrapper .item-img img {
  width: 150px;
  height: 150px;
  border-radius: 15px !important;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .cid-uvm9MFGeIL .item .item-wrapper .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-uvm9MFGeIL .item .item-wrapper .item-img .card-tag {
  display: inline-flex;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  padding: 5px 10px;
  border-radius: 300px;
  margin-bottom: 0;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .cid-uvm9MFGeIL .card-wrap {
    display: none;
  }
}
.cid-uvm9MFGeIL .item-menu-overlay .btn-wrapper {
  margin-top: -8%;
}
.cid-uvm9MFGeIL .card-title {
  color: #495259;
}
.cid-uvm9MFGeIL .card-desc {
  color: #495259;
}
.cid-uvm9MFGeIL .card-tag {
  color: #3283fb;
}
.cid-tZtnTiSbjI {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZtnTiSbjI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZtnTiSbjI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZtnTiSbjI .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tZtnTiSbjI .image-wrap img {
    display: block;
    margin: auto;
    width: 30%;
  }
}
.cid-tZtnTiSbjI .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tZtnTiSbjI .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tZtnTiSbjI .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tZtnTiSbjI .header-menu li p {
  margin: 0;
}
.cid-tZtnTiSbjI .content-head {
  max-width: 800px;
}
.cid-tZtnTiSbjI .mbr-section-title {
  color: #495259;
}
.cid-tZtnTiSbjI .mbr-text,
.cid-tZtnTiSbjI .mbr-section-btn {
  color: #495259;
}
.cid-uBGW38IJjD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBGW38IJjD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBGW38IJjD .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-uBGW38IJjD .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBGW38IJjD .container {
    padding: 0 24px;
  }
}
.cid-uBGW38IJjD .content-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid #ffffff;
  border-radius: 2rem;
  padding: 80px 48px 0;
  padding: 80px 48px;
}
@media (max-width: 992px) {
  .cid-uBGW38IJjD .content-wrapper {
    padding: 48px 24px 0;
  }
}
@media (max-width: 992px) {
  .cid-uBGW38IJjD .content-wrapper {
    padding: 48px 24px;
  }
}
@media (max-width: 768px) {
  .cid-uBGW38IJjD .content-wrapper {
    padding: 48px 16px;
  }
}
.cid-uBGW38IJjD .content-wrapper .main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBGW38IJjD .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uBGW38IJjD .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #ffffff;
}
.cid-uBGW38IJjD .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uBGW38IJjD .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uBGW38IJjD .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uBGW38IJjD .content-wrapper .content-wrap .people-wrapper {
  margin-top: 22px;
}
.cid-uBGW38IJjD .content-wrapper .content-wrap .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBGW38IJjD .content-wrapper .content-wrap .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uBGW38IJjD .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
  display: flex;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uBGW38IJjD .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uBGW38IJjD .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img {
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  margin-left: -10px;
  object-fit: cover;
}
.cid-uBGW38IJjD .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img:first-child {
  margin-left: 0;
}
.cid-uBGW38IJjD .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uBGW38IJjD .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uBGW38IJjD .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uBGW38IJjD .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uBGW38IJjD .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBGW38IJjD .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
    text-align: center;
  }
}
.cid-uBGW38IJjD .content-wrapper .content-wrap .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.cid-uBGW38IJjD .content-wrapper .content-wrap .image-wrapper .image-wrap {
  width: 1200px;
  border: 16px solid #fbfaf9;
  background-color: #fbfaf9;
  border-radius: 1rem;
  margin-bottom: -16px;
}
@media (max-width: 992px) {
  .cid-uBGW38IJjD .content-wrapper .content-wrap .image-wrapper .image-wrap {
    border: 8px solid #fbfaf9;
  }
}
.cid-uBGW38IJjD .content-wrapper .content-wrap .image-wrapper .image-wrap img {
  height: 470px;
  object-fit: cover;
  border-radius: 10px 10px 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uBGW38IJjD .content-wrapper .content-wrap .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uBGW38IJjD .mbr-section-title {
  color: #18212d;
}
.cid-uBGW38IJjD .mbr-desc,
.cid-uBGW38IJjD .desc-wrapper {
  color: #495259;
  text-align: center;
}
.cid-uBGW38IJjD .mbr-text,
.cid-uBGW38IJjD .text-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uBGW38IJjD .mbr-rating {
  color: #EFCC4E;
}
.cid-uBGW38IJjD .mbr-people {
  color: #18212d;
  text-align: center;
}
.cid-uBGW38IJjD .mbr-section-title,
.cid-uBGW38IJjD .mbr-section-btn {
  text-align: center;
}
.cid-uBGW38IJjD .mbr-rating,
.cid-uBGW38IJjD .rating-wrapper,
.cid-uBGW38IJjD .people-wrapper {
  text-align: center;
}
.cid-uCUhWDmAgC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #82939b;
}
.cid-uCUhWDmAgC .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-col {
    flex-direction: column;
  }
}
.cid-uCUhWDmAgC .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .brand-name {
    margin-top: 1rem;
  }
}
.cid-uCUhWDmAgC .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-wrap {
    margin-right: 0;
  }
}
.cid-uCUhWDmAgC .cards-row,
.cid-uCUhWDmAgC .social-row,
.cid-uCUhWDmAgC .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .cards-row,
  .cid-uCUhWDmAgC .social-row,
  .cid-uCUhWDmAgC .menu-row {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .menu-row {
  margin-bottom: 1rem;
}
.cid-uCUhWDmAgC .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .foot-menu {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uCUhWDmAgC .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uCUhWDmAgC .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .row {
    text-align: center;
  }
  .cid-uCUhWDmAgC .cards-col {
    justify-content: center;
  }
  .cid-uCUhWDmAgC .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uCUhWDmAgC .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uCUhWDmAgC .card-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uCUhWDmAgC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCUhWDmAgC .soc-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .mbr-iconfont {
  color: #ffffff;
}
.cid-uCUhWDmAgC .mbr-text {
  color: #ffffff;
}
.cid-uFTiBCZskd {
  z-index: 800;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uFTiBCZskd nav.navbar {
  position: fixed;
}
.cid-uFTiBCZskd .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTiBCZskd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTiBCZskd .dropdown-item:hover,
.cid-uFTiBCZskd .dropdown-item:focus {
  background: #d60505 !important;
  color: white !important;
}
.cid-uFTiBCZskd .dropdown-item:hover span {
  color: white;
}
.cid-uFTiBCZskd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTiBCZskd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTiBCZskd .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTiBCZskd .nav-link {
  position: relative;
}
.cid-uFTiBCZskd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTiBCZskd .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTiBCZskd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown-menu,
.cid-uFTiBCZskd .navbar.opened {
  background: #82939b !important;
}
.cid-uFTiBCZskd .nav-item:focus,
.cid-uFTiBCZskd .nav-link:focus {
  outline: none;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTiBCZskd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTiBCZskd .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTiBCZskd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTiBCZskd .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTiBCZskd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar.collapsed {
  justify-content: center;
}
.cid-uFTiBCZskd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTiBCZskd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTiBCZskd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTiBCZskd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTiBCZskd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTiBCZskd .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-uFTiBCZskd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTiBCZskd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTiBCZskd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTiBCZskd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTiBCZskd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTiBCZskd .navbar.navbar-short {
  min-height: 80px;
}
.cid-uFTiBCZskd .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uFTiBCZskd .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTiBCZskd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTiBCZskd .dropdown-item.active,
.cid-uFTiBCZskd .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTiBCZskd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTiBCZskd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTiBCZskd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTiBCZskd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTiBCZskd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTiBCZskd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar {
    height: 70px;
  }
  .cid-uFTiBCZskd .navbar.opened {
    height: auto;
  }
  .cid-uFTiBCZskd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZtaNReUOm {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZtaNReUOm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZtaNReUOm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZtaNReUOm .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tZtaNReUOm .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-tZtaNReUOm .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tZtaNReUOm .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tZtaNReUOm .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tZtaNReUOm .header-menu li p {
  margin: 0;
}
.cid-tZtaNReUOm .content-head {
  max-width: 800px;
}
.cid-tZtaNReUOm .mbr-section-title {
  color: #495259;
}
.cid-tZtaNReUOm .mbr-text,
.cid-tZtaNReUOm .mbr-section-btn {
  color: #495259;
}
.cid-u1n7wjAgUW {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-u1n7wjAgUW {
    align-items: flex-end;
  }
  .cid-u1n7wjAgUW .row {
    justify-content: flex-start;
  }
  .cid-u1n7wjAgUW .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u1n7wjAgUW .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u1n7wjAgUW {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-u1n7wjAgUW .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u1n7wjAgUW .content-wrap {
    width: 100%;
  }
}
.cid-u1n7wjAgUW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1n7wjAgUW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1n7wjAgUW .mbr-section-title,
.cid-u1n7wjAgUW .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-u1n7wjAgUW .mbr-text,
.cid-u1n7wjAgUW .mbr-section-btn {
  text-align: left;
  color: #495259;
}
.cid-uCUhWDmAgC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #82939b;
}
.cid-uCUhWDmAgC .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-col {
    flex-direction: column;
  }
}
.cid-uCUhWDmAgC .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .brand-name {
    margin-top: 1rem;
  }
}
.cid-uCUhWDmAgC .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-wrap {
    margin-right: 0;
  }
}
.cid-uCUhWDmAgC .cards-row,
.cid-uCUhWDmAgC .social-row,
.cid-uCUhWDmAgC .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .cards-row,
  .cid-uCUhWDmAgC .social-row,
  .cid-uCUhWDmAgC .menu-row {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .menu-row {
  margin-bottom: 1rem;
}
.cid-uCUhWDmAgC .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .foot-menu {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uCUhWDmAgC .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uCUhWDmAgC .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .row {
    text-align: center;
  }
  .cid-uCUhWDmAgC .cards-col {
    justify-content: center;
  }
  .cid-uCUhWDmAgC .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uCUhWDmAgC .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uCUhWDmAgC .card-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uCUhWDmAgC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCUhWDmAgC .soc-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .mbr-iconfont {
  color: #ffffff;
}
.cid-uCUhWDmAgC .mbr-text {
  color: #ffffff;
}
.cid-uFTiBCZskd {
  z-index: 800;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uFTiBCZskd nav.navbar {
  position: fixed;
}
.cid-uFTiBCZskd .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTiBCZskd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTiBCZskd .dropdown-item:hover,
.cid-uFTiBCZskd .dropdown-item:focus {
  background: #d60505 !important;
  color: white !important;
}
.cid-uFTiBCZskd .dropdown-item:hover span {
  color: white;
}
.cid-uFTiBCZskd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTiBCZskd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTiBCZskd .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTiBCZskd .nav-link {
  position: relative;
}
.cid-uFTiBCZskd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTiBCZskd .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTiBCZskd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown-menu,
.cid-uFTiBCZskd .navbar.opened {
  background: #82939b !important;
}
.cid-uFTiBCZskd .nav-item:focus,
.cid-uFTiBCZskd .nav-link:focus {
  outline: none;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTiBCZskd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTiBCZskd .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTiBCZskd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTiBCZskd .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTiBCZskd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar.collapsed {
  justify-content: center;
}
.cid-uFTiBCZskd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTiBCZskd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTiBCZskd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTiBCZskd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTiBCZskd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTiBCZskd .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-uFTiBCZskd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTiBCZskd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTiBCZskd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTiBCZskd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTiBCZskd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTiBCZskd .navbar.navbar-short {
  min-height: 80px;
}
.cid-uFTiBCZskd .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uFTiBCZskd .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTiBCZskd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTiBCZskd .dropdown-item.active,
.cid-uFTiBCZskd .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTiBCZskd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTiBCZskd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTiBCZskd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTiBCZskd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTiBCZskd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTiBCZskd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar {
    height: 70px;
  }
  .cid-uFTiBCZskd .navbar.opened {
    height: auto;
  }
  .cid-uFTiBCZskd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyi3Ef3HVX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uyi3Ef3HVX::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120%;
  height: 100%;
  z-index: 1;
  box-shadow: inset 0rem -15rem 100rem #dce0e3;
}
.cid-uyi3Ef3HVX .decor-wrap {
  position: absolute;
  top: 0;
  left: 5rem;
  width: 100%;
  height: 100%;
  border: 100px solid #dce0e3;
  transform: rotate(-45deg);
}
.cid-uyi3Ef3HVX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyi3Ef3HVX .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-uyi3Ef3HVX .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uyi3Ef3HVX .container {
    padding: 0 14px;
  }
}
.cid-uyi3Ef3HVX .row {
  position: relative;
  z-index: 1;
}
.cid-uyi3Ef3HVX .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uyi3Ef3HVX .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uyi3Ef3HVX .link-wrapper:hover .mbr-link,
.cid-uyi3Ef3HVX .link-wrapper:focus .mbr-link {
  color: #d60505;
}
.cid-uyi3Ef3HVX .link-wrapper .mbr-link {
  text-decoration: underline;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uyi3Ef3HVX .text-wrapper {
  margin-top: 180px;
}
@media (max-width: 992px) {
  .cid-uyi3Ef3HVX .text-wrapper {
    margin-top: 40px;
  }
}
.cid-uyi3Ef3HVX .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uyi3Ef3HVX .mbr-desc {
  color: #495259;
}
.cid-uyi3Ef3HVX .mbr-section-title {
  color: #01004c;
}
.cid-uyi3Ef3HVX .mbr-link {
  color: #d60505;
}
.cid-uyi3Ef3HVX .mbr-text {
  color: #495259;
}
.cid-uyi3Ef3HVX .mbr-section-title,
.cid-uyi3Ef3HVX .mbr-section-btn {
  color: #495259;
}
.cid-uyhAmoKLhU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dce0e3;
}
.cid-uyhAmoKLhU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyhAmoKLhU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyhAmoKLhU .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uyhAmoKLhU .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uyhAmoKLhU .container {
    padding: 0 6px;
  }
}
.cid-uyhAmoKLhU .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-uyhAmoKLhU .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uyhAmoKLhU .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-uyhAmoKLhU .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-uyhAmoKLhU .row {
    padding: 70px 30px;
  }
}
.cid-uyhAmoKLhU .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uyhAmoKLhU .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uyhAmoKLhU .desc-wrapper {
    padding: 0;
  }
}
.cid-uyhAmoKLhU .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #495259;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-uyhAmoKLhU .title-wrapper {
  margin-bottom: 64px;
}
.cid-uyhAmoKLhU .title-wrapper span {
  color: #495259;
}
.cid-uyhAmoKLhU .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uyhAmoKLhU .buttons-wrap {
  display: flex;
  height: 100%;
  align-items: flex-end;
  margin-bottom: 64px;
}
.cid-uyhAmoKLhU .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 40px;
  padding-top: 30px;
}
@media (max-width: 992px) {
  .cid-uyhAmoKLhU .cards-wrapper {
    display: block;
  }
}
.cid-uyhAmoKLhU .cards-wrapper .item {
  position: relative;
  margin-bottom: 90px;
}
.cid-uyhAmoKLhU .cards-wrapper .item:hover,
.cid-uyhAmoKLhU .cards-wrapper .item:focus {
  cursor: pointer;
}
.cid-uyhAmoKLhU .cards-wrapper .item:nth-child(3n) .item-decor {
  background-color: #d60505;
}
.cid-uyhAmoKLhU .cards-wrapper .item:nth-child(3n) .item-wrapper .item-img {
  background-color: #d60505;
}
.cid-uyhAmoKLhU .cards-wrapper .item .item-decor {
  position: absolute;
  top: -30px;
  left: 0;
  height: 50px;
  width: 150px;
  background-color: #82939b;
  border-radius: 16px 16px 0 0;
}
.cid-uyhAmoKLhU .cards-wrapper .item .item-wrapper {
  border-radius: 16px !important;
  background-color: #ffffff;
  height: 100%;
}
.cid-uyhAmoKLhU .cards-wrapper .item .item-wrapper .item-img {
  padding: 150px 30px 30px;
  background-color: #82939b;
  margin-bottom: 40px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uyhAmoKLhU .cards-wrapper .item .item-wrapper .item-img {
    padding: 150px 22px 22px;
  }
}
.cid-uyhAmoKLhU .cards-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: -2rem;
  right: -1rem;
  height: 180px;
  width: 180px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uyhAmoKLhU .cards-wrapper .item .item-wrapper .item-img .card-title {
  margin: 0;
}
.cid-uyhAmoKLhU .cards-wrapper .item .item-wrapper .item-content {
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-uyhAmoKLhU .cards-wrapper .item .item-wrapper .item-content {
    padding: 0 22px 22px;
  }
}
.cid-uyhAmoKLhU .cards-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uyhAmoKLhU .mbr-desc {
  color: #262626;
}
.cid-uyhAmoKLhU .mbr-section-title {
  color: #131313;
}
.cid-uyhAmoKLhU .card-title {
  color: #ffffff;
}
.cid-uyhAmoKLhU .card-text {
  color: #495259;
}
.cid-uyhAmoKLhU .mbr-section-title,
.cid-uyhAmoKLhU .mbr-section-btn {
  color: #495259;
}
.cid-uG73lf73FG {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #dce0e3;
}
.cid-uG73lf73FG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG73lf73FG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG73lf73FG .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uG73lf73FG .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uG73lf73FG .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uG73lf73FG .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uG73lf73FG .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uG73lf73FG .header-menu li p {
  margin: 0;
}
.cid-uG73lf73FG .content-head {
  max-width: 800px;
}
.cid-uCUhWDmAgC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #82939b;
}
.cid-uCUhWDmAgC .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-col {
    flex-direction: column;
  }
}
.cid-uCUhWDmAgC .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .brand-name {
    margin-top: 1rem;
  }
}
.cid-uCUhWDmAgC .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-wrap {
    margin-right: 0;
  }
}
.cid-uCUhWDmAgC .cards-row,
.cid-uCUhWDmAgC .social-row,
.cid-uCUhWDmAgC .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .cards-row,
  .cid-uCUhWDmAgC .social-row,
  .cid-uCUhWDmAgC .menu-row {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .menu-row {
  margin-bottom: 1rem;
}
.cid-uCUhWDmAgC .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .foot-menu {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uCUhWDmAgC .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uCUhWDmAgC .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .row {
    text-align: center;
  }
  .cid-uCUhWDmAgC .cards-col {
    justify-content: center;
  }
  .cid-uCUhWDmAgC .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uCUhWDmAgC .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uCUhWDmAgC .card-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uCUhWDmAgC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCUhWDmAgC .soc-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .mbr-iconfont {
  color: #ffffff;
}
.cid-uCUhWDmAgC .mbr-text {
  color: #ffffff;
}
.cid-uFTiBCZskd {
  z-index: 800;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uFTiBCZskd nav.navbar {
  position: fixed;
}
.cid-uFTiBCZskd .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTiBCZskd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTiBCZskd .dropdown-item:hover,
.cid-uFTiBCZskd .dropdown-item:focus {
  background: #d60505 !important;
  color: white !important;
}
.cid-uFTiBCZskd .dropdown-item:hover span {
  color: white;
}
.cid-uFTiBCZskd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTiBCZskd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTiBCZskd .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTiBCZskd .nav-link {
  position: relative;
}
.cid-uFTiBCZskd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTiBCZskd .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTiBCZskd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown-menu,
.cid-uFTiBCZskd .navbar.opened {
  background: #82939b !important;
}
.cid-uFTiBCZskd .nav-item:focus,
.cid-uFTiBCZskd .nav-link:focus {
  outline: none;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTiBCZskd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTiBCZskd .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTiBCZskd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTiBCZskd .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTiBCZskd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar.collapsed {
  justify-content: center;
}
.cid-uFTiBCZskd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTiBCZskd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTiBCZskd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTiBCZskd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTiBCZskd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTiBCZskd .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-uFTiBCZskd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTiBCZskd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTiBCZskd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTiBCZskd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTiBCZskd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTiBCZskd .navbar.navbar-short {
  min-height: 80px;
}
.cid-uFTiBCZskd .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uFTiBCZskd .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTiBCZskd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTiBCZskd .dropdown-item.active,
.cid-uFTiBCZskd .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTiBCZskd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTiBCZskd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTiBCZskd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTiBCZskd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTiBCZskd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTiBCZskd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar {
    height: 70px;
  }
  .cid-uFTiBCZskd .navbar.opened {
    height: auto;
  }
  .cid-uFTiBCZskd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyD7pV1jF9 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uyD7pV1jF9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyD7pV1jF9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyD7pV1jF9 .content-wrapper {
  padding: 75px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 800px;
}
@media (max-width: 1440px) {
  .cid-uyD7pV1jF9 .content-wrapper {
    padding: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uyD7pV1jF9 .content-wrapper {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uyD7pV1jF9 .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uyD7pV1jF9 .content-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.7;
  pointer-events: none;
  z-index: 1;
}
.cid-uyD7pV1jF9 .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uyD7pV1jF9 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uyD7pV1jF9 .content-wrapper .text-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uyD7pV1jF9 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uyD7pV1jF9 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uyD7pV1jF9 .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 2;
}
.cid-uyD7pV1jF9 .mbr-section-title {
  color: #000000;
}
.cid-uyD7pV1jF9 .mbr-text {
  color: #000000;
}
.cid-uyD7pV1jF9 .mbr-section-title,
.cid-uyD7pV1jF9 .mbr-section-btn {
  color: #495259;
}
.cid-uyD7pV1jF9 .mbr-text,
.cid-uyD7pV1jF9 .text-wrapper {
  color: #495259;
}
.cid-tZoLNSGT1Q {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tZoLNSGT1Q img,
.cid-tZoLNSGT1Q .item-img {
  width: 100%;
}
.cid-tZoLNSGT1Q .item:focus,
.cid-tZoLNSGT1Q span:focus {
  outline: none;
}
.cid-tZoLNSGT1Q .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tZoLNSGT1Q .item {
    margin-bottom: 1rem;
  }
}
.cid-tZoLNSGT1Q .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-tZoLNSGT1Q .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tZoLNSGT1Q .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-tZoLNSGT1Q .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tZoLNSGT1Q .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tZoLNSGT1Q .mbr-section-title {
  color: #000000;
}
.cid-tZoLNSGT1Q .item-title {
  text-align: left;
}
.cid-tZoLNSGT1Q .item-subtitle {
  text-align: left;
}
.cid-tZoLNSGT1Q .mbr-text,
.cid-tZoLNSGT1Q .item .mbr-section-btn {
  text-align: left;
}
.cid-tZoLNSGT1Q .content-head {
  max-width: 800px;
}
.cid-ubmEX0e5U8 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ubmEX0e5U8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubmEX0e5U8 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-ubmEX0e5U8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubmEX0e5U8 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-ubmEX0e5U8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-ubmEX0e5U8 .card-title,
.cid-ubmEX0e5U8 .iconfont-wrapper {
  color: #000000;
}
.cid-ubmEX0e5U8 .card-text {
  color: #495259;
  text-align: left;
}
.cid-ubmEX0e5U8 .content-head {
  max-width: 800px;
}
.cid-ubmEX0e5U8 .mbr-section-title {
  color: #495259;
}
.cid-ubmEX0e5U8 .card-title,
.cid-ubmEX0e5U8 .img-wrapper {
  color: #495259;
}
.cid-uc1lOA2mSJ {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uc1lOA2mSJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc1lOA2mSJ .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-uc1lOA2mSJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc1lOA2mSJ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uc1lOA2mSJ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uc1lOA2mSJ .card-title,
.cid-uc1lOA2mSJ .iconfont-wrapper {
  color: #000000;
}
.cid-uc1lOA2mSJ .card-text {
  color: #495259;
}
.cid-uc1lOA2mSJ .content-head {
  max-width: 800px;
}
.cid-uc1lOA2mSJ .mbr-section-title {
  color: #495259;
}
.cid-uc1lOA2mSJ .card-title,
.cid-uc1lOA2mSJ .img-wrapper {
  color: #495259;
}
.cid-uc1tA8wdws {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uc1tA8wdws .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc1tA8wdws .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-uc1tA8wdws .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc1tA8wdws .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uc1tA8wdws .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uc1tA8wdws .card-title,
.cid-uc1tA8wdws .iconfont-wrapper {
  color: #000000;
}
.cid-uc1tA8wdws .card-text {
  color: #495259;
}
.cid-uc1tA8wdws .content-head {
  max-width: 800px;
}
.cid-uc1tA8wdws .mbr-section-title {
  color: #495259;
}
.cid-uc1tA8wdws .card-title,
.cid-uc1tA8wdws .img-wrapper {
  color: #495259;
}
.cid-tZp8RYEBSj {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tZp8RYEBSj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZp8RYEBSj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZp8RYEBSj .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tZp8RYEBSj .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-tZp8RYEBSj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tZp8RYEBSj .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tZp8RYEBSj .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tZp8RYEBSj .header-menu li p {
  margin: 0;
}
.cid-tZp8RYEBSj .content-head {
  max-width: 800px;
}
.cid-uCUhWDmAgC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #82939b;
}
.cid-uCUhWDmAgC .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-col {
    flex-direction: column;
  }
}
.cid-uCUhWDmAgC .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .brand-name {
    margin-top: 1rem;
  }
}
.cid-uCUhWDmAgC .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-wrap {
    margin-right: 0;
  }
}
.cid-uCUhWDmAgC .cards-row,
.cid-uCUhWDmAgC .social-row,
.cid-uCUhWDmAgC .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .cards-row,
  .cid-uCUhWDmAgC .social-row,
  .cid-uCUhWDmAgC .menu-row {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .menu-row {
  margin-bottom: 1rem;
}
.cid-uCUhWDmAgC .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .foot-menu {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uCUhWDmAgC .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uCUhWDmAgC .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .row {
    text-align: center;
  }
  .cid-uCUhWDmAgC .cards-col {
    justify-content: center;
  }
  .cid-uCUhWDmAgC .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uCUhWDmAgC .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uCUhWDmAgC .card-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uCUhWDmAgC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCUhWDmAgC .soc-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .mbr-iconfont {
  color: #ffffff;
}
.cid-uCUhWDmAgC .mbr-text {
  color: #ffffff;
}
.cid-uFTiBCZskd {
  z-index: 800;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uFTiBCZskd nav.navbar {
  position: fixed;
}
.cid-uFTiBCZskd .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTiBCZskd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTiBCZskd .dropdown-item:hover,
.cid-uFTiBCZskd .dropdown-item:focus {
  background: #d60505 !important;
  color: white !important;
}
.cid-uFTiBCZskd .dropdown-item:hover span {
  color: white;
}
.cid-uFTiBCZskd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTiBCZskd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTiBCZskd .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTiBCZskd .nav-link {
  position: relative;
}
.cid-uFTiBCZskd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTiBCZskd .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTiBCZskd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown-menu,
.cid-uFTiBCZskd .navbar.opened {
  background: #82939b !important;
}
.cid-uFTiBCZskd .nav-item:focus,
.cid-uFTiBCZskd .nav-link:focus {
  outline: none;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTiBCZskd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTiBCZskd .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTiBCZskd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTiBCZskd .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTiBCZskd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar.collapsed {
  justify-content: center;
}
.cid-uFTiBCZskd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTiBCZskd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTiBCZskd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTiBCZskd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTiBCZskd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTiBCZskd .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-uFTiBCZskd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTiBCZskd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTiBCZskd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTiBCZskd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTiBCZskd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTiBCZskd .navbar.navbar-short {
  min-height: 80px;
}
.cid-uFTiBCZskd .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uFTiBCZskd .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTiBCZskd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTiBCZskd .dropdown-item.active,
.cid-uFTiBCZskd .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTiBCZskd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTiBCZskd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTiBCZskd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTiBCZskd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTiBCZskd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTiBCZskd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar {
    height: 70px;
  }
  .cid-uFTiBCZskd .navbar.opened {
    height: auto;
  }
  .cid-uFTiBCZskd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZ6S6LkOT4 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZ6S6LkOT4 .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-tZ6S6LkOT4 img,
.cid-tZ6S6LkOT4 .item-img {
  width: 100%;
}
.cid-tZ6S6LkOT4 .item:focus,
.cid-tZ6S6LkOT4 span:focus {
  outline: none;
}
.cid-tZ6S6LkOT4 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tZ6S6LkOT4 .item {
    margin-bottom: 1rem;
  }
}
.cid-tZ6S6LkOT4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tZ6S6LkOT4 .mbr-section-title {
  color: #495259;
}
.cid-tZ6S6LkOT4 .mbr-text,
.cid-tZ6S6LkOT4 .mbr-section-btn {
  color: #232323;
}
.cid-tZ6S6LkOT4 .item-title {
  color: #232323;
}
.cid-tZ6S6LkOT4 .content-head {
  max-width: 800px;
}
.cid-uRCcTnGGd0 {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uRCcTnGGd0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRCcTnGGd0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRCcTnGGd0 .mbr-section-subtitle {
  text-align: left;
  color: #495259;
}
.cid-uCUhWDmAgC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #82939b;
}
.cid-uCUhWDmAgC .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-col {
    flex-direction: column;
  }
}
.cid-uCUhWDmAgC .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .brand-name {
    margin-top: 1rem;
  }
}
.cid-uCUhWDmAgC .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-wrap {
    margin-right: 0;
  }
}
.cid-uCUhWDmAgC .cards-row,
.cid-uCUhWDmAgC .social-row,
.cid-uCUhWDmAgC .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .cards-row,
  .cid-uCUhWDmAgC .social-row,
  .cid-uCUhWDmAgC .menu-row {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .menu-row {
  margin-bottom: 1rem;
}
.cid-uCUhWDmAgC .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .foot-menu {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uCUhWDmAgC .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uCUhWDmAgC .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .row {
    text-align: center;
  }
  .cid-uCUhWDmAgC .cards-col {
    justify-content: center;
  }
  .cid-uCUhWDmAgC .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uCUhWDmAgC .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uCUhWDmAgC .card-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uCUhWDmAgC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCUhWDmAgC .soc-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .mbr-iconfont {
  color: #ffffff;
}
.cid-uCUhWDmAgC .mbr-text {
  color: #ffffff;
}
.cid-uFTiBCZskd {
  z-index: 800;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uFTiBCZskd nav.navbar {
  position: fixed;
}
.cid-uFTiBCZskd .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTiBCZskd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTiBCZskd .dropdown-item:hover,
.cid-uFTiBCZskd .dropdown-item:focus {
  background: #d60505 !important;
  color: white !important;
}
.cid-uFTiBCZskd .dropdown-item:hover span {
  color: white;
}
.cid-uFTiBCZskd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTiBCZskd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTiBCZskd .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTiBCZskd .nav-link {
  position: relative;
}
.cid-uFTiBCZskd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTiBCZskd .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTiBCZskd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown-menu,
.cid-uFTiBCZskd .navbar.opened {
  background: #82939b !important;
}
.cid-uFTiBCZskd .nav-item:focus,
.cid-uFTiBCZskd .nav-link:focus {
  outline: none;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTiBCZskd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTiBCZskd .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTiBCZskd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTiBCZskd .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTiBCZskd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar.collapsed {
  justify-content: center;
}
.cid-uFTiBCZskd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTiBCZskd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTiBCZskd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTiBCZskd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTiBCZskd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTiBCZskd .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-uFTiBCZskd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTiBCZskd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTiBCZskd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTiBCZskd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTiBCZskd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTiBCZskd .navbar.navbar-short {
  min-height: 80px;
}
.cid-uFTiBCZskd .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uFTiBCZskd .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTiBCZskd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTiBCZskd .dropdown-item.active,
.cid-uFTiBCZskd .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTiBCZskd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTiBCZskd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTiBCZskd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTiBCZskd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTiBCZskd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTiBCZskd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar {
    height: 70px;
  }
  .cid-uFTiBCZskd .navbar.opened {
    height: auto;
  }
  .cid-uFTiBCZskd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZ1rwz9u2x {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tZ1rwz9u2x .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ1rwz9u2x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ1rwz9u2x .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tZ1rwz9u2x .image-wrap img {
    display: block;
    margin: auto;
    width: 90%;
  }
}
.cid-tZ1rwz9u2x .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tZ1rwz9u2x .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tZ1rwz9u2x .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tZ1rwz9u2x .header-menu li p {
  margin: 0;
}
.cid-tZ1rwz9u2x .content-head {
  max-width: 800px;
}
.cid-tZ1rwz9u2x .mbr-section-title {
  color: #495259;
}
.cid-uvKaO7m0A8 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvKaO7m0A8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvKaO7m0A8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvKaO7m0A8 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uvKaO7m0A8 .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uvKaO7m0A8 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uvKaO7m0A8 .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uvKaO7m0A8 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uvKaO7m0A8 .header-menu li p {
  margin: 0;
}
.cid-uvKaO7m0A8 .content-head {
  max-width: 800px;
}
.cid-uvKaO7m0A8 .mbr-section-title {
  color: #495259;
}
.cid-uvK36HTJsD {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uvK36HTJsD .row {
  align-items: flex-start;
}
@media (min-width: 992px) {
  .cid-uvK36HTJsD .row {
    padding-bottom: 40px;
  }
}
.cid-uvK36HTJsD .mbr-section-head {
  display: flex;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .cid-uvK36HTJsD .mbr-section-head {
    margin-top: 0;
    padding-left: 20px;
  }
}
.cid-uvK36HTJsD .text-container {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.08);
  text-align: left;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}
@media (min-width: 992px) {
  .cid-uvK36HTJsD .text-container {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-uvK36HTJsD .text-container {
    padding: 60px;
  }
}
@media (max-width: 575px) {
  .cid-uvK36HTJsD .text-container {
    text-align: center!important;
  }
}
.cid-uvK36HTJsD .mbr-section-title {
  color: #000000;
}
.cid-uvK36HTJsD .mbr-section-subtitle {
  margin-top: 20px;
  color: #000000;
  opacity: 0.5;
}
.cid-uvK36HTJsD .mbr-section-btn {
  margin-top: 10px;
  text-align: left;
}
.cid-uvK36HTJsD .mbr-section-btn .btn {
  min-height: 52px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px 0, rgba(0, 0, 0, 0.08) 0 2px 10px 0;
}
.cid-uvK36HTJsD .mbr-section-btn .btn-white {
  border: none !important;
}
.cid-uvK36HTJsD .mbr-section-btn .btn-white:hover,
.cid-uvK36HTJsD .mbr-section-btn .btn-white:focus {
  color: #808080 !important;
  background: #ffffff !important;
  opacity: 0.75 !important;
  border: none !important;
}
@media (max-width: 575px) {
  .cid-uvK36HTJsD .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uvK36HTJsD .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uvK36HTJsD .col-video {
  height: auto;
  display: flex;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .cid-uvK36HTJsD .col-video {
    margin-bottom: 0;
    padding-right: 20px;
  }
}
.cid-uvK36HTJsD .col-video .box {
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
}
.cid-uvK36HTJsD .col-video .mbr-media {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  border-radius: 1rem;
}
.cid-uvK36HTJsD .col-video .mbr-media img {
  flex-grow: 1;
  border-radius: 1rem;
}
.cid-uvK36HTJsD .col-video .mbr-media a:hover {
  background-image: none !important;
}
.cid-uvK36HTJsD .mbr-media {
  position: relative;
}
.cid-uvK36HTJsD .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-uvK36HTJsD .toggle-panel,
.cid-uvK36HTJsD .panel-group {
  width: 100%;
  border-radius: 1rem;
}
.cid-uvK36HTJsD .card {
  margin-bottom: 0;
  padding: 0 40px;
  position: relative;
  border-radius: 1rem;
}
.cid-uvK36HTJsD .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none;
  padding: 20px 0;
  transition: 0.5s all;
}
.cid-uvK36HTJsD .card .card-header .collapsed {
  opacity: 0.3;
}
.cid-uvK36HTJsD .card .card-header .collapsed:hover {
  opacity: 0.5;
}
.cid-uvK36HTJsD .panel-title {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  transition: 0.5s all;
  position: relative;
  z-index: 1;
}
.cid-uvK36HTJsD .panel-title + .show-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  left: 0;
  top: 0;
  z-index: 0;
}
.cid-uvK36HTJsD .collapsed {
  padding-top: 0;
}
.cid-uvK36HTJsD .collapsed + .show-bg {
  display: none;
}
.cid-uvK36HTJsD .panel-text {
  text-align: left;
  opacity: 0.5;
  margin-bottom: 0;
}
.cid-uvK36HTJsD .sign {
  display: none;
}
.cid-uvK36HTJsD .panel-body {
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uvK36HTJsD .panel-title-edit {
  width: 100%;
  color: #495259;
  text-align: left;
}
.cid-uvK36HTJsD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvK36HTJsD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvK36HTJsD .panel-text,
.cid-uvK36HTJsD .mbr-section-btn {
  color: #495259;
}
.cid-uvK2L8NX0D {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uvK2L8NX0D .row {
  flex-direction: row-reverse;
}
.cid-uvK2L8NX0D .row {
  align-items: flex-start;
}
@media (min-width: 992px) {
  .cid-uvK2L8NX0D .row {
    padding-bottom: 40px;
  }
}
.cid-uvK2L8NX0D .mbr-section-head {
  display: flex;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .cid-uvK2L8NX0D .mbr-section-head {
    margin-top: 0;
    padding-right: 20px;
  }
}
.cid-uvK2L8NX0D .text-container {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.08);
  text-align: left;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}
@media (min-width: 992px) {
  .cid-uvK2L8NX0D .text-container {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-uvK2L8NX0D .text-container {
    padding: 60px;
  }
}
@media (max-width: 575px) {
  .cid-uvK2L8NX0D .text-container {
    text-align: center!important;
  }
}
.cid-uvK2L8NX0D .mbr-section-title {
  color: #000000;
}
.cid-uvK2L8NX0D .mbr-section-subtitle {
  margin-top: 20px;
  color: #000000;
  opacity: 0.5;
}
.cid-uvK2L8NX0D .mbr-section-btn {
  margin-top: 10px;
  text-align: left;
}
.cid-uvK2L8NX0D .mbr-section-btn .btn {
  min-height: 52px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px 0, rgba(0, 0, 0, 0.08) 0 2px 10px 0;
}
.cid-uvK2L8NX0D .mbr-section-btn .btn-white {
  border: none !important;
}
.cid-uvK2L8NX0D .mbr-section-btn .btn-white:hover,
.cid-uvK2L8NX0D .mbr-section-btn .btn-white:focus {
  color: #808080 !important;
  background: #ffffff !important;
  opacity: 0.75 !important;
  border: none !important;
}
@media (max-width: 575px) {
  .cid-uvK2L8NX0D .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uvK2L8NX0D .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uvK2L8NX0D .col-video {
  height: auto;
  display: flex;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .cid-uvK2L8NX0D .col-video {
    margin-bottom: 0;
    padding-left: 20px;
  }
}
.cid-uvK2L8NX0D .col-video .box {
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
}
.cid-uvK2L8NX0D .col-video .mbr-media {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  border-radius: 1rem;
}
.cid-uvK2L8NX0D .col-video .mbr-media img {
  flex-grow: 1;
  border-radius: 1rem;
}
.cid-uvK2L8NX0D .col-video .mbr-media a:hover {
  background-image: none !important;
}
.cid-uvK2L8NX0D .mbr-media {
  position: relative;
}
.cid-uvK2L8NX0D .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-uvK2L8NX0D .toggle-panel,
.cid-uvK2L8NX0D .panel-group {
  width: 100%;
  border-radius: 1rem;
}
.cid-uvK2L8NX0D .card {
  margin-bottom: 0;
  padding: 0 40px;
  position: relative;
  border-radius: 1rem;
}
.cid-uvK2L8NX0D .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none;
  padding: 20px 0;
  transition: 0.5s all;
}
.cid-uvK2L8NX0D .card .card-header .collapsed {
  opacity: 0.3;
}
.cid-uvK2L8NX0D .card .card-header .collapsed:hover {
  opacity: 0.5;
}
.cid-uvK2L8NX0D .panel-title {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  transition: 0.5s all;
  position: relative;
  z-index: 1;
}
.cid-uvK2L8NX0D .panel-title + .show-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  left: 0;
  top: 0;
  z-index: 0;
}
.cid-uvK2L8NX0D .collapsed {
  padding-top: 0;
}
.cid-uvK2L8NX0D .collapsed + .show-bg {
  display: none;
}
.cid-uvK2L8NX0D .panel-text {
  text-align: left;
  opacity: 0.5;
  margin-bottom: 0;
}
.cid-uvK2L8NX0D .sign {
  display: none;
}
.cid-uvK2L8NX0D .panel-body {
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uvK2L8NX0D .panel-title-edit {
  width: 100%;
  color: #495259;
  text-align: left;
}
.cid-uvK2L8NX0D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvK2L8NX0D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvK2L8NX0D .panel-text,
.cid-uvK2L8NX0D .mbr-section-btn {
  color: #495259;
}
.cid-uCUhWDmAgC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #82939b;
}
.cid-uCUhWDmAgC .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-col {
    flex-direction: column;
  }
}
.cid-uCUhWDmAgC .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .brand-name {
    margin-top: 1rem;
  }
}
.cid-uCUhWDmAgC .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-wrap {
    margin-right: 0;
  }
}
.cid-uCUhWDmAgC .cards-row,
.cid-uCUhWDmAgC .social-row,
.cid-uCUhWDmAgC .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .cards-row,
  .cid-uCUhWDmAgC .social-row,
  .cid-uCUhWDmAgC .menu-row {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .menu-row {
  margin-bottom: 1rem;
}
.cid-uCUhWDmAgC .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .foot-menu {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uCUhWDmAgC .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uCUhWDmAgC .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .row {
    text-align: center;
  }
  .cid-uCUhWDmAgC .cards-col {
    justify-content: center;
  }
  .cid-uCUhWDmAgC .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uCUhWDmAgC .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uCUhWDmAgC .card-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uCUhWDmAgC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCUhWDmAgC .soc-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .mbr-iconfont {
  color: #ffffff;
}
.cid-uCUhWDmAgC .mbr-text {
  color: #ffffff;
}
.cid-uFTiBCZskd {
  z-index: 800;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uFTiBCZskd nav.navbar {
  position: fixed;
}
.cid-uFTiBCZskd .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTiBCZskd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTiBCZskd .dropdown-item:hover,
.cid-uFTiBCZskd .dropdown-item:focus {
  background: #d60505 !important;
  color: white !important;
}
.cid-uFTiBCZskd .dropdown-item:hover span {
  color: white;
}
.cid-uFTiBCZskd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTiBCZskd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTiBCZskd .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTiBCZskd .nav-link {
  position: relative;
}
.cid-uFTiBCZskd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTiBCZskd .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTiBCZskd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown-menu,
.cid-uFTiBCZskd .navbar.opened {
  background: #82939b !important;
}
.cid-uFTiBCZskd .nav-item:focus,
.cid-uFTiBCZskd .nav-link:focus {
  outline: none;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTiBCZskd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTiBCZskd .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTiBCZskd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTiBCZskd .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTiBCZskd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar.collapsed {
  justify-content: center;
}
.cid-uFTiBCZskd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTiBCZskd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTiBCZskd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTiBCZskd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTiBCZskd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTiBCZskd .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-uFTiBCZskd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTiBCZskd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTiBCZskd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTiBCZskd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTiBCZskd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTiBCZskd .navbar.navbar-short {
  min-height: 80px;
}
.cid-uFTiBCZskd .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uFTiBCZskd .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTiBCZskd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTiBCZskd .dropdown-item.active,
.cid-uFTiBCZskd .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTiBCZskd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTiBCZskd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTiBCZskd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTiBCZskd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTiBCZskd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTiBCZskd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar {
    height: 70px;
  }
  .cid-uFTiBCZskd .navbar.opened {
    height: auto;
  }
  .cid-uFTiBCZskd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxYaIdJbtX {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxYaIdJbtX .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uxYaIdJbtX .text-wrapper {
    padding: 0 3rem 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uxYaIdJbtX .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uxYaIdJbtX .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uxYaIdJbtX .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uxYaIdJbtX .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
.cid-uxYaIdJbtX .mbr-section-tag {
  color: #495259;
  margin-bottom: 7px;
}
.cid-uxYaIdJbtX .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-uxYaIdJbtX .mbr-section-bottom {
  border-style: solid;
  border-width: 2px 0px 0px 0px;
  border-color: #495259;
}
.cid-uxYaIdJbtX .bottom-text {
  margin-top: 2rem;
  margin-bottom: 0.625rem;
}
.cid-uxYaIdJbtX .bottom-title {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
  color: #f23801;
}
.cid-uxYaIdJbtX .list {
  list-style: none;
  padding-left: 0;
}
.cid-uxYaIdJbtX .list li {
  position: relative;
  margin: 0 0 0.625rem;
}
.cid-uxYaIdJbtX .list li::before {
  content: "–";
  display: inline-block;
  margin-right: 1rem;
}
.cid-uxYaIdJbtX .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #495259;
}
.cid-uxYaIdJbtX .mbr-section-text {
  margin-bottom: 2rem;
  color: #495259;
}
.cid-uxYaIdJbtX .mbr-section-title {
  margin-bottom: 1rem;
  color: #495259;
}
.cid-uxYaIdJbtX .mbr-section-title b:last-child,
.cid-uxYaIdJbtX .mbr-section-title strong:last-child {
  color: #d60505;
}
.cid-uxYaIdJbtX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxYaIdJbtX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxZ7gFkXZz {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uxZ7gFkXZz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxZ7gFkXZz .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-uxZ7gFkXZz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxZ7gFkXZz .item-wrapper {
  background: #dce0e3;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uxZ7gFkXZz .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uxZ7gFkXZz .card-title,
.cid-uxZ7gFkXZz .iconfont-wrapper {
  color: #000000;
}
.cid-uxZ7gFkXZz .card-text {
  color: #495259;
}
.cid-uxZ7gFkXZz .content-head {
  max-width: 800px;
}
.cid-uxZ7gFkXZz .mbr-section-title {
  color: #000000;
}
.cid-uxZjvZWrwK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxZjvZWrwK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxZjvZWrwK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxZjvZWrwK .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uxZjvZWrwK .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uxZjvZWrwK .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uxZjvZWrwK .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uxZjvZWrwK .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uxZjvZWrwK .header-menu li p {
  margin: 0;
}
.cid-uxZjvZWrwK .content-head {
  max-width: 800px;
}
.cid-uxZjvZWrwK .mbr-section-title {
  color: #495259;
}
.cid-uxZilU51qB {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uxZilU51qB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxZilU51qB .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-uxZilU51qB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxZilU51qB .item-wrapper {
  background: #dce0e3;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uxZilU51qB .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uxZilU51qB .card-title,
.cid-uxZilU51qB .iconfont-wrapper {
  color: #000000;
}
.cid-uxZilU51qB .card-text {
  color: #495259;
}
.cid-uxZilU51qB .content-head {
  max-width: 800px;
}
.cid-uxZilU51qB .mbr-section-title {
  color: #000000;
}
.cid-uxYWRYzliV {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uxYWRYzliV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxYWRYzliV .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-uxYWRYzliV .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-uxYWRYzliV .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uxYWRYzliV .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-uxYWRYzliV .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-uxYWRYzliV .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uxYWRYzliV .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #d60505, #fa1414);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uxYWRYzliV .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uxYWRYzliV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uxYWRYzliV .btn-wrapper {
  margin-top: -15%;
}
.cid-uxYWRYzliV .mbr-section-title {
  color: #272b2e;
}
.cid-uxYWRYzliV .mbr-text,
.cid-uxYWRYzliV .text-wrapper {
  color: #272b2e;
  text-align: center;
}
.cid-uxYWRYzliV .mbr-section-title,
.cid-uxYWRYzliV .mbr-section-btn,
.cid-uxYWRYzliV .clients-wrapper {
  text-align: center;
  color: #495259;
}
.cid-uxYQDGuUvt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxYQDGuUvt .mbr-section-title,
.cid-uxYQDGuUvt .mbr-section-subtitle {
  text-align: center;
}
.cid-uxYQDGuUvt .mbr-section-subtitle {
  margin-bottom: 60px;
  color: #495259;
}
.cid-uxYQDGuUvt .card {
  border-radius: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ffffff;
}
.cid-uxYQDGuUvt .reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uxYQDGuUvt .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uxYQDGuUvt .reverse {
    margin-top: 3rem;
  }
}
@media (min-width: 992px) {
  .cid-uxYQDGuUvt .right {
    padding-right: 91px;
  }
  .cid-uxYQDGuUvt .left {
    padding-left: 91px;
  }
  .cid-uxYQDGuUvt .wrapper {
    padding: 0 98px;
  }
  .cid-uxYQDGuUvt .reverse {
    margin-top: 80px;
  }
}
@media (min-width: 1400px) {
  .cid-uxYQDGuUvt .right {
    padding-left: 145px;
  }
  .cid-uxYQDGuUvt .left {
    padding-right: 145px;
  }
}
.cid-uxYQDGuUvt .card-title {
  letter-spacing: .035em;
  color: #ffffff;
}
.cid-uxYQDGuUvt .mbr-section-subtitle,
.cid-uxYQDGuUvt .mbr-text {
  color: #9A948D;
}
.cid-uxYQDGuUvt .cost {
  text-align: right;
  color: #495259;
}
.cid-uxYQDGuUvt .mbr-text {
  color: #495259;
}
.cid-uxYQDGuUvt .mbr-section-title {
  color: #495259;
}
.cid-uxYY7EcPTc {
  display: flex;
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uxYY7EcPTc {
    align-items: flex-end;
  }
  .cid-uxYY7EcPTc .row {
    justify-content: flex-start;
  }
  .cid-uxYY7EcPTc .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uxYY7EcPTc .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uxYY7EcPTc {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uxYY7EcPTc .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uxYY7EcPTc .content-wrap {
    width: 100%;
  }
}
.cid-uxYY7EcPTc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxYY7EcPTc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxYY7EcPTc .mbr-section-title,
.cid-uxYY7EcPTc .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uxYY7EcPTc .mbr-text,
.cid-uxYY7EcPTc .mbr-section-btn {
  text-align: left;
  color: #495259;
}
.cid-u1lSeXx9LR {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1lSeXx9LR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1lSeXx9LR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1lSeXx9LR .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u1lSeXx9LR .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-u1lSeXx9LR .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u1lSeXx9LR .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u1lSeXx9LR .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u1lSeXx9LR .header-menu li p {
  margin: 0;
}
.cid-u1lSeXx9LR .content-head {
  max-width: 800px;
}
.cid-uCUhWDmAgC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #82939b;
}
.cid-uCUhWDmAgC .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-col {
    flex-direction: column;
  }
}
.cid-uCUhWDmAgC .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .brand-name {
    margin-top: 1rem;
  }
}
.cid-uCUhWDmAgC .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-wrap {
    margin-right: 0;
  }
}
.cid-uCUhWDmAgC .cards-row,
.cid-uCUhWDmAgC .social-row,
.cid-uCUhWDmAgC .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .cards-row,
  .cid-uCUhWDmAgC .social-row,
  .cid-uCUhWDmAgC .menu-row {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .menu-row {
  margin-bottom: 1rem;
}
.cid-uCUhWDmAgC .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .foot-menu {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uCUhWDmAgC .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uCUhWDmAgC .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .row {
    text-align: center;
  }
  .cid-uCUhWDmAgC .cards-col {
    justify-content: center;
  }
  .cid-uCUhWDmAgC .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uCUhWDmAgC .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uCUhWDmAgC .card-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uCUhWDmAgC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCUhWDmAgC .soc-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .mbr-iconfont {
  color: #ffffff;
}
.cid-uCUhWDmAgC .mbr-text {
  color: #ffffff;
}
.cid-uFTiBCZskd {
  z-index: 800;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uFTiBCZskd nav.navbar {
  position: fixed;
}
.cid-uFTiBCZskd .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTiBCZskd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTiBCZskd .dropdown-item:hover,
.cid-uFTiBCZskd .dropdown-item:focus {
  background: #d60505 !important;
  color: white !important;
}
.cid-uFTiBCZskd .dropdown-item:hover span {
  color: white;
}
.cid-uFTiBCZskd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTiBCZskd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTiBCZskd .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTiBCZskd .nav-link {
  position: relative;
}
.cid-uFTiBCZskd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTiBCZskd .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTiBCZskd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown-menu,
.cid-uFTiBCZskd .navbar.opened {
  background: #82939b !important;
}
.cid-uFTiBCZskd .nav-item:focus,
.cid-uFTiBCZskd .nav-link:focus {
  outline: none;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTiBCZskd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTiBCZskd .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTiBCZskd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTiBCZskd .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTiBCZskd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar.collapsed {
  justify-content: center;
}
.cid-uFTiBCZskd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTiBCZskd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTiBCZskd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTiBCZskd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTiBCZskd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTiBCZskd .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-uFTiBCZskd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTiBCZskd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTiBCZskd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTiBCZskd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTiBCZskd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTiBCZskd .navbar.navbar-short {
  min-height: 80px;
}
.cid-uFTiBCZskd .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uFTiBCZskd .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTiBCZskd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTiBCZskd .dropdown-item.active,
.cid-uFTiBCZskd .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTiBCZskd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTiBCZskd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTiBCZskd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTiBCZskd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTiBCZskd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTiBCZskd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar {
    height: 70px;
  }
  .cid-uFTiBCZskd .navbar.opened {
    height: auto;
  }
  .cid-uFTiBCZskd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uygqxDv6DL {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uygqxDv6DL .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uygqxDv6DL .text-wrapper {
    padding: 0 3rem 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uygqxDv6DL .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uygqxDv6DL .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uygqxDv6DL .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uygqxDv6DL .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
.cid-uygqxDv6DL .mbr-section-tag {
  color: #495259;
  margin-bottom: 7px;
}
.cid-uygqxDv6DL .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-uygqxDv6DL .mbr-section-bottom {
  border-style: solid;
  border-width: 2px 0px 0px 0px;
  border-color: #495259;
}
.cid-uygqxDv6DL .bottom-text {
  margin-top: 2rem;
  margin-bottom: 0.625rem;
}
.cid-uygqxDv6DL .bottom-title {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
  color: #f23801;
}
.cid-uygqxDv6DL .list {
  list-style: none;
  padding-left: 0;
}
.cid-uygqxDv6DL .list li {
  position: relative;
  margin: 0 0 0.625rem;
}
.cid-uygqxDv6DL .list li::before {
  content: "–";
  display: inline-block;
  margin-right: 1rem;
}
.cid-uygqxDv6DL .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #495259;
}
.cid-uygqxDv6DL .mbr-section-text {
  margin-bottom: 2rem;
  color: #495259;
}
.cid-uygqxDv6DL .mbr-section-title {
  margin-bottom: 1rem;
  color: #495259;
}
.cid-uygqxDv6DL .mbr-section-title b:last-child,
.cid-uygqxDv6DL .mbr-section-title strong:last-child {
  color: #d60505;
}
.cid-uygqxDv6DL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uygqxDv6DL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uygqxDOuUF {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uygqxDOuUF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uygqxDOuUF .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-uygqxDOuUF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uygqxDOuUF .item-wrapper {
  background: #dce0e3;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uygqxDOuUF .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uygqxDOuUF .card-title,
.cid-uygqxDOuUF .iconfont-wrapper {
  color: #000000;
}
.cid-uygqxDOuUF .card-text {
  color: #495259;
}
.cid-uygqxDOuUF .content-head {
  max-width: 800px;
}
.cid-uygqxDOuUF .mbr-section-title {
  color: #000000;
}
.cid-uygqxE6WPt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uygqxE6WPt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uygqxE6WPt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uygqxE6WPt .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uygqxE6WPt .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uygqxE6WPt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uygqxE6WPt .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uygqxE6WPt .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uygqxE6WPt .header-menu li p {
  margin: 0;
}
.cid-uygqxE6WPt .content-head {
  max-width: 800px;
}
.cid-uygqxE6WPt .mbr-section-title {
  color: #495259;
}
.cid-uygqxErzIq {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uygqxErzIq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uygqxErzIq .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-uygqxErzIq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uygqxErzIq .item-wrapper {
  background: #dce0e3;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uygqxErzIq .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uygqxErzIq .card-title,
.cid-uygqxErzIq .iconfont-wrapper {
  color: #000000;
}
.cid-uygqxErzIq .card-text {
  color: #495259;
}
.cid-uygqxErzIq .content-head {
  max-width: 800px;
}
.cid-uygqxErzIq .mbr-section-title {
  color: #000000;
}
.cid-uygqxEOHYB {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uygqxEOHYB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uygqxEOHYB .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-uygqxEOHYB .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-uygqxEOHYB .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uygqxEOHYB .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-uygqxEOHYB .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-uygqxEOHYB .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uygqxEOHYB .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #d60505, #fa1414);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uygqxEOHYB .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uygqxEOHYB .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uygqxEOHYB .btn-wrapper {
  margin-top: -15%;
}
.cid-uygqxEOHYB .mbr-section-title {
  color: #272b2e;
}
.cid-uygqxEOHYB .mbr-text,
.cid-uygqxEOHYB .text-wrapper {
  color: #272b2e;
  text-align: center;
}
.cid-uygqxEOHYB .mbr-section-title,
.cid-uygqxEOHYB .mbr-section-btn,
.cid-uygqxEOHYB .clients-wrapper {
  text-align: center;
  color: #495259;
}
.cid-uygqxF8nIc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uygqxF8nIc .mbr-section-title,
.cid-uygqxF8nIc .mbr-section-subtitle {
  text-align: center;
}
.cid-uygqxF8nIc .mbr-section-subtitle {
  margin-bottom: 60px;
  color: #495259;
}
.cid-uygqxF8nIc .card {
  border-radius: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ffffff;
}
.cid-uygqxF8nIc .reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uygqxF8nIc .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uygqxF8nIc .reverse {
    margin-top: 3rem;
  }
}
@media (min-width: 992px) {
  .cid-uygqxF8nIc .right {
    padding-right: 91px;
  }
  .cid-uygqxF8nIc .left {
    padding-left: 91px;
  }
  .cid-uygqxF8nIc .wrapper {
    padding: 0 98px;
  }
  .cid-uygqxF8nIc .reverse {
    margin-top: 80px;
  }
}
@media (min-width: 1400px) {
  .cid-uygqxF8nIc .right {
    padding-left: 145px;
  }
  .cid-uygqxF8nIc .left {
    padding-right: 145px;
  }
}
.cid-uygqxF8nIc .card-title {
  letter-spacing: .035em;
  color: #ffffff;
}
.cid-uygqxF8nIc .mbr-section-subtitle,
.cid-uygqxF8nIc .mbr-text {
  color: #9A948D;
}
.cid-uygqxF8nIc .cost {
  text-align: right;
  color: #495259;
}
.cid-uygqxF8nIc .mbr-text {
  color: #495259;
}
.cid-uygqxF8nIc .mbr-section-title {
  color: #495259;
}
.cid-uygqxFEJ7F {
  display: flex;
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uygqxFEJ7F {
    align-items: flex-end;
  }
  .cid-uygqxFEJ7F .row {
    justify-content: flex-start;
  }
  .cid-uygqxFEJ7F .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uygqxFEJ7F .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uygqxFEJ7F {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uygqxFEJ7F .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uygqxFEJ7F .content-wrap {
    width: 100%;
  }
}
.cid-uygqxFEJ7F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uygqxFEJ7F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uygqxFEJ7F .mbr-section-title,
.cid-uygqxFEJ7F .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uygqxFEJ7F .mbr-text,
.cid-uygqxFEJ7F .mbr-section-btn {
  text-align: left;
  color: #495259;
}
.cid-uygqxFVAn2 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uygqxFVAn2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uygqxFVAn2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uygqxFVAn2 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uygqxFVAn2 .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uygqxFVAn2 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uygqxFVAn2 .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uygqxFVAn2 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uygqxFVAn2 .header-menu li p {
  margin: 0;
}
.cid-uygqxFVAn2 .content-head {
  max-width: 800px;
}
.cid-uCUhWDmAgC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #82939b;
}
.cid-uCUhWDmAgC .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-col {
    flex-direction: column;
  }
}
.cid-uCUhWDmAgC .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .brand-name {
    margin-top: 1rem;
  }
}
.cid-uCUhWDmAgC .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-wrap {
    margin-right: 0;
  }
}
.cid-uCUhWDmAgC .cards-row,
.cid-uCUhWDmAgC .social-row,
.cid-uCUhWDmAgC .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .cards-row,
  .cid-uCUhWDmAgC .social-row,
  .cid-uCUhWDmAgC .menu-row {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .menu-row {
  margin-bottom: 1rem;
}
.cid-uCUhWDmAgC .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .foot-menu {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uCUhWDmAgC .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uCUhWDmAgC .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .row {
    text-align: center;
  }
  .cid-uCUhWDmAgC .cards-col {
    justify-content: center;
  }
  .cid-uCUhWDmAgC .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uCUhWDmAgC .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uCUhWDmAgC .card-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uCUhWDmAgC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCUhWDmAgC .soc-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .mbr-iconfont {
  color: #ffffff;
}
.cid-uCUhWDmAgC .mbr-text {
  color: #ffffff;
}
.cid-uFTiBCZskd {
  z-index: 800;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uFTiBCZskd nav.navbar {
  position: fixed;
}
.cid-uFTiBCZskd .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTiBCZskd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTiBCZskd .dropdown-item:hover,
.cid-uFTiBCZskd .dropdown-item:focus {
  background: #d60505 !important;
  color: white !important;
}
.cid-uFTiBCZskd .dropdown-item:hover span {
  color: white;
}
.cid-uFTiBCZskd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTiBCZskd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTiBCZskd .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTiBCZskd .nav-link {
  position: relative;
}
.cid-uFTiBCZskd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTiBCZskd .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTiBCZskd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown-menu,
.cid-uFTiBCZskd .navbar.opened {
  background: #82939b !important;
}
.cid-uFTiBCZskd .nav-item:focus,
.cid-uFTiBCZskd .nav-link:focus {
  outline: none;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTiBCZskd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTiBCZskd .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTiBCZskd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTiBCZskd .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTiBCZskd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar.collapsed {
  justify-content: center;
}
.cid-uFTiBCZskd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTiBCZskd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTiBCZskd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTiBCZskd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTiBCZskd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTiBCZskd .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-uFTiBCZskd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTiBCZskd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTiBCZskd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTiBCZskd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTiBCZskd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTiBCZskd .navbar.navbar-short {
  min-height: 80px;
}
.cid-uFTiBCZskd .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uFTiBCZskd .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTiBCZskd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTiBCZskd .dropdown-item.active,
.cid-uFTiBCZskd .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTiBCZskd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTiBCZskd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTiBCZskd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTiBCZskd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTiBCZskd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTiBCZskd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar {
    height: 70px;
  }
  .cid-uFTiBCZskd .navbar.opened {
    height: auto;
  }
  .cid-uFTiBCZskd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uygslIyGHp {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uygslIyGHp .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uygslIyGHp .text-wrapper {
    padding: 0 3rem 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uygslIyGHp .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uygslIyGHp .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uygslIyGHp .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uygslIyGHp .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
.cid-uygslIyGHp .mbr-section-tag {
  color: #495259;
  margin-bottom: 7px;
}
.cid-uygslIyGHp .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-uygslIyGHp .mbr-section-bottom {
  border-style: solid;
  border-width: 2px 0px 0px 0px;
  border-color: #495259;
}
.cid-uygslIyGHp .bottom-text {
  margin-top: 2rem;
  margin-bottom: 0.625rem;
}
.cid-uygslIyGHp .bottom-title {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
  color: #f23801;
}
.cid-uygslIyGHp .list {
  list-style: none;
  padding-left: 0;
}
.cid-uygslIyGHp .list li {
  position: relative;
  margin: 0 0 0.625rem;
}
.cid-uygslIyGHp .list li::before {
  content: "–";
  display: inline-block;
  margin-right: 1rem;
}
.cid-uygslIyGHp .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #495259;
}
.cid-uygslIyGHp .mbr-section-text {
  margin-bottom: 2rem;
  color: #495259;
}
.cid-uygslIyGHp .mbr-section-title {
  margin-bottom: 1rem;
  color: #495259;
}
.cid-uygslIyGHp .mbr-section-title b:last-child,
.cid-uygslIyGHp .mbr-section-title strong:last-child {
  color: #d60505;
}
.cid-uygslIyGHp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uygslIyGHp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uygslIWpqg {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uygslIWpqg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uygslIWpqg .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-uygslIWpqg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uygslIWpqg .item-wrapper {
  background: #dce0e3;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uygslIWpqg .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uygslIWpqg .card-title,
.cid-uygslIWpqg .iconfont-wrapper {
  color: #000000;
}
.cid-uygslIWpqg .card-text {
  color: #495259;
}
.cid-uygslIWpqg .content-head {
  max-width: 800px;
}
.cid-uygslIWpqg .mbr-section-title {
  color: #000000;
}
.cid-uygslJhDfS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uygslJhDfS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uygslJhDfS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uygslJhDfS .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uygslJhDfS .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uygslJhDfS .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uygslJhDfS .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uygslJhDfS .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uygslJhDfS .header-menu li p {
  margin: 0;
}
.cid-uygslJhDfS .content-head {
  max-width: 800px;
}
.cid-uygslJhDfS .mbr-section-title {
  color: #495259;
}
.cid-uygslJvfSv {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uygslJvfSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uygslJvfSv .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-uygslJvfSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uygslJvfSv .item-wrapper {
  background: #dce0e3;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uygslJvfSv .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uygslJvfSv .card-title,
.cid-uygslJvfSv .iconfont-wrapper {
  color: #000000;
}
.cid-uygslJvfSv .card-text {
  color: #495259;
}
.cid-uygslJvfSv .content-head {
  max-width: 800px;
}
.cid-uygslJvfSv .mbr-section-title {
  color: #000000;
}
.cid-uygslJIGiI {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uygslJIGiI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uygslJIGiI .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-uygslJIGiI .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-uygslJIGiI .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uygslJIGiI .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-uygslJIGiI .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-uygslJIGiI .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uygslJIGiI .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #d60505, #fa1414);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uygslJIGiI .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uygslJIGiI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uygslJIGiI .btn-wrapper {
  margin-top: -15%;
}
.cid-uygslJIGiI .mbr-section-title {
  color: #272b2e;
}
.cid-uygslJIGiI .mbr-text,
.cid-uygslJIGiI .text-wrapper {
  color: #272b2e;
  text-align: center;
}
.cid-uygslJIGiI .mbr-section-title,
.cid-uygslJIGiI .mbr-section-btn,
.cid-uygslJIGiI .clients-wrapper {
  text-align: center;
  color: #495259;
}
.cid-uygslJUSei {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uygslJUSei .mbr-section-title,
.cid-uygslJUSei .mbr-section-subtitle {
  text-align: center;
}
.cid-uygslJUSei .mbr-section-subtitle {
  margin-bottom: 60px;
  color: #495259;
}
.cid-uygslJUSei .card {
  border-radius: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ffffff;
}
.cid-uygslJUSei .reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uygslJUSei .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uygslJUSei .reverse {
    margin-top: 3rem;
  }
}
@media (min-width: 992px) {
  .cid-uygslJUSei .right {
    padding-right: 91px;
  }
  .cid-uygslJUSei .left {
    padding-left: 91px;
  }
  .cid-uygslJUSei .wrapper {
    padding: 0 98px;
  }
  .cid-uygslJUSei .reverse {
    margin-top: 80px;
  }
}
@media (min-width: 1400px) {
  .cid-uygslJUSei .right {
    padding-left: 145px;
  }
  .cid-uygslJUSei .left {
    padding-right: 145px;
  }
}
.cid-uygslJUSei .card-title {
  letter-spacing: .035em;
  color: #ffffff;
}
.cid-uygslJUSei .mbr-section-subtitle,
.cid-uygslJUSei .mbr-text {
  color: #9A948D;
}
.cid-uygslJUSei .cost {
  text-align: right;
  color: #495259;
}
.cid-uygslJUSei .mbr-text {
  color: #495259;
}
.cid-uygslJUSei .mbr-section-title {
  color: #495259;
}
.cid-uygslKow4W {
  display: flex;
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uygslKow4W {
    align-items: flex-end;
  }
  .cid-uygslKow4W .row {
    justify-content: flex-start;
  }
  .cid-uygslKow4W .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uygslKow4W .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uygslKow4W {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uygslKow4W .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uygslKow4W .content-wrap {
    width: 100%;
  }
}
.cid-uygslKow4W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uygslKow4W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uygslKow4W .mbr-section-title,
.cid-uygslKow4W .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uygslKow4W .mbr-text,
.cid-uygslKow4W .mbr-section-btn {
  text-align: left;
  color: #495259;
}
.cid-uygslKLfn7 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uygslKLfn7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uygslKLfn7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uygslKLfn7 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uygslKLfn7 .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uygslKLfn7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uygslKLfn7 .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uygslKLfn7 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uygslKLfn7 .header-menu li p {
  margin: 0;
}
.cid-uygslKLfn7 .content-head {
  max-width: 800px;
}
.cid-uCUhWDmAgC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #82939b;
}
.cid-uCUhWDmAgC .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-col {
    flex-direction: column;
  }
}
.cid-uCUhWDmAgC .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .brand-name {
    margin-top: 1rem;
  }
}
.cid-uCUhWDmAgC .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-wrap {
    margin-right: 0;
  }
}
.cid-uCUhWDmAgC .cards-row,
.cid-uCUhWDmAgC .social-row,
.cid-uCUhWDmAgC .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .cards-row,
  .cid-uCUhWDmAgC .social-row,
  .cid-uCUhWDmAgC .menu-row {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .menu-row {
  margin-bottom: 1rem;
}
.cid-uCUhWDmAgC .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .foot-menu {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uCUhWDmAgC .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uCUhWDmAgC .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .row {
    text-align: center;
  }
  .cid-uCUhWDmAgC .cards-col {
    justify-content: center;
  }
  .cid-uCUhWDmAgC .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uCUhWDmAgC .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uCUhWDmAgC .card-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uCUhWDmAgC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCUhWDmAgC .soc-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .mbr-iconfont {
  color: #ffffff;
}
.cid-uCUhWDmAgC .mbr-text {
  color: #ffffff;
}
.cid-uFTiBCZskd {
  z-index: 800;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uFTiBCZskd nav.navbar {
  position: fixed;
}
.cid-uFTiBCZskd .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTiBCZskd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTiBCZskd .dropdown-item:hover,
.cid-uFTiBCZskd .dropdown-item:focus {
  background: #d60505 !important;
  color: white !important;
}
.cid-uFTiBCZskd .dropdown-item:hover span {
  color: white;
}
.cid-uFTiBCZskd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTiBCZskd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTiBCZskd .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTiBCZskd .nav-link {
  position: relative;
}
.cid-uFTiBCZskd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTiBCZskd .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTiBCZskd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown-menu,
.cid-uFTiBCZskd .navbar.opened {
  background: #82939b !important;
}
.cid-uFTiBCZskd .nav-item:focus,
.cid-uFTiBCZskd .nav-link:focus {
  outline: none;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTiBCZskd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTiBCZskd .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTiBCZskd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTiBCZskd .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTiBCZskd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar.collapsed {
  justify-content: center;
}
.cid-uFTiBCZskd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTiBCZskd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTiBCZskd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTiBCZskd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTiBCZskd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTiBCZskd .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-uFTiBCZskd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTiBCZskd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTiBCZskd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTiBCZskd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTiBCZskd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTiBCZskd .navbar.navbar-short {
  min-height: 80px;
}
.cid-uFTiBCZskd .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uFTiBCZskd .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTiBCZskd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTiBCZskd .dropdown-item.active,
.cid-uFTiBCZskd .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTiBCZskd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTiBCZskd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTiBCZskd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTiBCZskd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTiBCZskd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTiBCZskd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar {
    height: 70px;
  }
  .cid-uFTiBCZskd .navbar.opened {
    height: auto;
  }
  .cid-uFTiBCZskd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyguRiDcIC {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uyguRiDcIC .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uyguRiDcIC .text-wrapper {
    padding: 0 3rem 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uyguRiDcIC .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uyguRiDcIC .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uyguRiDcIC .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uyguRiDcIC .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
.cid-uyguRiDcIC .mbr-section-tag {
  color: #495259;
  margin-bottom: 7px;
}
.cid-uyguRiDcIC .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-uyguRiDcIC .mbr-section-bottom {
  border-style: solid;
  border-width: 2px 0px 0px 0px;
  border-color: #495259;
}
.cid-uyguRiDcIC .bottom-text {
  margin-top: 2rem;
  margin-bottom: 0.625rem;
}
.cid-uyguRiDcIC .bottom-title {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
  color: #f23801;
}
.cid-uyguRiDcIC .list {
  list-style: none;
  padding-left: 0;
}
.cid-uyguRiDcIC .list li {
  position: relative;
  margin: 0 0 0.625rem;
}
.cid-uyguRiDcIC .list li::before {
  content: "–";
  display: inline-block;
  margin-right: 1rem;
}
.cid-uyguRiDcIC .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #495259;
}
.cid-uyguRiDcIC .mbr-section-text {
  margin-bottom: 2rem;
  color: #495259;
}
.cid-uyguRiDcIC .mbr-section-title {
  margin-bottom: 1rem;
  color: #495259;
}
.cid-uyguRiDcIC .mbr-section-title b:last-child,
.cid-uyguRiDcIC .mbr-section-title strong:last-child {
  color: #d60505;
}
.cid-uyguRiDcIC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyguRiDcIC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyguRiWtcW {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uyguRiWtcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyguRiWtcW .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-uyguRiWtcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyguRiWtcW .item-wrapper {
  background: #dce0e3;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uyguRiWtcW .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uyguRiWtcW .card-title,
.cid-uyguRiWtcW .iconfont-wrapper {
  color: #000000;
}
.cid-uyguRiWtcW .card-text {
  color: #495259;
}
.cid-uyguRiWtcW .content-head {
  max-width: 800px;
}
.cid-uyguRiWtcW .mbr-section-title {
  color: #000000;
}
.cid-uyguRjfK5y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uyguRjfK5y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyguRjfK5y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyguRjfK5y .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uyguRjfK5y .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uyguRjfK5y .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uyguRjfK5y .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uyguRjfK5y .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uyguRjfK5y .header-menu li p {
  margin: 0;
}
.cid-uyguRjfK5y .content-head {
  max-width: 800px;
}
.cid-uyguRjfK5y .mbr-section-title {
  color: #495259;
}
.cid-uyguRjsONg {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uyguRjsONg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyguRjsONg .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-uyguRjsONg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyguRjsONg .item-wrapper {
  background: #dce0e3;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uyguRjsONg .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uyguRjsONg .card-title,
.cid-uyguRjsONg .iconfont-wrapper {
  color: #000000;
}
.cid-uyguRjsONg .card-text {
  color: #495259;
}
.cid-uyguRjsONg .content-head {
  max-width: 800px;
}
.cid-uyguRjsONg .mbr-section-title {
  color: #000000;
}
.cid-uyguRjFBPJ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uyguRjFBPJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyguRjFBPJ .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-uyguRjFBPJ .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-uyguRjFBPJ .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uyguRjFBPJ .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-uyguRjFBPJ .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-uyguRjFBPJ .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uyguRjFBPJ .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #d60505, #fa1414);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uyguRjFBPJ .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uyguRjFBPJ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uyguRjFBPJ .btn-wrapper {
  margin-top: -15%;
}
.cid-uyguRjFBPJ .mbr-section-title {
  color: #272b2e;
}
.cid-uyguRjFBPJ .mbr-text,
.cid-uyguRjFBPJ .text-wrapper {
  color: #272b2e;
  text-align: center;
}
.cid-uyguRjFBPJ .mbr-section-title,
.cid-uyguRjFBPJ .mbr-section-btn,
.cid-uyguRjFBPJ .clients-wrapper {
  text-align: center;
  color: #495259;
}
.cid-uyguRjVGh9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uyguRjVGh9 .mbr-section-title,
.cid-uyguRjVGh9 .mbr-section-subtitle {
  text-align: center;
}
.cid-uyguRjVGh9 .mbr-section-subtitle {
  margin-bottom: 60px;
  color: #495259;
}
.cid-uyguRjVGh9 .card {
  border-radius: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ffffff;
}
.cid-uyguRjVGh9 .reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uyguRjVGh9 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uyguRjVGh9 .reverse {
    margin-top: 3rem;
  }
}
@media (min-width: 992px) {
  .cid-uyguRjVGh9 .right {
    padding-right: 91px;
  }
  .cid-uyguRjVGh9 .left {
    padding-left: 91px;
  }
  .cid-uyguRjVGh9 .wrapper {
    padding: 0 98px;
  }
  .cid-uyguRjVGh9 .reverse {
    margin-top: 80px;
  }
}
@media (min-width: 1400px) {
  .cid-uyguRjVGh9 .right {
    padding-left: 145px;
  }
  .cid-uyguRjVGh9 .left {
    padding-right: 145px;
  }
}
.cid-uyguRjVGh9 .card-title {
  letter-spacing: .035em;
  color: #ffffff;
}
.cid-uyguRjVGh9 .mbr-section-subtitle,
.cid-uyguRjVGh9 .mbr-text {
  color: #9A948D;
}
.cid-uyguRjVGh9 .cost {
  text-align: right;
  color: #495259;
}
.cid-uyguRjVGh9 .mbr-text {
  color: #495259;
}
.cid-uyguRjVGh9 .mbr-section-title {
  color: #495259;
}
.cid-uyguRktyzO {
  display: flex;
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uyguRktyzO {
    align-items: flex-end;
  }
  .cid-uyguRktyzO .row {
    justify-content: flex-start;
  }
  .cid-uyguRktyzO .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uyguRktyzO .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uyguRktyzO {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uyguRktyzO .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uyguRktyzO .content-wrap {
    width: 100%;
  }
}
.cid-uyguRktyzO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyguRktyzO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyguRktyzO .mbr-section-title,
.cid-uyguRktyzO .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uyguRktyzO .mbr-text,
.cid-uyguRktyzO .mbr-section-btn {
  text-align: left;
  color: #495259;
}
.cid-uyguRkJyiy {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uyguRkJyiy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyguRkJyiy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyguRkJyiy .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uyguRkJyiy .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uyguRkJyiy .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uyguRkJyiy .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uyguRkJyiy .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uyguRkJyiy .header-menu li p {
  margin: 0;
}
.cid-uyguRkJyiy .content-head {
  max-width: 800px;
}
.cid-uCUhWDmAgC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #82939b;
}
.cid-uCUhWDmAgC .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-col {
    flex-direction: column;
  }
}
.cid-uCUhWDmAgC .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .brand-name {
    margin-top: 1rem;
  }
}
.cid-uCUhWDmAgC .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-wrap {
    margin-right: 0;
  }
}
.cid-uCUhWDmAgC .cards-row,
.cid-uCUhWDmAgC .social-row,
.cid-uCUhWDmAgC .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .cards-row,
  .cid-uCUhWDmAgC .social-row,
  .cid-uCUhWDmAgC .menu-row {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .menu-row {
  margin-bottom: 1rem;
}
.cid-uCUhWDmAgC .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .foot-menu {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uCUhWDmAgC .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uCUhWDmAgC .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .row {
    text-align: center;
  }
  .cid-uCUhWDmAgC .cards-col {
    justify-content: center;
  }
  .cid-uCUhWDmAgC .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uCUhWDmAgC .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uCUhWDmAgC .card-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uCUhWDmAgC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCUhWDmAgC .soc-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .mbr-iconfont {
  color: #ffffff;
}
.cid-uCUhWDmAgC .mbr-text {
  color: #ffffff;
}
.cid-uFTiBCZskd {
  z-index: 800;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uFTiBCZskd nav.navbar {
  position: fixed;
}
.cid-uFTiBCZskd .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTiBCZskd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTiBCZskd .dropdown-item:hover,
.cid-uFTiBCZskd .dropdown-item:focus {
  background: #d60505 !important;
  color: white !important;
}
.cid-uFTiBCZskd .dropdown-item:hover span {
  color: white;
}
.cid-uFTiBCZskd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTiBCZskd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTiBCZskd .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTiBCZskd .nav-link {
  position: relative;
}
.cid-uFTiBCZskd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTiBCZskd .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTiBCZskd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown-menu,
.cid-uFTiBCZskd .navbar.opened {
  background: #82939b !important;
}
.cid-uFTiBCZskd .nav-item:focus,
.cid-uFTiBCZskd .nav-link:focus {
  outline: none;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTiBCZskd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTiBCZskd .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTiBCZskd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTiBCZskd .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTiBCZskd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar.collapsed {
  justify-content: center;
}
.cid-uFTiBCZskd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTiBCZskd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTiBCZskd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTiBCZskd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTiBCZskd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTiBCZskd .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-uFTiBCZskd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTiBCZskd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTiBCZskd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTiBCZskd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTiBCZskd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTiBCZskd .navbar.navbar-short {
  min-height: 80px;
}
.cid-uFTiBCZskd .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uFTiBCZskd .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTiBCZskd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTiBCZskd .dropdown-item.active,
.cid-uFTiBCZskd .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTiBCZskd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTiBCZskd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTiBCZskd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTiBCZskd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTiBCZskd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTiBCZskd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar {
    height: 70px;
  }
  .cid-uFTiBCZskd .navbar.opened {
    height: auto;
  }
  .cid-uFTiBCZskd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uygxxfFNI5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uygxxfFNI5 .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uygxxfFNI5 .text-wrapper {
    padding: 0 3rem 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uygxxfFNI5 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uygxxfFNI5 .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uygxxfFNI5 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uygxxfFNI5 .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
.cid-uygxxfFNI5 .mbr-section-tag {
  color: #495259;
  margin-bottom: 7px;
}
.cid-uygxxfFNI5 .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-uygxxfFNI5 .mbr-section-bottom {
  border-style: solid;
  border-width: 2px 0px 0px 0px;
  border-color: #495259;
}
.cid-uygxxfFNI5 .bottom-text {
  margin-top: 2rem;
  margin-bottom: 0.625rem;
}
.cid-uygxxfFNI5 .bottom-title {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
  color: #f23801;
}
.cid-uygxxfFNI5 .list {
  list-style: none;
  padding-left: 0;
}
.cid-uygxxfFNI5 .list li {
  position: relative;
  margin: 0 0 0.625rem;
}
.cid-uygxxfFNI5 .list li::before {
  content: "–";
  display: inline-block;
  margin-right: 1rem;
}
.cid-uygxxfFNI5 .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #495259;
}
.cid-uygxxfFNI5 .mbr-section-text {
  margin-bottom: 2rem;
  color: #495259;
}
.cid-uygxxfFNI5 .mbr-section-title {
  margin-bottom: 1rem;
  color: #495259;
}
.cid-uygxxfFNI5 .mbr-section-title b:last-child,
.cid-uygxxfFNI5 .mbr-section-title strong:last-child {
  color: #d60505;
}
.cid-uygxxfFNI5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uygxxfFNI5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uygxxfZCkp {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uygxxfZCkp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uygxxfZCkp .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-uygxxfZCkp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uygxxfZCkp .item-wrapper {
  background: #dce0e3;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uygxxfZCkp .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uygxxfZCkp .card-title,
.cid-uygxxfZCkp .iconfont-wrapper {
  color: #000000;
}
.cid-uygxxfZCkp .card-text {
  color: #495259;
}
.cid-uygxxfZCkp .content-head {
  max-width: 800px;
}
.cid-uygxxfZCkp .mbr-section-title {
  color: #000000;
}
.cid-uygxxgeW7T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uygxxgeW7T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uygxxgeW7T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uygxxgeW7T .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uygxxgeW7T .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uygxxgeW7T .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uygxxgeW7T .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uygxxgeW7T .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uygxxgeW7T .header-menu li p {
  margin: 0;
}
.cid-uygxxgeW7T .content-head {
  max-width: 800px;
}
.cid-uygxxgeW7T .mbr-section-title {
  color: #495259;
}
.cid-uygxxgrAvg {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uygxxgrAvg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uygxxgrAvg .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-uygxxgrAvg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uygxxgrAvg .item-wrapper {
  background: #dce0e3;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uygxxgrAvg .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uygxxgrAvg .card-title,
.cid-uygxxgrAvg .iconfont-wrapper {
  color: #000000;
}
.cid-uygxxgrAvg .card-text {
  color: #495259;
}
.cid-uygxxgrAvg .content-head {
  max-width: 800px;
}
.cid-uygxxgrAvg .mbr-section-title {
  color: #000000;
}
.cid-uygxxgGtFs {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uygxxgGtFs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uygxxgGtFs .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-uygxxgGtFs .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-uygxxgGtFs .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uygxxgGtFs .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-uygxxgGtFs .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-uygxxgGtFs .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uygxxgGtFs .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #d60505, #fa1414);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uygxxgGtFs .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uygxxgGtFs .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uygxxgGtFs .btn-wrapper {
  margin-top: -15%;
}
.cid-uygxxgGtFs .mbr-section-title {
  color: #272b2e;
}
.cid-uygxxgGtFs .mbr-text,
.cid-uygxxgGtFs .text-wrapper {
  color: #272b2e;
  text-align: center;
}
.cid-uygxxgGtFs .mbr-section-title,
.cid-uygxxgGtFs .mbr-section-btn,
.cid-uygxxgGtFs .clients-wrapper {
  text-align: center;
  color: #495259;
}
.cid-uygxxgV5wE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uygxxgV5wE .mbr-section-title,
.cid-uygxxgV5wE .mbr-section-subtitle {
  text-align: center;
}
.cid-uygxxgV5wE .mbr-section-subtitle {
  margin-bottom: 60px;
  color: #495259;
}
.cid-uygxxgV5wE .card {
  border-radius: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ffffff;
}
.cid-uygxxgV5wE .reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uygxxgV5wE .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uygxxgV5wE .reverse {
    margin-top: 3rem;
  }
}
@media (min-width: 992px) {
  .cid-uygxxgV5wE .right {
    padding-right: 91px;
  }
  .cid-uygxxgV5wE .left {
    padding-left: 91px;
  }
  .cid-uygxxgV5wE .wrapper {
    padding: 0 98px;
  }
  .cid-uygxxgV5wE .reverse {
    margin-top: 80px;
  }
}
@media (min-width: 1400px) {
  .cid-uygxxgV5wE .right {
    padding-left: 145px;
  }
  .cid-uygxxgV5wE .left {
    padding-right: 145px;
  }
}
.cid-uygxxgV5wE .card-title {
  letter-spacing: .035em;
  color: #ffffff;
}
.cid-uygxxgV5wE .mbr-section-subtitle,
.cid-uygxxgV5wE .mbr-text {
  color: #9A948D;
}
.cid-uygxxgV5wE .cost {
  text-align: right;
  color: #495259;
}
.cid-uygxxgV5wE .mbr-text {
  color: #495259;
}
.cid-uygxxgV5wE .mbr-section-title {
  color: #495259;
}
.cid-uygxxhsjcM {
  display: flex;
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uygxxhsjcM {
    align-items: flex-end;
  }
  .cid-uygxxhsjcM .row {
    justify-content: flex-start;
  }
  .cid-uygxxhsjcM .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uygxxhsjcM .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uygxxhsjcM {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uygxxhsjcM .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uygxxhsjcM .content-wrap {
    width: 100%;
  }
}
.cid-uygxxhsjcM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uygxxhsjcM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uygxxhsjcM .mbr-section-title,
.cid-uygxxhsjcM .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uygxxhsjcM .mbr-text,
.cid-uygxxhsjcM .mbr-section-btn {
  text-align: left;
  color: #495259;
}
.cid-uygxxhK68h {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uygxxhK68h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uygxxhK68h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uygxxhK68h .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uygxxhK68h .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uygxxhK68h .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uygxxhK68h .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uygxxhK68h .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uygxxhK68h .header-menu li p {
  margin: 0;
}
.cid-uygxxhK68h .content-head {
  max-width: 800px;
}
.cid-uCUhWDmAgC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #82939b;
}
.cid-uCUhWDmAgC .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-col {
    flex-direction: column;
  }
}
.cid-uCUhWDmAgC .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .brand-name {
    margin-top: 1rem;
  }
}
.cid-uCUhWDmAgC .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-wrap {
    margin-right: 0;
  }
}
.cid-uCUhWDmAgC .cards-row,
.cid-uCUhWDmAgC .social-row,
.cid-uCUhWDmAgC .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .cards-row,
  .cid-uCUhWDmAgC .social-row,
  .cid-uCUhWDmAgC .menu-row {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .menu-row {
  margin-bottom: 1rem;
}
.cid-uCUhWDmAgC .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .foot-menu {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uCUhWDmAgC .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uCUhWDmAgC .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .row {
    text-align: center;
  }
  .cid-uCUhWDmAgC .cards-col {
    justify-content: center;
  }
  .cid-uCUhWDmAgC .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uCUhWDmAgC .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uCUhWDmAgC .card-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uCUhWDmAgC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCUhWDmAgC .soc-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .mbr-iconfont {
  color: #ffffff;
}
.cid-uCUhWDmAgC .mbr-text {
  color: #ffffff;
}
.cid-uFTiBCZskd {
  z-index: 800;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uFTiBCZskd nav.navbar {
  position: fixed;
}
.cid-uFTiBCZskd .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTiBCZskd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTiBCZskd .dropdown-item:hover,
.cid-uFTiBCZskd .dropdown-item:focus {
  background: #d60505 !important;
  color: white !important;
}
.cid-uFTiBCZskd .dropdown-item:hover span {
  color: white;
}
.cid-uFTiBCZskd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTiBCZskd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTiBCZskd .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTiBCZskd .nav-link {
  position: relative;
}
.cid-uFTiBCZskd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTiBCZskd .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTiBCZskd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown-menu,
.cid-uFTiBCZskd .navbar.opened {
  background: #82939b !important;
}
.cid-uFTiBCZskd .nav-item:focus,
.cid-uFTiBCZskd .nav-link:focus {
  outline: none;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTiBCZskd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTiBCZskd .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTiBCZskd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTiBCZskd .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTiBCZskd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar.collapsed {
  justify-content: center;
}
.cid-uFTiBCZskd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTiBCZskd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTiBCZskd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTiBCZskd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTiBCZskd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTiBCZskd .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-uFTiBCZskd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTiBCZskd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTiBCZskd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTiBCZskd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTiBCZskd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTiBCZskd .navbar.navbar-short {
  min-height: 80px;
}
.cid-uFTiBCZskd .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uFTiBCZskd .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTiBCZskd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTiBCZskd .dropdown-item.active,
.cid-uFTiBCZskd .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTiBCZskd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTiBCZskd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTiBCZskd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTiBCZskd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTiBCZskd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTiBCZskd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar {
    height: 70px;
  }
  .cid-uFTiBCZskd .navbar.opened {
    height: auto;
  }
  .cid-uFTiBCZskd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uygA8sMGTh {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uygA8sMGTh .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uygA8sMGTh .text-wrapper {
    padding: 0 3rem 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uygA8sMGTh .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uygA8sMGTh .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uygA8sMGTh .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uygA8sMGTh .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
.cid-uygA8sMGTh .mbr-section-tag {
  color: #495259;
  margin-bottom: 7px;
}
.cid-uygA8sMGTh .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-uygA8sMGTh .mbr-section-bottom {
  border-style: solid;
  border-width: 2px 0px 0px 0px;
  border-color: #495259;
}
.cid-uygA8sMGTh .bottom-text {
  margin-top: 2rem;
  margin-bottom: 0.625rem;
}
.cid-uygA8sMGTh .bottom-title {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
  color: #f23801;
}
.cid-uygA8sMGTh .list {
  list-style: none;
  padding-left: 0;
}
.cid-uygA8sMGTh .list li {
  position: relative;
  margin: 0 0 0.625rem;
}
.cid-uygA8sMGTh .list li::before {
  content: "–";
  display: inline-block;
  margin-right: 1rem;
}
.cid-uygA8sMGTh .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #495259;
}
.cid-uygA8sMGTh .mbr-section-text {
  margin-bottom: 2rem;
  color: #495259;
}
.cid-uygA8sMGTh .mbr-section-title {
  margin-bottom: 1rem;
  color: #495259;
}
.cid-uygA8sMGTh .mbr-section-title b:last-child,
.cid-uygA8sMGTh .mbr-section-title strong:last-child {
  color: #d60505;
}
.cid-uygA8sMGTh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uygA8sMGTh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uygA8t9jAl {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uygA8t9jAl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uygA8t9jAl .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-uygA8t9jAl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uygA8t9jAl .item-wrapper {
  background: #dce0e3;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uygA8t9jAl .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uygA8t9jAl .card-title,
.cid-uygA8t9jAl .iconfont-wrapper {
  color: #000000;
}
.cid-uygA8t9jAl .card-text {
  color: #495259;
}
.cid-uygA8t9jAl .content-head {
  max-width: 800px;
}
.cid-uygA8t9jAl .mbr-section-title {
  color: #000000;
}
.cid-uygA8tsMF1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uygA8tsMF1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uygA8tsMF1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uygA8tsMF1 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uygA8tsMF1 .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uygA8tsMF1 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uygA8tsMF1 .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uygA8tsMF1 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uygA8tsMF1 .header-menu li p {
  margin: 0;
}
.cid-uygA8tsMF1 .content-head {
  max-width: 800px;
}
.cid-uygA8tsMF1 .mbr-section-title {
  color: #495259;
}
.cid-uygA8tCvqZ {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uygA8tCvqZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uygA8tCvqZ .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-uygA8tCvqZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uygA8tCvqZ .item-wrapper {
  background: #dce0e3;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uygA8tCvqZ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uygA8tCvqZ .card-title,
.cid-uygA8tCvqZ .iconfont-wrapper {
  color: #000000;
}
.cid-uygA8tCvqZ .card-text {
  color: #495259;
}
.cid-uygA8tCvqZ .content-head {
  max-width: 800px;
}
.cid-uygA8tCvqZ .mbr-section-title {
  color: #000000;
}
.cid-uygA8tSOIZ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uygA8tSOIZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uygA8tSOIZ .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-uygA8tSOIZ .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-uygA8tSOIZ .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uygA8tSOIZ .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-uygA8tSOIZ .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-uygA8tSOIZ .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uygA8tSOIZ .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #d60505, #fa1414);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uygA8tSOIZ .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uygA8tSOIZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uygA8tSOIZ .btn-wrapper {
  margin-top: -15%;
}
.cid-uygA8tSOIZ .mbr-section-title {
  color: #272b2e;
}
.cid-uygA8tSOIZ .mbr-text,
.cid-uygA8tSOIZ .text-wrapper {
  color: #272b2e;
  text-align: center;
}
.cid-uygA8tSOIZ .mbr-section-title,
.cid-uygA8tSOIZ .mbr-section-btn,
.cid-uygA8tSOIZ .clients-wrapper {
  text-align: center;
  color: #495259;
}
.cid-uygA8u6R7u {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uygA8u6R7u .mbr-section-title,
.cid-uygA8u6R7u .mbr-section-subtitle {
  text-align: center;
}
.cid-uygA8u6R7u .mbr-section-subtitle {
  margin-bottom: 60px;
  color: #495259;
}
.cid-uygA8u6R7u .card {
  border-radius: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ffffff;
}
.cid-uygA8u6R7u .reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uygA8u6R7u .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uygA8u6R7u .reverse {
    margin-top: 3rem;
  }
}
@media (min-width: 992px) {
  .cid-uygA8u6R7u .right {
    padding-right: 91px;
  }
  .cid-uygA8u6R7u .left {
    padding-left: 91px;
  }
  .cid-uygA8u6R7u .wrapper {
    padding: 0 98px;
  }
  .cid-uygA8u6R7u .reverse {
    margin-top: 80px;
  }
}
@media (min-width: 1400px) {
  .cid-uygA8u6R7u .right {
    padding-left: 145px;
  }
  .cid-uygA8u6R7u .left {
    padding-right: 145px;
  }
}
.cid-uygA8u6R7u .card-title {
  letter-spacing: .035em;
  color: #ffffff;
}
.cid-uygA8u6R7u .mbr-section-subtitle,
.cid-uygA8u6R7u .mbr-text {
  color: #9A948D;
}
.cid-uygA8u6R7u .cost {
  text-align: right;
  color: #495259;
}
.cid-uygA8u6R7u .mbr-text {
  color: #495259;
}
.cid-uygA8u6R7u .mbr-section-title {
  color: #495259;
}
.cid-uygA8uAeDw {
  display: flex;
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uygA8uAeDw {
    align-items: flex-end;
  }
  .cid-uygA8uAeDw .row {
    justify-content: flex-start;
  }
  .cid-uygA8uAeDw .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uygA8uAeDw .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uygA8uAeDw {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uygA8uAeDw .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uygA8uAeDw .content-wrap {
    width: 100%;
  }
}
.cid-uygA8uAeDw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uygA8uAeDw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uygA8uAeDw .mbr-section-title,
.cid-uygA8uAeDw .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uygA8uAeDw .mbr-text,
.cid-uygA8uAeDw .mbr-section-btn {
  text-align: left;
  color: #495259;
}
.cid-uygA8uSzRs {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uygA8uSzRs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uygA8uSzRs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uygA8uSzRs .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uygA8uSzRs .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uygA8uSzRs .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uygA8uSzRs .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uygA8uSzRs .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uygA8uSzRs .header-menu li p {
  margin: 0;
}
.cid-uygA8uSzRs .content-head {
  max-width: 800px;
}
.cid-uCUhWDmAgC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #82939b;
}
.cid-uCUhWDmAgC .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-col {
    flex-direction: column;
  }
}
.cid-uCUhWDmAgC .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .brand-name {
    margin-top: 1rem;
  }
}
.cid-uCUhWDmAgC .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-wrap {
    margin-right: 0;
  }
}
.cid-uCUhWDmAgC .cards-row,
.cid-uCUhWDmAgC .social-row,
.cid-uCUhWDmAgC .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .cards-row,
  .cid-uCUhWDmAgC .social-row,
  .cid-uCUhWDmAgC .menu-row {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .menu-row {
  margin-bottom: 1rem;
}
.cid-uCUhWDmAgC .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .foot-menu {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uCUhWDmAgC .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uCUhWDmAgC .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .row {
    text-align: center;
  }
  .cid-uCUhWDmAgC .cards-col {
    justify-content: center;
  }
  .cid-uCUhWDmAgC .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uCUhWDmAgC .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uCUhWDmAgC .card-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uCUhWDmAgC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCUhWDmAgC .soc-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .mbr-iconfont {
  color: #ffffff;
}
.cid-uCUhWDmAgC .mbr-text {
  color: #ffffff;
}
.cid-uFTiBCZskd {
  z-index: 800;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uFTiBCZskd nav.navbar {
  position: fixed;
}
.cid-uFTiBCZskd .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTiBCZskd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTiBCZskd .dropdown-item:hover,
.cid-uFTiBCZskd .dropdown-item:focus {
  background: #d60505 !important;
  color: white !important;
}
.cid-uFTiBCZskd .dropdown-item:hover span {
  color: white;
}
.cid-uFTiBCZskd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTiBCZskd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTiBCZskd .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTiBCZskd .nav-link {
  position: relative;
}
.cid-uFTiBCZskd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTiBCZskd .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTiBCZskd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown-menu,
.cid-uFTiBCZskd .navbar.opened {
  background: #82939b !important;
}
.cid-uFTiBCZskd .nav-item:focus,
.cid-uFTiBCZskd .nav-link:focus {
  outline: none;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTiBCZskd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTiBCZskd .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTiBCZskd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTiBCZskd .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTiBCZskd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar.collapsed {
  justify-content: center;
}
.cid-uFTiBCZskd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTiBCZskd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTiBCZskd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTiBCZskd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTiBCZskd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTiBCZskd .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-uFTiBCZskd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTiBCZskd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTiBCZskd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTiBCZskd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTiBCZskd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTiBCZskd .navbar.navbar-short {
  min-height: 80px;
}
.cid-uFTiBCZskd .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uFTiBCZskd .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTiBCZskd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTiBCZskd .dropdown-item.active,
.cid-uFTiBCZskd .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTiBCZskd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTiBCZskd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTiBCZskd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTiBCZskd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTiBCZskd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTiBCZskd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar {
    height: 70px;
  }
  .cid-uFTiBCZskd .navbar.opened {
    height: auto;
  }
  .cid-uFTiBCZskd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uygB4MevDF {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uygB4MevDF .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uygB4MevDF .text-wrapper {
    padding: 0 3rem 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uygB4MevDF .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uygB4MevDF .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uygB4MevDF .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uygB4MevDF .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
.cid-uygB4MevDF .mbr-section-tag {
  color: #495259;
  margin-bottom: 7px;
}
.cid-uygB4MevDF .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-uygB4MevDF .mbr-section-bottom {
  border-style: solid;
  border-width: 2px 0px 0px 0px;
  border-color: #495259;
}
.cid-uygB4MevDF .bottom-text {
  margin-top: 2rem;
  margin-bottom: 0.625rem;
}
.cid-uygB4MevDF .bottom-title {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
  color: #f23801;
}
.cid-uygB4MevDF .list {
  list-style: none;
  padding-left: 0;
}
.cid-uygB4MevDF .list li {
  position: relative;
  margin: 0 0 0.625rem;
}
.cid-uygB4MevDF .list li::before {
  content: "–";
  display: inline-block;
  margin-right: 1rem;
}
.cid-uygB4MevDF .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #495259;
}
.cid-uygB4MevDF .mbr-section-text {
  margin-bottom: 2rem;
  color: #495259;
}
.cid-uygB4MevDF .mbr-section-title {
  margin-bottom: 1rem;
  color: #495259;
}
.cid-uygB4MevDF .mbr-section-title b:last-child,
.cid-uygB4MevDF .mbr-section-title strong:last-child {
  color: #d60505;
}
.cid-uygB4MevDF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uygB4MevDF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uygB4MzknZ {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uygB4MzknZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uygB4MzknZ .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-uygB4MzknZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uygB4MzknZ .item-wrapper {
  background: #dce0e3;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uygB4MzknZ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uygB4MzknZ .card-title,
.cid-uygB4MzknZ .iconfont-wrapper {
  color: #000000;
}
.cid-uygB4MzknZ .card-text {
  color: #495259;
}
.cid-uygB4MzknZ .content-head {
  max-width: 800px;
}
.cid-uygB4MzknZ .mbr-section-title {
  color: #000000;
}
.cid-uygB4MNJrp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uygB4MNJrp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uygB4MNJrp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uygB4MNJrp .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uygB4MNJrp .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uygB4MNJrp .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uygB4MNJrp .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uygB4MNJrp .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uygB4MNJrp .header-menu li p {
  margin: 0;
}
.cid-uygB4MNJrp .content-head {
  max-width: 800px;
}
.cid-uygB4MNJrp .mbr-section-title {
  color: #495259;
}
.cid-uygB4MZ2te {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uygB4MZ2te .mbr-fallback-image.disabled {
  display: none;
}
.cid-uygB4MZ2te .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-uygB4MZ2te .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uygB4MZ2te .item-wrapper {
  background: #dce0e3;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uygB4MZ2te .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uygB4MZ2te .card-title,
.cid-uygB4MZ2te .iconfont-wrapper {
  color: #000000;
}
.cid-uygB4MZ2te .card-text {
  color: #495259;
}
.cid-uygB4MZ2te .content-head {
  max-width: 800px;
}
.cid-uygB4MZ2te .mbr-section-title {
  color: #000000;
}
.cid-uygB4Ng9AP {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uygB4Ng9AP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uygB4Ng9AP .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-uygB4Ng9AP .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-uygB4Ng9AP .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uygB4Ng9AP .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-uygB4Ng9AP .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-uygB4Ng9AP .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uygB4Ng9AP .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #d60505, #fa1414);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uygB4Ng9AP .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uygB4Ng9AP .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uygB4Ng9AP .btn-wrapper {
  margin-top: -15%;
}
.cid-uygB4Ng9AP .mbr-section-title {
  color: #272b2e;
}
.cid-uygB4Ng9AP .mbr-text,
.cid-uygB4Ng9AP .text-wrapper {
  color: #272b2e;
  text-align: center;
}
.cid-uygB4Ng9AP .mbr-section-title,
.cid-uygB4Ng9AP .mbr-section-btn,
.cid-uygB4Ng9AP .clients-wrapper {
  text-align: center;
  color: #495259;
}
.cid-uygB4Nuf5Z {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uygB4Nuf5Z .mbr-section-title,
.cid-uygB4Nuf5Z .mbr-section-subtitle {
  text-align: center;
}
.cid-uygB4Nuf5Z .mbr-section-subtitle {
  margin-bottom: 60px;
  color: #495259;
}
.cid-uygB4Nuf5Z .card {
  border-radius: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ffffff;
}
.cid-uygB4Nuf5Z .reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uygB4Nuf5Z .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uygB4Nuf5Z .reverse {
    margin-top: 3rem;
  }
}
@media (min-width: 992px) {
  .cid-uygB4Nuf5Z .right {
    padding-right: 91px;
  }
  .cid-uygB4Nuf5Z .left {
    padding-left: 91px;
  }
  .cid-uygB4Nuf5Z .wrapper {
    padding: 0 98px;
  }
  .cid-uygB4Nuf5Z .reverse {
    margin-top: 80px;
  }
}
@media (min-width: 1400px) {
  .cid-uygB4Nuf5Z .right {
    padding-left: 145px;
  }
  .cid-uygB4Nuf5Z .left {
    padding-right: 145px;
  }
}
.cid-uygB4Nuf5Z .card-title {
  letter-spacing: .035em;
  color: #ffffff;
}
.cid-uygB4Nuf5Z .mbr-section-subtitle,
.cid-uygB4Nuf5Z .mbr-text {
  color: #9A948D;
}
.cid-uygB4Nuf5Z .cost {
  text-align: right;
  color: #495259;
}
.cid-uygB4Nuf5Z .mbr-text {
  color: #495259;
}
.cid-uygB4Nuf5Z .mbr-section-title {
  color: #495259;
}
.cid-uygB4NXYW7 {
  display: flex;
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uygB4NXYW7 {
    align-items: flex-end;
  }
  .cid-uygB4NXYW7 .row {
    justify-content: flex-start;
  }
  .cid-uygB4NXYW7 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uygB4NXYW7 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uygB4NXYW7 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uygB4NXYW7 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uygB4NXYW7 .content-wrap {
    width: 100%;
  }
}
.cid-uygB4NXYW7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uygB4NXYW7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uygB4NXYW7 .mbr-section-title,
.cid-uygB4NXYW7 .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uygB4NXYW7 .mbr-text,
.cid-uygB4NXYW7 .mbr-section-btn {
  text-align: left;
  color: #495259;
}
.cid-uygB4OggGN {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uygB4OggGN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uygB4OggGN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uygB4OggGN .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uygB4OggGN .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uygB4OggGN .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uygB4OggGN .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uygB4OggGN .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uygB4OggGN .header-menu li p {
  margin: 0;
}
.cid-uygB4OggGN .content-head {
  max-width: 800px;
}
.cid-uCUhWDmAgC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #82939b;
}
.cid-uCUhWDmAgC .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-col {
    flex-direction: column;
  }
}
.cid-uCUhWDmAgC .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .brand-name {
    margin-top: 1rem;
  }
}
.cid-uCUhWDmAgC .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-wrap {
    margin-right: 0;
  }
}
.cid-uCUhWDmAgC .cards-row,
.cid-uCUhWDmAgC .social-row,
.cid-uCUhWDmAgC .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .cards-row,
  .cid-uCUhWDmAgC .social-row,
  .cid-uCUhWDmAgC .menu-row {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .menu-row {
  margin-bottom: 1rem;
}
.cid-uCUhWDmAgC .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .foot-menu {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uCUhWDmAgC .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uCUhWDmAgC .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .row {
    text-align: center;
  }
  .cid-uCUhWDmAgC .cards-col {
    justify-content: center;
  }
  .cid-uCUhWDmAgC .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uCUhWDmAgC .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uCUhWDmAgC .card-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uCUhWDmAgC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCUhWDmAgC .soc-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .mbr-iconfont {
  color: #ffffff;
}
.cid-uCUhWDmAgC .mbr-text {
  color: #ffffff;
}
.cid-uFTiBCZskd {
  z-index: 800;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uFTiBCZskd nav.navbar {
  position: fixed;
}
.cid-uFTiBCZskd .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTiBCZskd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTiBCZskd .dropdown-item:hover,
.cid-uFTiBCZskd .dropdown-item:focus {
  background: #d60505 !important;
  color: white !important;
}
.cid-uFTiBCZskd .dropdown-item:hover span {
  color: white;
}
.cid-uFTiBCZskd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTiBCZskd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTiBCZskd .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTiBCZskd .nav-link {
  position: relative;
}
.cid-uFTiBCZskd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTiBCZskd .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTiBCZskd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown-menu,
.cid-uFTiBCZskd .navbar.opened {
  background: #82939b !important;
}
.cid-uFTiBCZskd .nav-item:focus,
.cid-uFTiBCZskd .nav-link:focus {
  outline: none;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTiBCZskd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTiBCZskd .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTiBCZskd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTiBCZskd .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTiBCZskd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar.collapsed {
  justify-content: center;
}
.cid-uFTiBCZskd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTiBCZskd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTiBCZskd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTiBCZskd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTiBCZskd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTiBCZskd .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-uFTiBCZskd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTiBCZskd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTiBCZskd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTiBCZskd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTiBCZskd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTiBCZskd .navbar.navbar-short {
  min-height: 80px;
}
.cid-uFTiBCZskd .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uFTiBCZskd .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTiBCZskd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTiBCZskd .dropdown-item.active,
.cid-uFTiBCZskd .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTiBCZskd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTiBCZskd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTiBCZskd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTiBCZskd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTiBCZskd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTiBCZskd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar {
    height: 70px;
  }
  .cid-uFTiBCZskd .navbar.opened {
    height: auto;
  }
  .cid-uFTiBCZskd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uygBVaz9bY {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uygBVaz9bY .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uygBVaz9bY .text-wrapper {
    padding: 0 3rem 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uygBVaz9bY .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uygBVaz9bY .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uygBVaz9bY .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uygBVaz9bY .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
.cid-uygBVaz9bY .mbr-section-tag {
  color: #495259;
  margin-bottom: 7px;
}
.cid-uygBVaz9bY .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-uygBVaz9bY .mbr-section-bottom {
  border-style: solid;
  border-width: 2px 0px 0px 0px;
  border-color: #495259;
}
.cid-uygBVaz9bY .bottom-text {
  margin-top: 2rem;
  margin-bottom: 0.625rem;
}
.cid-uygBVaz9bY .bottom-title {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
  color: #f23801;
}
.cid-uygBVaz9bY .list {
  list-style: none;
  padding-left: 0;
}
.cid-uygBVaz9bY .list li {
  position: relative;
  margin: 0 0 0.625rem;
}
.cid-uygBVaz9bY .list li::before {
  content: "–";
  display: inline-block;
  margin-right: 1rem;
}
.cid-uygBVaz9bY .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #495259;
}
.cid-uygBVaz9bY .mbr-section-text {
  margin-bottom: 2rem;
  color: #495259;
}
.cid-uygBVaz9bY .mbr-section-title {
  margin-bottom: 1rem;
  color: #495259;
}
.cid-uygBVaz9bY .mbr-section-title b:last-child,
.cid-uygBVaz9bY .mbr-section-title strong:last-child {
  color: #d60505;
}
.cid-uygBVaz9bY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uygBVaz9bY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uygBVaRL06 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uygBVaRL06 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uygBVaRL06 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-uygBVaRL06 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uygBVaRL06 .item-wrapper {
  background: #dce0e3;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uygBVaRL06 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uygBVaRL06 .card-title,
.cid-uygBVaRL06 .iconfont-wrapper {
  color: #000000;
}
.cid-uygBVaRL06 .card-text {
  color: #495259;
}
.cid-uygBVaRL06 .content-head {
  max-width: 800px;
}
.cid-uygBVaRL06 .mbr-section-title {
  color: #000000;
}
.cid-uygBVb7tF6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uygBVb7tF6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uygBVb7tF6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uygBVb7tF6 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uygBVb7tF6 .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uygBVb7tF6 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uygBVb7tF6 .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uygBVb7tF6 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uygBVb7tF6 .header-menu li p {
  margin: 0;
}
.cid-uygBVb7tF6 .content-head {
  max-width: 800px;
}
.cid-uygBVb7tF6 .mbr-section-title {
  color: #495259;
}
.cid-uygBVbhoLc {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uygBVbhoLc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uygBVbhoLc .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-uygBVbhoLc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uygBVbhoLc .item-wrapper {
  background: #dce0e3;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uygBVbhoLc .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uygBVbhoLc .card-title,
.cid-uygBVbhoLc .iconfont-wrapper {
  color: #000000;
}
.cid-uygBVbhoLc .card-text {
  color: #495259;
}
.cid-uygBVbhoLc .content-head {
  max-width: 800px;
}
.cid-uygBVbhoLc .mbr-section-title {
  color: #000000;
}
.cid-uygBVbxY7L {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uygBVbxY7L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uygBVbxY7L .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-uygBVbxY7L .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-uygBVbxY7L .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uygBVbxY7L .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-uygBVbxY7L .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-uygBVbxY7L .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uygBVbxY7L .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #d60505, #fa1414);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uygBVbxY7L .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uygBVbxY7L .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uygBVbxY7L .btn-wrapper {
  margin-top: -15%;
}
.cid-uygBVbxY7L .mbr-section-title {
  color: #272b2e;
}
.cid-uygBVbxY7L .mbr-text,
.cid-uygBVbxY7L .text-wrapper {
  color: #272b2e;
  text-align: center;
}
.cid-uygBVbxY7L .mbr-section-title,
.cid-uygBVbxY7L .mbr-section-btn,
.cid-uygBVbxY7L .clients-wrapper {
  text-align: center;
  color: #495259;
}
.cid-uygBVbJqSb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uygBVbJqSb .mbr-section-title,
.cid-uygBVbJqSb .mbr-section-subtitle {
  text-align: center;
}
.cid-uygBVbJqSb .mbr-section-subtitle {
  margin-bottom: 60px;
  color: #495259;
}
.cid-uygBVbJqSb .card {
  border-radius: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ffffff;
}
.cid-uygBVbJqSb .reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uygBVbJqSb .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uygBVbJqSb .reverse {
    margin-top: 3rem;
  }
}
@media (min-width: 992px) {
  .cid-uygBVbJqSb .right {
    padding-right: 91px;
  }
  .cid-uygBVbJqSb .left {
    padding-left: 91px;
  }
  .cid-uygBVbJqSb .wrapper {
    padding: 0 98px;
  }
  .cid-uygBVbJqSb .reverse {
    margin-top: 80px;
  }
}
@media (min-width: 1400px) {
  .cid-uygBVbJqSb .right {
    padding-left: 145px;
  }
  .cid-uygBVbJqSb .left {
    padding-right: 145px;
  }
}
.cid-uygBVbJqSb .card-title {
  letter-spacing: .035em;
  color: #ffffff;
}
.cid-uygBVbJqSb .mbr-section-subtitle,
.cid-uygBVbJqSb .mbr-text {
  color: #9A948D;
}
.cid-uygBVbJqSb .cost {
  text-align: right;
  color: #495259;
}
.cid-uygBVbJqSb .mbr-text {
  color: #495259;
}
.cid-uygBVbJqSb .mbr-section-title {
  color: #495259;
}
.cid-uygBVca3oN {
  display: flex;
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uygBVca3oN {
    align-items: flex-end;
  }
  .cid-uygBVca3oN .row {
    justify-content: flex-start;
  }
  .cid-uygBVca3oN .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uygBVca3oN .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uygBVca3oN {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uygBVca3oN .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uygBVca3oN .content-wrap {
    width: 100%;
  }
}
.cid-uygBVca3oN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uygBVca3oN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uygBVca3oN .mbr-section-title,
.cid-uygBVca3oN .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uygBVca3oN .mbr-text,
.cid-uygBVca3oN .mbr-section-btn {
  text-align: left;
  color: #495259;
}
.cid-uygBVct8zj {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uygBVct8zj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uygBVct8zj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uygBVct8zj .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uygBVct8zj .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uygBVct8zj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uygBVct8zj .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uygBVct8zj .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uygBVct8zj .header-menu li p {
  margin: 0;
}
.cid-uygBVct8zj .content-head {
  max-width: 800px;
}
.cid-uCUhWDmAgC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #82939b;
}
.cid-uCUhWDmAgC .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-col {
    flex-direction: column;
  }
}
.cid-uCUhWDmAgC .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .brand-name {
    margin-top: 1rem;
  }
}
.cid-uCUhWDmAgC .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-wrap {
    margin-right: 0;
  }
}
.cid-uCUhWDmAgC .cards-row,
.cid-uCUhWDmAgC .social-row,
.cid-uCUhWDmAgC .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .cards-row,
  .cid-uCUhWDmAgC .social-row,
  .cid-uCUhWDmAgC .menu-row {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .menu-row {
  margin-bottom: 1rem;
}
.cid-uCUhWDmAgC .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .foot-menu {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uCUhWDmAgC .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uCUhWDmAgC .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .row {
    text-align: center;
  }
  .cid-uCUhWDmAgC .cards-col {
    justify-content: center;
  }
  .cid-uCUhWDmAgC .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uCUhWDmAgC .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uCUhWDmAgC .card-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uCUhWDmAgC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCUhWDmAgC .soc-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .mbr-iconfont {
  color: #ffffff;
}
.cid-uCUhWDmAgC .mbr-text {
  color: #ffffff;
}
.cid-uFTiBCZskd {
  z-index: 800;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uFTiBCZskd nav.navbar {
  position: fixed;
}
.cid-uFTiBCZskd .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTiBCZskd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTiBCZskd .dropdown-item:hover,
.cid-uFTiBCZskd .dropdown-item:focus {
  background: #d60505 !important;
  color: white !important;
}
.cid-uFTiBCZskd .dropdown-item:hover span {
  color: white;
}
.cid-uFTiBCZskd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTiBCZskd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTiBCZskd .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTiBCZskd .nav-link {
  position: relative;
}
.cid-uFTiBCZskd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTiBCZskd .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTiBCZskd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown-menu,
.cid-uFTiBCZskd .navbar.opened {
  background: #82939b !important;
}
.cid-uFTiBCZskd .nav-item:focus,
.cid-uFTiBCZskd .nav-link:focus {
  outline: none;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTiBCZskd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTiBCZskd .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTiBCZskd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTiBCZskd .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTiBCZskd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar.collapsed {
  justify-content: center;
}
.cid-uFTiBCZskd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTiBCZskd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTiBCZskd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTiBCZskd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTiBCZskd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTiBCZskd .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-uFTiBCZskd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTiBCZskd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTiBCZskd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTiBCZskd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTiBCZskd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTiBCZskd .navbar.navbar-short {
  min-height: 80px;
}
.cid-uFTiBCZskd .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uFTiBCZskd .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTiBCZskd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTiBCZskd .dropdown-item.active,
.cid-uFTiBCZskd .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTiBCZskd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTiBCZskd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTiBCZskd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTiBCZskd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTiBCZskd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTiBCZskd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar {
    height: 70px;
  }
  .cid-uFTiBCZskd .navbar.opened {
    height: auto;
  }
  .cid-uFTiBCZskd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvJMlknWSE {
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uvJMlknWSE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvJMlknWSE .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-uvJMlknWSE .container {
    padding: 0 24px;
  }
}
.cid-uvJMlknWSE .content-wrapper {
  padding: 50px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 100vh;
}
@media (max-width: 992px) {
  .cid-uvJMlknWSE .content-wrapper {
    padding: 0;
  }
}
.cid-uvJMlknWSE .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uvJMlknWSE .content-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 50%;
  padding: 48px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1500px) {
  .cid-uvJMlknWSE .content-wrapper .card-wrap {
    width: 65%;
  }
}
@media (max-width: 1200px) {
  .cid-uvJMlknWSE .content-wrapper .card-wrap {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uvJMlknWSE .content-wrapper .card-wrap {
    padding: 24px;
  }
}
.cid-uvJMlknWSE .content-wrapper .card-wrap .mbr-desc {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uvJMlknWSE .content-wrapper .card-wrap .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
}
.cid-uvJMlknWSE .content-wrapper .card-wrap .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-uvJMlknWSE .content-wrapper .card-wrap .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-uvJMlknWSE .content-wrapper .card-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #d60505 0%, transparent 100%);
}
.cid-uvJMlknWSE .content-wrapper .card-wrap .mbr-section-btn .btn:hover,
.cid-uvJMlknWSE .content-wrapper .card-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #d60505 !important;
  border-color: #d60505 !important;
}
.cid-uvJMlknWSE .mbr-section-title {
  color: #141414;
}
.cid-uvJMlknWSE .mbr-desc {
  color: #495259;
}
.cid-uvJMlknWSE .mbr-text {
  color: #495259;
}
.cid-uvJMlknWSE .mbr-section-title,
.cid-uvJMlknWSE .mbr-section-btn {
  color: #d60505;
}
.cid-tYVANBzWDe {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tYVANBzWDe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYVANBzWDe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYVANBzWDe .mbr-section-head {
  margin-bottom: 3rem;
}
.cid-tYVANBzWDe .mbr-section-title {
  color: #495259;
}
.cid-tYVANBzWDe .mbr-section-subtitle {
  margin-top: 1rem;
  color: #d60505;
}
.cid-tYVANBzWDe .row {
  row-gap: 32px;
}
.cid-tYVANBzWDe .card {
  border-radius: 0;
}
.cid-tYVANBzWDe .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 2rem;
  height: 100%;
  width: 100%;
  background-color: rgba(220, 224, 227, 0.6);
}
.cid-tYVANBzWDe .card-title-wrap {
  width: 100%;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #495259;
}
.cid-tYVANBzWDe .card-title {
  color: #495259;
}
.cid-tYVANBzWDe .card-subtitle {
  margin-top: 8px;
  color: #495259;
}
.cid-tYVANBzWDe .mbr-text {
  margin-top: 16px;
  color: #FFFFFF;
}
.cid-tYVANBzWDe .card-number-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-tYVANBzWDe .price-text {
  color: #495259;
}
.cid-tYVANBzWDe .price-number-text {
  color: #495259;
}
.cid-tYVANBzWDe .price-caption {
  width: fit-content;
  max-width: 100%;
  margin-top: 16px;
  padding: 6px 10px;
  border-radius: 3px;
  color: #ffffff;
  background: #d60505;
}
.cid-tYVANBzWDe .card-list-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 7px;
  margin-top: 16px;
}
.cid-tYVANBzWDe .card-list-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.cid-tYVANBzWDe .iconfont-wrapper {
  flex-shrink: 0;
}
.cid-tYVANBzWDe .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  font-weight: 700;
  color: #495259;
}
.cid-tYVANBzWDe .list-text {
  flex-grow: 1;
  color: #495259;
}
.cid-tYVANBzWDe .mbr-section-btn {
  margin-top: 8px;
}
.cid-tYVANBzWDe .mbr-text,
.cid-tYVANBzWDe .mbr-section-btn {
  color: #495259;
}
.cid-tZ0wercss8 {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-tZ0wercss8 {
    align-items: flex-end;
  }
  .cid-tZ0wercss8 .row {
    justify-content: flex-start;
  }
  .cid-tZ0wercss8 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tZ0wercss8 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tZ0wercss8 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-tZ0wercss8 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tZ0wercss8 .content-wrap {
    width: 100%;
  }
}
.cid-tZ0wercss8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ0wercss8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ0wercss8 .mbr-section-title,
.cid-tZ0wercss8 .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-tZ0wercss8 .mbr-text,
.cid-tZ0wercss8 .mbr-section-btn {
  text-align: left;
}
.cid-tZ0wercss8 .mbr-section-subtitle {
  color: #82939b;
  text-align: center;
}
.cid-tYZRXXZnoz {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tYZRXXZnoz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZRXXZnoz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYZRXXZnoz .mbr-section-head {
  margin-bottom: 3rem;
}
.cid-tYZRXXZnoz .mbr-section-title {
  color: #24262b;
}
.cid-tYZRXXZnoz .mbr-section-subtitle {
  margin-top: 1rem;
  color: #24262b;
}
.cid-tYZRXXZnoz .row {
  row-gap: 32px;
}
.cid-tYZRXXZnoz .card {
  border-radius: 0;
}
.cid-tYZRXXZnoz .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 2rem;
  height: 100%;
  width: 100%;
  background-color: rgba(220, 224, 227, 0.6);
}
.cid-tYZRXXZnoz .card-title-wrap {
  width: 100%;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #495259;
}
.cid-tYZRXXZnoz .card-title {
  color: #495259;
}
.cid-tYZRXXZnoz .card-subtitle {
  margin-top: 8px;
  color: #495259;
}
.cid-tYZRXXZnoz .mbr-text {
  margin-top: 16px;
  color: #FFFFFF;
}
.cid-tYZRXXZnoz .card-number-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-tYZRXXZnoz .price-text {
  color: #495259;
}
.cid-tYZRXXZnoz .price-number-text {
  color: #495259;
}
.cid-tYZRXXZnoz .price-caption {
  width: fit-content;
  max-width: 100%;
  margin-top: 16px;
  padding: 6px 10px;
  border-radius: 3px;
  color: #ffffff;
  background: #d60505;
}
.cid-tYZRXXZnoz .card-list-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 7px;
  margin-top: 16px;
}
.cid-tYZRXXZnoz .card-list-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.cid-tYZRXXZnoz .iconfont-wrapper {
  flex-shrink: 0;
}
.cid-tYZRXXZnoz .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  font-weight: 700;
  color: #495259;
}
.cid-tYZRXXZnoz .list-text {
  flex-grow: 1;
  color: #495259;
}
.cid-tYZRXXZnoz .mbr-section-btn {
  margin-top: 8px;
}
.cid-tYZRXXZnoz .mbr-text,
.cid-tYZRXXZnoz .mbr-section-btn {
  color: #495259;
}
.cid-tYZUcWMz1c {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tYZUcWMz1c .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZUcWMz1c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYZUcWMz1c .mbr-section-head {
  margin-bottom: 3rem;
}
.cid-tYZUcWMz1c .mbr-section-title {
  color: #24262b;
}
.cid-tYZUcWMz1c .mbr-section-subtitle {
  margin-top: 1rem;
  color: #24262b;
}
.cid-tYZUcWMz1c .row {
  row-gap: 32px;
}
.cid-tYZUcWMz1c .card {
  border-radius: 0;
}
.cid-tYZUcWMz1c .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 2rem;
  height: 100%;
  width: 100%;
  background-color: rgba(220, 224, 227, 0.6);
}
.cid-tYZUcWMz1c .card-title-wrap {
  width: 100%;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #495259;
}
.cid-tYZUcWMz1c .card-title {
  color: #495259;
}
.cid-tYZUcWMz1c .card-subtitle {
  margin-top: 8px;
  color: #495259;
}
.cid-tYZUcWMz1c .mbr-text {
  margin-top: 16px;
  color: #FFFFFF;
}
.cid-tYZUcWMz1c .card-number-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-tYZUcWMz1c .price-text {
  color: #495259;
}
.cid-tYZUcWMz1c .price-number-text {
  color: #495259;
}
.cid-tYZUcWMz1c .price-caption {
  width: fit-content;
  max-width: 100%;
  margin-top: 16px;
  padding: 6px 10px;
  border-radius: 3px;
  color: #ffffff;
  background: #d60505;
}
.cid-tYZUcWMz1c .card-list-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 7px;
  margin-top: 16px;
}
.cid-tYZUcWMz1c .card-list-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.cid-tYZUcWMz1c .iconfont-wrapper {
  flex-shrink: 0;
}
.cid-tYZUcWMz1c .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  font-weight: 700;
  color: #495259;
}
.cid-tYZUcWMz1c .list-text {
  flex-grow: 1;
  color: #495259;
}
.cid-tYZUcWMz1c .mbr-section-btn {
  margin-top: 8px;
}
.cid-tYZUcWMz1c .mbr-text,
.cid-tYZUcWMz1c .mbr-section-btn {
  color: #495259;
}
.cid-uRAId2oJWz {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRAId2oJWz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRAId2oJWz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRAId2oJWz .mbr-section-subtitle {
  color: #495259;
  text-align: left;
}
.cid-uRAId2oJWz .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uCMsTLAULZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #dce0e3;
}
.cid-uCMsTLAULZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCMsTLAULZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCMsTLAULZ .mbr-section-title,
.cid-uCMsTLAULZ .mbr-section-subtitle {
  text-align: center;
}
.cid-uCMsTLAULZ .cost {
  word-break: normal;
}
.cid-uCMsTLAULZ .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #ffffff;
}
.cid-uCMsTLAULZ .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-uCMsTLAULZ .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCMsTLAULZ .card-wrapper {
    padding: 1rem;
  }
}
.cid-uCMsTLAULZ .mbr-section-title {
  color: #495259;
}
.cid-uCMsTLAULZ .mbr-section-subtitle {
  color: #495259;
}
.cid-uCMsTLAULZ .card-title {
  color: #495259;
}
.cid-uCMsTLAULZ P {
  color: #495259;
}
.cid-tZ0uipohVY {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-tZ0uipohVY {
    align-items: flex-end;
  }
  .cid-tZ0uipohVY .row {
    justify-content: flex-start;
  }
  .cid-tZ0uipohVY .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tZ0uipohVY .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tZ0uipohVY {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-tZ0uipohVY .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tZ0uipohVY .content-wrap {
    width: 100%;
  }
}
.cid-tZ0uipohVY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ0uipohVY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ0uipohVY .mbr-section-title,
.cid-tZ0uipohVY .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-tZ0uipohVY .mbr-text,
.cid-tZ0uipohVY .mbr-section-btn {
  text-align: left;
  color: #495259;
}
.cid-uCUhWDmAgC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #82939b;
}
.cid-uCUhWDmAgC .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-col {
    flex-direction: column;
  }
}
.cid-uCUhWDmAgC .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .brand-name {
    margin-top: 1rem;
  }
}
.cid-uCUhWDmAgC .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-wrap {
    margin-right: 0;
  }
}
.cid-uCUhWDmAgC .cards-row,
.cid-uCUhWDmAgC .social-row,
.cid-uCUhWDmAgC .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .cards-row,
  .cid-uCUhWDmAgC .social-row,
  .cid-uCUhWDmAgC .menu-row {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .menu-row {
  margin-bottom: 1rem;
}
.cid-uCUhWDmAgC .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .foot-menu {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uCUhWDmAgC .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uCUhWDmAgC .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .row {
    text-align: center;
  }
  .cid-uCUhWDmAgC .cards-col {
    justify-content: center;
  }
  .cid-uCUhWDmAgC .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uCUhWDmAgC .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uCUhWDmAgC .card-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uCUhWDmAgC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCUhWDmAgC .soc-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .mbr-iconfont {
  color: #ffffff;
}
.cid-uCUhWDmAgC .mbr-text {
  color: #ffffff;
}
.cid-uFTiBCZskd {
  z-index: 800;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uFTiBCZskd nav.navbar {
  position: fixed;
}
.cid-uFTiBCZskd .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTiBCZskd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTiBCZskd .dropdown-item:hover,
.cid-uFTiBCZskd .dropdown-item:focus {
  background: #d60505 !important;
  color: white !important;
}
.cid-uFTiBCZskd .dropdown-item:hover span {
  color: white;
}
.cid-uFTiBCZskd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTiBCZskd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTiBCZskd .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTiBCZskd .nav-link {
  position: relative;
}
.cid-uFTiBCZskd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTiBCZskd .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTiBCZskd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown-menu,
.cid-uFTiBCZskd .navbar.opened {
  background: #82939b !important;
}
.cid-uFTiBCZskd .nav-item:focus,
.cid-uFTiBCZskd .nav-link:focus {
  outline: none;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTiBCZskd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTiBCZskd .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTiBCZskd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTiBCZskd .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTiBCZskd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar.collapsed {
  justify-content: center;
}
.cid-uFTiBCZskd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTiBCZskd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTiBCZskd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTiBCZskd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTiBCZskd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTiBCZskd .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-uFTiBCZskd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTiBCZskd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTiBCZskd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTiBCZskd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTiBCZskd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTiBCZskd .navbar.navbar-short {
  min-height: 80px;
}
.cid-uFTiBCZskd .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uFTiBCZskd .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTiBCZskd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTiBCZskd .dropdown-item.active,
.cid-uFTiBCZskd .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTiBCZskd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTiBCZskd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTiBCZskd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTiBCZskd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTiBCZskd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTiBCZskd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar {
    height: 70px;
  }
  .cid-uFTiBCZskd .navbar.opened {
    height: auto;
  }
  .cid-uFTiBCZskd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvgtu55mKb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hood-von-oben-grun-2000x1822.webp");
}
.cid-uvgtu55mKb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvgtu55mKb .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-uvgtu55mKb .container {
    padding: 0 16px;
  }
}
.cid-uvgtu55mKb .card {
  justify-content: center;
}
.cid-uvgtu55mKb .card:first-child {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uvgtu55mKb .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uvgtu55mKb .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uvgtu55mKb .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uvgtu55mKb .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uvgtu55mKb .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uvgtu55mKb .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: 25px 60px 60px #1c1c1c;
}
.cid-uvgtu55mKb .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-uvgtu55mKb .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-uvgtu55mKb .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-uvgtu55mKb .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  border-radius: 3rem !important;
}
.cid-uvgtu55mKb .mbr-section-title {
  color: #ffffff;
}
.cid-uvgtu55mKb .mbr-text {
  color: #f4f4f4;
}
.cid-uvfvuhSlgJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvfvuhSlgJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvfvuhSlgJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvfvuhSlgJ .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uvfvuhSlgJ .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-uvfvuhSlgJ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uvfvuhSlgJ .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uvfvuhSlgJ .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uvfvuhSlgJ .header-menu li p {
  margin: 0;
}
.cid-uvfvuhSlgJ .mbr-section-title {
  color: #495259;
}
.cid-uvfvuhSlgJ .header-menu-item {
  color: #ffffff;
}
.cid-uvfvuhSlgJ .mbr-text,
.cid-uvfvuhSlgJ .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uvfvuhSlgJ .content-head {
  max-width: 800px;
}
.cid-u4md29J4uA {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u4md29J4uA p {
  line-height: 1.6;
}
.cid-u4md29J4uA .card-box {
  width: -webkit-fill-available;
}
.cid-u4md29J4uA .card-img span {
  font-size: 96px;
  padding: 0.6rem;
  margin: 0 1rem;
  border-radius: 8px;
}
.cid-u4md29J4uA .card-img .img1 {
  color: #82939b !important;
}
.cid-u4md29J4uA .card-img .img2 {
  color: #82939b !important;
}
.cid-u4md29J4uA .card-img .img3 {
  color: #82939b !important;
}
.cid-u4md29J4uA .card-img .img4 {
  color: #82939b !important;
}
.cid-u4md29J4uA .card-img .img5 {
  color: #82939b !important;
}
.cid-u4md29J4uA .card-img .img6 {
  color: #82939b !important;
}
.cid-u4md29J4uA .mbr-iconfont {
  font-size: 3rem !important;
}
.cid-u4md29J4uA .card-wrapper {
  display: flex;
  flex-direction: row;
}
.cid-u4md29J4uA .card {
  height: 100%;
  margin: auto;
}
.cid-u4md29J4uA img {
  width: 100%;
  heigth: auto;
}
.cid-u4md29J4uA .card-title1 {
  color: #495259;
  text-align: left;
}
.cid-u4md29J4uA .mbr-text1 {
  color: #495259;
  text-align: left;
}
.cid-u4md29J4uA .card-title2 {
  color: #495259;
}
.cid-u4md29J4uA .mbr-text2 {
  color: #495259;
}
@media (max-width: 576px) {
  .cid-u4md29J4uA .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 0 0!important;
  }
  .cid-u4md29J4uA .card-img {
    order: 1;
  }
  .cid-u4md29J4uA .card-box {
    order: 2;
  }
}
.cid-u4md29J4uA .card-img {
  width: auto;
}
.cid-u4md29J4uA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4md29J4uA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCUhWDmAgC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #82939b;
}
.cid-uCUhWDmAgC .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-col {
    flex-direction: column;
  }
}
.cid-uCUhWDmAgC .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .brand-name {
    margin-top: 1rem;
  }
}
.cid-uCUhWDmAgC .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-wrap {
    margin-right: 0;
  }
}
.cid-uCUhWDmAgC .cards-row,
.cid-uCUhWDmAgC .social-row,
.cid-uCUhWDmAgC .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .cards-row,
  .cid-uCUhWDmAgC .social-row,
  .cid-uCUhWDmAgC .menu-row {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .menu-row {
  margin-bottom: 1rem;
}
.cid-uCUhWDmAgC .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .foot-menu {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uCUhWDmAgC .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uCUhWDmAgC .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .row {
    text-align: center;
  }
  .cid-uCUhWDmAgC .cards-col {
    justify-content: center;
  }
  .cid-uCUhWDmAgC .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uCUhWDmAgC .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uCUhWDmAgC .card-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uCUhWDmAgC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCUhWDmAgC .soc-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .mbr-iconfont {
  color: #ffffff;
}
.cid-uCUhWDmAgC .mbr-text {
  color: #ffffff;
}
.cid-uFTiBCZskd {
  z-index: 800;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uFTiBCZskd nav.navbar {
  position: fixed;
}
.cid-uFTiBCZskd .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTiBCZskd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTiBCZskd .dropdown-item:hover,
.cid-uFTiBCZskd .dropdown-item:focus {
  background: #d60505 !important;
  color: white !important;
}
.cid-uFTiBCZskd .dropdown-item:hover span {
  color: white;
}
.cid-uFTiBCZskd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTiBCZskd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTiBCZskd .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTiBCZskd .nav-link {
  position: relative;
}
.cid-uFTiBCZskd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTiBCZskd .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTiBCZskd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown-menu,
.cid-uFTiBCZskd .navbar.opened {
  background: #82939b !important;
}
.cid-uFTiBCZskd .nav-item:focus,
.cid-uFTiBCZskd .nav-link:focus {
  outline: none;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTiBCZskd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTiBCZskd .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTiBCZskd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTiBCZskd .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTiBCZskd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar.collapsed {
  justify-content: center;
}
.cid-uFTiBCZskd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTiBCZskd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTiBCZskd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTiBCZskd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTiBCZskd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTiBCZskd .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-uFTiBCZskd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTiBCZskd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTiBCZskd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTiBCZskd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTiBCZskd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTiBCZskd .navbar.navbar-short {
  min-height: 80px;
}
.cid-uFTiBCZskd .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uFTiBCZskd .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTiBCZskd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTiBCZskd .dropdown-item.active,
.cid-uFTiBCZskd .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTiBCZskd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTiBCZskd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTiBCZskd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTiBCZskd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTiBCZskd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTiBCZskd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar {
    height: 70px;
  }
  .cid-uFTiBCZskd .navbar.opened {
    height: auto;
  }
  .cid-uFTiBCZskd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYVsgUnINM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYVsgUnINM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYVsgUnINM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYVsgUnINM .content-head {
  max-width: 800px;
}
.cid-tYVsgUnINM .mbr-text,
.cid-tYVsgUnINM .mbr-section-btn {
  color: #495259;
}
.cid-tYVsgUnINM .mbr-section-title {
  color: #495259;
}
.cid-tYVpI59S91 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tYVpI59S91 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYVpI59S91 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYVpI59S91 .content-head {
  max-width: 800px;
}
.cid-tYZQnyDutU {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tYZQnyDutU .mbr-text {
  color: #495259;
  text-align: center;
}
.cid-tYZQnyDutU .mbr-section-subtitle {
  color: #000000;
}
.cid-tYZQnyDutU .mbr-section-title {
  color: #495259;
  text-align: center;
}
.cid-tYVtD0suf9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tYVtD0suf9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYVtD0suf9 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-tYVtD0suf9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYVtD0suf9 .item-wrapper {
  background: #dce0e3;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-tYVtD0suf9 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-tYVtD0suf9 .card-title,
.cid-tYVtD0suf9 .iconfont-wrapper {
  color: #000000;
}
.cid-tYVtD0suf9 .card-text {
  color: #495259;
}
.cid-tYVtD0suf9 .content-head {
  max-width: 800px;
}
.cid-tYVtD0suf9 .mbr-section-title {
  color: #000000;
}
.cid-tYZPIXhrsw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYZPIXhrsw .mbr-text {
  color: #495259;
  text-align: center;
}
.cid-tYZPIXhrsw .mbr-section-subtitle {
  color: #000000;
}
.cid-tYZPIXhrsw .mbr-section-title {
  color: #000000;
}
.cid-tYZQ6JNTKU {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tYZQ6JNTKU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYZQ6JNTKU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYZQ6JNTKU .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tYZQ6JNTKU .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-tYZQ6JNTKU .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tYZQ6JNTKU .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tYZQ6JNTKU .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tYZQ6JNTKU .header-menu li p {
  margin: 0;
}
.cid-tYZQ6JNTKU .content-head {
  max-width: 800px;
}
.cid-uCUhWDmAgC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #82939b;
}
.cid-uCUhWDmAgC .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-col {
    flex-direction: column;
  }
}
.cid-uCUhWDmAgC .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .brand-name {
    margin-top: 1rem;
  }
}
.cid-uCUhWDmAgC .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-wrap {
    margin-right: 0;
  }
}
.cid-uCUhWDmAgC .cards-row,
.cid-uCUhWDmAgC .social-row,
.cid-uCUhWDmAgC .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .cards-row,
  .cid-uCUhWDmAgC .social-row,
  .cid-uCUhWDmAgC .menu-row {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .menu-row {
  margin-bottom: 1rem;
}
.cid-uCUhWDmAgC .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .foot-menu {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uCUhWDmAgC .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uCUhWDmAgC .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .row {
    text-align: center;
  }
  .cid-uCUhWDmAgC .cards-col {
    justify-content: center;
  }
  .cid-uCUhWDmAgC .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uCUhWDmAgC .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uCUhWDmAgC .card-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uCUhWDmAgC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCUhWDmAgC .soc-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .mbr-iconfont {
  color: #ffffff;
}
.cid-uCUhWDmAgC .mbr-text {
  color: #ffffff;
}
.cid-uFTiBCZskd {
  z-index: 800;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uFTiBCZskd nav.navbar {
  position: fixed;
}
.cid-uFTiBCZskd .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTiBCZskd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTiBCZskd .dropdown-item:hover,
.cid-uFTiBCZskd .dropdown-item:focus {
  background: #d60505 !important;
  color: white !important;
}
.cid-uFTiBCZskd .dropdown-item:hover span {
  color: white;
}
.cid-uFTiBCZskd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTiBCZskd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTiBCZskd .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTiBCZskd .nav-link {
  position: relative;
}
.cid-uFTiBCZskd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTiBCZskd .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTiBCZskd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown-menu,
.cid-uFTiBCZskd .navbar.opened {
  background: #82939b !important;
}
.cid-uFTiBCZskd .nav-item:focus,
.cid-uFTiBCZskd .nav-link:focus {
  outline: none;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTiBCZskd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTiBCZskd .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTiBCZskd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTiBCZskd .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTiBCZskd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar.collapsed {
  justify-content: center;
}
.cid-uFTiBCZskd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTiBCZskd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTiBCZskd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTiBCZskd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTiBCZskd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTiBCZskd .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-uFTiBCZskd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTiBCZskd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTiBCZskd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTiBCZskd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTiBCZskd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTiBCZskd .navbar.navbar-short {
  min-height: 80px;
}
.cid-uFTiBCZskd .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uFTiBCZskd .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTiBCZskd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTiBCZskd .dropdown-item.active,
.cid-uFTiBCZskd .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTiBCZskd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTiBCZskd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTiBCZskd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTiBCZskd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTiBCZskd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTiBCZskd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar {
    height: 70px;
  }
  .cid-uFTiBCZskd .navbar.opened {
    height: auto;
  }
  .cid-uFTiBCZskd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uveI5G2dCt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #dce0e3;
}
.cid-uveI5G2dCt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uveI5G2dCt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uveI5G2dCt .content-head {
  max-width: 800px;
}
.cid-uveI5G2dCt .mbr-section-title {
  color: #495259;
}
.cid-uveI5G2dCt .mbr-text,
.cid-uveI5G2dCt .mbr-section-btn {
  color: #495259;
}
.cid-uvlg1HSvcm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/people2-2000x1083.webp");
}
.cid-uvlg1HSvcm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlg1HSvcm .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-uvlg1HSvcm .container {
    padding: 0 24px;
  }
}
.cid-uvlg1HSvcm .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 42px 48px 48px;
  width: 40%;
}
@media (max-width: 1440px) {
  .cid-uvlg1HSvcm .card-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 1200px) {
  .cid-uvlg1HSvcm .card-wrapper .card-wrap {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uvlg1HSvcm .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-uvlg1HSvcm .card-wrapper .card-wrap .mbr-desc {
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uvlg1HSvcm .card-wrapper .card-wrap .mbr-desc {
    margin-bottom: 28px;
  }
}
.cid-uvlg1HSvcm .card-wrapper .card-wrap .mbr-section-title {
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uvlg1HSvcm .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uvlg1HSvcm .card-wrapper .card-wrap .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-uvlg1HSvcm .mbr-desc {
  color: #495259;
}
.cid-uvlg1HSvcm .mbr-section-title {
  color: #202020;
}
.cid-uvlg1HSvcm .mbr-text {
  color: #495259;
}
.cid-uvlg1HSvcm .mbr-section-title,
.cid-uvlg1HSvcm .card-wrapper {
  color: #d60505;
}
.cid-uvm5XRmRGV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #dce0e3;
}
.cid-uvm5XRmRGV .circle-wrap {
  position: absolute;
  top: -22%;
  right: -10%;
  width: 1500px;
  height: 1500px;
  border-radius: 100%;
  border: 210px solid #ffffff;
}
.cid-uvm5XRmRGV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvm5XRmRGV .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-uvm5XRmRGV .container {
    padding: 0 15px;
  }
}
.cid-uvm5XRmRGV .row {
  position: relative;
  z-index: 1;
}
.cid-uvm5XRmRGV .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uvm5XRmRGV .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uvm5XRmRGV .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uvm5XRmRGV .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uvm5XRmRGV .image-wrapper {
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uvm5XRmRGV .image-wrapper {
    padding: 0;
  }
}
.cid-uvm5XRmRGV .image-wrapper img {
  height: 408px;
  width: 65%;
  object-fit: cover;
  transform: skewX(-10deg);
}
@media (max-width: 992px) {
  .cid-uvm5XRmRGV .image-wrapper img {
    width: 100%;
    transform: none;
  }
}
.cid-uvm5XRmRGV .image-wrapper img:nth-child(2) {
  margin: 48px 0 0 35%;
}
@media (max-width: 992px) {
  .cid-uvm5XRmRGV .image-wrapper img:nth-child(2) {
    margin: 48px 0 0 0;
  }
}
.cid-uvm5XRmRGV .mbr-section-title {
  color: #30262b;
}
.cid-uvm5XRmRGV .mbr-text {
  color: #495259;
}
.cid-uvm5XRmRGV .mbr-section-title,
.cid-uvm5XRmRGV .mbr-section-btn {
  color: #d60505;
}
.cid-tYJRVzG78A {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tYJRVzG78A .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYJRVzG78A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYJRVzG78A .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tYJRVzG78A .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-tYJRVzG78A .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tYJRVzG78A .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tYJRVzG78A .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tYJRVzG78A .header-menu li p {
  margin: 0;
}
.cid-tYJRVzG78A .content-head {
  max-width: 800px;
}
.cid-tYJRVzG78A .mbr-section-title {
  color: #495259;
}
.cid-tYJRVzG78A .mbr-text,
.cid-tYJRVzG78A .mbr-section-btn {
  color: #495259;
}
.cid-tZ1njaC4O8 {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #dce0e3;
}
.cid-tZ1njaC4O8 img,
.cid-tZ1njaC4O8 .item-img {
  width: 100%;
}
.cid-tZ1njaC4O8 .item:focus,
.cid-tZ1njaC4O8 span:focus {
  outline: none;
}
.cid-tZ1njaC4O8 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tZ1njaC4O8 .item {
    margin-bottom: 1rem;
  }
}
.cid-tZ1njaC4O8 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-tZ1njaC4O8 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tZ1njaC4O8 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-tZ1njaC4O8 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tZ1njaC4O8 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tZ1njaC4O8 .mbr-section-title {
  color: #495259;
}
.cid-tZ1njaC4O8 .item-title {
  text-align: left;
  color: #495259;
}
.cid-tZ1njaC4O8 .item-subtitle {
  text-align: left;
}
.cid-tZ1njaC4O8 .mbr-text,
.cid-tZ1njaC4O8 .item .mbr-section-btn {
  text-align: left;
  color: #495259;
}
.cid-tZ1njaC4O8 .content-head {
  max-width: 800px;
}
.cid-tZ1oVO3tHy {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #dce0e3;
}
.cid-tZ1oVO3tHy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ1oVO3tHy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ1oVO3tHy .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-tZ1oVO3tHy .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tZ1oVO3tHy .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-tZ1oVO3tHy .card-wrapper {
    padding: 4rem;
  }
}
.cid-tZ1oVO3tHy .mbr-text,
.cid-tZ1oVO3tHy .mbr-section-btn {
  text-align: center;
  color: #495259;
}
.cid-tZ1oVO3tHy .card-title {
  color: #d60505;
}
.cid-tYVnW8BGbR {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYVnW8BGbR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYVnW8BGbR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYVnW8BGbR .content-head {
  max-width: 800px;
}
.cid-tYVojURmLG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYVojURmLG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYVojURmLG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYVojURmLG .content-head {
  max-width: 800px;
}
.cid-uCUhWDmAgC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #82939b;
}
.cid-uCUhWDmAgC .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-col {
    flex-direction: column;
  }
}
.cid-uCUhWDmAgC .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .brand-name {
    margin-top: 1rem;
  }
}
.cid-uCUhWDmAgC .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-wrap {
    margin-right: 0;
  }
}
.cid-uCUhWDmAgC .cards-row,
.cid-uCUhWDmAgC .social-row,
.cid-uCUhWDmAgC .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .cards-row,
  .cid-uCUhWDmAgC .social-row,
  .cid-uCUhWDmAgC .menu-row {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .menu-row {
  margin-bottom: 1rem;
}
.cid-uCUhWDmAgC .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .foot-menu {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uCUhWDmAgC .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uCUhWDmAgC .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .row {
    text-align: center;
  }
  .cid-uCUhWDmAgC .cards-col {
    justify-content: center;
  }
  .cid-uCUhWDmAgC .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uCUhWDmAgC .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uCUhWDmAgC .card-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uCUhWDmAgC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCUhWDmAgC .soc-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .mbr-iconfont {
  color: #ffffff;
}
.cid-uCUhWDmAgC .mbr-text {
  color: #ffffff;
}
.cid-uFTiBCZskd {
  z-index: 800;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uFTiBCZskd nav.navbar {
  position: fixed;
}
.cid-uFTiBCZskd .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTiBCZskd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTiBCZskd .dropdown-item:hover,
.cid-uFTiBCZskd .dropdown-item:focus {
  background: #d60505 !important;
  color: white !important;
}
.cid-uFTiBCZskd .dropdown-item:hover span {
  color: white;
}
.cid-uFTiBCZskd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTiBCZskd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTiBCZskd .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTiBCZskd .nav-link {
  position: relative;
}
.cid-uFTiBCZskd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTiBCZskd .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTiBCZskd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown-menu,
.cid-uFTiBCZskd .navbar.opened {
  background: #82939b !important;
}
.cid-uFTiBCZskd .nav-item:focus,
.cid-uFTiBCZskd .nav-link:focus {
  outline: none;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTiBCZskd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTiBCZskd .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTiBCZskd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTiBCZskd .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTiBCZskd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar.collapsed {
  justify-content: center;
}
.cid-uFTiBCZskd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTiBCZskd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTiBCZskd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTiBCZskd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTiBCZskd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTiBCZskd .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-uFTiBCZskd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTiBCZskd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTiBCZskd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTiBCZskd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTiBCZskd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTiBCZskd .navbar.navbar-short {
  min-height: 80px;
}
.cid-uFTiBCZskd .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uFTiBCZskd .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTiBCZskd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTiBCZskd .dropdown-item.active,
.cid-uFTiBCZskd .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTiBCZskd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTiBCZskd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTiBCZskd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTiBCZskd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTiBCZskd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTiBCZskd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar {
    height: 70px;
  }
  .cid-uFTiBCZskd .navbar.opened {
    height: auto;
  }
  .cid-uFTiBCZskd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYVxdJmqYw {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #dce0e3;
}
.cid-tYVxdJmqYw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYVxdJmqYw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYVxdJmqYw .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tYVxdJmqYw .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-tYVxdJmqYw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tYVxdJmqYw .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tYVxdJmqYw .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tYVxdJmqYw .header-menu li p {
  margin: 0;
}
.cid-tYVxdJmqYw .content-head {
  max-width: 800px;
}
.cid-tYVxdJmqYw .mbr-section-title {
  color: #495259;
}
.cid-tYJrqrJACj {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #dce0e3;
}
.cid-tYJrqrJACj img,
.cid-tYJrqrJACj .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tYJrqrJACj .item:focus,
.cid-tYJrqrJACj span:focus {
  outline: none;
}
.cid-tYJrqrJACj .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tYJrqrJACj .item {
    margin-bottom: 1rem;
  }
}
.cid-tYJrqrJACj .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tYJrqrJACj .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tYJrqrJACj .item-wrapper .item-footer {
  margin-top: auto;
}
@media (min-width: 992px) {
  .cid-tYJrqrJACj .item-wrapper .item-content {
    padding: 2.25rem;
  }
}
@media (max-width: 991px) {
  .cid-tYJrqrJACj .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-tYJrqrJACj .mbr-section-title {
  color: #232323;
}
.cid-tYJrqrJACj .mbr-text,
.cid-tYJrqrJACj .mbr-section-btn {
  text-align: center;
}
.cid-tYJrqrJACj .item-title {
  text-align: center;
  color: #d60505;
}
.cid-tYJrqrJACj .content-head {
  max-width: 800px;
}
.cid-tYJrqrJACj .mbr-text,
.cid-tYJrqrJACj .item-wrapper .mbr-section-btn {
  color: #495259;
}
.cid-tYJrqrJACj .mbr-section-title,
.cid-tYJrqrJACj .mbr-section-head .mbr-section-btn {
  color: #495259;
}
.cid-tYVwSdyw1l {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #dce0e3;
}
.cid-tYVwSdyw1l img,
.cid-tYVwSdyw1l .item-img {
  width: 100%;
}
.cid-tYVwSdyw1l .item:focus,
.cid-tYVwSdyw1l span:focus {
  outline: none;
}
.cid-tYVwSdyw1l .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tYVwSdyw1l .item {
    margin-bottom: 1rem;
  }
}
.cid-tYVwSdyw1l .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-tYVwSdyw1l .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tYVwSdyw1l .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-tYVwSdyw1l .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tYVwSdyw1l .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tYVwSdyw1l .mbr-section-title {
  color: #495259;
}
.cid-tYVwSdyw1l .item-title {
  text-align: left;
}
.cid-tYVwSdyw1l .item-subtitle {
  text-align: left;
}
.cid-tYVwSdyw1l .mbr-text,
.cid-tYVwSdyw1l .item .mbr-section-btn {
  text-align: left;
  color: #495259;
}
.cid-tYVwSdyw1l .content-head {
  max-width: 800px;
}
.cid-tYVyJ5G5Vz {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #dce0e3;
}
.cid-tYVyJ5G5Vz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYVyJ5G5Vz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYVyJ5G5Vz .content-head {
  max-width: 800px;
}
.cid-uCUhWDmAgC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #82939b;
}
.cid-uCUhWDmAgC .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-col {
    flex-direction: column;
  }
}
.cid-uCUhWDmAgC .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .brand-name {
    margin-top: 1rem;
  }
}
.cid-uCUhWDmAgC .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-wrap {
    margin-right: 0;
  }
}
.cid-uCUhWDmAgC .cards-row,
.cid-uCUhWDmAgC .social-row,
.cid-uCUhWDmAgC .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .cards-row,
  .cid-uCUhWDmAgC .social-row,
  .cid-uCUhWDmAgC .menu-row {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .menu-row {
  margin-bottom: 1rem;
}
.cid-uCUhWDmAgC .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .foot-menu {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uCUhWDmAgC .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uCUhWDmAgC .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .row {
    text-align: center;
  }
  .cid-uCUhWDmAgC .cards-col {
    justify-content: center;
  }
  .cid-uCUhWDmAgC .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uCUhWDmAgC .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uCUhWDmAgC .card-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uCUhWDmAgC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCUhWDmAgC .soc-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .mbr-iconfont {
  color: #ffffff;
}
.cid-uCUhWDmAgC .mbr-text {
  color: #ffffff;
}
.cid-uFTiBCZskd {
  z-index: 800;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uFTiBCZskd nav.navbar {
  position: fixed;
}
.cid-uFTiBCZskd .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTiBCZskd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTiBCZskd .dropdown-item:hover,
.cid-uFTiBCZskd .dropdown-item:focus {
  background: #d60505 !important;
  color: white !important;
}
.cid-uFTiBCZskd .dropdown-item:hover span {
  color: white;
}
.cid-uFTiBCZskd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTiBCZskd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTiBCZskd .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTiBCZskd .nav-link {
  position: relative;
}
.cid-uFTiBCZskd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTiBCZskd .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTiBCZskd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown-menu,
.cid-uFTiBCZskd .navbar.opened {
  background: #82939b !important;
}
.cid-uFTiBCZskd .nav-item:focus,
.cid-uFTiBCZskd .nav-link:focus {
  outline: none;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTiBCZskd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTiBCZskd .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTiBCZskd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTiBCZskd .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTiBCZskd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar.collapsed {
  justify-content: center;
}
.cid-uFTiBCZskd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTiBCZskd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTiBCZskd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTiBCZskd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTiBCZskd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTiBCZskd .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-uFTiBCZskd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTiBCZskd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTiBCZskd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTiBCZskd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTiBCZskd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTiBCZskd .navbar.navbar-short {
  min-height: 80px;
}
.cid-uFTiBCZskd .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uFTiBCZskd .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTiBCZskd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTiBCZskd .dropdown-item.active,
.cid-uFTiBCZskd .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTiBCZskd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTiBCZskd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTiBCZskd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTiBCZskd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTiBCZskd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTiBCZskd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar {
    height: 70px;
  }
  .cid-uFTiBCZskd .navbar.opened {
    height: auto;
  }
  .cid-uFTiBCZskd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urmVAUcoCl {
  display: flex;
  background-image: url("../../../assets/images/city2a1a-2000x1186.webp");
}
.cid-urmVAUcoCl .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-urmVAUcoCl {
    align-items: flex-end;
  }
  .cid-urmVAUcoCl .row {
    justify-content: center;
  }
  .cid-urmVAUcoCl .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-urmVAUcoCl .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-urmVAUcoCl {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-urmVAUcoCl .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-urmVAUcoCl .content-wrap {
    width: 100%;
  }
}
.cid-urmVAUcoCl .mbr-section-title,
.cid-urmVAUcoCl .mbr-section-subtitle {
  text-align: center;
}
.cid-urmVAUcoCl .mbr-text,
.cid-urmVAUcoCl .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-urmVAUcoCl .mbr-section-title {
  color: #f1f3f4;
}
.cid-uQVc99FaXK {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uQVc99FaXK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQVc99FaXK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQVc99FaXK .content-text {
  max-width: 800px;
}
.cid-uQVc99FaXK .mbr-description {
  color: #495259;
}
.cid-uM9ho6Nyxa {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uM9ho6Nyxa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM9ho6Nyxa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM9ho6Nyxa .content-head {
  max-width: 800px;
}
.cid-uM9ho6Nyxa .mbr-section-title {
  color: #495259;
}
.cid-uM9ho6Nyxa .mbr-text,
.cid-uM9ho6Nyxa .mbr-section-btn {
  color: #495259;
}
.cid-uM9hrbgzmM {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uM9hrbgzmM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM9hrbgzmM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM9hrbgzmM .content-head {
  max-width: 800px;
}
.cid-uM9hrbgzmM .mbr-section-title {
  color: #495259;
}
.cid-uM9hrbgzmM .mbr-text,
.cid-uM9hrbgzmM .mbr-section-btn {
  color: #495259;
}
.cid-uMjPokVqUO {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hand-mit-app2engl-2000x1217.webp");
}
.cid-uMjPokVqUO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjPokVqUO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjPokVqUO .items-wrap {
  justify-content: space-between;
}
.cid-uMjPokVqUO .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uMjPokVqUO .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMjPokVqUO .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uMjPokVqUO .content-wrapper .mbr-section-title span {
  color: #d60505;
}
.cid-uMjPokVqUO .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uMjPokVqUO .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uMjPokVqUO .content-wrapper .tags-wrapper .tags-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uMjPokVqUO .content-wrapper .tags-wrapper .tags-wrap .tag-wrap {
  display: inline-flex;
  align-items: center;
  margin: 0 10px 10px 0;
  padding: 10px 14px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  background-color: transparent;
}
.cid-uMjPokVqUO .content-wrapper .tags-wrapper .tags-wrap .tag-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .7;
}
.cid-uMjPokVqUO .content-wrapper .tags-wrapper .tags-wrap .tag-wrap .icon-wrapper {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #d60505;
  margin-right: 10px;
}
.cid-uMjPokVqUO .content-wrapper .tags-wrapper .tags-wrap .tag-wrap .icon-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
  color: transparent;
  background: linear-gradient(#ffffff 40%, transparent);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uMjPokVqUO .content-wrapper .tags-wrapper .tags-wrap .tag-wrap .mbr-tag {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uMjPokVqUO .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uMjPokVqUO .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uMjPokVqUO .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMjPokVqUO .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uMjPokVqUO .content-wrapper .social-wrapper {
  margin-top: 76px;
}
@media (max-width: 992px) {
  .cid-uMjPokVqUO .content-wrapper .social-wrapper {
    margin-top: 32px;
  }
}
.cid-uMjPokVqUO .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
}
.cid-uMjPokVqUO .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uMjPokVqUO .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uMjPokVqUO .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  border: 1px solid #ffffff;
}
.cid-uMjPokVqUO .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  font-size: 20px;
  border: 1px solid #bbbbbb;
  transition: all 0.3s ease-in-out;
  margin: 10px 5px;
}
.cid-uMjPokVqUO .mbr-section-title {
  color: #ffffff;
}
.cid-uMjPokVqUO .mbr-text {
  color: #ffffff;
}
.cid-uMjPokVqUO .mbr-tag {
  color: #495259;
}
.cid-uMjPokVqUO .social-wrapper {
  text-align: right;
}
.cid-uMjPokVqUO .mbr-section-title,
.cid-uMjPokVqUO .mbr-section-btn,
.cid-uMjPokVqUO .social-wrapper,
.cid-uMjPokVqUO .tags-wrapper {
  color: #ffffff;
}
.cid-uBFlIpVXUL {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-uBFlIpVXUL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBFlIpVXUL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBFlIpVXUL .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBFlIpVXUL .container-fluid {
    padding: 0 20px;
  }
}
.cid-uBFlIpVXUL .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uBFlIpVXUL .container {
    padding: 0 20px;
  }
}
.cid-uBFlIpVXUL .mbr-section-title {
  margin-bottom: 64px;
  color: #495259;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uBFlIpVXUL .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uBFlIpVXUL .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-uBFlIpVXUL .embla__slide {
    min-width: 100%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uBFlIpVXUL .embla__slide .card-wrap .item-wrapper {
  margin-bottom: 16px;
}
.cid-uBFlIpVXUL .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-uBFlIpVXUL .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBFlIpVXUL .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 280px;
  }
}
.cid-uBFlIpVXUL .embla__slide .card-wrap .content-wrap .mbr-name {
  margin-bottom: 16px;
}
.cid-uBFlIpVXUL .embla__slide .card-wrap .content-wrap .mbr-role {
  margin-bottom: 16px;
}
.cid-uBFlIpVXUL .embla__slide .card-wrap .content-wrap .soc-wrapper .soc-wrap {
  display: inline-flex;
}
.cid-uBFlIpVXUL .embla__slide .card-wrap .content-wrap .soc-wrapper .soc-wrap .mbr-iconfont {
  margin-right: 16px;
  width: 32px;
  height: 32px;
  font-size: 16px;
  color: #1d1d1d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1d1d1d;
  border-radius: 100%;
  transition: all 0.3s ease-out;
}
.cid-uBFlIpVXUL .embla__slide .card-wrap .content-wrap .soc-wrapper .soc-wrap .mbr-iconfont:hover {
  opacity: .7;
}
.cid-uBFlIpVXUL .embla__button--next,
.cid-uBFlIpVXUL .embla__button--prev {
  display: flex;
}
.cid-uBFlIpVXUL .embla__button {
  top: -2rem;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #d60505;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uBFlIpVXUL .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBFlIpVXUL .embla__button:hover {
  background: transparent;
  color: #d60505;
  opacity: .7;
}
.cid-uBFlIpVXUL .embla__button.embla__button--prev {
  left: auto;
  right: 2rem;
  margin-left: 0;
}
.cid-uBFlIpVXUL .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uBFlIpVXUL .embla__button {
    top: -1.5rem;
  }
}
.cid-uBFlIpVXUL .embla {
  position: relative;
  width: 100%;
}
.cid-uBFlIpVXUL .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBFlIpVXUL .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBFlIpVXUL .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBFlIpVXUL .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBFlIpVXUL .mbr-name {
  color: #1d1d1d;
}
.cid-uBFlIpVXUL .mbr-role {
  color: #495259;
}
.cid-uBFlIpVXUL .mbr-name,
.cid-uBFlIpVXUL .soc-wrapper {
  color: #495259;
}
.cid-uMO7TdIan3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mann-entspannt-2000x1348.webp");
}
.cid-uMO7TdIan3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMO7TdIan3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMO7TdIan3 .row {
  margin: 0 -8px;
}
.cid-uMO7TdIan3 .row .card {
  padding: 0 8px;
}
.cid-uMO7TdIan3 .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uMO7TdIan3 .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uMO7TdIan3 .card-wrapper {
    padding: 24px;
  }
}
.cid-uMO7TdIan3 .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uMO7TdIan3 .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d60505;
  opacity: .6;
}
.cid-uMO7TdIan3 .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uMO7TdIan3 .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uMO7TdIan3 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uMO7TdIan3 .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uMO7TdIan3 .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uMO7TdIan3 .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uMO7TdIan3 .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMO7TdIan3 .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uMO7TdIan3 .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uMO7TdIan3 .mbr-text,
.cid-uMO7TdIan3 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uMO7TdIan3 .mbr-section-title,
.cid-uMO7TdIan3 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uMoEoak5N5 {
  display: flex;
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uMoEoak5N5 {
    align-items: flex-end;
  }
  .cid-uMoEoak5N5 .row {
    justify-content: flex-start;
  }
  .cid-uMoEoak5N5 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uMoEoak5N5 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uMoEoak5N5 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uMoEoak5N5 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uMoEoak5N5 .content-wrap {
    width: 100%;
  }
}
.cid-uMoEoak5N5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMoEoak5N5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMoEoak5N5 .mbr-section-title,
.cid-uMoEoak5N5 .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uMoEoak5N5 .mbr-text,
.cid-uMoEoak5N5 .mbr-section-btn {
  text-align: left;
  color: #495259;
}
.cid-uNhlDLVC27 {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #82939b;
}
@media (min-width: 768px) {
  .cid-uNhlDLVC27 {
    align-items: flex-end;
  }
  .cid-uNhlDLVC27 .row {
    justify-content: flex-start;
  }
  .cid-uNhlDLVC27 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uNhlDLVC27 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uNhlDLVC27 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uNhlDLVC27 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uNhlDLVC27 .content-wrap {
    width: 100%;
  }
}
.cid-uNhlDLVC27 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNhlDLVC27 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNhlDLVC27 .mbr-section-title,
.cid-uNhlDLVC27 .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uNhlDLVC27 .mbr-text,
.cid-uNhlDLVC27 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uNg7iRG4bl {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #82939b;
}
.cid-uNg7iRG4bl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNg7iRG4bl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNg7iRG4bl .items-wrapper {
  justify-content: center;
  margin: 0 -40px;
}
.cid-uNg7iRG4bl .items-wrapper .item {
  padding: 0 40px;
}
.cid-uNg7iRG4bl .item {
  margin-bottom: 40px;
}
.cid-uNg7iRG4bl .item .item-wrapper .item-content .title-wrapper {
  margin-bottom: 10px;
}
.cid-uNg7iRG4bl .item .item-wrapper .item-content .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uNg7iRG4bl .item .item-wrapper .item-content .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
  color: #ffffff;
  margin-right: 10px;
}
.cid-uNg7iRG4bl .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uNg7iRG4bl .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uNg7iRG4bl .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uNg7iRG4bl .item-title {
  color: #19171c;
}
.cid-uNg7iRG4bl .item-text {
  color: #6e6e73;
}
.cid-uNg7iRG4bl .item-title,
.cid-uNg7iRG4bl .title-wrapper {
  color: #ffffff;
}
.cid-uNg7iRG4bl .item-text,
.cid-uNg7iRG4bl .mbr-section-btn {
  color: #ffffff;
}
.cid-uMoAg4O22B {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(to right, #ffffff 0%, #ffffff 30%, #ffffff 30%, #ffffff 100%);
}
.cid-uMoAg4O22B .animated-element {
  color: #495259;
}
.cid-uMoAg4O22B .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMoAg4O22B .mbr-section-subtitle {
  color: #495259;
}
@media (min-width: 992px) {
  .cid-uMoAg4O22B .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uMoAg4O22B .mbr-figure {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-uMoAg4O22B {
    background: #ffffff;
  }
  .cid-uMoAg4O22B .img-block {
    padding-bottom: 2rem;
  }
}
.cid-uMoAg4O22B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMoAg4O22B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMoAg4O22B .mbr-section-title {
  color: #d60505;
}
.cid-uMoAg4O22B .mbr-text,
.cid-uMoAg4O22B .mbr-section-btn {
  color: #495259;
}
.cid-uM9hsHdl8S {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d60505;
}
.cid-uM9hsHdl8S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM9hsHdl8S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM9hsHdl8S .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uM9hsHdl8S .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uM9hsHdl8S img {
  border-radius: 2rem;
}
.cid-uM9hsHdl8S .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uM9hsHdl8S .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uM9hsHdl8S .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uM9hsHdl8S .mbr-section-title {
  color: #ffffff;
}
.cid-uM9hsHdl8S .mbr-text,
.cid-uM9hsHdl8S .mbr-section-btn {
  color: #ffffff;
}
.cid-uruNEJFmPe {
  display: flex;
  background-image: url("../../../assets/images/handy-mit-skyline-2000x1393.webp");
}
.cid-uruNEJFmPe .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uruNEJFmPe {
    align-items: flex-end;
  }
  .cid-uruNEJFmPe .row {
    justify-content: center;
  }
  .cid-uruNEJFmPe .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uruNEJFmPe .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uruNEJFmPe {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uruNEJFmPe .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uruNEJFmPe .content-wrap {
    width: 100%;
  }
}
.cid-uruNEJFmPe .mbr-section-title,
.cid-uruNEJFmPe .mbr-section-subtitle {
  text-align: center;
}
.cid-uruNEJFmPe .mbr-text,
.cid-uruNEJFmPe .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uruNEJFmPe .mbr-section-title {
  color: #ffffff;
}
.cid-uvPvTnm35V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvPvTnm35V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvPvTnm35V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvPvTnm35V .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uvPvTnm35V .title-wrapper .mbr-section-title span {
  color: #495259;
}
@media (max-width: 992px) {
  .cid-uvPvTnm35V .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uvPvTnm35V .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uvPvTnm35V .item {
    margin-bottom: 16px;
  }
}
.cid-uvPvTnm35V .item:hover .item-wrapper .item-img img,
.cid-uvPvTnm35V .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uvPvTnm35V .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uvPvTnm35V .item .item-wrapper {
    display: block;
  }
}
.cid-uvPvTnm35V .item .item-wrapper .item-content {
  width: 60%;
  padding: 64px 32px 64px 64px;
}
@media (max-width: 1440px) {
  .cid-uvPvTnm35V .item .item-wrapper .item-content {
    padding: 64px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uvPvTnm35V .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-uvPvTnm35V .item .item-wrapper .item-content .item-title_1,
.cid-uvPvTnm35V .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-uvPvTnm35V .item .item-wrapper .item-content .item-text_1,
.cid-uvPvTnm35V .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-uvPvTnm35V .item .item-wrapper .item-img {
  width: 40%;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uvPvTnm35V .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uvPvTnm35V .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uvPvTnm35V .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uvPvTnm35V .item .card_1 {
  background-color: #dce0e3;
}
.cid-uvPvTnm35V .item .card_2 {
  background-color: #82939b;
}
.cid-uvPvTnm35V .mbr-section-title {
  color: #495259;
  text-align: center;
}
.cid-uvPvTnm35V .item-title_1 {
  color: #495259;
}
.cid-uvPvTnm35V .item-title_2 {
  color: #ffffff;
}
.cid-uvPvTnm35V .item-text_1 {
  color: #ffffff;
}
.cid-uvPvTnm35V .item-text_2 {
  color: #12b82e;
}
.cid-uvPvTnm35V .item-text_2,
.cid-uvPvTnm35V .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uvPvTnm35V .item-text_1,
.cid-uvPvTnm35V .mbr-section-btn {
  color: #495259;
}
.cid-uMOpyMSwVW {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #d60505;
}
.cid-uMOpyMSwVW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMOpyMSwVW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMOpyMSwVW .row {
  justify-content: space-between;
}
.cid-uMOpyMSwVW .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uMOpyMSwVW .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMOpyMSwVW .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uMOpyMSwVW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMOpyMSwVW .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uMOpyMSwVW .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uMOpyMSwVW .mbr-label {
  color: #000000;
}
.cid-uMOpyMSwVW .mbr-section-title {
  color: #ffffff;
}
.cid-uMOpyMSwVW .mbr-desc {
  color: #ffffff;
}
.cid-uMOpyMSwVW .mbr-text {
  color: #8a8a8a;
}
.cid-uMOpyMSwVW .mbr-text,
.cid-uMOpyMSwVW .mbr-section-btn {
  color: #ffffff;
}
.cid-uMoGiIRstX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMoGiIRstX .image_img img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.cid-uMoGiIRstX .mbr-section-title {
  line-height: 1.07;
  letter-spacing: -2px;
  margin-bottom: 37px;
  color: #495259;
}
.cid-uMoGiIRstX .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #d60505;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uMoGiIRstX .mbr-text {
  line-height: 1.54;
  margin-bottom: 50px;
}
.cid-uMoGiIRstX .mbr-section-btn {
  display: inline-block;
}
.cid-uMoGiIRstX .popup_video {
  display: inline-flex;
  align-items: center;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-left: 30px;
}
.cid-uMoGiIRstX .popup_video:hover {
  cursor: pointer;
}
.cid-uMoGiIRstX .popup_video:hover .popup__text {
  color: #4154f1;
}
.cid-uMoGiIRstX .popup_video:hover .popup__text:after {
  transform: scaleX(1);
}
.cid-uMoGiIRstX .popup_video:hover .popup__text:before {
  transform: scaleX(0);
}
.cid-uMoGiIRstX .popup_video:hover .mbr-media {
  background-color: #4154f1;
}
.cid-uMoGiIRstX .popup_video:hover .mbr-media span {
  color: #ffffff;
}
.cid-uMoGiIRstX .mbr-media {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 25px;
  background-color: #ffffff;
  transition: all 0.4s ease-in-out;
  animation: pulse 2s linear infinite;
}
.cid-uMoGiIRstX .mbr-media span {
  font-size: 17px;
  position: relative;
  display: inline-block;
  margin-left: 4px;
  color: #4154f1;
}
.cid-uMoGiIRstX .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-uMoGiIRstX .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uMoGiIRstX .popup__text:before {
  content: "";
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
  background-color: #6a7c92;
  transform-origin: 100% 50%;
  transition: transform 0.4s ease;
}
.cid-uMoGiIRstX .popup__text:after {
  content: "";
  transform: scaleX(0);
  transform-origin: 0 50%;
  background-color: #4154f1;
  transition: transform 0.4s ease 0.2s;
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
}
.cid-uMoGiIRstX .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uMoGiIRstX .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uMoGiIRstX .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-uMoGiIRstX 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-uMoGiIRstX a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uMoGiIRstX .head_block {
    order: 1;
    text-align: center;
  }
  .cid-uMoGiIRstX .image_img {
    margin-bottom: 40px;
  }
  .cid-uMoGiIRstX .mbr-section-title {
    margin-bottom: 22px;
  }
  .cid-uMoGiIRstX .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uMoGiIRstX .popup_video {
    margin-left: 0;
    margin-top: 10px;
  }
  .cid-uMoGiIRstX .btn_group {
    flex-direction: column;
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0px 0px 0px 0px rgba(65, 84, 241, 0.08), 0px 0px 0px 5px rgba(65, 84, 241, 0.08), 0px 0px 0px 12px rgba(65, 84, 241, 0.08);
  }
  100% {
    box-shadow: 0px 0px 0px 5px rgba(65, 84, 241, 0.08), 0px 0px 0px 12px rgba(65, 84, 241, 0.08), 0px 0px 0px 18px rgba(65, 84, 241, 0);
  }
}
.cid-uMoGiIRstX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMoGiIRstX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMoGiIRstX .mbr-text,
.cid-uMoGiIRstX .buttons_wrap {
  color: #495259;
}
.cid-uCUhWDmAgC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #82939b;
}
.cid-uCUhWDmAgC .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-col {
    flex-direction: column;
  }
}
.cid-uCUhWDmAgC .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .brand-name {
    margin-top: 1rem;
  }
}
.cid-uCUhWDmAgC .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-wrap {
    margin-right: 0;
  }
}
.cid-uCUhWDmAgC .cards-row,
.cid-uCUhWDmAgC .social-row,
.cid-uCUhWDmAgC .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .cards-row,
  .cid-uCUhWDmAgC .social-row,
  .cid-uCUhWDmAgC .menu-row {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .menu-row {
  margin-bottom: 1rem;
}
.cid-uCUhWDmAgC .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .foot-menu {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uCUhWDmAgC .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uCUhWDmAgC .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .row {
    text-align: center;
  }
  .cid-uCUhWDmAgC .cards-col {
    justify-content: center;
  }
  .cid-uCUhWDmAgC .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uCUhWDmAgC .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uCUhWDmAgC .card-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uCUhWDmAgC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCUhWDmAgC .soc-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .mbr-iconfont {
  color: #ffffff;
}
.cid-uCUhWDmAgC .mbr-text {
  color: #ffffff;
}
.cid-uFTiBCZskd {
  z-index: 800;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uFTiBCZskd nav.navbar {
  position: fixed;
}
.cid-uFTiBCZskd .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTiBCZskd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTiBCZskd .dropdown-item:hover,
.cid-uFTiBCZskd .dropdown-item:focus {
  background: #d60505 !important;
  color: white !important;
}
.cid-uFTiBCZskd .dropdown-item:hover span {
  color: white;
}
.cid-uFTiBCZskd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTiBCZskd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTiBCZskd .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTiBCZskd .nav-link {
  position: relative;
}
.cid-uFTiBCZskd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTiBCZskd .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTiBCZskd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown-menu,
.cid-uFTiBCZskd .navbar.opened {
  background: #82939b !important;
}
.cid-uFTiBCZskd .nav-item:focus,
.cid-uFTiBCZskd .nav-link:focus {
  outline: none;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTiBCZskd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTiBCZskd .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTiBCZskd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTiBCZskd .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTiBCZskd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar.collapsed {
  justify-content: center;
}
.cid-uFTiBCZskd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTiBCZskd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTiBCZskd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTiBCZskd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTiBCZskd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTiBCZskd .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-uFTiBCZskd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTiBCZskd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTiBCZskd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTiBCZskd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTiBCZskd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTiBCZskd .navbar.navbar-short {
  min-height: 80px;
}
.cid-uFTiBCZskd .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uFTiBCZskd .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTiBCZskd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTiBCZskd .dropdown-item.active,
.cid-uFTiBCZskd .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTiBCZskd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTiBCZskd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTiBCZskd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTiBCZskd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTiBCZskd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTiBCZskd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar {
    height: 70px;
  }
  .cid-uFTiBCZskd .navbar.opened {
    height: auto;
  }
  .cid-uFTiBCZskd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCMgrrT499 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCMgrrT499 .mbr-text {
  color: #495259;
}
.cid-uCMgrrT499 .mbr-section-subtitle {
  color: #000000;
}
.cid-uCMgrrT499 .mbr-section-title {
  color: #495259;
}
.cid-uCUhWDmAgC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #82939b;
}
.cid-uCUhWDmAgC .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-col {
    flex-direction: column;
  }
}
.cid-uCUhWDmAgC .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .brand-name {
    margin-top: 1rem;
  }
}
.cid-uCUhWDmAgC .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-wrap {
    margin-right: 0;
  }
}
.cid-uCUhWDmAgC .cards-row,
.cid-uCUhWDmAgC .social-row,
.cid-uCUhWDmAgC .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .cards-row,
  .cid-uCUhWDmAgC .social-row,
  .cid-uCUhWDmAgC .menu-row {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .menu-row {
  margin-bottom: 1rem;
}
.cid-uCUhWDmAgC .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .foot-menu {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uCUhWDmAgC .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uCUhWDmAgC .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .row {
    text-align: center;
  }
  .cid-uCUhWDmAgC .cards-col {
    justify-content: center;
  }
  .cid-uCUhWDmAgC .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uCUhWDmAgC .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uCUhWDmAgC .card-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uCUhWDmAgC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCUhWDmAgC .soc-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .mbr-iconfont {
  color: #ffffff;
}
.cid-uCUhWDmAgC .mbr-text {
  color: #ffffff;
}
.cid-uFTiBCZskd {
  z-index: 800;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uFTiBCZskd nav.navbar {
  position: fixed;
}
.cid-uFTiBCZskd .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTiBCZskd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTiBCZskd .dropdown-item:hover,
.cid-uFTiBCZskd .dropdown-item:focus {
  background: #d60505 !important;
  color: white !important;
}
.cid-uFTiBCZskd .dropdown-item:hover span {
  color: white;
}
.cid-uFTiBCZskd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTiBCZskd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTiBCZskd .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTiBCZskd .nav-link {
  position: relative;
}
.cid-uFTiBCZskd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTiBCZskd .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTiBCZskd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown-menu,
.cid-uFTiBCZskd .navbar.opened {
  background: #82939b !important;
}
.cid-uFTiBCZskd .nav-item:focus,
.cid-uFTiBCZskd .nav-link:focus {
  outline: none;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTiBCZskd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTiBCZskd .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTiBCZskd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTiBCZskd .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTiBCZskd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar.collapsed {
  justify-content: center;
}
.cid-uFTiBCZskd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTiBCZskd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTiBCZskd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTiBCZskd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTiBCZskd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTiBCZskd .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-uFTiBCZskd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTiBCZskd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTiBCZskd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTiBCZskd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTiBCZskd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTiBCZskd .navbar.navbar-short {
  min-height: 80px;
}
.cid-uFTiBCZskd .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uFTiBCZskd .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTiBCZskd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTiBCZskd .dropdown-item.active,
.cid-uFTiBCZskd .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTiBCZskd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTiBCZskd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTiBCZskd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTiBCZskd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTiBCZskd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTiBCZskd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar {
    height: 70px;
  }
  .cid-uFTiBCZskd .navbar.opened {
    height: auto;
  }
  .cid-uFTiBCZskd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCLWGlRyd2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/city-von-unten-beschn-2000x1225.webp");
}
.cid-uCLWGlRyd2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCLWGlRyd2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCLWGlRyd2 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uCLWGlRyd2 .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-uCLWGlRyd2 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uCLWGlRyd2 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uCLWGlRyd2 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uCLWGlRyd2 .header-menu li p {
  margin: 0;
}
.cid-uCLWGlRyd2 .mbr-section-title {
  color: #ffffff;
}
.cid-uCLWGlRyd2 .header-menu-item {
  color: #ffffff;
}
.cid-uCLWGlRyd2 .mbr-text,
.cid-uCLWGlRyd2 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uCLWGlRyd2 .content-head {
  max-width: 800px;
}
.cid-uEk3Tz9XxQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #18212d;
}
.cid-uEk3Tz9XxQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEk3Tz9XxQ .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-uEk3Tz9XxQ .container {
    padding: 0 16px;
  }
}
.cid-uEk3Tz9XxQ .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uEk3Tz9XxQ .list-wrapper .text-wrap .mbr-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uEk3Tz9XxQ .list-wrapper .text-wrap .mbr-title {
    margin-bottom: 20px;
  }
}
.cid-uEk3Tz9XxQ .list-wrapper .text-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uEk3Tz9XxQ .list-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uEk3Tz9XxQ .list-wrapper .list-wrap {
    margin-bottom: 40px;
  }
}
.cid-uEk3Tz9XxQ .list-wrapper .list-wrap .list {
  margin: 0;
  list-style: none;
  padding-left: 32px;
}
.cid-uEk3Tz9XxQ .list-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 30px;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-uEk3Tz9XxQ .list-wrapper .list-wrap .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-uEk3Tz9XxQ .list-wrapper .list-wrap .list .item-wrap:before {
  position: absolute;
  left: -32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: transparent;
  border: 3px solid #ffffff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 24px;
  content: "✓";
}
.cid-uEk3Tz9XxQ .dragArea.row {
  background-color: #ffffff;
  padding: 40px 30px;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uEk3Tz9XxQ .dragArea.row {
    padding: 20px 16px;
    margin: 0;
  }
}
.cid-uEk3Tz9XxQ .dragArea.row .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uEk3Tz9XxQ .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uEk3Tz9XxQ .dragArea.row .form-group .form-control-label {
  padding-left: 8px;
  margin-bottom: 6px;
}
.cid-uEk3Tz9XxQ .dragArea.row .form-group .form-control {
  padding: 14px;
  border: 1px solid #82939b !important;
  box-shadow: none;
  background-color: transparent;
}
.cid-uEk3Tz9XxQ .dragArea.row .form-group .form-control:hover,
.cid-uEk3Tz9XxQ .dragArea.row .form-group .form-control:focus {
  border: 1px solid #82939b !important;
  box-shadow: none;
}
.cid-uEk3Tz9XxQ .dragArea.row .form-group .form-check {
  padding-left: 2rem;
}
.cid-uEk3Tz9XxQ .dragArea.row .form-group .form-check .form-check-input:checked {
  background-color: #ffd7ef;
  border-color: #ffd7ef;
}
.cid-uEk3Tz9XxQ .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-uEk3Tz9XxQ .mbr-title {
  color: #ffffff;
}
.cid-uEk3Tz9XxQ .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-uEk3Tz9XxQ .mbr-section-subtitle {
  color: #08323C;
}
.cid-uEk3Tz9XxQ .mbr-text {
  color: #ffffff;
}
.cid-uEk3Tz9XxQ .list {
  color: #ffffff;
}
.cid-uEk3Tz9XxQ label {
  color: #08323C;
}
.cid-uEk3Tz9XxQ LABEL {
  color: #495259;
}
.cid-uEk3Tz9XxQ H3 {
  color: #495259;
}
.cid-uCU1KpZcnk {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #18212d;
}
.cid-uCU1KpZcnk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCU1KpZcnk .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-uCU1KpZcnk .container {
    padding: 0 16px;
  }
}
.cid-uCU1KpZcnk .content-wrapper .icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 36px;
}
.cid-uCU1KpZcnk .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 180px;
  color: #ffffff;
  display: inline-flex;
  margin-left: 12rem;
}
@media (max-width: 992px) {
  .cid-uCU1KpZcnk .content-wrapper .icon-wrapper .mbr-iconfont {
    margin: 0;
    font-size: 100px;
  }
}
.cid-uCU1KpZcnk .content-wrapper .icon-wrap {
  display: flex;
  justify-content: space-between;
}
.cid-uCU1KpZcnk .content-wrapper .icon-wrap .mbr-iconfont {
  font-size: 180px;
  color: #ffffff;
  display: inline-flex;
  margin: 5rem 20rem 0 0;
}
@media (max-width: 992px) {
  .cid-uCU1KpZcnk .content-wrapper .icon-wrap .mbr-iconfont {
    margin: 0;
    font-size: 100px;
  }
}
.cid-uCU1KpZcnk .content-wrapper .icon-wrap .mbr-iconfont:first-child {
  color: #ffffff;
  margin: 0 0 0 12rem;
}
@media (max-width: 992px) {
  .cid-uCU1KpZcnk .content-wrapper .icon-wrap .mbr-iconfont:first-child {
    margin: 0;
  }
}
.cid-uCU1KpZcnk .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCU1KpZcnk .content-wrapper .mbr-desc {
  margin: 50px 0;
}
@media (max-width: 992px) {
  .cid-uCU1KpZcnk .content-wrapper .mbr-desc {
    margin: 24px 0;
  }
}
.cid-uCU1KpZcnk .mbr-section-title {
  color: #080808;
}
.cid-uCU1KpZcnk .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uCU1KpZcnk .mbr-section-title,
.cid-uCU1KpZcnk .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uCUhWDmAgC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #82939b;
}
.cid-uCUhWDmAgC .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-col {
    flex-direction: column;
  }
}
.cid-uCUhWDmAgC .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .brand-name {
    margin-top: 1rem;
  }
}
.cid-uCUhWDmAgC .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-wrap {
    margin-right: 0;
  }
}
.cid-uCUhWDmAgC .cards-row,
.cid-uCUhWDmAgC .social-row,
.cid-uCUhWDmAgC .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .cards-row,
  .cid-uCUhWDmAgC .social-row,
  .cid-uCUhWDmAgC .menu-row {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .menu-row {
  margin-bottom: 1rem;
}
.cid-uCUhWDmAgC .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .foot-menu {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uCUhWDmAgC .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uCUhWDmAgC .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .row {
    text-align: center;
  }
  .cid-uCUhWDmAgC .cards-col {
    justify-content: center;
  }
  .cid-uCUhWDmAgC .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uCUhWDmAgC .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uCUhWDmAgC .card-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uCUhWDmAgC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCUhWDmAgC .soc-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .mbr-iconfont {
  color: #ffffff;
}
.cid-uCUhWDmAgC .mbr-text {
  color: #ffffff;
}
.cid-uFTiBCZskd {
  z-index: 800;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uFTiBCZskd nav.navbar {
  position: fixed;
}
.cid-uFTiBCZskd .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTiBCZskd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTiBCZskd .dropdown-item:hover,
.cid-uFTiBCZskd .dropdown-item:focus {
  background: #d60505 !important;
  color: white !important;
}
.cid-uFTiBCZskd .dropdown-item:hover span {
  color: white;
}
.cid-uFTiBCZskd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTiBCZskd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTiBCZskd .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTiBCZskd .nav-link {
  position: relative;
}
.cid-uFTiBCZskd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTiBCZskd .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTiBCZskd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown-menu,
.cid-uFTiBCZskd .navbar.opened {
  background: #82939b !important;
}
.cid-uFTiBCZskd .nav-item:focus,
.cid-uFTiBCZskd .nav-link:focus {
  outline: none;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTiBCZskd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTiBCZskd .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTiBCZskd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTiBCZskd .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTiBCZskd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar.collapsed {
  justify-content: center;
}
.cid-uFTiBCZskd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTiBCZskd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTiBCZskd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTiBCZskd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTiBCZskd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTiBCZskd .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-uFTiBCZskd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTiBCZskd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTiBCZskd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTiBCZskd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTiBCZskd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTiBCZskd .navbar.navbar-short {
  min-height: 80px;
}
.cid-uFTiBCZskd .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uFTiBCZskd .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTiBCZskd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTiBCZskd .dropdown-item.active,
.cid-uFTiBCZskd .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTiBCZskd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTiBCZskd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTiBCZskd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTiBCZskd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTiBCZskd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTiBCZskd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar {
    height: 70px;
  }
  .cid-uFTiBCZskd .navbar.opened {
    height: auto;
  }
  .cid-uFTiBCZskd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEjZ2k3hDD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEjZ2k3hDD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEjZ2k3hDD .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-uEjZ2k3hDD .container {
    padding: 0 30px;
  }
}
.cid-uEjZ2k3hDD .row {
  justify-content: center;
}
.cid-uEjZ2k3hDD .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uEjZ2k3hDD .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uEjZ2k3hDD .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #d60505;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uEjZ2k3hDD .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-uEjZ2k3hDD .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uEjZ2k3hDD .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uEjZ2k3hDD .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uEjZ2k3hDD .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  background-color: #d60505;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-uEjZ2k3hDD .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uEjZ2k3hDD .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-uEjZ2k3hDD .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uEjZ2k3hDD .mbr-section-title {
  color: #495259;
}
.cid-uEjZ2k3hDD .panel-title-edit {
  color: #495259;
}
.cid-uEjZ2k3hDD .panel-text {
  color: #495259;
}
.cid-uCUhWDmAgC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #82939b;
}
.cid-uCUhWDmAgC .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-col {
    flex-direction: column;
  }
}
.cid-uCUhWDmAgC .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .brand-name {
    margin-top: 1rem;
  }
}
.cid-uCUhWDmAgC .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-wrap {
    margin-right: 0;
  }
}
.cid-uCUhWDmAgC .cards-row,
.cid-uCUhWDmAgC .social-row,
.cid-uCUhWDmAgC .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .cards-row,
  .cid-uCUhWDmAgC .social-row,
  .cid-uCUhWDmAgC .menu-row {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .menu-row {
  margin-bottom: 1rem;
}
.cid-uCUhWDmAgC .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .foot-menu {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uCUhWDmAgC .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uCUhWDmAgC .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .row {
    text-align: center;
  }
  .cid-uCUhWDmAgC .cards-col {
    justify-content: center;
  }
  .cid-uCUhWDmAgC .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uCUhWDmAgC .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uCUhWDmAgC .card-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uCUhWDmAgC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCUhWDmAgC .soc-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .mbr-iconfont {
  color: #ffffff;
}
.cid-uCUhWDmAgC .mbr-text {
  color: #ffffff;
}
.cid-uFTiBCZskd {
  z-index: 800;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uFTiBCZskd nav.navbar {
  position: fixed;
}
.cid-uFTiBCZskd .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTiBCZskd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTiBCZskd .dropdown-item:hover,
.cid-uFTiBCZskd .dropdown-item:focus {
  background: #d60505 !important;
  color: white !important;
}
.cid-uFTiBCZskd .dropdown-item:hover span {
  color: white;
}
.cid-uFTiBCZskd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTiBCZskd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTiBCZskd .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTiBCZskd .nav-link {
  position: relative;
}
.cid-uFTiBCZskd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTiBCZskd .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTiBCZskd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown-menu,
.cid-uFTiBCZskd .navbar.opened {
  background: #82939b !important;
}
.cid-uFTiBCZskd .nav-item:focus,
.cid-uFTiBCZskd .nav-link:focus {
  outline: none;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTiBCZskd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTiBCZskd .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTiBCZskd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTiBCZskd .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTiBCZskd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar.collapsed {
  justify-content: center;
}
.cid-uFTiBCZskd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTiBCZskd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTiBCZskd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTiBCZskd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTiBCZskd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTiBCZskd .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-uFTiBCZskd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTiBCZskd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTiBCZskd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTiBCZskd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTiBCZskd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTiBCZskd .navbar.navbar-short {
  min-height: 80px;
}
.cid-uFTiBCZskd .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uFTiBCZskd .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTiBCZskd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTiBCZskd .dropdown-item.active,
.cid-uFTiBCZskd .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTiBCZskd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTiBCZskd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTiBCZskd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTiBCZskd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTiBCZskd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTiBCZskd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar {
    height: 70px;
  }
  .cid-uFTiBCZskd .navbar.opened {
    height: auto;
  }
  .cid-uFTiBCZskd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCuO1t7mLX {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCuO1t7mLX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCuO1t7mLX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCuO1t7mLX .content-head {
  max-width: 800px;
}
.cid-uCuNOmxTPF {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uCuNOmxTPF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCuNOmxTPF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCuNOmxTPF .content-head {
  max-width: 800px;
}
.cid-uCuNOmxTPF .mbr-section-title {
  color: #495259;
}
.cid-uCuNOmxTPF .mbr-text,
.cid-uCuNOmxTPF .mbr-section-btn {
  color: #495259;
}
.cid-uCvyQ3RLRA {
  background-color: #82939b !important;
  border: 18px solid #82939b;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-uCvyQ3RLRA {
    border: 8px solid #82939b;
    margin-top: -8px;
  }
}
.cid-uCvyQ3RLRA .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-uCvyQ3RLRA section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-uCvyQ3RLRA .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uCvyQ3RLRA .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCvyQ3RLRA .row .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-uCvyQ3RLRA .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-uCvyQ3RLRA .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uCvyQ3RLRA .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uCvyQ3RLRA .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-uCvyQ3RLRA .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uCvyQ3RLRA .title-wrapper .title-wrap .list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.cid-uCvyQ3RLRA .title-wrapper .title-wrap .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uCvyQ3RLRA .title-wrapper .title-wrap .list .item-wrap::marker {
  color: #d60505;
}
.cid-uCvyQ3RLRA .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uCvyQ3RLRA .image-wrapper {
    height: auto;
  }
}
.cid-uCvyQ3RLRA .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 1.2em;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uCvyQ3RLRA .image-wrapper img {
    height: 300px;
    margin: 0;
  }
}
.cid-uCvyQ3RLRA .mbr-section-title {
  color: #ed2c03;
}
.cid-uCvyQ3RLRA .list {
  color: #495259;
}
.cid-uCvyQ3RLRA .mbr-section-title,
.cid-uCvyQ3RLRA .mbr-section-btn {
  color: #495259;
}
.cid-uCwR8gbTKO {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/affiliate-team-1657x1127.webp");
}
.cid-uCwR8gbTKO .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uCwR8gbTKO {
    align-items: flex-end;
  }
  .cid-uCwR8gbTKO .row {
    justify-content: flex-start;
  }
  .cid-uCwR8gbTKO .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uCwR8gbTKO .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uCwR8gbTKO {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uCwR8gbTKO .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uCwR8gbTKO .content-wrap {
    width: 100%;
  }
}
.cid-uCwR8gbTKO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCwR8gbTKO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCwR8gbTKO .mbr-section-title,
.cid-uCwR8gbTKO .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uCwR8gbTKO .mbr-text,
.cid-uCwR8gbTKO .mbr-section-btn {
  text-align: center;
}
.cid-uCwR8gbTKO .mbr-section-title {
  color: #ffffff;
}
.cid-uCwR8gbTKO .mbr-section-title DIV {
  text-align: center;
}
.cid-uCvOOiIg4U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #82939b;
}
.cid-uCvOOiIg4U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCvOOiIg4U .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-uCvOOiIg4U .container {
    padding: 0 16px;
  }
}
.cid-uCvOOiIg4U .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uCvOOiIg4U .list-wrapper .text-wrap .mbr-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uCvOOiIg4U .list-wrapper .text-wrap .mbr-title {
    margin-bottom: 20px;
  }
}
.cid-uCvOOiIg4U .list-wrapper .text-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uCvOOiIg4U .list-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uCvOOiIg4U .list-wrapper .list-wrap {
    margin-bottom: 40px;
  }
}
.cid-uCvOOiIg4U .list-wrapper .list-wrap .list {
  margin: 0;
  list-style: none;
  padding-left: 32px;
}
.cid-uCvOOiIg4U .list-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 30px;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-uCvOOiIg4U .list-wrapper .list-wrap .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-uCvOOiIg4U .list-wrapper .list-wrap .list .item-wrap:before {
  position: absolute;
  left: -32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: transparent;
  border: 3px solid #ffffff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 24px;
  content: "✓";
}
.cid-uCvOOiIg4U .dragArea.row {
  background-color: #ffffff;
  padding: 40px 30px;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uCvOOiIg4U .dragArea.row {
    padding: 20px 16px;
    margin: 0;
  }
}
.cid-uCvOOiIg4U .dragArea.row .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uCvOOiIg4U .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uCvOOiIg4U .dragArea.row .form-group .form-control-label {
  padding-left: 8px;
  margin-bottom: 6px;
}
.cid-uCvOOiIg4U .dragArea.row .form-group .form-control {
  padding: 14px;
  border: 1px solid #82939b !important;
  box-shadow: none;
  background-color: transparent;
}
.cid-uCvOOiIg4U .dragArea.row .form-group .form-control:hover,
.cid-uCvOOiIg4U .dragArea.row .form-group .form-control:focus {
  border: 1px solid #82939b !important;
  box-shadow: none;
}
.cid-uCvOOiIg4U .dragArea.row .form-group .form-check {
  padding-left: 2rem;
}
.cid-uCvOOiIg4U .dragArea.row .form-group .form-check .form-check-input:checked {
  background-color: #ffd7ef;
  border-color: #ffd7ef;
}
.cid-uCvOOiIg4U .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-uCvOOiIg4U .mbr-title {
  color: #ffffff;
}
.cid-uCvOOiIg4U .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-uCvOOiIg4U .mbr-section-subtitle {
  color: #08323C;
}
.cid-uCvOOiIg4U .mbr-text {
  color: #ffffff;
}
.cid-uCvOOiIg4U .list {
  color: #ffffff;
}
.cid-uCvOOiIg4U label {
  color: #08323C;
}
.cid-uCvOOiIg4U LABEL {
  color: #495259;
}
.cid-uCvOOiIg4U H3 {
  color: #495259;
}
.cid-uCUhWDmAgC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #82939b;
}
.cid-uCUhWDmAgC .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-col {
    flex-direction: column;
  }
}
.cid-uCUhWDmAgC .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .brand-name {
    margin-top: 1rem;
  }
}
.cid-uCUhWDmAgC .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-wrap {
    margin-right: 0;
  }
}
.cid-uCUhWDmAgC .cards-row,
.cid-uCUhWDmAgC .social-row,
.cid-uCUhWDmAgC .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .cards-row,
  .cid-uCUhWDmAgC .social-row,
  .cid-uCUhWDmAgC .menu-row {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .menu-row {
  margin-bottom: 1rem;
}
.cid-uCUhWDmAgC .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .foot-menu {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uCUhWDmAgC .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uCUhWDmAgC .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .row {
    text-align: center;
  }
  .cid-uCUhWDmAgC .cards-col {
    justify-content: center;
  }
  .cid-uCUhWDmAgC .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uCUhWDmAgC .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uCUhWDmAgC .card-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uCUhWDmAgC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCUhWDmAgC .soc-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .mbr-iconfont {
  color: #ffffff;
}
.cid-uCUhWDmAgC .mbr-text {
  color: #ffffff;
}
.cid-uFTiBCZskd {
  z-index: 800;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uFTiBCZskd nav.navbar {
  position: fixed;
}
.cid-uFTiBCZskd .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTiBCZskd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTiBCZskd .dropdown-item:hover,
.cid-uFTiBCZskd .dropdown-item:focus {
  background: #d60505 !important;
  color: white !important;
}
.cid-uFTiBCZskd .dropdown-item:hover span {
  color: white;
}
.cid-uFTiBCZskd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTiBCZskd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTiBCZskd .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTiBCZskd .nav-link {
  position: relative;
}
.cid-uFTiBCZskd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTiBCZskd .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTiBCZskd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown-menu,
.cid-uFTiBCZskd .navbar.opened {
  background: #82939b !important;
}
.cid-uFTiBCZskd .nav-item:focus,
.cid-uFTiBCZskd .nav-link:focus {
  outline: none;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTiBCZskd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTiBCZskd .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTiBCZskd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTiBCZskd .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTiBCZskd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar.collapsed {
  justify-content: center;
}
.cid-uFTiBCZskd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTiBCZskd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTiBCZskd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTiBCZskd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTiBCZskd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTiBCZskd .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-uFTiBCZskd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTiBCZskd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTiBCZskd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTiBCZskd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTiBCZskd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTiBCZskd .navbar.navbar-short {
  min-height: 80px;
}
.cid-uFTiBCZskd .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uFTiBCZskd .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTiBCZskd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTiBCZskd .dropdown-item.active,
.cid-uFTiBCZskd .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTiBCZskd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTiBCZskd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTiBCZskd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTiBCZskd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTiBCZskd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTiBCZskd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar {
    height: 70px;
  }
  .cid-uFTiBCZskd .navbar.opened {
    height: auto;
  }
  .cid-uFTiBCZskd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCMQtqIote {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dce0e3;
}
.cid-uCMQtqIote .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCMQtqIote .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCMQtqIote .content-wrap {
  padding: 60px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCMQtqIote .content-wrap {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uCMQtqIote .content-wrap .cont-wrap {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uCMQtqIote .content-wrap .cont-wrap {
    width: 100%;
  }
}
.cid-uCMQtqIote .content-wrap .cont-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uCMQtqIote .content-wrap .cont-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uCMQtqIote .content-wrap .cont-wrap .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #dce0e3;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uCMQtqIote .content-wrap .cont-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uCMQtqIote .content-wrap .cont-wrap .title-wrapper .mbr-section-title span {
  color: #d60505;
}
.cid-uCMQtqIote .content-wrap .cont-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uCMQtqIote .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uCMQtqIote .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uCMQtqIote .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uCMQtqIote .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uCMQtqIote .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 22px 20px;
  border: none !important;
  box-shadow: none;
  background-color: #f8f8f8;
  line-height: 1 !important;
}
@media (max-width: 992px) {
  .cid-uCMQtqIote .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-uCMQtqIote .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uCMQtqIote .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uCMQtqIote .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #404349;
  font-size: 18px;
  opacity: .6;
}
.cid-uCMQtqIote .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uCMQtqIote .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uCMQtqIote .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #404349;
  border-color: #404349;
}
.cid-uCMQtqIote .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uCMQtqIote .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
}
.cid-uCMQtqIote .mbr-section-title {
  color: #404349;
}
.cid-uCMQtqIote .mbr-desc {
  color: #b19a7c;
}
.cid-uCMQtqIote .mbr-text {
  color: #495259;
}
.cid-uCMQtqIote label {
  color: #404349;
}
.cid-uCMQtqIote .mbr-desc,
.cid-uCMQtqIote .desc-wrapper {
  color: #495259;
}
.cid-uCMQtqIote .mbr-section-title,
.cid-uCMQtqIote .title-wrap {
  color: #495259;
}
.cid-uCUhWDmAgC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #82939b;
}
.cid-uCUhWDmAgC .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-col {
    flex-direction: column;
  }
}
.cid-uCUhWDmAgC .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .brand-name {
    margin-top: 1rem;
  }
}
.cid-uCUhWDmAgC .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-wrap {
    margin-right: 0;
  }
}
.cid-uCUhWDmAgC .cards-row,
.cid-uCUhWDmAgC .social-row,
.cid-uCUhWDmAgC .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .cards-row,
  .cid-uCUhWDmAgC .social-row,
  .cid-uCUhWDmAgC .menu-row {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .menu-row {
  margin-bottom: 1rem;
}
.cid-uCUhWDmAgC .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .foot-menu {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uCUhWDmAgC .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uCUhWDmAgC .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .row {
    text-align: center;
  }
  .cid-uCUhWDmAgC .cards-col {
    justify-content: center;
  }
  .cid-uCUhWDmAgC .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uCUhWDmAgC .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uCUhWDmAgC .card-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uCUhWDmAgC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCUhWDmAgC .soc-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .mbr-iconfont {
  color: #ffffff;
}
.cid-uCUhWDmAgC .mbr-text {
  color: #ffffff;
}
.cid-uFTiBCZskd {
  z-index: 800;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uFTiBCZskd nav.navbar {
  position: fixed;
}
.cid-uFTiBCZskd .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTiBCZskd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTiBCZskd .dropdown-item:hover,
.cid-uFTiBCZskd .dropdown-item:focus {
  background: #d60505 !important;
  color: white !important;
}
.cid-uFTiBCZskd .dropdown-item:hover span {
  color: white;
}
.cid-uFTiBCZskd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTiBCZskd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTiBCZskd .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTiBCZskd .nav-link {
  position: relative;
}
.cid-uFTiBCZskd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTiBCZskd .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTiBCZskd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown-menu,
.cid-uFTiBCZskd .navbar.opened {
  background: #82939b !important;
}
.cid-uFTiBCZskd .nav-item:focus,
.cid-uFTiBCZskd .nav-link:focus {
  outline: none;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTiBCZskd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTiBCZskd .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTiBCZskd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTiBCZskd .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTiBCZskd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar.collapsed {
  justify-content: center;
}
.cid-uFTiBCZskd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTiBCZskd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTiBCZskd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTiBCZskd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTiBCZskd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTiBCZskd .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-uFTiBCZskd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTiBCZskd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTiBCZskd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTiBCZskd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTiBCZskd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTiBCZskd .navbar.navbar-short {
  min-height: 80px;
}
.cid-uFTiBCZskd .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uFTiBCZskd .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTiBCZskd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTiBCZskd .dropdown-item.active,
.cid-uFTiBCZskd .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTiBCZskd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTiBCZskd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTiBCZskd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTiBCZskd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTiBCZskd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTiBCZskd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar {
    height: 70px;
  }
  .cid-uFTiBCZskd .navbar.opened {
    height: auto;
  }
  .cid-uFTiBCZskd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCUhWDmAgC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #82939b;
}
.cid-uCUhWDmAgC .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-col {
    flex-direction: column;
  }
}
.cid-uCUhWDmAgC .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .brand-name {
    margin-top: 1rem;
  }
}
.cid-uCUhWDmAgC .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-wrap {
    margin-right: 0;
  }
}
.cid-uCUhWDmAgC .cards-row,
.cid-uCUhWDmAgC .social-row,
.cid-uCUhWDmAgC .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .cards-row,
  .cid-uCUhWDmAgC .social-row,
  .cid-uCUhWDmAgC .menu-row {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .menu-row {
  margin-bottom: 1rem;
}
.cid-uCUhWDmAgC .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .foot-menu {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uCUhWDmAgC .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uCUhWDmAgC .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .row {
    text-align: center;
  }
  .cid-uCUhWDmAgC .cards-col {
    justify-content: center;
  }
  .cid-uCUhWDmAgC .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uCUhWDmAgC .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uCUhWDmAgC .card-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uCUhWDmAgC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCUhWDmAgC .soc-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .mbr-iconfont {
  color: #ffffff;
}
.cid-uCUhWDmAgC .mbr-text {
  color: #ffffff;
}
.cid-uFTiBCZskd {
  z-index: 800;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uFTiBCZskd nav.navbar {
  position: fixed;
}
.cid-uFTiBCZskd .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTiBCZskd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTiBCZskd .dropdown-item:hover,
.cid-uFTiBCZskd .dropdown-item:focus {
  background: #d60505 !important;
  color: white !important;
}
.cid-uFTiBCZskd .dropdown-item:hover span {
  color: white;
}
.cid-uFTiBCZskd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTiBCZskd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTiBCZskd .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTiBCZskd .nav-link {
  position: relative;
}
.cid-uFTiBCZskd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTiBCZskd .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTiBCZskd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown-menu,
.cid-uFTiBCZskd .navbar.opened {
  background: #82939b !important;
}
.cid-uFTiBCZskd .nav-item:focus,
.cid-uFTiBCZskd .nav-link:focus {
  outline: none;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTiBCZskd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTiBCZskd .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTiBCZskd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTiBCZskd .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTiBCZskd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar.collapsed {
  justify-content: center;
}
.cid-uFTiBCZskd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTiBCZskd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTiBCZskd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTiBCZskd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTiBCZskd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTiBCZskd .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-uFTiBCZskd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTiBCZskd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTiBCZskd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTiBCZskd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTiBCZskd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTiBCZskd .navbar.navbar-short {
  min-height: 80px;
}
.cid-uFTiBCZskd .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uFTiBCZskd .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTiBCZskd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTiBCZskd .dropdown-item.active,
.cid-uFTiBCZskd .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTiBCZskd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTiBCZskd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTiBCZskd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTiBCZskd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTiBCZskd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTiBCZskd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar {
    height: 70px;
  }
  .cid-uFTiBCZskd .navbar.opened {
    height: auto;
  }
  .cid-uFTiBCZskd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDhVm9w0vE {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDhVm9w0vE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDhVm9w0vE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDhVm9w0vE .content-head {
  max-width: 800px;
}
.cid-uDhVm9w0vE .mbr-section-title {
  color: #495259;
}
.cid-uGbSep4H5o {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uGbSep4H5o .mbr-section-subtitle {
  color: #70747f;
}
.cid-uGbSep4H5o .mbr-text {
  color: #70747f;
}
.cid-uGbSep4H5o .nav-tabs {
  margin-bottom: 1rem;
  padding: 3px;
  display: table;
  border-bottom: none;
}
.cid-uGbSep4H5o .nav-tabs .nav-item {
  display: table-cell;
}
.cid-uGbSep4H5o .card-img img {
  width: 100%;
  border-radius: 30px;
}
.cid-uGbSep4H5o .tab-content {
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-uGbSep4H5o .nav-tabs .nav-link {
  display: flex;
  color: #82939b;
  box-sizing: border-box;
  font-style: normal;
  background: #f4f8fa;
  font-weight: 900;
  border: 2px dashed #d60505;
  border-radius: 25px !important;
  transition: all .3s;
  text-align: center;
  flex-direction: column;
}
.cid-uGbSep4H5o .nav-tabs .nav-link:hover {
  background-color: transparent;
  color: #f92c50;
}
.cid-uGbSep4H5o .nav-tabs .nav-link.active {
  color: #ffffff;
  background: #d60505;
}
.cid-uGbSep4H5o .icon-img {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
}
.cid-uGbSep4H5o .wrapper {
  margin-bottom: 1.5rem;
}
.cid-uGbSep4H5o .card-title {
  color: #12265a;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 1rem;
  margin-bottom: 0;
}
.cid-uGbSep4H5o .container-fluid {
  max-width: 1200px;
}
.cid-uGbSep4H5o .row {
  align-items: center;
}
.cid-uGbSep4H5o .title-content {
  color: #495259;
}
.cid-uGbSep4H5o .name {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .cid-uGbSep4H5o .nav-tabs {
    margin-right: auto;
    margin-left: auto;
  }
  .cid-uGbSep4H5o .nav-tabs .nav-link {
    margin: 0 1rem;
    padding: 1.5rem 2.5rem;
  }
  .cid-uGbSep4H5o .tab-content {
    padding: 3.5rem;
  }
  .cid-uGbSep4H5o .left-column {
    padding-right: 4rem;
  }
  .cid-uGbSep4H5o .right-column {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uGbSep4H5o .tab-content {
    padding: 1rem;
  }
  .cid-uGbSep4H5o .nav-item {
    padding: 0.5rem;
  }
  .cid-uGbSep4H5o .card-img {
    margin-top: 0.6rem;
  }
  .cid-uGbSep4H5o .card-img2 {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uGbSep4H5o {
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .cid-uGbSep4H5o .nav-tabs {
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  .cid-uGbSep4H5o .nav-item {
    padding: 0;
  }
  .cid-uGbSep4H5o .last-navitem {
    width: 100%;
  }
  .cid-uGbSep4H5o li {
    width: 140px;
  }
  .cid-uGbSep4H5o .container-fluid {
    padding: 0;
  }
  .cid-uGbSep4H5o .nav-link {
    margin-bottom: 1rem !important;
  }
  .cid-uGbSep4H5o .mbr-iconfont {
    margin-top: 0.4rem;
  }
}
.cid-uGbSep4H5o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbSep4H5o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGbSep4H5o .card-title,
.cid-uGbSep4H5o .wrapper {
  color: #495259;
}
.cid-uG7qP2RyYq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #82939b;
}
.cid-uG7qP2RyYq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG7qP2RyYq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG7qP2RyYq .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uG7qP2RyYq .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uG7qP2RyYq .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uG7qP2RyYq .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uG7qP2RyYq .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uG7qP2RyYq .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uG7qP2RyYq .image-wrapper img {
    height: 350px;
  }
}
.cid-uG7qP2RyYq .mbr-section-title {
  color: #ffffff;
}
.cid-uG7qP2RyYq .mbr-text {
  color: #ffffff;
}
.cid-uG7by30WzT {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uG7by30WzT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG7by30WzT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG7by30WzT .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uG7by30WzT .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uG7by30WzT .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uG7by30WzT .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uG7by30WzT .item .item-wrapper .item-title {
  margin-bottom: 10px;
}
.cid-uG7by30WzT .item .item-wrapper .item-desc {
  margin-bottom: 16px;
}
.cid-uG7by30WzT .item .item-wrapper .card-box {
  padding: 42px 28px;
  min-height: 470px;
}
@media (max-width: 992px) {
  .cid-uG7by30WzT .item .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uG7by30WzT .item .item-wrapper .card-box .icon-wrap {
  margin-bottom: 16px;
}
.cid-uG7by30WzT .item .item-wrapper .card-box .icon-wrap .mbr-iconfont {
  width: 70px;
  height: 70px;
  font-size: 70px;
  display: inline-flex;
}
.cid-uG7by30WzT .item .item-wrapper .card-box .item-text_1,
.cid-uG7by30WzT .item .item-wrapper .card-box .item-text_2 {
  margin-bottom: 0;
}
.cid-uG7by30WzT .item .item-wrapper .card_1 {
  background-color: #f92c50;
}
.cid-uG7by30WzT .item .item-wrapper .card_1 .icon-wrap .mbr-iconfont {
  color: #ffffff;
}
.cid-uG7by30WzT .item .item-wrapper .card_2 {
  background-color: #58d508;
}
.cid-uG7by30WzT .item .item-wrapper .card_2 .icon-wrap .mbr-iconfont {
  color: #000000;
}
.cid-uG7by30WzT .item .item-wrapper .card {
  justify-content: center;
}
.cid-uG7by30WzT .mbr-section-btn {
  margin-top: 64px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uG7by30WzT .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uG7by30WzT .item-title {
  color: #495259;
  text-align: left;
}
.cid-uG7by30WzT .item-desc {
  color: #495259;
  text-align: left;
}
.cid-uG7by30WzT .item-text_1 {
  color: #ffffff;
}
.cid-uG7by30WzT .item-text_2 {
  color: #000000;
  text-align: center;
}
.cid-uG7by30WzT .item-text_1,
.cid-uG7by30WzT .icon-wrap {
  text-align: left;
}
.cid-uG7by30WzT .item-text_2,
.cid-uG7by30WzT .icon-wrap {
  text-align: left;
  color: #000000;
}
.cid-uG7feJhwTT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uG7feJhwTT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG7feJhwTT .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-uG7feJhwTT .container {
    padding: 0 25px;
  }
}
.cid-uG7feJhwTT .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uG7feJhwTT .title-wrapper .icon-wrapper {
  display: block;
}
.cid-uG7feJhwTT .title-wrapper .icon-wrapper:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uG7feJhwTT .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 129px;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
  color: #d60505;
}
.cid-uG7feJhwTT .card {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uG7feJhwTT .card .card-wrap {
    margin-top: 40px;
  }
}
.cid-uG7feJhwTT .card .card-wrap .mbr-number {
  margin-bottom: 12px;
  opacity: .7;
}
.cid-uG7feJhwTT .card .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uG7feJhwTT .mbr-section-title {
  color: #E33030;
}
.cid-uG7feJhwTT .mbr-text {
  color: #495259;
}
.cid-uG7feJhwTT .mbr-number {
  color: #d60505;
}
.cid-uG7feJhwTT .mbr-section-title,
.cid-uG7feJhwTT .icon-wrapper {
  color: #495259;
}
.cid-uGdaoM3nup {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uGdaoM3nup .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGdaoM3nup .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGdaoM3nup .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uGdaoM3nup .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uGdaoM3nup .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uGdaoM3nup .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uGdaoM3nup .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uGdaoM3nup .header-menu li p {
  margin: 0;
}
.cid-uGdaoM3nup .content-head {
  max-width: 800px;
}
.cid-uG7oOZ4Jmc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #495259;
}
.cid-uG7oOZ4Jmc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG7oOZ4Jmc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG7oOZ4Jmc .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uG7oOZ4Jmc .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uG7oOZ4Jmc .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uG7oOZ4Jmc .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-uG7oOZ4Jmc .mbr-text,
.cid-uG7oOZ4Jmc .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uG7oOZ4Jmc .card-title,
.cid-uG7oOZ4Jmc .card-box {
  text-align: center;
  color: #d60505;
}
.cid-uE8x8flZ2j {
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mehrwert-grau-1-2000x1288.webp");
}
.cid-uE8x8flZ2j .container {
  margin: 0 auto;
  padding: 0 25px;
}
.cid-uE8x8flZ2j .wrap {
  padding: 0 25px;
}
.cid-uE8x8flZ2j .wrap:before {
  content: '';
  position: absolute;
  width: 820px;
  height: 820px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #d60505;
  top: 0px;
  right: 0px;
}
.cid-uE8x8flZ2j .wrap:before {
  content: '';
  position: absolute;
  width: 820px;
  height: 820px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #d60505;
  top: 0px;
  left: -100px;
}
.cid-uE8x8flZ2j .title__block {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
.cid-uE8x8flZ2j .mbr-text {
  margin-bottom: 20px;
}
.cid-uE8x8flZ2j .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-uE8x8flZ2j .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-uE8x8flZ2j .container,
  .cid-uE8x8flZ2j .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uE8x8flZ2j .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-uE8x8flZ2j a.close {
    right: 50px;
    top: 25px;
  }
  .cid-uE8x8flZ2j .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-uE8x8flZ2j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE8x8flZ2j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEiVdakdp0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEiVdakdp0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEiVdakdp0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEiVdakdp0 .timeline-element {
  position: relative;
}
.cid-uEiVdakdp0 .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uEiVdakdp0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uEiVdakdp0 .mbr-section-title,
.cid-uEiVdakdp0 .mbr-section-subtitle,
.cid-uEiVdakdp0 .timeline-date {
  text-align: center;
}
.cid-uEiVdakdp0 .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #d60505;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uEiVdakdp0 .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-uEiVdakdp0 .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-uEiVdakdp0 .row:after {
  content: "";
  position: absolute;
  background-color: #d60505;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-uEiVdakdp0 .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-uEiVdakdp0 .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uEiVdakdp0 .timeline-date-wrapper,
  .cid-uEiVdakdp0 .timeline-text-wrapper,
  .cid-uEiVdakdp0 .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-uEiVdakdp0 .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-uEiVdakdp0 .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uEiVdakdp0 .timeline-date-wrapper,
  .cid-uEiVdakdp0 .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uEiVdakdp0 .timeline-date-wrapper,
  .cid-uEiVdakdp0 .timeline-text-wrapper,
  .cid-uEiVdakdp0 .image-wrapper {
    padding: 2rem;
  }
}
.cid-uEiVdakdp0 .mbr-section-title {
  color: #495259;
}
.cid-uEiVdakdp0 .mbr-timeline-date {
  color: #495259;
}
.cid-uEiVdakdp0 .mbr-timeline-title {
  color: #495259;
}
.cid-uEiVdakdp0 .mbr-text {
  color: #495259;
}
.cid-uGd0G94foS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGd0G94foS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGd0G94foS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGd0G94foS .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uGd0G94foS .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uGd0G94foS .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uGd0G94foS .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uGd0G94foS .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uGd0G94foS .header-menu li p {
  margin: 0;
}
.cid-uGd0G94foS .content-head {
  max-width: 800px;
}
.cid-uCUhWDmAgC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #82939b;
}
.cid-uCUhWDmAgC .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-col {
    flex-direction: column;
  }
}
.cid-uCUhWDmAgC .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .brand-name {
    margin-top: 1rem;
  }
}
.cid-uCUhWDmAgC .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-wrap {
    margin-right: 0;
  }
}
.cid-uCUhWDmAgC .cards-row,
.cid-uCUhWDmAgC .social-row,
.cid-uCUhWDmAgC .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .cards-row,
  .cid-uCUhWDmAgC .social-row,
  .cid-uCUhWDmAgC .menu-row {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .menu-row {
  margin-bottom: 1rem;
}
.cid-uCUhWDmAgC .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .foot-menu {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uCUhWDmAgC .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uCUhWDmAgC .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .row {
    text-align: center;
  }
  .cid-uCUhWDmAgC .cards-col {
    justify-content: center;
  }
  .cid-uCUhWDmAgC .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uCUhWDmAgC .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uCUhWDmAgC .card-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uCUhWDmAgC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCUhWDmAgC .soc-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .mbr-iconfont {
  color: #ffffff;
}
.cid-uCUhWDmAgC .mbr-text {
  color: #ffffff;
}
.cid-uFTiBCZskd {
  z-index: 800;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uFTiBCZskd nav.navbar {
  position: fixed;
}
.cid-uFTiBCZskd .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTiBCZskd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTiBCZskd .dropdown-item:hover,
.cid-uFTiBCZskd .dropdown-item:focus {
  background: #d60505 !important;
  color: white !important;
}
.cid-uFTiBCZskd .dropdown-item:hover span {
  color: white;
}
.cid-uFTiBCZskd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTiBCZskd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTiBCZskd .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTiBCZskd .nav-link {
  position: relative;
}
.cid-uFTiBCZskd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTiBCZskd .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTiBCZskd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown-menu,
.cid-uFTiBCZskd .navbar.opened {
  background: #82939b !important;
}
.cid-uFTiBCZskd .nav-item:focus,
.cid-uFTiBCZskd .nav-link:focus {
  outline: none;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTiBCZskd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTiBCZskd .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTiBCZskd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTiBCZskd .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTiBCZskd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar.collapsed {
  justify-content: center;
}
.cid-uFTiBCZskd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTiBCZskd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTiBCZskd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTiBCZskd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTiBCZskd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTiBCZskd .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-uFTiBCZskd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTiBCZskd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTiBCZskd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTiBCZskd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTiBCZskd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTiBCZskd .navbar.navbar-short {
  min-height: 80px;
}
.cid-uFTiBCZskd .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uFTiBCZskd .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTiBCZskd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTiBCZskd .dropdown-item.active,
.cid-uFTiBCZskd .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTiBCZskd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTiBCZskd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTiBCZskd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTiBCZskd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTiBCZskd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTiBCZskd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar {
    height: 70px;
  }
  .cid-uFTiBCZskd .navbar.opened {
    height: auto;
  }
  .cid-uFTiBCZskd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEN6Dw2LbK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #ffffff;
  background-image: url("../../../assets/images/werbeplattform-2000x1124.webp");
}
.cid-uEN6Dw2LbK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEN6Dw2LbK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEN6Dw2LbK .card {
  justify-content: center;
}
.cid-uEN6Dw2LbK .content-wrapper {
  padding: 108px;
  background-color: #82939b;
  margin-right: 64px;
  border-right: 2px solid #ffffff;
}
@media (max-width: 1440px) {
  .cid-uEN6Dw2LbK .content-wrapper {
    padding: 80px 64px;
  }
}
@media (max-width: 992px) {
  .cid-uEN6Dw2LbK .content-wrapper {
    padding: 80px 20px;
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uEN6Dw2LbK .content-wrapper {
    border-right: none;
  }
}
.cid-uEN6Dw2LbK .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uEN6Dw2LbK .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uEN6Dw2LbK .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uEN6Dw2LbK .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uEN6Dw2LbK .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px 64px;
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .cid-uEN6Dw2LbK .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uEN6Dw2LbK .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
    margin-bottom: 32px;
  }
}
.cid-uEN6Dw2LbK .content-wrapper .items-wrapper .item .item-wrapper .card-box .dot-wrapper {
  margin-bottom: 16px;
}
.cid-uEN6Dw2LbK .content-wrapper .items-wrapper .item .item-wrapper .card-box .dot-wrapper .dot-wrap {
  display: inline-flex;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #ffffff;
  box-shadow: -3px 3px 0 #ffffff;
}
.cid-uEN6Dw2LbK .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uEN6Dw2LbK .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uEN6Dw2LbK .image-wrapper {
    margin-left: 0;
    margin-bottom: 80px;
  }
}
.cid-uEN6Dw2LbK .mbr-section-title {
  color: #ffffff;
}
.cid-uEN6Dw2LbK .mbr-text {
  color: #ffffff;
}
.cid-uEN6Dw2LbK .item-text {
  color: #ffffff;
}
.cid-uESWSW5won {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #82939b;
}
.cid-uESWSW5won .mbr-fallback-image.disabled {
  display: none;
}
.cid-uESWSW5won .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uESWSW5won .row {
  justify-content: center;
}
.cid-uESWSW5won .card-wrapper {
  padding: 90px 90px 90px 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uESWSW5won .card-wrapper {
    padding: 60px 60px 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uESWSW5won .card-wrapper {
    padding: 30px 16px;
    display: block;
  }
}
.cid-uESWSW5won .card-wrapper .content-wrap {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uESWSW5won .card-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uESWSW5won .card-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #d90a2c;
}
.cid-uESWSW5won .card-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uESWSW5won .card-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uESWSW5won .card-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uESWSW5won .card-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uESWSW5won .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uESWSW5won .card-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uESWSW5won .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uESWSW5won .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uESWSW5won .card-wrapper .image-wrapper img {
  height: 490px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uESWSW5won .card-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uESWSW5won .mbr-label,
.cid-uESWSW5won .label-wrapper {
  color: #ffffff;
}
.cid-uESWSW5won .mbr-section-title {
  color: #495259;
}
.cid-uESWSW5won .mbr-text {
  color: #151e11;
}
.cid-uESWSW5won .mbr-text,
.cid-uESWSW5won .mbr-section-btn {
  color: #495259;
}
.cid-uETgRXXAUc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uETgRXXAUc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uETgRXXAUc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uETgRXXAUc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uETgRXXAUc .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uETgRXXAUc .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uETgRXXAUc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uETgRXXAUc .mbr-section-title {
  color: #495259;
}
.cid-uETgRXXAUc .mbr-text,
.cid-uETgRXXAUc .mbr-section-btn {
  color: #495259;
}
.cid-uETbRya8MQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #82939b;
}
.cid-uETbRya8MQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uETbRya8MQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uETbRya8MQ .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uETbRya8MQ .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uETbRya8MQ .item .item-wrapper {
  display: flex;
  height: 100%;
  background-color: #ffffff;
  padding: 42px 28px;
}
@media (max-width: 1440px) {
  .cid-uETbRya8MQ .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uETbRya8MQ .item .item-wrapper {
    padding: 36px 24px;
  }
}
.cid-uETbRya8MQ .item .item-wrapper .item-img {
  width: 285px;
}
@media (max-width: 1440px) {
  .cid-uETbRya8MQ .item .item-wrapper .item-img {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uETbRya8MQ .item .item-wrapper .item-img img {
  width: 285px;
  height: 285px;
  object-fit: cover;
  border: 2px solid #18212d;
}
@media (max-width: 1600px) {
  .cid-uETbRya8MQ .item .item-wrapper .item-img img {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .cid-uETbRya8MQ .item .item-wrapper .item-img img {
    width: 220px;
    height: 220px;
  }
}
.cid-uETbRya8MQ .item .item-wrapper .item-content {
  padding-left: 50px;
}
@media (max-width: 1600px) {
  .cid-uETbRya8MQ .item .item-wrapper .item-content {
    padding-left: 24px;
  }
}
@media (max-width: 1440px) {
  .cid-uETbRya8MQ .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
.cid-uETbRya8MQ .item .item-wrapper .item-content .item-title {
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .cid-uETbRya8MQ .item .item-wrapper .item-content .item-title {
    margin-bottom: 32px;
  }
}
.cid-uETbRya8MQ .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uETbRya8MQ .btn-wrapper {
  margin-top: -2%;
}
.cid-uETbRya8MQ .item-title {
  color: #495259;
}
.cid-uETbRya8MQ .item-text {
  color: #495259;
}
.cid-uGbK8BYuF4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGbK8BYuF4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGbK8BYuF4 .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-uGbK8BYuF4 .container {
    padding: 0 30px;
  }
}
.cid-uGbK8BYuF4 .row {
  justify-content: center;
}
.cid-uGbK8BYuF4 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uGbK8BYuF4 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uGbK8BYuF4 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uGbK8BYuF4 .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uGbK8BYuF4 .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #144031;
}
.cid-uGbK8BYuF4 .list .item-wrap {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.cid-uGbK8BYuF4 .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uGbK8BYuF4 .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #d60505;
}
.cid-uGbK8BYuF4 .mbr-section-title {
  color: #d60505;
}
.cid-uGbK8BYuF4 .mbr-text {
  color: #495259;
}
.cid-uGbK8BYuF4 .list,
.cid-uGbK8BYuF4 .item-wrap {
  color: #495259;
}
.cid-uENmWaoQZc {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #82939b;
}
.cid-uENmWaoQZc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uENmWaoQZc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uENmWaoQZc .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uENmWaoQZc .row .card {
  padding: 0 13px;
}
.cid-uENmWaoQZc .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uENmWaoQZc .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uENmWaoQZc .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uENmWaoQZc .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uENmWaoQZc .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uENmWaoQZc .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uENmWaoQZc .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uENmWaoQZc .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uENmWaoQZc .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #d60505;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uENmWaoQZc .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uENmWaoQZc .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uENmWaoQZc .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uENmWaoQZc .card-wrapper {
  overflow: hidden;
}
.cid-uENmWaoQZc .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uENmWaoQZc .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uENmWaoQZc .card-wrapper .item-content {
  padding: 54px;
  background-color: #ffffff;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uENmWaoQZc .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uENmWaoQZc .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uENmWaoQZc .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uENmWaoQZc .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uENmWaoQZc .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #495259;
}
.cid-uENmWaoQZc .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uENmWaoQZc .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uENmWaoQZc .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uENmWaoQZc .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uENmWaoQZc .mbr-label,
.cid-uENmWaoQZc .label-wrapper {
  color: #151e11;
}
.cid-uENmWaoQZc .mbr-section-title {
  color: #ffffff;
}
.cid-uENmWaoQZc .mbr-number {
  color: #ffffff;
}
.cid-uENmWaoQZc .mbr-number-desc {
  color: #ffffff;
}
.cid-uENmWaoQZc .card-label,
.cid-uENmWaoQZc .card-label-wrapper {
  color: #495259;
}
.cid-uENmWaoQZc .card-title {
  color: #495259;
}
.cid-uENmWaoQZc .card-text {
  color: #fff7ee;
}
.cid-uENmWaoQZc .card-text,
.cid-uENmWaoQZc .text-wrapper {
  color: #495259;
}
.cid-uETi4gg7Jy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uETi4gg7Jy .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-uETi4gg7Jy .image-wrap img {
    padding: 12px 0;
  }
}
.cid-uETi4gg7Jy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uETi4gg7Jy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uETi4gg7Jy .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 96px;
  border: 3px solid #ffffff;
  overflow: hidden;
  margin-right: 36px;
  margin-right: 0;
  margin-left: 36px;
}
@media (max-width: 1440px) {
  .cid-uETi4gg7Jy .content-wrapper {
    padding: 48px;
    margin-right: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uETi4gg7Jy .content-wrapper {
    padding: 26px 22px;
    margin: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uETi4gg7Jy .content-wrapper {
    margin-left: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uETi4gg7Jy .content-wrapper {
    margin: 0;
  }
}
.cid-uETi4gg7Jy .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.6;
  pointer-events: none;
}
.cid-uETi4gg7Jy .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 32px;
}
.cid-uETi4gg7Jy .content-wrapper .mbr-text {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uETi4gg7Jy .content-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uETi4gg7Jy .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 2;
}
.cid-uETi4gg7Jy .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uETi4gg7Jy .content-wrapper .social-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-uETi4gg7Jy .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uETi4gg7Jy .content-wrapper .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border: 1px solid #eeeef7;
  border-radius: 100%;
  margin: 12px 0 0 12px;
}
.cid-uETi4gg7Jy .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uETi4gg7Jy .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #baace7;
  color: #eeeef7;
}
.cid-uETi4gg7Jy .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #191c25;
  background-color: #cfef54;
  font-size: 22px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uETi4gg7Jy .mbr-section-title {
  color: #191c25;
}
.cid-uETi4gg7Jy .mbr-text,
.cid-uETi4gg7Jy .text-wrapper {
  color: #191c25;
  text-align: right;
}
.cid-uETi4gg7Jy .mbr-section-title,
.cid-uETi4gg7Jy .mbr-section-btn,
.cid-uETi4gg7Jy .social-wrapper {
  text-align: left;
  color: #495259;
}
.cid-uETi4gg7Jy .mbr-text {
  color: #495259;
  text-align: left;
}
.cid-uCUhWDmAgC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #82939b;
}
.cid-uCUhWDmAgC .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-col {
    flex-direction: column;
  }
}
.cid-uCUhWDmAgC .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .brand-name {
    margin-top: 1rem;
  }
}
.cid-uCUhWDmAgC .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-wrap {
    margin-right: 0;
  }
}
.cid-uCUhWDmAgC .cards-row,
.cid-uCUhWDmAgC .social-row,
.cid-uCUhWDmAgC .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .cards-row,
  .cid-uCUhWDmAgC .social-row,
  .cid-uCUhWDmAgC .menu-row {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .menu-row {
  margin-bottom: 1rem;
}
.cid-uCUhWDmAgC .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .foot-menu {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uCUhWDmAgC .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uCUhWDmAgC .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .row {
    text-align: center;
  }
  .cid-uCUhWDmAgC .cards-col {
    justify-content: center;
  }
  .cid-uCUhWDmAgC .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uCUhWDmAgC .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uCUhWDmAgC .card-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uCUhWDmAgC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCUhWDmAgC .soc-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .mbr-iconfont {
  color: #ffffff;
}
.cid-uCUhWDmAgC .mbr-text {
  color: #ffffff;
}
.cid-uFTiBCZskd {
  z-index: 800;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uFTiBCZskd nav.navbar {
  position: fixed;
}
.cid-uFTiBCZskd .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTiBCZskd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTiBCZskd .dropdown-item:hover,
.cid-uFTiBCZskd .dropdown-item:focus {
  background: #d60505 !important;
  color: white !important;
}
.cid-uFTiBCZskd .dropdown-item:hover span {
  color: white;
}
.cid-uFTiBCZskd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTiBCZskd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTiBCZskd .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTiBCZskd .nav-link {
  position: relative;
}
.cid-uFTiBCZskd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTiBCZskd .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTiBCZskd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown-menu,
.cid-uFTiBCZskd .navbar.opened {
  background: #82939b !important;
}
.cid-uFTiBCZskd .nav-item:focus,
.cid-uFTiBCZskd .nav-link:focus {
  outline: none;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTiBCZskd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTiBCZskd .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTiBCZskd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTiBCZskd .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTiBCZskd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar.collapsed {
  justify-content: center;
}
.cid-uFTiBCZskd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTiBCZskd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTiBCZskd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTiBCZskd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTiBCZskd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTiBCZskd .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-uFTiBCZskd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTiBCZskd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTiBCZskd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTiBCZskd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTiBCZskd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTiBCZskd .navbar.navbar-short {
  min-height: 80px;
}
.cid-uFTiBCZskd .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uFTiBCZskd .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTiBCZskd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTiBCZskd .dropdown-item.active,
.cid-uFTiBCZskd .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTiBCZskd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTiBCZskd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTiBCZskd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTiBCZskd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTiBCZskd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTiBCZskd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar {
    height: 70px;
  }
  .cid-uFTiBCZskd .navbar.opened {
    height: auto;
  }
  .cid-uFTiBCZskd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZtCrLfr4x {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZtCrLfr4x img,
.cid-tZtCrLfr4x .item-img {
  width: 100%;
}
.cid-tZtCrLfr4x .item:focus,
.cid-tZtCrLfr4x span:focus {
  outline: none;
}
.cid-tZtCrLfr4x .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tZtCrLfr4x .item {
    margin-bottom: 1rem;
  }
}
.cid-tZtCrLfr4x .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-tZtCrLfr4x .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tZtCrLfr4x .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-tZtCrLfr4x .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tZtCrLfr4x .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tZtCrLfr4x .mbr-section-title {
  color: #495259;
}
.cid-tZtCrLfr4x .item-title {
  text-align: left;
}
.cid-tZtCrLfr4x .item-subtitle {
  text-align: left;
}
.cid-tZtCrLfr4x .mbr-text,
.cid-tZtCrLfr4x .item .mbr-section-btn {
  text-align: left;
}
.cid-tZtCrLfr4x .content-head {
  max-width: 800px;
}
.cid-tZtCrLfr4x .mbr-section-subtitle,
.cid-tZtCrLfr4x .mbr-section-head .mbr-section-btn {
  color: #495259;
}
.cid-tZtF1ZvXO5 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tZtF1ZvXO5 img,
.cid-tZtF1ZvXO5 .item-img {
  width: 100%;
}
.cid-tZtF1ZvXO5 .item:focus,
.cid-tZtF1ZvXO5 span:focus {
  outline: none;
}
.cid-tZtF1ZvXO5 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tZtF1ZvXO5 .item {
    margin-bottom: 1rem;
  }
}
.cid-tZtF1ZvXO5 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-tZtF1ZvXO5 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tZtF1ZvXO5 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-tZtF1ZvXO5 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tZtF1ZvXO5 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tZtF1ZvXO5 .mbr-section-title {
  color: #000000;
}
.cid-tZtF1ZvXO5 .item-title {
  text-align: left;
}
.cid-tZtF1ZvXO5 .item-subtitle {
  text-align: left;
}
.cid-tZtF1ZvXO5 .mbr-text,
.cid-tZtF1ZvXO5 .item .mbr-section-btn {
  text-align: left;
}
.cid-tZtF1ZvXO5 .content-head {
  max-width: 800px;
}
.cid-uE8l09Q1ZF {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uE8l09Q1ZF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE8l09Q1ZF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE8l09Q1ZF .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uE8l09Q1ZF .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uE8l09Q1ZF .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uE8l09Q1ZF .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uE8l09Q1ZF .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uE8l09Q1ZF .header-menu li p {
  margin: 0;
}
.cid-uE8l09Q1ZF .content-head {
  max-width: 800px;
}
.cid-uCUhWDmAgC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #82939b;
}
.cid-uCUhWDmAgC .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-col {
    flex-direction: column;
  }
}
.cid-uCUhWDmAgC .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .brand-name {
    margin-top: 1rem;
  }
}
.cid-uCUhWDmAgC .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-wrap {
    margin-right: 0;
  }
}
.cid-uCUhWDmAgC .cards-row,
.cid-uCUhWDmAgC .social-row,
.cid-uCUhWDmAgC .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .cards-row,
  .cid-uCUhWDmAgC .social-row,
  .cid-uCUhWDmAgC .menu-row {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .menu-row {
  margin-bottom: 1rem;
}
.cid-uCUhWDmAgC .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .foot-menu {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uCUhWDmAgC .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uCUhWDmAgC .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .row {
    text-align: center;
  }
  .cid-uCUhWDmAgC .cards-col {
    justify-content: center;
  }
  .cid-uCUhWDmAgC .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uCUhWDmAgC .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uCUhWDmAgC .card-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uCUhWDmAgC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCUhWDmAgC .soc-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .mbr-iconfont {
  color: #ffffff;
}
.cid-uCUhWDmAgC .mbr-text {
  color: #ffffff;
}
.cid-uFTiBCZskd {
  z-index: 800;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uFTiBCZskd nav.navbar {
  position: fixed;
}
.cid-uFTiBCZskd .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTiBCZskd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTiBCZskd .dropdown-item:hover,
.cid-uFTiBCZskd .dropdown-item:focus {
  background: #d60505 !important;
  color: white !important;
}
.cid-uFTiBCZskd .dropdown-item:hover span {
  color: white;
}
.cid-uFTiBCZskd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTiBCZskd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTiBCZskd .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTiBCZskd .nav-link {
  position: relative;
}
.cid-uFTiBCZskd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTiBCZskd .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTiBCZskd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown-menu,
.cid-uFTiBCZskd .navbar.opened {
  background: #82939b !important;
}
.cid-uFTiBCZskd .nav-item:focus,
.cid-uFTiBCZskd .nav-link:focus {
  outline: none;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTiBCZskd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTiBCZskd .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTiBCZskd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTiBCZskd .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTiBCZskd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar.collapsed {
  justify-content: center;
}
.cid-uFTiBCZskd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTiBCZskd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTiBCZskd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTiBCZskd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTiBCZskd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTiBCZskd .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-uFTiBCZskd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTiBCZskd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTiBCZskd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTiBCZskd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTiBCZskd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTiBCZskd .navbar.navbar-short {
  min-height: 80px;
}
.cid-uFTiBCZskd .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uFTiBCZskd .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTiBCZskd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTiBCZskd .dropdown-item.active,
.cid-uFTiBCZskd .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTiBCZskd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTiBCZskd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTiBCZskd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTiBCZskd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTiBCZskd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTiBCZskd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar {
    height: 70px;
  }
  .cid-uFTiBCZskd .navbar.opened {
    height: auto;
  }
  .cid-uFTiBCZskd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZtAuyerS6 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZtAuyerS6 img,
.cid-tZtAuyerS6 .item-img {
  width: 100%;
}
.cid-tZtAuyerS6 .item:focus,
.cid-tZtAuyerS6 span:focus {
  outline: none;
}
.cid-tZtAuyerS6 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tZtAuyerS6 .item {
    margin-bottom: 1rem;
  }
}
.cid-tZtAuyerS6 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-tZtAuyerS6 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tZtAuyerS6 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-tZtAuyerS6 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tZtAuyerS6 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tZtAuyerS6 .mbr-section-title {
  color: #495259;
}
.cid-tZtAuyerS6 .item-title {
  text-align: left;
}
.cid-tZtAuyerS6 .item-subtitle {
  text-align: left;
}
.cid-tZtAuyerS6 .mbr-text,
.cid-tZtAuyerS6 .item .mbr-section-btn {
  text-align: left;
}
.cid-tZtAuyerS6 .content-head {
  max-width: 800px;
}
.cid-tZtAuyerS6 .mbr-section-subtitle,
.cid-tZtAuyerS6 .mbr-section-head .mbr-section-btn {
  color: #495259;
}
.cid-tZtByViAk4 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tZtByViAk4 img,
.cid-tZtByViAk4 .item-img {
  width: 100%;
}
.cid-tZtByViAk4 .item:focus,
.cid-tZtByViAk4 span:focus {
  outline: none;
}
.cid-tZtByViAk4 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tZtByViAk4 .item {
    margin-bottom: 1rem;
  }
}
.cid-tZtByViAk4 .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-tZtByViAk4 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tZtByViAk4 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-tZtByViAk4 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tZtByViAk4 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tZtByViAk4 .mbr-section-title {
  color: #000000;
}
.cid-tZtByViAk4 .item-title {
  text-align: left;
}
.cid-tZtByViAk4 .item-subtitle {
  text-align: left;
}
.cid-tZtByViAk4 .mbr-text,
.cid-tZtByViAk4 .item .mbr-section-btn {
  text-align: left;
}
.cid-tZtByViAk4 .content-head {
  max-width: 800px;
}
.cid-uE8letzfib {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uE8letzfib .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE8letzfib .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE8letzfib .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uE8letzfib .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uE8letzfib .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uE8letzfib .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uE8letzfib .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uE8letzfib .header-menu li p {
  margin: 0;
}
.cid-uE8letzfib .content-head {
  max-width: 800px;
}
.cid-uCUhWDmAgC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #82939b;
}
.cid-uCUhWDmAgC .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-col {
    flex-direction: column;
  }
}
.cid-uCUhWDmAgC .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .brand-name {
    margin-top: 1rem;
  }
}
.cid-uCUhWDmAgC .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-wrap {
    margin-right: 0;
  }
}
.cid-uCUhWDmAgC .cards-row,
.cid-uCUhWDmAgC .social-row,
.cid-uCUhWDmAgC .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .cards-row,
  .cid-uCUhWDmAgC .social-row,
  .cid-uCUhWDmAgC .menu-row {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .menu-row {
  margin-bottom: 1rem;
}
.cid-uCUhWDmAgC .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .foot-menu {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uCUhWDmAgC .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uCUhWDmAgC .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .row {
    text-align: center;
  }
  .cid-uCUhWDmAgC .cards-col {
    justify-content: center;
  }
  .cid-uCUhWDmAgC .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uCUhWDmAgC .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uCUhWDmAgC .card-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uCUhWDmAgC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCUhWDmAgC .soc-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .mbr-iconfont {
  color: #ffffff;
}
.cid-uCUhWDmAgC .mbr-text {
  color: #ffffff;
}
.cid-uFTiBCZskd {
  z-index: 800;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-uFTiBCZskd nav.navbar {
  position: fixed;
}
.cid-uFTiBCZskd .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFTiBCZskd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFTiBCZskd .dropdown-item:hover,
.cid-uFTiBCZskd .dropdown-item:focus {
  background: #d60505 !important;
  color: white !important;
}
.cid-uFTiBCZskd .dropdown-item:hover span {
  color: white;
}
.cid-uFTiBCZskd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFTiBCZskd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFTiBCZskd .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFTiBCZskd .nav-link {
  position: relative;
}
.cid-uFTiBCZskd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uFTiBCZskd .container {
    flex-wrap: nowrap;
  }
}
.cid-uFTiBCZskd .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown-menu,
.cid-uFTiBCZskd .navbar.opened {
  background: #82939b !important;
}
.cid-uFTiBCZskd .nav-item:focus,
.cid-uFTiBCZskd .nav-link:focus {
  outline: none;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFTiBCZskd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFTiBCZskd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFTiBCZskd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFTiBCZskd .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.opened {
  transition: all 0.3s;
}
.cid-uFTiBCZskd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFTiBCZskd .navbar .navbar-logo img {
  width: auto;
}
.cid-uFTiBCZskd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar.collapsed {
  justify-content: center;
}
.cid-uFTiBCZskd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFTiBCZskd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFTiBCZskd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFTiBCZskd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFTiBCZskd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFTiBCZskd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFTiBCZskd .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-uFTiBCZskd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFTiBCZskd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFTiBCZskd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFTiBCZskd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFTiBCZskd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFTiBCZskd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFTiBCZskd .navbar.navbar-short {
  min-height: 80px;
}
.cid-uFTiBCZskd .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uFTiBCZskd .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFTiBCZskd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFTiBCZskd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFTiBCZskd .dropdown-item.active,
.cid-uFTiBCZskd .dropdown-item:active {
  background-color: transparent;
}
.cid-uFTiBCZskd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFTiBCZskd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #82939b;
}
.cid-uFTiBCZskd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFTiBCZskd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFTiBCZskd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFTiBCZskd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFTiBCZskd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFTiBCZskd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFTiBCZskd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFTiBCZskd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFTiBCZskd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFTiBCZskd .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-uFTiBCZskd .navbar {
    height: 70px;
  }
  .cid-uFTiBCZskd .navbar.opened {
    height: auto;
  }
  .cid-uFTiBCZskd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZtwl26ldf {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tZtwl26ldf img,
.cid-tZtwl26ldf .item-img {
  width: 100%;
}
.cid-tZtwl26ldf .item:focus,
.cid-tZtwl26ldf span:focus {
  outline: none;
}
.cid-tZtwl26ldf .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tZtwl26ldf .item {
    margin-bottom: 1rem;
  }
}
.cid-tZtwl26ldf .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-tZtwl26ldf .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tZtwl26ldf .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-tZtwl26ldf .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tZtwl26ldf .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tZtwl26ldf .mbr-section-title {
  color: #495259;
}
.cid-tZtwl26ldf .item-title {
  text-align: left;
}
.cid-tZtwl26ldf .item-subtitle {
  text-align: left;
}
.cid-tZtwl26ldf .mbr-text,
.cid-tZtwl26ldf .item .mbr-section-btn {
  text-align: left;
}
.cid-tZtwl26ldf .content-head {
  max-width: 800px;
}
.cid-tZtwl26ldf .mbr-section-subtitle,
.cid-tZtwl26ldf .mbr-section-head .mbr-section-btn {
  color: #495259;
}
.cid-uE8lEbwJeZ {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uE8lEbwJeZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE8lEbwJeZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE8lEbwJeZ .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uE8lEbwJeZ .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uE8lEbwJeZ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uE8lEbwJeZ .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uE8lEbwJeZ .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uE8lEbwJeZ .header-menu li p {
  margin: 0;
}
.cid-uE8lEbwJeZ .content-head {
  max-width: 800px;
}
.cid-uCUhWDmAgC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #82939b;
}
.cid-uCUhWDmAgC .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-col {
    flex-direction: column;
  }
}
.cid-uCUhWDmAgC .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .brand-name {
    margin-top: 1rem;
  }
}
.cid-uCUhWDmAgC .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .media-wrap {
    margin-right: 0;
  }
}
.cid-uCUhWDmAgC .cards-row,
.cid-uCUhWDmAgC .social-row,
.cid-uCUhWDmAgC .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .cards-row,
  .cid-uCUhWDmAgC .social-row,
  .cid-uCUhWDmAgC .menu-row {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .menu-row {
  margin-bottom: 1rem;
}
.cid-uCUhWDmAgC .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-uCUhWDmAgC .foot-menu {
    justify-content: center;
  }
}
.cid-uCUhWDmAgC .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-uCUhWDmAgC .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-uCUhWDmAgC .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uCUhWDmAgC .row {
    text-align: center;
  }
  .cid-uCUhWDmAgC .cards-col {
    justify-content: center;
  }
  .cid-uCUhWDmAgC .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-uCUhWDmAgC .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-uCUhWDmAgC .card-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-uCUhWDmAgC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCUhWDmAgC .soc-item:last-child {
  margin-right: 0;
}
.cid-uCUhWDmAgC .mbr-iconfont {
  color: #ffffff;
}
.cid-uCUhWDmAgC .mbr-text {
  color: #ffffff;
}
