.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: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Roboto', 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((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: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((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;
  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: #0078b9 !important;
}
.bg-success {
  background-color: #a5d8f3 !important;
}
.bg-info {
  background-color: #666666 !important;
}
.bg-warning {
  background-color: #f6faff !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0078b9 !important;
  border-color: #0078b9 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #0099ec !important;
  border-color: #0099ec !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0099ec !important;
  border-color: #0099ec !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0078b9 !important;
  border-color: #0078b9 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #0099ec !important;
  border-color: #0099ec !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0099ec !important;
  border-color: #0099ec !important;
}
.btn-info,
.btn-info:active {
  background-color: #666666 !important;
  border-color: #666666 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #808080 !important;
  border-color: #808080 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-success,
.btn-success:active {
  background-color: #a5d8f3 !important;
  border-color: #a5d8f3 !important;
  color: #125e87 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #d2ecf9 !important;
  border-color: #d2ecf9 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #125e87 !important;
  background-color: #d2ecf9 !important;
  border-color: #d2ecf9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f6faff !important;
  border-color: #f6faff !important;
  color: #006df6 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #006df6 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #0078b9;
  color: #0078b9;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #004062 !important;
  background-color: transparent !important;
  border-color: #004062 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0078b9 !important;
  border-color: #0078b9 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #0078b9;
  color: #0078b9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #004062 !important;
  background-color: transparent !important;
  border-color: #004062 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0078b9 !important;
  border-color: #0078b9 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #666666;
  color: #666666;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #3b3b3b !important;
  background-color: transparent !important;
  border-color: #3b3b3b !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #a5d8f3;
  color: #a5d8f3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #59b7e9 !important;
  background-color: transparent !important;
  border-color: #59b7e9 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #125e87 !important;
  background-color: #a5d8f3 !important;
  border-color: #a5d8f3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f6faff;
  color: #f6faff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #9fcaff !important;
  background-color: transparent !important;
  border-color: #9fcaff !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #006df6 !important;
  background-color: #f6faff !important;
  border-color: #f6faff !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: #0078b9 !important;
}
.text-secondary {
  color: #0078b9 !important;
}
.text-success {
  color: #a5d8f3 !important;
}
.text-info {
  color: #666666 !important;
}
.text-warning {
  color: #f6faff !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: #003653 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #003653 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #4bb1e7 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #333333 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #90c1ff !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: #0078b9;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #666666;
}
.alert-warning {
  background-color: #f6faff;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0078b9;
  border-color: #0078b9;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0078b9;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3abaff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a6a6a6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.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: #0078b9 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', 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: #0078b9;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0078b9;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0078b9;
}
.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: #0078b9;
  border-bottom-color: #0078b9;
}
.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: #0078b9 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #0078b9 !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='%230078b9' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-u5zIYGcrtd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u5zIYGcrtd nav.navbar {
  position: fixed;
}
.cid-u5zIYGcrtd .btn {
  line-height: 1.2;
}
.cid-u5zIYGcrtd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5zIYGcrtd .nav-link {
  position: relative;
}
.cid-u5zIYGcrtd .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #a5d8f3;
}
.cid-u5zIYGcrtd .nav-link:hover {
  color: #a5d8f3 !important;
}
.cid-u5zIYGcrtd .nav-link:hover:before {
  width: 100%;
}
.cid-u5zIYGcrtd .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-u5zIYGcrtd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5zIYGcrtd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5zIYGcrtd .dropdown-item:hover,
.cid-u5zIYGcrtd .dropdown-item:focus {
  background: #0078b9 !important;
  color: white !important;
}
.cid-u5zIYGcrtd .dropdown-item:hover span {
  color: white;
}
.cid-u5zIYGcrtd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5zIYGcrtd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5zIYGcrtd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5zIYGcrtd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-u5zIYGcrtd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u5zIYGcrtd .container {
    flex-wrap: nowrap;
  }
}
.cid-u5zIYGcrtd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5zIYGcrtd .navbar-nav {
  margin: auto;
}
.cid-u5zIYGcrtd .dropdown-menu,
.cid-u5zIYGcrtd .navbar.opened {
  background: #0078b9 !important;
}
.cid-u5zIYGcrtd .nav-item:focus,
.cid-u5zIYGcrtd .nav-link:focus {
  outline: none;
}
.cid-u5zIYGcrtd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5zIYGcrtd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5zIYGcrtd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5zIYGcrtd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5zIYGcrtd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5zIYGcrtd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5zIYGcrtd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0078b9;
}
.cid-u5zIYGcrtd .navbar.opened {
  transition: all 0.3s;
}
.cid-u5zIYGcrtd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5zIYGcrtd .navbar .navbar-logo img {
  width: auto;
}
.cid-u5zIYGcrtd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5zIYGcrtd .navbar.collapsed {
  justify-content: center;
}
.cid-u5zIYGcrtd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5zIYGcrtd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5zIYGcrtd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u5zIYGcrtd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5zIYGcrtd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5zIYGcrtd .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-u5zIYGcrtd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5zIYGcrtd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5zIYGcrtd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5zIYGcrtd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5zIYGcrtd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5zIYGcrtd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5zIYGcrtd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5zIYGcrtd .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-u5zIYGcrtd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5zIYGcrtd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5zIYGcrtd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5zIYGcrtd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5zIYGcrtd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5zIYGcrtd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u5zIYGcrtd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u5zIYGcrtd .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5zIYGcrtd .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-u5zIYGcrtd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5zIYGcrtd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5zIYGcrtd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5zIYGcrtd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5zIYGcrtd .dropdown-item.active,
.cid-u5zIYGcrtd .dropdown-item:active {
  background-color: transparent;
}
.cid-u5zIYGcrtd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5zIYGcrtd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5zIYGcrtd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5zIYGcrtd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0078b9;
}
.cid-u5zIYGcrtd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5zIYGcrtd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5zIYGcrtd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5zIYGcrtd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5zIYGcrtd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u5zIYGcrtd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5zIYGcrtd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5zIYGcrtd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5zIYGcrtd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5zIYGcrtd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5zIYGcrtd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5zIYGcrtd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5zIYGcrtd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5zIYGcrtd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5zIYGcrtd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5zIYGcrtd .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-u5zIYGcrtd .navbar {
    height: 70px;
  }
  .cid-u5zIYGcrtd .navbar.opened {
    height: auto;
  }
  .cid-u5zIYGcrtd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5nFOA7XE4 {
  background-color: #ffffff;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-u5nFOA7XE4 .carousel {
  height: 800px;
}
.cid-u5nFOA7XE4 .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u5nFOA7XE4 .carousel-item,
.cid-u5nFOA7XE4 .carousel-inner {
  height: 100%;
}
.cid-u5nFOA7XE4 img,
.cid-u5nFOA7XE4 .item-wrapper {
  border-radius: 0 !important;
}
.cid-u5nFOA7XE4 .carousel-caption {
  bottom: 40px;
}
.cid-u5nFOA7XE4 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-u5nFOA7XE4 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-u5nFOA7XE4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-u5nFOA7XE4 .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u5nFOA7XE4 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-u5nFOA7XE4 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-u5nFOA7XE4 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-u5nFOA7XE4 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u5nFOA7XE4 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5nFOA7XE4 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u5nFOA7XE4 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u5nFOA7XE4 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-u5nFOA7XE4 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u5nFOA7XE4 .carousel-indicators li.active,
.cid-u5nFOA7XE4 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u5nFOA7XE4 .carousel-indicators li::after,
.cid-u5nFOA7XE4 .carousel-indicators li::before {
  content: none;
}
.cid-u5nFOA7XE4 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u5nFOA7XE4 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u5nFOA7XE4 .mbr-section-subtitle,
  .cid-u5nFOA7XE4 .mbr-section-text,
  .cid-u5nFOA7XE4 .mbr-section-btn {
    text-align: center;
  }
}
.cid-u5nFOA7XE4 .carousel-control-prev,
.cid-u5nFOA7XE4 .carousel-control-next {
  display: none;
}
.cid-u5nFOA7XE4 H5 {
  text-align: left;
}
.cid-u5nFOA7XE4 .mbr-section-text,
.cid-u5nFOA7XE4 .mbr-section-btn {
  text-align: left;
}
.cid-u5nXJdvq6h {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u5nXJdvq6h .mbr-text {
  color: #666666;
}
.cid-u5nXJdvq6h .mbr-section-subtitle {
  color: #666666;
}
.cid-u4lcGCWDwp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4lcGCWDwp img,
.cid-u4lcGCWDwp .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u4lcGCWDwp .item:focus,
.cid-u4lcGCWDwp span:focus {
  outline: none;
}
.cid-u4lcGCWDwp .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u4lcGCWDwp .item {
    margin-bottom: 1rem;
  }
}
.cid-u4lcGCWDwp .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-u4lcGCWDwp .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u4lcGCWDwp .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-u4lcGCWDwp .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u4lcGCWDwp .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u4lcGCWDwp .mbr-section-title {
  color: #666666;
}
.cid-u4lcGCWDwp .item-title {
  text-align: left;
  color: #666666;
}
.cid-u4lcGCWDwp .item-subtitle {
  text-align: left;
  color: #666666;
}
.cid-u4lcGCWDwp .mbr-text,
.cid-u4lcGCWDwp .item .mbr-section-btn {
  text-align: left;
  color: #666666;
}
.cid-u4lcGCWDwp .content-head {
  max-width: 800px;
}
.cid-u5FPffUQRV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0078b9;
}
.cid-u5FPffUQRV img,
.cid-u5FPffUQRV .item-img {
  width: 100%;
}
.cid-u5FPffUQRV .item:focus,
.cid-u5FPffUQRV span:focus {
  outline: none;
}
.cid-u5FPffUQRV .item-wrapper {
  position: relative;
}
.cid-u5FPffUQRV .slide-content {
  position: relative;
  border-radius: 4px;
  background: #e6e6e6;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u5FPffUQRV .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u5FPffUQRV .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-u5FPffUQRV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u5FPffUQRV .mbr-section-title {
  color: #ffffff;
}
.cid-u5FPffUQRV .mbr-text,
.cid-u5FPffUQRV .mbr-section-btn {
  text-align: left;
}
.cid-u5FPffUQRV .item-title {
  text-align: left;
  color: #666666;
}
.cid-u5FPffUQRV .item-subtitle {
  text-align: left;
}
.cid-u5FPffUQRV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-u5FPffUQRV .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-u5FPffUQRV .embla__button--next,
.cid-u5FPffUQRV .embla__button--prev {
  display: flex;
}
.cid-u5FPffUQRV .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u5FPffUQRV .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u5FPffUQRV .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-u5FPffUQRV .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5FPffUQRV .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u5FPffUQRV .embla__button {
    top: auto;
  }
}
.cid-u5FPffUQRV .embla {
  position: relative;
  width: 100%;
}
.cid-u5FPffUQRV .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u5FPffUQRV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u5FPffUQRV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u5FPffUQRV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u6f5SGpJjd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u6f5SGpJjd .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 3rem;
}
.cid-u6f5SGpJjd .carousel-item > div {
  width: 100%;
}
.cid-u6f5SGpJjd .carousel-item.active,
.cid-u6f5SGpJjd .carousel-item-next,
.cid-u6f5SGpJjd .carousel-item-prev {
  display: flex;
}
.cid-u6f5SGpJjd .carousel-controls a {
  transition: opacity .5s;
  font-size: 1.2rem;
}
.cid-u6f5SGpJjd .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  color: #000000;
  background: #ffffff;
  opacity: .9;
}
.cid-u6f5SGpJjd .carousel-controls a:hover span {
  opacity: 1;
}
.cid-u6f5SGpJjd .signature,
.cid-u6f5SGpJjd .desk {
  margin: 0;
}
.cid-u6f5SGpJjd .mbr-text,
.cid-u6f5SGpJjd .mbr-section-subtitle {
  color: #cccccc;
}
.cid-u6f5SGpJjd .signature,
.cid-u6f5SGpJjd .desk {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u6f5SGpJjd .carousel-item {
    padding: 0 5rem;
  }
}
@media (min-width: 768px) {
  .cid-u6f5SGpJjd .carousel-controls a {
    width: 5%;
  }
}
.cid-u6f5SGpJjd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6f5SGpJjd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6f5SGpJjd .mbr-text {
  color: #666666;
}
.cid-u6f5SGpJjd .signature {
  color: #666666;
}
.cid-u6f5SGpJjd .desk {
  color: #666666;
}
.cid-u6f5SGpJjd .mbr-section-title {
  color: #666666;
}
.cid-u4lslTKCwK {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4lslTKCwK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4lslTKCwK .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-u4lslTKCwK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u4lslTKCwK .row {
  flex-direction: row-reverse;
}
.cid-u4lslTKCwK .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u4lslTKCwK .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u4lslTKCwK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u4lslTKCwK .mbr-section-title {
  color: #0078b9;
  text-align: center;
}
.cid-u4lslTKCwK .mbr-text,
.cid-u4lslTKCwK .mbr-section-btn {
  color: #666666;
}
.cid-u7yL22UDlS {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u7yL22UDlS .mbr-section-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 3rem 3rem;
  background: #f7f7f7;
}
@media (max-width: 767px) {
  .cid-u7yL22UDlS .mbr-section-head {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-u7yL22UDlS .mbr-section-title {
  color: #24262b;
}
.cid-u7yL22UDlS .mbr-section-subtitle {
  margin-top: 16px;
  color: #666666;
}
.cid-u7yL22UDlS .main-text {
  color: #24262b;
  margin-top: 16px;
}
.cid-u7yL22UDlS .item-footer {
  margin-top: 16px;
}
.cid-u7yL22UDlS .item-footer .btn-danger:hover {
  background-color: #000000 !important;
}
.cid-u7yL22UDlS .items-row {
  row-gap: 48px;
}
.cid-u7yL22UDlS .item {
  cursor: pointer;
}
.cid-u7yL22UDlS .item:focus,
.cid-u7yL22UDlS span:focus {
  outline: none;
}
.cid-u7yL22UDlS .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-u7yL22UDlS .item-wrapper .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-u7yL22UDlS .item-wrapper .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-u7yL22UDlS .item-wrapper .mbr-section-btn .btn {
  margin: 0 !important;
}
@media (min-width: 768px) {
  .cid-u7yL22UDlS .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-u7yL22UDlS .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-u7yL22UDlS img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 7));
  object-fit: cover;
}
.cid-u7yL22UDlS .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem;
  background-color: #0078b9;
}
.cid-u7yL22UDlS .item-title {
  color: #ffffff;
}
.cid-u7yL22UDlS .item-subtitle {
  color: #ffffff;
  margin-top: 6px;
  text-align: left;
}
.cid-u7yL22UDlS .mbr-text {
  margin-top: 2px;
  color: #24262b;
}
.cid-u7yL22UDlS .main-text,
.cid-u7yL22UDlS .item-footer {
  color: #666666;
}
.cid-u68pTDwHoU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0078b9;
}
.cid-u68pTDwHoU .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-u68pTDwHoU .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-u68pTDwHoU .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-u68pTDwHoU .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-u68pTDwHoU .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #339ad2;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-u68pTDwHoU .icon-transition span:hover {
  background-color: #82ebff;
}
.cid-u68pTDwHoU .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u68pTDwHoU .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-u68pTDwHoU .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-u68pTDwHoU .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-u5zIYGcrtd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u5zIYGcrtd nav.navbar {
  position: fixed;
}
.cid-u5zIYGcrtd .btn {
  line-height: 1.2;
}
.cid-u5zIYGcrtd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5zIYGcrtd .nav-link {
  position: relative;
}
.cid-u5zIYGcrtd .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #a5d8f3;
}
.cid-u5zIYGcrtd .nav-link:hover {
  color: #a5d8f3 !important;
}
.cid-u5zIYGcrtd .nav-link:hover:before {
  width: 100%;
}
.cid-u5zIYGcrtd .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-u5zIYGcrtd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5zIYGcrtd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5zIYGcrtd .dropdown-item:hover,
.cid-u5zIYGcrtd .dropdown-item:focus {
  background: #0078b9 !important;
  color: white !important;
}
.cid-u5zIYGcrtd .dropdown-item:hover span {
  color: white;
}
.cid-u5zIYGcrtd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5zIYGcrtd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5zIYGcrtd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5zIYGcrtd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-u5zIYGcrtd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u5zIYGcrtd .container {
    flex-wrap: nowrap;
  }
}
.cid-u5zIYGcrtd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5zIYGcrtd .navbar-nav {
  margin: auto;
}
.cid-u5zIYGcrtd .dropdown-menu,
.cid-u5zIYGcrtd .navbar.opened {
  background: #0078b9 !important;
}
.cid-u5zIYGcrtd .nav-item:focus,
.cid-u5zIYGcrtd .nav-link:focus {
  outline: none;
}
.cid-u5zIYGcrtd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5zIYGcrtd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5zIYGcrtd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5zIYGcrtd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5zIYGcrtd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5zIYGcrtd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5zIYGcrtd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0078b9;
}
.cid-u5zIYGcrtd .navbar.opened {
  transition: all 0.3s;
}
.cid-u5zIYGcrtd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5zIYGcrtd .navbar .navbar-logo img {
  width: auto;
}
.cid-u5zIYGcrtd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5zIYGcrtd .navbar.collapsed {
  justify-content: center;
}
.cid-u5zIYGcrtd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5zIYGcrtd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5zIYGcrtd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u5zIYGcrtd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5zIYGcrtd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5zIYGcrtd .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-u5zIYGcrtd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5zIYGcrtd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5zIYGcrtd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5zIYGcrtd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5zIYGcrtd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5zIYGcrtd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5zIYGcrtd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5zIYGcrtd .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-u5zIYGcrtd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5zIYGcrtd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5zIYGcrtd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5zIYGcrtd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5zIYGcrtd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5zIYGcrtd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u5zIYGcrtd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u5zIYGcrtd .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5zIYGcrtd .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-u5zIYGcrtd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5zIYGcrtd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5zIYGcrtd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5zIYGcrtd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5zIYGcrtd .dropdown-item.active,
.cid-u5zIYGcrtd .dropdown-item:active {
  background-color: transparent;
}
.cid-u5zIYGcrtd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5zIYGcrtd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5zIYGcrtd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5zIYGcrtd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0078b9;
}
.cid-u5zIYGcrtd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5zIYGcrtd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5zIYGcrtd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5zIYGcrtd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5zIYGcrtd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u5zIYGcrtd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5zIYGcrtd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5zIYGcrtd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5zIYGcrtd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5zIYGcrtd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5zIYGcrtd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5zIYGcrtd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5zIYGcrtd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5zIYGcrtd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5zIYGcrtd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5zIYGcrtd .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-u5zIYGcrtd .navbar {
    height: 70px;
  }
  .cid-u5zIYGcrtd .navbar.opened {
    height: auto;
  }
  .cid-u5zIYGcrtd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5utWI6WKh {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/web-landingpage-immo-main-1-2000x667.webp");
}
.cid-u5utWI6WKh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5utWI6WKh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u5utWI6WKh .container {
    padding: 0 24px;
  }
}
.cid-u5utWI6WKh .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #0078b9;
}
@media (max-width: 992px) {
  .cid-u5utWI6WKh .content-wrapper {
    padding: 24px;
  }
}
.cid-u5utWI6WKh .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u5utWI6WKh .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u5utWI6WKh .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u5utWI6WKh .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-u5utWI6WKh .mbr-section-title {
  color: #F9F6E0;
}
.cid-u5utWI6WKh .mbr-text {
  color: #F9F6E0;
}
.cid-u5utWI6WKh .mbr-section-title,
.cid-u5utWI6WKh .mbr-section-btn {
  color: #ffffff;
}
#custom-html-bd {
  /* Type valid CSS here */
}
#custom-html-bd div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-bd p {
  font-size: 60px;
  color: #777;
}
.cid-u68pTDwHoU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0078b9;
}
.cid-u68pTDwHoU .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-u68pTDwHoU .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-u68pTDwHoU .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-u68pTDwHoU .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-u68pTDwHoU .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #339ad2;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-u68pTDwHoU .icon-transition span:hover {
  background-color: #82ebff;
}
.cid-u68pTDwHoU .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u68pTDwHoU .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-u68pTDwHoU .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-u68pTDwHoU .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-u5zIYGcrtd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u5zIYGcrtd nav.navbar {
  position: fixed;
}
.cid-u5zIYGcrtd .btn {
  line-height: 1.2;
}
.cid-u5zIYGcrtd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5zIYGcrtd .nav-link {
  position: relative;
}
.cid-u5zIYGcrtd .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #a5d8f3;
}
.cid-u5zIYGcrtd .nav-link:hover {
  color: #a5d8f3 !important;
}
.cid-u5zIYGcrtd .nav-link:hover:before {
  width: 100%;
}
.cid-u5zIYGcrtd .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-u5zIYGcrtd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5zIYGcrtd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5zIYGcrtd .dropdown-item:hover,
.cid-u5zIYGcrtd .dropdown-item:focus {
  background: #0078b9 !important;
  color: white !important;
}
.cid-u5zIYGcrtd .dropdown-item:hover span {
  color: white;
}
.cid-u5zIYGcrtd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5zIYGcrtd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5zIYGcrtd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5zIYGcrtd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-u5zIYGcrtd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u5zIYGcrtd .container {
    flex-wrap: nowrap;
  }
}
.cid-u5zIYGcrtd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5zIYGcrtd .navbar-nav {
  margin: auto;
}
.cid-u5zIYGcrtd .dropdown-menu,
.cid-u5zIYGcrtd .navbar.opened {
  background: #0078b9 !important;
}
.cid-u5zIYGcrtd .nav-item:focus,
.cid-u5zIYGcrtd .nav-link:focus {
  outline: none;
}
.cid-u5zIYGcrtd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5zIYGcrtd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5zIYGcrtd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5zIYGcrtd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5zIYGcrtd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5zIYGcrtd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5zIYGcrtd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0078b9;
}
.cid-u5zIYGcrtd .navbar.opened {
  transition: all 0.3s;
}
.cid-u5zIYGcrtd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5zIYGcrtd .navbar .navbar-logo img {
  width: auto;
}
.cid-u5zIYGcrtd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5zIYGcrtd .navbar.collapsed {
  justify-content: center;
}
.cid-u5zIYGcrtd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5zIYGcrtd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5zIYGcrtd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u5zIYGcrtd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5zIYGcrtd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5zIYGcrtd .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-u5zIYGcrtd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5zIYGcrtd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5zIYGcrtd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5zIYGcrtd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5zIYGcrtd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5zIYGcrtd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5zIYGcrtd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5zIYGcrtd .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-u5zIYGcrtd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5zIYGcrtd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5zIYGcrtd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5zIYGcrtd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5zIYGcrtd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5zIYGcrtd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u5zIYGcrtd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u5zIYGcrtd .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5zIYGcrtd .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-u5zIYGcrtd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5zIYGcrtd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5zIYGcrtd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5zIYGcrtd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5zIYGcrtd .dropdown-item.active,
.cid-u5zIYGcrtd .dropdown-item:active {
  background-color: transparent;
}
.cid-u5zIYGcrtd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5zIYGcrtd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5zIYGcrtd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5zIYGcrtd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0078b9;
}
.cid-u5zIYGcrtd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5zIYGcrtd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5zIYGcrtd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5zIYGcrtd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5zIYGcrtd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u5zIYGcrtd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5zIYGcrtd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5zIYGcrtd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5zIYGcrtd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5zIYGcrtd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5zIYGcrtd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5zIYGcrtd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5zIYGcrtd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5zIYGcrtd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5zIYGcrtd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5zIYGcrtd .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-u5zIYGcrtd .navbar {
    height: 70px;
  }
  .cid-u5zIYGcrtd .navbar.opened {
    height: auto;
  }
  .cid-u5zIYGcrtd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4lE7nFU0O {
  display: flex;
  background-image: url("../../../assets/images/main-parkstrasse-blue-shading.webp");
}
.cid-u4lE7nFU0O .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-u4lE7nFU0O .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4lE7nFU0O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4lE7nFU0O .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-u4lE7nFU0O .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-u4lE7nFU0O {
    align-items: flex-end;
  }
  .cid-u4lE7nFU0O .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u4lE7nFU0O .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u4lE7nFU0O {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u4lE7nFU0O .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u4lE7nFU0O .content-wrap {
    width: 100%;
  }
}
.cid-u4lE7nFU0O .mbr-section-title {
  text-align: left;
}
.cid-u4lE7nFU0O .mbr-text,
.cid-u4lE7nFU0O .mbr-section-btn {
  text-align: left;
}
.cid-u4lE7o1Dmm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4lE7o1Dmm .mbr-text {
  color: #666666;
}
.cid-u4lE7o1Dmm .mbr-section-subtitle {
  color: #666666;
}
.cid-u4lE7oklkN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f6faff;
}
.cid-u4lE7oklkN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4lE7oklkN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4lE7oklkN .card-wrapper {
  overflow: hidden;
  background: #f6faff;
}
.cid-u4lE7oklkN .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u4lE7oklkN .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-u4lE7oklkN .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-u4lE7oklkN .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-u4lE7oklkN .row {
  flex-direction: row-reverse;
}
.cid-u4lE7oklkN .image-wrapper {
  padding: 0 1rem;
}
.cid-u4lE7oklkN img,
.cid-u4lE7oklkN .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-u4lE7oklkN img,
  .cid-u4lE7oklkN .image-wrapper {
    max-height: 350px;
  }
}
.cid-u4lE7oklkN .mbr-section-title {
  color: #0078b9;
}
.cid-u4lE7oklkN .mbr-text {
  color: #000000;
}
.cid-u4lE7oklkN .mbr-text,
.cid-u4lE7oklkN .mbr-section-btn {
  color: #0078b9;
}
.cid-u4lE7oLQaX {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u4lE7oLQaX .line {
  background-color: #0078b9;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u4lE7oLQaX .mbr-text {
  color: #666666;
}
.cid-u4lE7p3YC7 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4lE7p3YC7 .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-u4lE7p3YC7 .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-u4lE7p3YC7 .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #0078b9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u4lE7p3YC7 .mbr-section-title {
  text-align: center;
}
.cid-u4lE7p3YC7 .mbr-section-subtitle {
  text-align: center;
}
.cid-u4lE7p3YC7 .mbr-text {
  color: #666666;
}
.cid-u4lE7po5eg {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u4lE7po5eg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4lE7po5eg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4lE7po5eg .card-wrapper {
  background: #f6faff;
}
@media (max-width: 767px) {
  .cid-u4lE7po5eg .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u4lE7po5eg .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-u4lE7po5eg .card-wrapper {
    padding: 4rem;
  }
}
.cid-u4lE7po5eg .mbr-text,
.cid-u4lE7po5eg .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-u4lE7po5eg .card-title,
.cid-u4lE7po5eg .card-box {
  text-align: left;
  color: #0078b9;
}
.cid-u4lE7po5eg .mbr-section-subtitle {
  text-align: left;
  color: #0078b9;
}
.cid-u4lE7po5eg .mbr-text {
  text-align: left;
  color: #666666;
}
.cid-u4lE7po5eg .mbr-card-title {
  text-align: left;
  color: #666666;
}
.cid-u4lE7pOtSd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #f6faff;
}
.cid-u4lE7pOtSd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4lE7pOtSd .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-u4lE7pOtSd .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u4lE7pOtSd .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-u4lE7pOtSd .google-map {
  height: 100%;
  position: relative;
}
.cid-u4lE7pOtSd .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-u4lE7pOtSd .google-map iframe {
    min-height: 350px;
  }
}
.cid-u4lE7pOtSd .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u4lE7pOtSd .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u4lE7pOtSd .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u4lE7pOtSd .card-wrapper {
  padding: 2.25rem;
  background: #0078b9;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u4lE7pOtSd .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u4lE7pOtSd .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-u4lE7pOtSd ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u4lE7pOtSd .content-head {
  max-width: 800px;
}
.cid-u4lE7pOtSd .mbr-section-title {
  text-align: center;
  color: #666666;
}
.cid-u4lE7pOtSd .cardTitle {
  color: #ffffff;
}
.cid-u4lE7pOtSd .list,
.cid-u4lE7pOtSd .item-wrap {
  color: #ffffff;
}
.cid-u4lE7qgMHS {
  display: flex;
  background-image: url("../../../assets/images/haus-parallax.webp");
}
.cid-u4lE7qgMHS .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-u4lE7qgMHS {
    align-items: flex-end;
  }
  .cid-u4lE7qgMHS .row {
    justify-content: center;
  }
  .cid-u4lE7qgMHS .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u4lE7qgMHS .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u4lE7qgMHS {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-u4lE7qgMHS .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u4lE7qgMHS .content-wrap {
    width: 100%;
  }
}
.cid-u4lE7qgMHS .mbr-section-title,
.cid-u4lE7qgMHS .mbr-section-subtitle {
  text-align: center;
}
.cid-u4lE7qgMHS .mbr-text,
.cid-u4lE7qgMHS .mbr-section-btn {
  text-align: center;
}
.cid-u4lE7qEfVE {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u4lE7qEfVE img,
.cid-u4lE7qEfVE .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u4lE7qEfVE .item:focus,
.cid-u4lE7qEfVE span:focus {
  outline: none;
}
.cid-u4lE7qEfVE .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u4lE7qEfVE .item {
    margin-bottom: 1rem;
  }
}
.cid-u4lE7qEfVE .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-u4lE7qEfVE .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u4lE7qEfVE .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-u4lE7qEfVE .item-wrapper {
  position: relative;
  background: #f6faff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u4lE7qEfVE .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u4lE7qEfVE .mbr-section-title {
  color: #0078b9;
}
.cid-u4lE7qEfVE .item-title {
  text-align: left;
}
.cid-u4lE7qEfVE .item-subtitle {
  text-align: left;
}
.cid-u4lE7qEfVE .mbr-text,
.cid-u4lE7qEfVE .item .mbr-section-btn {
  text-align: left;
  color: #666666;
}
.cid-u4lE7qEfVE .content-head {
  max-width: 800px;
}
.cid-u4lE7qEfVE .mbr-section-subtitle,
.cid-u4lE7qEfVE .mbr-section-head .mbr-section-btn {
  color: #666666;
}
.cid-u4lE7r50QI {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4lE7r50QI .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u4lE7r50QI .item {
    margin-bottom: 1rem;
  }
}
.cid-u4lE7r50QI .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u4lE7r50QI .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u4lE7r50QI .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-u4lE7r50QI .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-u4lE7r50QI .carousel-control,
.cid-u4lE7r50QI .close {
  background: #1b1b1b;
}
.cid-u4lE7r50QI .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u4lE7r50QI .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u4lE7r50QI .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u4lE7r50QI .carousel-control-next span {
  margin-left: 5px;
}
.cid-u4lE7r50QI .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u4lE7r50QI .close::before {
  content: '\e91a';
}
.cid-u4lE7r50QI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u4lE7r50QI .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u4lE7r50QI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4lE7r50QI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u4lE7r50QI .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u4lE7r50QI .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u4lE7r50QI .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u4lE7r50QI .carousel-indicators li.active,
.cid-u4lE7r50QI .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u4lE7r50QI .carousel-indicators li::after,
.cid-u4lE7r50QI .carousel-indicators li::before {
  content: none;
}
.cid-u4lE7r50QI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u4lE7r50QI .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u4lE7r50QI .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u4lE7r50QI .carousel-indicators {
    display: none;
  }
}
.cid-u4lE7r50QI .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u4lE7r50QI .carousel-inner > .active {
  display: block;
}
.cid-u4lE7r50QI .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u4lE7r50QI .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u4lE7r50QI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u4lE7r50QI .carousel-control,
  .cid-u4lE7r50QI .carousel-indicators,
  .cid-u4lE7r50QI .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u4lE7r50QI .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u4lE7r50QI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u4lE7r50QI .carousel-indicators .active,
.cid-u4lE7r50QI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u4lE7r50QI .carousel-indicators .active {
  background: #fff;
}
.cid-u4lE7r50QI .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u4lE7r50QI .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u4lE7r50QI .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u4lE7r50QI .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u4lE7r50QI .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u4lE7r50QI .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u4lE7r50QI .carousel {
  width: 100%;
}
.cid-u4lE7r50QI .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u4lE7r50QI .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u4lE7r50QI .modal.fade .modal-dialog,
.cid-u4lE7r50QI .modal.in .modal-dialog {
  transform: none;
}
.cid-u4lE7r50QI .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u4lE7r50QI .content-head {
  max-width: 800px;
}
.cid-u5uCBcdQAJ {
  display: flex;
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #0078b9;
}
@media (min-width: 768px) {
  .cid-u5uCBcdQAJ {
    align-items: center;
  }
  .cid-u5uCBcdQAJ .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u5uCBcdQAJ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u5uCBcdQAJ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u5uCBcdQAJ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u5uCBcdQAJ .content-wrap {
    width: 100%;
  }
}
.cid-u5uCBcdQAJ .mbr-section-title {
  text-align: center;
}
.cid-u5uCBcdQAJ .mbr-text,
.cid-u5uCBcdQAJ .mbr-section-btn {
  text-align: center;
}
.cid-u5uCjgU9gZ {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u5uCjgU9gZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5uCjgU9gZ .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-u5uCjgU9gZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u5uCjgU9gZ .row {
  flex-direction: row-reverse;
}
.cid-u5uCjgU9gZ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u5uCjgU9gZ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u5uCjgU9gZ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u5uCjgU9gZ .mbr-section-title {
  color: #0078b9;
}
.cid-u5uCjgU9gZ .mbr-text,
.cid-u5uCjgU9gZ .mbr-section-btn {
  color: #666666;
}
.cid-u5uClCieh4 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5uClCieh4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5uClCieh4 .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-u5uClCieh4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u5uClCieh4 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u5uClCieh4 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u5uClCieh4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u5uClCieh4 .mbr-section-title {
  color: #000000;
}
.cid-u5uClCieh4 .mbr-text,
.cid-u5uClCieh4 .mbr-section-btn {
  color: #000000;
}
.cid-u5uChIctWC {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5uChIctWC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5uChIctWC .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-u5uChIctWC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u5uChIctWC .row {
  flex-direction: row-reverse;
}
.cid-u5uChIctWC .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u5uChIctWC .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u5uChIctWC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u5uChIctWC .mbr-section-title {
  color: #000000;
}
.cid-u5uChIctWC .mbr-text,
.cid-u5uChIctWC .mbr-section-btn {
  color: #000000;
}
.cid-u5tRtIUMKX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #eaeaea;
}
.cid-u5tRtIUMKX .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-u5tRtIUMKX .panel-group {
  border: none;
}
.cid-u5tRtIUMKX .mbr-section-head {
  border-bottom: 1px solid lightgray;
}
.cid-u5tRtIUMKX .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-u5tRtIUMKX .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-u5tRtIUMKX .card-header {
  padding: 0;
  padding-bottom: 1rem;
}
.cid-u5tRtIUMKX .img-col {
  padding: 0;
}
.cid-u5tRtIUMKX span {
  margin-right: 1rem;
}
.cid-u5tRtIUMKX .img-item {
  height: 100%;
}
.cid-u5tRtIUMKX img {
  height: 100%;
  object-fit: cover;
}
.cid-u5tRtIUMKX .collapsed span {
  transform: rotate(0deg);
}
.cid-u5tRtIUMKX .panel-title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.cid-u5tRtIUMKX p {
  margin-bottom: 0.3rem;
}
.cid-u5tRtIUMKX .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-u5tRtIUMKX .card {
  padding: 0;
}
.cid-u5tRtIUMKX .panel-text {
  color: #000000;
  padding-left: 1.8rem;
}
@media (max-width: 767px) {
  .cid-u5tRtIUMKX .panel-text {
    padding-left: 0;
  }
}
.cid-u5tRtIUMKX .mbr-section-title {
  text-align: left;
  color: #666666;
}
.cid-u5tRtIUMKX .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-u5tRtIUMKX .panel-title-edit,
.cid-u5tRtIUMKX .mbr-iconfont {
  color: #000000;
  text-align: left;
}
.cid-u68pTDwHoU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0078b9;
}
.cid-u68pTDwHoU .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-u68pTDwHoU .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-u68pTDwHoU .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-u68pTDwHoU .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-u68pTDwHoU .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #339ad2;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-u68pTDwHoU .icon-transition span:hover {
  background-color: #82ebff;
}
.cid-u68pTDwHoU .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u68pTDwHoU .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-u68pTDwHoU .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-u68pTDwHoU .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-u5zIYGcrtd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u5zIYGcrtd nav.navbar {
  position: fixed;
}
.cid-u5zIYGcrtd .btn {
  line-height: 1.2;
}
.cid-u5zIYGcrtd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5zIYGcrtd .nav-link {
  position: relative;
}
.cid-u5zIYGcrtd .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #a5d8f3;
}
.cid-u5zIYGcrtd .nav-link:hover {
  color: #a5d8f3 !important;
}
.cid-u5zIYGcrtd .nav-link:hover:before {
  width: 100%;
}
.cid-u5zIYGcrtd .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-u5zIYGcrtd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5zIYGcrtd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5zIYGcrtd .dropdown-item:hover,
.cid-u5zIYGcrtd .dropdown-item:focus {
  background: #0078b9 !important;
  color: white !important;
}
.cid-u5zIYGcrtd .dropdown-item:hover span {
  color: white;
}
.cid-u5zIYGcrtd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5zIYGcrtd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5zIYGcrtd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5zIYGcrtd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-u5zIYGcrtd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u5zIYGcrtd .container {
    flex-wrap: nowrap;
  }
}
.cid-u5zIYGcrtd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5zIYGcrtd .navbar-nav {
  margin: auto;
}
.cid-u5zIYGcrtd .dropdown-menu,
.cid-u5zIYGcrtd .navbar.opened {
  background: #0078b9 !important;
}
.cid-u5zIYGcrtd .nav-item:focus,
.cid-u5zIYGcrtd .nav-link:focus {
  outline: none;
}
.cid-u5zIYGcrtd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5zIYGcrtd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5zIYGcrtd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5zIYGcrtd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5zIYGcrtd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5zIYGcrtd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5zIYGcrtd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0078b9;
}
.cid-u5zIYGcrtd .navbar.opened {
  transition: all 0.3s;
}
.cid-u5zIYGcrtd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5zIYGcrtd .navbar .navbar-logo img {
  width: auto;
}
.cid-u5zIYGcrtd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5zIYGcrtd .navbar.collapsed {
  justify-content: center;
}
.cid-u5zIYGcrtd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5zIYGcrtd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5zIYGcrtd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u5zIYGcrtd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5zIYGcrtd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5zIYGcrtd .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-u5zIYGcrtd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5zIYGcrtd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5zIYGcrtd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5zIYGcrtd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5zIYGcrtd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5zIYGcrtd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5zIYGcrtd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5zIYGcrtd .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-u5zIYGcrtd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5zIYGcrtd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5zIYGcrtd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5zIYGcrtd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5zIYGcrtd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5zIYGcrtd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u5zIYGcrtd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u5zIYGcrtd .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5zIYGcrtd .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-u5zIYGcrtd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5zIYGcrtd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5zIYGcrtd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5zIYGcrtd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5zIYGcrtd .dropdown-item.active,
.cid-u5zIYGcrtd .dropdown-item:active {
  background-color: transparent;
}
.cid-u5zIYGcrtd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5zIYGcrtd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5zIYGcrtd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5zIYGcrtd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0078b9;
}
.cid-u5zIYGcrtd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5zIYGcrtd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5zIYGcrtd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5zIYGcrtd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5zIYGcrtd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u5zIYGcrtd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5zIYGcrtd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5zIYGcrtd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5zIYGcrtd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5zIYGcrtd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5zIYGcrtd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5zIYGcrtd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5zIYGcrtd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5zIYGcrtd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5zIYGcrtd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5zIYGcrtd .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-u5zIYGcrtd .navbar {
    height: 70px;
  }
  .cid-u5zIYGcrtd .navbar.opened {
    height: auto;
  }
  .cid-u5zIYGcrtd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4acIfU29n {
  display: flex;
  background-image: url("../../../assets/images/main-parkstrasse-blue-shading.webp");
}
.cid-u4acIfU29n .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-u4acIfU29n .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4acIfU29n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4acIfU29n .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-u4acIfU29n .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-u4acIfU29n {
    align-items: flex-end;
  }
  .cid-u4acIfU29n .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u4acIfU29n .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u4acIfU29n {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u4acIfU29n .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u4acIfU29n .content-wrap {
    width: 100%;
  }
}
.cid-u4acIfU29n .mbr-section-title {
  text-align: left;
}
.cid-u4acIfU29n .mbr-text,
.cid-u4acIfU29n .mbr-section-btn {
  text-align: left;
}
.cid-u5FVurOjeK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5FVurOjeK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5FVurOjeK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5FVurOjeK .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u5FVurOjeK .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u5FVurOjeK .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u5FVurOjeK .image-wrapper {
    padding: 0;
  }
}
.cid-u5FVurOjeK .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1px !important;
}
@media (max-width: 992px) {
  .cid-u5FVurOjeK .image-wrapper img {
    height: 350px;
  }
}
.cid-u5FVurOjeK .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-u5FVurOjeK .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-u5FVurOjeK .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u5FVurOjeK .content-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-u5FVurOjeK .content-wrapper .mbr-text {
  margin: 64px 0 0;
}
@media (max-width: 992px) {
  .cid-u5FVurOjeK .content-wrapper .mbr-text {
    margin: 32px 0 0;
  }
}
.cid-u5FVurOjeK .content-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-u5FVurOjeK .content-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u5FVurOjeK .mbr-section-title {
  color: #262642;
}
.cid-u5FVurOjeK .mbr-section-subtitle {
  color: #666666;
}
.cid-u5FVurOjeK .mbr-text {
  color: #666666;
}
.cid-u5FVurOjeK .mbr-section-title,
.cid-u5FVurOjeK .mbr-section-btn {
  color: #666666;
}
.cid-u6HsFEIsxk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0078b9;
}
.cid-u6HsFEIsxk h6 {
  line-height: 1.2;
}
.cid-u6HsFEIsxk img,
.cid-u6HsFEIsxk .item-img {
  width: 100%;
  height: 100%;
}
.cid-u6HsFEIsxk .item:focus,
.cid-u6HsFEIsxk span:focus {
  outline: none;
}
.cid-u6HsFEIsxk .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-u6HsFEIsxk .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-u6HsFEIsxk .mbr-section-title {
  color: #ffffff;
}
.cid-u6HsFEIsxk .mbr-text,
.cid-u6HsFEIsxk .mbr-section-btn {
  color: #000000;
}
.cid-u6HsFEIsxk .item-title {
  color: #000000;
  text-align: center;
}
.cid-u6HsFEIsxk .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u6HsFEIsxk .item-text {
  color: #000000;
  text-align: center;
}
.cid-u6HsFEIsxk .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-u6HsFEIsxk .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u6HsFEIsxk .item-title,
.cid-u6HsFEIsxk .mbr-section-btn {
  color: #ffffff;
}
.cid-u6HtJYbXEi {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6HtJYbXEi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6HtJYbXEi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6HtJYbXEi .mbr-section-subtitle {
  color: #666666;
}
.cid-u6HsNc2jXk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6HsNc2jXk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6HsNc2jXk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6HsNc2jXk .row {
  flex-direction: row-reverse;
}
.cid-u6Hgi4wND0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u6Hgi4wND0 .container-fluid {
  padding: 0 3rem;
}
.cid-u6Hgi4wND0 .mbr-section-subtitle {
  color: #000000;
}
.cid-u6Hgi4wND0 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-u6Hgi4wND0 .table-wrapper {
  margin: 0 auto;
}
.cid-u6Hgi4wND0 .head-item {
  min-width: 70px;
}
.cid-u6Hgi4wND0 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-u6Hgi4wND0 table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #0078b9;
  color: white;
  vertical-align: middle;
}
.cid-u6Hgi4wND0 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-u6Hgi4wND0 table.table {
  background: #ffffff;
}
.cid-u6Hgi4wND0 .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-u6Hgi4wND0 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-u6Hgi4wND0 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-u6Hgi4wND0 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-u6Hgi4wND0 .dataTables_wrapper {
  display: block;
}
.cid-u6Hgi4wND0 .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-u6Hgi4wND0 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-u6Hgi4wND0 .head-item:after,
.cid-u6Hgi4wND0 .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-u6Hgi4wND0 .dataTables_filter {
    text-align: center;
  }
  .cid-u6Hgi4wND0 .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-u6Hgi4wND0 .dataTables_filter {
    text-align: center;
  }
  .cid-u6Hgi4wND0 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-u6Hgi4wND0 .table-wrapper {
    width: 100% !important;
  }
  .cid-u6Hgi4wND0 .container-fluid {
    padding: 0 1rem;
  }
  .cid-u6Hgi4wND0 table th,
  .cid-u6Hgi4wND0 table td {
    padding: 0.75rem;
  }
}
.cid-u6Hgi4wND0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Hgi4wND0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Hgi4wND0 .mbr-section-title,
.cid-u6Hgi4wND0 .underline {
  color: #666666;
}
.cid-u6HhS84Rkv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6HhS84Rkv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6HhS84Rkv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6HhS84Rkv .row {
  flex-direction: row-reverse;
}
.cid-u6HQ4W1sm8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6HQ4W1sm8 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u6HQ4W1sm8 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u6HQ4W1sm8 .container {
    padding: 0 24px;
  }
}
.cid-u6HQ4W1sm8 .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u6HQ4W1sm8 .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u6HQ4W1sm8 .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u6HQ4W1sm8 .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u6HQ4W1sm8 .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u6HQ4W1sm8 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u6HQ4W1sm8 .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u6HQ4W1sm8 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6HQ4W1sm8 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u6HQ4W1sm8 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u6HQ4W1sm8 .content-wrapper .mbr-section-btn .btn:hover,
.cid-u6HQ4W1sm8 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u6HQ4W1sm8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u6HQ4W1sm8 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u6HQ4W1sm8 .embla__slide .slide-content {
  width: 100%;
}
.cid-u6HQ4W1sm8 .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u6HQ4W1sm8 .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u6HQ4W1sm8 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u6HQ4W1sm8 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u6HQ4W1sm8 .embla__button--next,
.cid-u6HQ4W1sm8 .embla__button--prev {
  display: flex;
}
.cid-u6HQ4W1sm8 .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u6HQ4W1sm8 .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u6HQ4W1sm8 .embla__button {
    display: none;
  }
}
.cid-u6HQ4W1sm8 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u6HQ4W1sm8 .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u6HQ4W1sm8 .embla__button:hover::before {
  width: 30%;
}
.cid-u6HQ4W1sm8 .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u6HQ4W1sm8 .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u6HQ4W1sm8 .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u6HQ4W1sm8 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u6HQ4W1sm8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u6HQ4W1sm8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u6HQ4W1sm8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u6HQ4W1sm8 .mbr-section-title {
  color: #141414;
}
.cid-u6HQ4W1sm8 .mbr-text {
  color: #333333;
}
.cid-u6HQ4W1sm8 .mbr-section-title,
.cid-u6HQ4W1sm8 .icon-wrapper,
.cid-u6HQ4W1sm8 .mbr-section-btn {
  color: #333333;
}
.cid-u6TDPcT6rf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6TDPcT6rf .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u6TDPcT6rf .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u6TDPcT6rf .container {
    padding: 0 24px;
  }
}
.cid-u6TDPcT6rf .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u6TDPcT6rf .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u6TDPcT6rf .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u6TDPcT6rf .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u6TDPcT6rf .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u6TDPcT6rf .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u6TDPcT6rf .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u6TDPcT6rf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6TDPcT6rf .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u6TDPcT6rf .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u6TDPcT6rf .content-wrapper .mbr-section-btn .btn:hover,
.cid-u6TDPcT6rf .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u6TDPcT6rf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u6TDPcT6rf .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u6TDPcT6rf .embla__slide .slide-content {
  width: 100%;
}
.cid-u6TDPcT6rf .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u6TDPcT6rf .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u6TDPcT6rf .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u6TDPcT6rf .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u6TDPcT6rf .embla__button--next,
.cid-u6TDPcT6rf .embla__button--prev {
  display: flex;
}
.cid-u6TDPcT6rf .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u6TDPcT6rf .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u6TDPcT6rf .embla__button {
    display: none;
  }
}
.cid-u6TDPcT6rf .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u6TDPcT6rf .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u6TDPcT6rf .embla__button:hover::before {
  width: 30%;
}
.cid-u6TDPcT6rf .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u6TDPcT6rf .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u6TDPcT6rf .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u6TDPcT6rf .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u6TDPcT6rf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u6TDPcT6rf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u6TDPcT6rf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u6TDPcT6rf .mbr-section-title {
  color: #141414;
}
.cid-u6TDPcT6rf .mbr-text {
  color: #333333;
}
.cid-u6TDPcT6rf .mbr-section-title,
.cid-u6TDPcT6rf .icon-wrapper,
.cid-u6TDPcT6rf .mbr-section-btn {
  color: #333333;
}
.cid-u6TDQ43bzZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6TDQ43bzZ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u6TDQ43bzZ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u6TDQ43bzZ .container {
    padding: 0 24px;
  }
}
.cid-u6TDQ43bzZ .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u6TDQ43bzZ .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u6TDQ43bzZ .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u6TDQ43bzZ .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u6TDQ43bzZ .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u6TDQ43bzZ .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u6TDQ43bzZ .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u6TDQ43bzZ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6TDQ43bzZ .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u6TDQ43bzZ .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u6TDQ43bzZ .content-wrapper .mbr-section-btn .btn:hover,
.cid-u6TDQ43bzZ .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u6TDQ43bzZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u6TDQ43bzZ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u6TDQ43bzZ .embla__slide .slide-content {
  width: 100%;
}
.cid-u6TDQ43bzZ .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u6TDQ43bzZ .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u6TDQ43bzZ .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u6TDQ43bzZ .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u6TDQ43bzZ .embla__button--next,
.cid-u6TDQ43bzZ .embla__button--prev {
  display: flex;
}
.cid-u6TDQ43bzZ .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u6TDQ43bzZ .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u6TDQ43bzZ .embla__button {
    display: none;
  }
}
.cid-u6TDQ43bzZ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u6TDQ43bzZ .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u6TDQ43bzZ .embla__button:hover::before {
  width: 30%;
}
.cid-u6TDQ43bzZ .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u6TDQ43bzZ .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u6TDQ43bzZ .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u6TDQ43bzZ .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u6TDQ43bzZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u6TDQ43bzZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u6TDQ43bzZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u6TDQ43bzZ .mbr-section-title {
  color: #141414;
}
.cid-u6TDQ43bzZ .mbr-text {
  color: #333333;
}
.cid-u6TDQ43bzZ .mbr-section-title,
.cid-u6TDQ43bzZ .icon-wrapper,
.cid-u6TDQ43bzZ .mbr-section-btn {
  color: #333333;
}
.cid-u6TFLt8nwU {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u6TFLt8nwU .container-fluid {
  padding: 0 3rem;
}
.cid-u6TFLt8nwU .mbr-section-subtitle {
  color: #000000;
}
.cid-u6TFLt8nwU .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-u6TFLt8nwU .table-wrapper {
  margin: 0 auto;
}
.cid-u6TFLt8nwU .head-item {
  min-width: 70px;
}
.cid-u6TFLt8nwU table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-u6TFLt8nwU table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #0078b9;
  color: white;
  vertical-align: middle;
}
.cid-u6TFLt8nwU table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-u6TFLt8nwU table.table {
  background: #ffffff;
}
.cid-u6TFLt8nwU .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-u6TFLt8nwU .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-u6TFLt8nwU .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-u6TFLt8nwU .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-u6TFLt8nwU .dataTables_wrapper {
  display: block;
}
.cid-u6TFLt8nwU .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-u6TFLt8nwU .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-u6TFLt8nwU .head-item:after,
.cid-u6TFLt8nwU .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-u6TFLt8nwU .dataTables_filter {
    text-align: center;
  }
  .cid-u6TFLt8nwU .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-u6TFLt8nwU .dataTables_filter {
    text-align: center;
  }
  .cid-u6TFLt8nwU .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-u6TFLt8nwU .table-wrapper {
    width: 100% !important;
  }
  .cid-u6TFLt8nwU .container-fluid {
    padding: 0 1rem;
  }
  .cid-u6TFLt8nwU table th,
  .cid-u6TFLt8nwU table td {
    padding: 0.75rem;
  }
}
.cid-u6TFLt8nwU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6TFLt8nwU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6TFLt8nwU .mbr-section-title,
.cid-u6TFLt8nwU .underline {
  color: #666666;
}
.cid-u6TP8GvkUi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6TP8GvkUi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6TP8GvkUi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6TP8GvkUi .row {
  flex-direction: row-reverse;
}
.cid-u6TGj1dcbH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6TGj1dcbH .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u6TGj1dcbH .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u6TGj1dcbH .container {
    padding: 0 24px;
  }
}
.cid-u6TGj1dcbH .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u6TGj1dcbH .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u6TGj1dcbH .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u6TGj1dcbH .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u6TGj1dcbH .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u6TGj1dcbH .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u6TGj1dcbH .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u6TGj1dcbH .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6TGj1dcbH .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u6TGj1dcbH .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u6TGj1dcbH .content-wrapper .mbr-section-btn .btn:hover,
.cid-u6TGj1dcbH .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u6TGj1dcbH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u6TGj1dcbH .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u6TGj1dcbH .embla__slide .slide-content {
  width: 100%;
}
.cid-u6TGj1dcbH .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u6TGj1dcbH .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u6TGj1dcbH .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u6TGj1dcbH .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u6TGj1dcbH .embla__button--next,
.cid-u6TGj1dcbH .embla__button--prev {
  display: flex;
}
.cid-u6TGj1dcbH .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u6TGj1dcbH .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u6TGj1dcbH .embla__button {
    display: none;
  }
}
.cid-u6TGj1dcbH .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u6TGj1dcbH .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u6TGj1dcbH .embla__button:hover::before {
  width: 30%;
}
.cid-u6TGj1dcbH .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u6TGj1dcbH .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u6TGj1dcbH .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u6TGj1dcbH .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u6TGj1dcbH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u6TGj1dcbH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u6TGj1dcbH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u6TGj1dcbH .mbr-section-title {
  color: #141414;
}
.cid-u6TGj1dcbH .mbr-text {
  color: #333333;
}
.cid-u6TGj1dcbH .mbr-section-title,
.cid-u6TGj1dcbH .icon-wrapper,
.cid-u6TGj1dcbH .mbr-section-btn {
  color: #333333;
}
.cid-u6TGkzXsx5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6TGkzXsx5 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u6TGkzXsx5 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u6TGkzXsx5 .container {
    padding: 0 24px;
  }
}
.cid-u6TGkzXsx5 .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u6TGkzXsx5 .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u6TGkzXsx5 .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u6TGkzXsx5 .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u6TGkzXsx5 .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u6TGkzXsx5 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u6TGkzXsx5 .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u6TGkzXsx5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6TGkzXsx5 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u6TGkzXsx5 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u6TGkzXsx5 .content-wrapper .mbr-section-btn .btn:hover,
.cid-u6TGkzXsx5 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u6TGkzXsx5 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u6TGkzXsx5 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u6TGkzXsx5 .embla__slide .slide-content {
  width: 100%;
}
.cid-u6TGkzXsx5 .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u6TGkzXsx5 .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u6TGkzXsx5 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u6TGkzXsx5 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u6TGkzXsx5 .embla__button--next,
.cid-u6TGkzXsx5 .embla__button--prev {
  display: flex;
}
.cid-u6TGkzXsx5 .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u6TGkzXsx5 .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u6TGkzXsx5 .embla__button {
    display: none;
  }
}
.cid-u6TGkzXsx5 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u6TGkzXsx5 .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u6TGkzXsx5 .embla__button:hover::before {
  width: 30%;
}
.cid-u6TGkzXsx5 .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u6TGkzXsx5 .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u6TGkzXsx5 .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u6TGkzXsx5 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u6TGkzXsx5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u6TGkzXsx5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u6TGkzXsx5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u6TGkzXsx5 .mbr-section-title {
  color: #141414;
}
.cid-u6TGkzXsx5 .mbr-text {
  color: #333333;
}
.cid-u6TGkzXsx5 .mbr-section-title,
.cid-u6TGkzXsx5 .icon-wrapper,
.cid-u6TGkzXsx5 .mbr-section-btn {
  color: #333333;
}
.cid-u6TGjQZGzM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6TGjQZGzM .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u6TGjQZGzM .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u6TGjQZGzM .container {
    padding: 0 24px;
  }
}
.cid-u6TGjQZGzM .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u6TGjQZGzM .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u6TGjQZGzM .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u6TGjQZGzM .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u6TGjQZGzM .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u6TGjQZGzM .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u6TGjQZGzM .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u6TGjQZGzM .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6TGjQZGzM .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u6TGjQZGzM .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u6TGjQZGzM .content-wrapper .mbr-section-btn .btn:hover,
.cid-u6TGjQZGzM .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u6TGjQZGzM .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u6TGjQZGzM .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u6TGjQZGzM .embla__slide .slide-content {
  width: 100%;
}
.cid-u6TGjQZGzM .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u6TGjQZGzM .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u6TGjQZGzM .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u6TGjQZGzM .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u6TGjQZGzM .embla__button--next,
.cid-u6TGjQZGzM .embla__button--prev {
  display: flex;
}
.cid-u6TGjQZGzM .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u6TGjQZGzM .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u6TGjQZGzM .embla__button {
    display: none;
  }
}
.cid-u6TGjQZGzM .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u6TGjQZGzM .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u6TGjQZGzM .embla__button:hover::before {
  width: 30%;
}
.cid-u6TGjQZGzM .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u6TGjQZGzM .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u6TGjQZGzM .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u6TGjQZGzM .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u6TGjQZGzM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u6TGjQZGzM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u6TGjQZGzM .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u6TGjQZGzM .mbr-section-title {
  color: #141414;
}
.cid-u6TGjQZGzM .mbr-text {
  color: #333333;
}
.cid-u6TGjQZGzM .mbr-section-title,
.cid-u6TGjQZGzM .icon-wrapper,
.cid-u6TGjQZGzM .mbr-section-btn {
  color: #333333;
}
.cid-u6THrFOQYs {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u6THrFOQYs .container-fluid {
  padding: 0 3rem;
}
.cid-u6THrFOQYs .mbr-section-subtitle {
  color: #000000;
}
.cid-u6THrFOQYs .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-u6THrFOQYs .table-wrapper {
  margin: 0 auto;
}
.cid-u6THrFOQYs .head-item {
  min-width: 70px;
}
.cid-u6THrFOQYs table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-u6THrFOQYs table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #0078b9;
  color: white;
  vertical-align: middle;
}
.cid-u6THrFOQYs table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-u6THrFOQYs table.table {
  background: #ffffff;
}
.cid-u6THrFOQYs .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-u6THrFOQYs .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-u6THrFOQYs .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-u6THrFOQYs .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-u6THrFOQYs .dataTables_wrapper {
  display: block;
}
.cid-u6THrFOQYs .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-u6THrFOQYs .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-u6THrFOQYs .head-item:after,
.cid-u6THrFOQYs .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-u6THrFOQYs .dataTables_filter {
    text-align: center;
  }
  .cid-u6THrFOQYs .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-u6THrFOQYs .dataTables_filter {
    text-align: center;
  }
  .cid-u6THrFOQYs .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-u6THrFOQYs .table-wrapper {
    width: 100% !important;
  }
  .cid-u6THrFOQYs .container-fluid {
    padding: 0 1rem;
  }
  .cid-u6THrFOQYs table th,
  .cid-u6THrFOQYs table td {
    padding: 0.75rem;
  }
}
.cid-u6THrFOQYs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6THrFOQYs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6THrFOQYs .mbr-section-title,
.cid-u6THrFOQYs .underline {
  color: #666666;
}
.cid-u6TSPB8pjD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6TSPB8pjD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6TSPB8pjD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6TSPB8pjD .row {
  flex-direction: row-reverse;
}
.cid-u6TI0gVsna {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6TI0gVsna .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u6TI0gVsna .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u6TI0gVsna .container {
    padding: 0 24px;
  }
}
.cid-u6TI0gVsna .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u6TI0gVsna .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u6TI0gVsna .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u6TI0gVsna .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u6TI0gVsna .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u6TI0gVsna .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u6TI0gVsna .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u6TI0gVsna .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6TI0gVsna .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u6TI0gVsna .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u6TI0gVsna .content-wrapper .mbr-section-btn .btn:hover,
.cid-u6TI0gVsna .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u6TI0gVsna .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u6TI0gVsna .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u6TI0gVsna .embla__slide .slide-content {
  width: 100%;
}
.cid-u6TI0gVsna .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u6TI0gVsna .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u6TI0gVsna .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u6TI0gVsna .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u6TI0gVsna .embla__button--next,
.cid-u6TI0gVsna .embla__button--prev {
  display: flex;
}
.cid-u6TI0gVsna .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u6TI0gVsna .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u6TI0gVsna .embla__button {
    display: none;
  }
}
.cid-u6TI0gVsna .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u6TI0gVsna .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u6TI0gVsna .embla__button:hover::before {
  width: 30%;
}
.cid-u6TI0gVsna .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u6TI0gVsna .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u6TI0gVsna .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u6TI0gVsna .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u6TI0gVsna .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u6TI0gVsna .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u6TI0gVsna .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u6TI0gVsna .mbr-section-title {
  color: #141414;
}
.cid-u6TI0gVsna .mbr-text {
  color: #333333;
}
.cid-u6TI0gVsna .mbr-section-title,
.cid-u6TI0gVsna .icon-wrapper,
.cid-u6TI0gVsna .mbr-section-btn {
  color: #333333;
}
.cid-u6THZi7fCA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6THZi7fCA .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u6THZi7fCA .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u6THZi7fCA .container {
    padding: 0 24px;
  }
}
.cid-u6THZi7fCA .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u6THZi7fCA .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u6THZi7fCA .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u6THZi7fCA .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u6THZi7fCA .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u6THZi7fCA .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u6THZi7fCA .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u6THZi7fCA .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6THZi7fCA .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u6THZi7fCA .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u6THZi7fCA .content-wrapper .mbr-section-btn .btn:hover,
.cid-u6THZi7fCA .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u6THZi7fCA .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u6THZi7fCA .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u6THZi7fCA .embla__slide .slide-content {
  width: 100%;
}
.cid-u6THZi7fCA .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u6THZi7fCA .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u6THZi7fCA .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u6THZi7fCA .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u6THZi7fCA .embla__button--next,
.cid-u6THZi7fCA .embla__button--prev {
  display: flex;
}
.cid-u6THZi7fCA .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u6THZi7fCA .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u6THZi7fCA .embla__button {
    display: none;
  }
}
.cid-u6THZi7fCA .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u6THZi7fCA .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u6THZi7fCA .embla__button:hover::before {
  width: 30%;
}
.cid-u6THZi7fCA .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u6THZi7fCA .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u6THZi7fCA .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u6THZi7fCA .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u6THZi7fCA .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u6THZi7fCA .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u6THZi7fCA .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u6THZi7fCA .mbr-section-title {
  color: #141414;
}
.cid-u6THZi7fCA .mbr-text {
  color: #333333;
}
.cid-u6THZi7fCA .mbr-section-title,
.cid-u6THZi7fCA .icon-wrapper,
.cid-u6THZi7fCA .mbr-section-btn {
  color: #333333;
}
.cid-u68pTDwHoU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0078b9;
}
.cid-u68pTDwHoU .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-u68pTDwHoU .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-u68pTDwHoU .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-u68pTDwHoU .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-u68pTDwHoU .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #339ad2;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-u68pTDwHoU .icon-transition span:hover {
  background-color: #82ebff;
}
.cid-u68pTDwHoU .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u68pTDwHoU .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-u68pTDwHoU .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-u68pTDwHoU .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-u6TW2Ko642 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6TW2Ko642 nav.navbar {
  position: fixed;
}
.cid-u6TW2Ko642 .btn {
  line-height: 1.2;
}
.cid-u6TW2Ko642 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6TW2Ko642 .nav-link {
  position: relative;
}
.cid-u6TW2Ko642 .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #a5d8f3;
}
.cid-u6TW2Ko642 .nav-link:hover {
  color: #a5d8f3 !important;
}
.cid-u6TW2Ko642 .nav-link:hover:before {
  width: 100%;
}
.cid-u6TW2Ko642 .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-u6TW2Ko642 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6TW2Ko642 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6TW2Ko642 .dropdown-item:hover,
.cid-u6TW2Ko642 .dropdown-item:focus {
  background: #0078b9 !important;
  color: white !important;
}
.cid-u6TW2Ko642 .dropdown-item:hover span {
  color: white;
}
.cid-u6TW2Ko642 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6TW2Ko642 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6TW2Ko642 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6TW2Ko642 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-u6TW2Ko642 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6TW2Ko642 .container {
    flex-wrap: nowrap;
  }
}
.cid-u6TW2Ko642 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6TW2Ko642 .navbar-nav {
  margin: auto;
}
.cid-u6TW2Ko642 .dropdown-menu,
.cid-u6TW2Ko642 .navbar.opened {
  background: #0078b9 !important;
}
.cid-u6TW2Ko642 .nav-item:focus,
.cid-u6TW2Ko642 .nav-link:focus {
  outline: none;
}
.cid-u6TW2Ko642 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6TW2Ko642 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6TW2Ko642 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6TW2Ko642 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6TW2Ko642 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6TW2Ko642 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6TW2Ko642 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0078b9;
}
.cid-u6TW2Ko642 .navbar.opened {
  transition: all 0.3s;
}
.cid-u6TW2Ko642 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6TW2Ko642 .navbar .navbar-logo img {
  width: auto;
}
.cid-u6TW2Ko642 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6TW2Ko642 .navbar.collapsed {
  justify-content: center;
}
.cid-u6TW2Ko642 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6TW2Ko642 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6TW2Ko642 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u6TW2Ko642 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6TW2Ko642 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6TW2Ko642 .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-u6TW2Ko642 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6TW2Ko642 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6TW2Ko642 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6TW2Ko642 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6TW2Ko642 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6TW2Ko642 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6TW2Ko642 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6TW2Ko642 .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-u6TW2Ko642 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6TW2Ko642 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6TW2Ko642 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6TW2Ko642 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6TW2Ko642 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6TW2Ko642 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6TW2Ko642 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6TW2Ko642 .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6TW2Ko642 .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-u6TW2Ko642 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6TW2Ko642 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6TW2Ko642 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6TW2Ko642 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6TW2Ko642 .dropdown-item.active,
.cid-u6TW2Ko642 .dropdown-item:active {
  background-color: transparent;
}
.cid-u6TW2Ko642 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6TW2Ko642 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6TW2Ko642 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6TW2Ko642 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0078b9;
}
.cid-u6TW2Ko642 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6TW2Ko642 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6TW2Ko642 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6TW2Ko642 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6TW2Ko642 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6TW2Ko642 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6TW2Ko642 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6TW2Ko642 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6TW2Ko642 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6TW2Ko642 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6TW2Ko642 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6TW2Ko642 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6TW2Ko642 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6TW2Ko642 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6TW2Ko642 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6TW2Ko642 .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-u6TW2Ko642 .navbar {
    height: 70px;
  }
  .cid-u6TW2Ko642 .navbar.opened {
    height: auto;
  }
  .cid-u6TW2Ko642 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6TW2L3h4x {
  display: flex;
  background-image: url("../../../assets/images/main-parkstrasse-blue-shading.webp");
}
.cid-u6TW2L3h4x .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-u6TW2L3h4x .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6TW2L3h4x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6TW2L3h4x .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-u6TW2L3h4x .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-u6TW2L3h4x {
    align-items: flex-end;
  }
  .cid-u6TW2L3h4x .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u6TW2L3h4x .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u6TW2L3h4x {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u6TW2L3h4x .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u6TW2L3h4x .content-wrap {
    width: 100%;
  }
}
.cid-u6TW2L3h4x .mbr-section-title {
  text-align: left;
}
.cid-u6TW2L3h4x .mbr-text,
.cid-u6TW2L3h4x .mbr-section-btn {
  text-align: left;
}
.cid-u6TW2LBiic {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u6TW2LBiic .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6TW2LBiic .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6TW2LBiic .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u6TW2LBiic .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u6TW2LBiic .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u6TW2LBiic .image-wrapper {
    padding: 0;
  }
}
.cid-u6TW2LBiic .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1px !important;
}
@media (max-width: 992px) {
  .cid-u6TW2LBiic .image-wrapper img {
    height: 350px;
  }
}
.cid-u6TW2LBiic .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-u6TW2LBiic .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-u6TW2LBiic .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u6TW2LBiic .content-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-u6TW2LBiic .content-wrapper .mbr-text {
  margin: 64px 0 0;
}
@media (max-width: 992px) {
  .cid-u6TW2LBiic .content-wrapper .mbr-text {
    margin: 32px 0 0;
  }
}
.cid-u6TW2LBiic .content-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-u6TW2LBiic .content-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u6TW2LBiic .mbr-section-title {
  color: #262642;
}
.cid-u6TW2LBiic .mbr-section-subtitle {
  color: #666666;
}
.cid-u6TW2LBiic .mbr-text {
  color: #666666;
}
.cid-u6TW2LBiic .mbr-section-title,
.cid-u6TW2LBiic .mbr-section-btn {
  color: #666666;
}
.cid-u6TW2Mi6Dv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0078b9;
}
.cid-u6TW2Mi6Dv h6 {
  line-height: 1.2;
}
.cid-u6TW2Mi6Dv img,
.cid-u6TW2Mi6Dv .item-img {
  width: 100%;
  height: 100%;
}
.cid-u6TW2Mi6Dv .item:focus,
.cid-u6TW2Mi6Dv span:focus {
  outline: none;
}
.cid-u6TW2Mi6Dv .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-u6TW2Mi6Dv .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-u6TW2Mi6Dv .mbr-section-title {
  color: #ffffff;
}
.cid-u6TW2Mi6Dv .mbr-text,
.cid-u6TW2Mi6Dv .mbr-section-btn {
  color: #000000;
}
.cid-u6TW2Mi6Dv .item-title {
  color: #000000;
  text-align: center;
}
.cid-u6TW2Mi6Dv .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u6TW2Mi6Dv .item-text {
  color: #000000;
  text-align: center;
}
.cid-u6TW2Mi6Dv .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-u6TW2Mi6Dv .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u6TW2Mi6Dv .item-title,
.cid-u6TW2Mi6Dv .mbr-section-btn {
  color: #ffffff;
}
.cid-u6TW2MRn2s {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6TW2MRn2s .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6TW2MRn2s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6TW2MRn2s .mbr-section-subtitle {
  color: #666666;
}
.cid-u6TW2NjRI4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6TW2NjRI4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6TW2NjRI4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6TW2NjRI4 .row {
  flex-direction: row-reverse;
}
.cid-u6TW2NFVAL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u6TW2NFVAL .container-fluid {
  padding: 0 3rem;
}
.cid-u6TW2NFVAL .mbr-section-subtitle {
  color: #000000;
}
.cid-u6TW2NFVAL .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-u6TW2NFVAL .table-wrapper {
  margin: 0 auto;
}
.cid-u6TW2NFVAL .head-item {
  min-width: 70px;
}
.cid-u6TW2NFVAL table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-u6TW2NFVAL table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #0078b9;
  color: white;
  vertical-align: middle;
}
.cid-u6TW2NFVAL table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-u6TW2NFVAL table.table {
  background: #ffffff;
}
.cid-u6TW2NFVAL .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-u6TW2NFVAL .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-u6TW2NFVAL .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-u6TW2NFVAL .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-u6TW2NFVAL .dataTables_wrapper {
  display: block;
}
.cid-u6TW2NFVAL .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-u6TW2NFVAL .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-u6TW2NFVAL .head-item:after,
.cid-u6TW2NFVAL .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-u6TW2NFVAL .dataTables_filter {
    text-align: center;
  }
  .cid-u6TW2NFVAL .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-u6TW2NFVAL .dataTables_filter {
    text-align: center;
  }
  .cid-u6TW2NFVAL .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-u6TW2NFVAL .table-wrapper {
    width: 100% !important;
  }
  .cid-u6TW2NFVAL .container-fluid {
    padding: 0 1rem;
  }
  .cid-u6TW2NFVAL table th,
  .cid-u6TW2NFVAL table td {
    padding: 0.75rem;
  }
}
.cid-u6TW2NFVAL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6TW2NFVAL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6TW2NFVAL .mbr-section-title,
.cid-u6TW2NFVAL .underline {
  color: #666666;
}
.cid-u6TW2OcahJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6TW2OcahJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6TW2OcahJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6TW2OcahJ .row {
  flex-direction: row-reverse;
}
.cid-u6TW2OB6M4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6TW2OB6M4 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u6TW2OB6M4 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u6TW2OB6M4 .container {
    padding: 0 24px;
  }
}
.cid-u6TW2OB6M4 .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u6TW2OB6M4 .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u6TW2OB6M4 .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u6TW2OB6M4 .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u6TW2OB6M4 .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u6TW2OB6M4 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u6TW2OB6M4 .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u6TW2OB6M4 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6TW2OB6M4 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u6TW2OB6M4 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u6TW2OB6M4 .content-wrapper .mbr-section-btn .btn:hover,
.cid-u6TW2OB6M4 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u6TW2OB6M4 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u6TW2OB6M4 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u6TW2OB6M4 .embla__slide .slide-content {
  width: 100%;
}
.cid-u6TW2OB6M4 .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u6TW2OB6M4 .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u6TW2OB6M4 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u6TW2OB6M4 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u6TW2OB6M4 .embla__button--next,
.cid-u6TW2OB6M4 .embla__button--prev {
  display: flex;
}
.cid-u6TW2OB6M4 .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u6TW2OB6M4 .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u6TW2OB6M4 .embla__button {
    display: none;
  }
}
.cid-u6TW2OB6M4 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u6TW2OB6M4 .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u6TW2OB6M4 .embla__button:hover::before {
  width: 30%;
}
.cid-u6TW2OB6M4 .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u6TW2OB6M4 .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u6TW2OB6M4 .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u6TW2OB6M4 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u6TW2OB6M4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u6TW2OB6M4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u6TW2OB6M4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u6TW2OB6M4 .mbr-section-title {
  color: #141414;
}
.cid-u6TW2OB6M4 .mbr-text {
  color: #333333;
}
.cid-u6TW2OB6M4 .mbr-section-title,
.cid-u6TW2OB6M4 .icon-wrapper,
.cid-u6TW2OB6M4 .mbr-section-btn {
  color: #333333;
}
.cid-u6TW2P1Tjq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6TW2P1Tjq .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u6TW2P1Tjq .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u6TW2P1Tjq .container {
    padding: 0 24px;
  }
}
.cid-u6TW2P1Tjq .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u6TW2P1Tjq .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u6TW2P1Tjq .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u6TW2P1Tjq .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u6TW2P1Tjq .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u6TW2P1Tjq .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u6TW2P1Tjq .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u6TW2P1Tjq .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6TW2P1Tjq .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u6TW2P1Tjq .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u6TW2P1Tjq .content-wrapper .mbr-section-btn .btn:hover,
.cid-u6TW2P1Tjq .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u6TW2P1Tjq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u6TW2P1Tjq .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u6TW2P1Tjq .embla__slide .slide-content {
  width: 100%;
}
.cid-u6TW2P1Tjq .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u6TW2P1Tjq .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u6TW2P1Tjq .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u6TW2P1Tjq .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u6TW2P1Tjq .embla__button--next,
.cid-u6TW2P1Tjq .embla__button--prev {
  display: flex;
}
.cid-u6TW2P1Tjq .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u6TW2P1Tjq .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u6TW2P1Tjq .embla__button {
    display: none;
  }
}
.cid-u6TW2P1Tjq .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u6TW2P1Tjq .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u6TW2P1Tjq .embla__button:hover::before {
  width: 30%;
}
.cid-u6TW2P1Tjq .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u6TW2P1Tjq .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u6TW2P1Tjq .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u6TW2P1Tjq .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u6TW2P1Tjq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u6TW2P1Tjq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u6TW2P1Tjq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u6TW2P1Tjq .mbr-section-title {
  color: #141414;
}
.cid-u6TW2P1Tjq .mbr-text {
  color: #333333;
}
.cid-u6TW2P1Tjq .mbr-section-title,
.cid-u6TW2P1Tjq .icon-wrapper,
.cid-u6TW2P1Tjq .mbr-section-btn {
  color: #333333;
}
.cid-u6TW2PtSYH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6TW2PtSYH .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u6TW2PtSYH .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u6TW2PtSYH .container {
    padding: 0 24px;
  }
}
.cid-u6TW2PtSYH .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u6TW2PtSYH .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u6TW2PtSYH .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u6TW2PtSYH .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u6TW2PtSYH .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u6TW2PtSYH .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u6TW2PtSYH .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u6TW2PtSYH .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6TW2PtSYH .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u6TW2PtSYH .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u6TW2PtSYH .content-wrapper .mbr-section-btn .btn:hover,
.cid-u6TW2PtSYH .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u6TW2PtSYH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u6TW2PtSYH .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u6TW2PtSYH .embla__slide .slide-content {
  width: 100%;
}
.cid-u6TW2PtSYH .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u6TW2PtSYH .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u6TW2PtSYH .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u6TW2PtSYH .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u6TW2PtSYH .embla__button--next,
.cid-u6TW2PtSYH .embla__button--prev {
  display: flex;
}
.cid-u6TW2PtSYH .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u6TW2PtSYH .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u6TW2PtSYH .embla__button {
    display: none;
  }
}
.cid-u6TW2PtSYH .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u6TW2PtSYH .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u6TW2PtSYH .embla__button:hover::before {
  width: 30%;
}
.cid-u6TW2PtSYH .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u6TW2PtSYH .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u6TW2PtSYH .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u6TW2PtSYH .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u6TW2PtSYH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u6TW2PtSYH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u6TW2PtSYH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u6TW2PtSYH .mbr-section-title {
  color: #141414;
}
.cid-u6TW2PtSYH .mbr-text {
  color: #333333;
}
.cid-u6TW2PtSYH .mbr-section-title,
.cid-u6TW2PtSYH .icon-wrapper,
.cid-u6TW2PtSYH .mbr-section-btn {
  color: #333333;
}
.cid-u6TW2PYYW9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u6TW2PYYW9 .container-fluid {
  padding: 0 3rem;
}
.cid-u6TW2PYYW9 .mbr-section-subtitle {
  color: #000000;
}
.cid-u6TW2PYYW9 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-u6TW2PYYW9 .table-wrapper {
  margin: 0 auto;
}
.cid-u6TW2PYYW9 .head-item {
  min-width: 70px;
}
.cid-u6TW2PYYW9 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-u6TW2PYYW9 table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #0078b9;
  color: white;
  vertical-align: middle;
}
.cid-u6TW2PYYW9 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-u6TW2PYYW9 table.table {
  background: #ffffff;
}
.cid-u6TW2PYYW9 .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-u6TW2PYYW9 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-u6TW2PYYW9 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-u6TW2PYYW9 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-u6TW2PYYW9 .dataTables_wrapper {
  display: block;
}
.cid-u6TW2PYYW9 .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-u6TW2PYYW9 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-u6TW2PYYW9 .head-item:after,
.cid-u6TW2PYYW9 .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-u6TW2PYYW9 .dataTables_filter {
    text-align: center;
  }
  .cid-u6TW2PYYW9 .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-u6TW2PYYW9 .dataTables_filter {
    text-align: center;
  }
  .cid-u6TW2PYYW9 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-u6TW2PYYW9 .table-wrapper {
    width: 100% !important;
  }
  .cid-u6TW2PYYW9 .container-fluid {
    padding: 0 1rem;
  }
  .cid-u6TW2PYYW9 table th,
  .cid-u6TW2PYYW9 table td {
    padding: 0.75rem;
  }
}
.cid-u6TW2PYYW9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6TW2PYYW9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6TW2PYYW9 .mbr-section-title,
.cid-u6TW2PYYW9 .underline {
  color: #666666;
}
.cid-u6TW2Qx2jG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6TW2Qx2jG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6TW2Qx2jG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6TW2Qx2jG .row {
  flex-direction: row-reverse;
}
.cid-u6TW2QWbHU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6TW2QWbHU .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u6TW2QWbHU .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u6TW2QWbHU .container {
    padding: 0 24px;
  }
}
.cid-u6TW2QWbHU .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u6TW2QWbHU .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u6TW2QWbHU .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u6TW2QWbHU .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u6TW2QWbHU .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u6TW2QWbHU .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u6TW2QWbHU .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u6TW2QWbHU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6TW2QWbHU .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u6TW2QWbHU .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u6TW2QWbHU .content-wrapper .mbr-section-btn .btn:hover,
.cid-u6TW2QWbHU .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u6TW2QWbHU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u6TW2QWbHU .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u6TW2QWbHU .embla__slide .slide-content {
  width: 100%;
}
.cid-u6TW2QWbHU .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u6TW2QWbHU .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u6TW2QWbHU .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u6TW2QWbHU .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u6TW2QWbHU .embla__button--next,
.cid-u6TW2QWbHU .embla__button--prev {
  display: flex;
}
.cid-u6TW2QWbHU .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u6TW2QWbHU .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u6TW2QWbHU .embla__button {
    display: none;
  }
}
.cid-u6TW2QWbHU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u6TW2QWbHU .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u6TW2QWbHU .embla__button:hover::before {
  width: 30%;
}
.cid-u6TW2QWbHU .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u6TW2QWbHU .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u6TW2QWbHU .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u6TW2QWbHU .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u6TW2QWbHU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u6TW2QWbHU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u6TW2QWbHU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u6TW2QWbHU .mbr-section-title {
  color: #141414;
}
.cid-u6TW2QWbHU .mbr-text {
  color: #333333;
}
.cid-u6TW2QWbHU .mbr-section-title,
.cid-u6TW2QWbHU .icon-wrapper,
.cid-u6TW2QWbHU .mbr-section-btn {
  color: #333333;
}
.cid-u6TW2Rv4Rn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6TW2Rv4Rn .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u6TW2Rv4Rn .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u6TW2Rv4Rn .container {
    padding: 0 24px;
  }
}
.cid-u6TW2Rv4Rn .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u6TW2Rv4Rn .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u6TW2Rv4Rn .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u6TW2Rv4Rn .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u6TW2Rv4Rn .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u6TW2Rv4Rn .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u6TW2Rv4Rn .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u6TW2Rv4Rn .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6TW2Rv4Rn .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u6TW2Rv4Rn .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u6TW2Rv4Rn .content-wrapper .mbr-section-btn .btn:hover,
.cid-u6TW2Rv4Rn .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u6TW2Rv4Rn .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u6TW2Rv4Rn .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u6TW2Rv4Rn .embla__slide .slide-content {
  width: 100%;
}
.cid-u6TW2Rv4Rn .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u6TW2Rv4Rn .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u6TW2Rv4Rn .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u6TW2Rv4Rn .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u6TW2Rv4Rn .embla__button--next,
.cid-u6TW2Rv4Rn .embla__button--prev {
  display: flex;
}
.cid-u6TW2Rv4Rn .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u6TW2Rv4Rn .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u6TW2Rv4Rn .embla__button {
    display: none;
  }
}
.cid-u6TW2Rv4Rn .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u6TW2Rv4Rn .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u6TW2Rv4Rn .embla__button:hover::before {
  width: 30%;
}
.cid-u6TW2Rv4Rn .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u6TW2Rv4Rn .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u6TW2Rv4Rn .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u6TW2Rv4Rn .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u6TW2Rv4Rn .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u6TW2Rv4Rn .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u6TW2Rv4Rn .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u6TW2Rv4Rn .mbr-section-title {
  color: #141414;
}
.cid-u6TW2Rv4Rn .mbr-text {
  color: #333333;
}
.cid-u6TW2Rv4Rn .mbr-section-title,
.cid-u6TW2Rv4Rn .icon-wrapper,
.cid-u6TW2Rv4Rn .mbr-section-btn {
  color: #333333;
}
.cid-u6TW2S0bdD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6TW2S0bdD .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u6TW2S0bdD .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u6TW2S0bdD .container {
    padding: 0 24px;
  }
}
.cid-u6TW2S0bdD .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u6TW2S0bdD .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u6TW2S0bdD .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u6TW2S0bdD .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u6TW2S0bdD .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u6TW2S0bdD .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u6TW2S0bdD .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u6TW2S0bdD .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6TW2S0bdD .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u6TW2S0bdD .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u6TW2S0bdD .content-wrapper .mbr-section-btn .btn:hover,
.cid-u6TW2S0bdD .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u6TW2S0bdD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u6TW2S0bdD .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u6TW2S0bdD .embla__slide .slide-content {
  width: 100%;
}
.cid-u6TW2S0bdD .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u6TW2S0bdD .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u6TW2S0bdD .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u6TW2S0bdD .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u6TW2S0bdD .embla__button--next,
.cid-u6TW2S0bdD .embla__button--prev {
  display: flex;
}
.cid-u6TW2S0bdD .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u6TW2S0bdD .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u6TW2S0bdD .embla__button {
    display: none;
  }
}
.cid-u6TW2S0bdD .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u6TW2S0bdD .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u6TW2S0bdD .embla__button:hover::before {
  width: 30%;
}
.cid-u6TW2S0bdD .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u6TW2S0bdD .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u6TW2S0bdD .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u6TW2S0bdD .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u6TW2S0bdD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u6TW2S0bdD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u6TW2S0bdD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u6TW2S0bdD .mbr-section-title {
  color: #141414;
}
.cid-u6TW2S0bdD .mbr-text {
  color: #333333;
}
.cid-u6TW2S0bdD .mbr-section-title,
.cid-u6TW2S0bdD .icon-wrapper,
.cid-u6TW2S0bdD .mbr-section-btn {
  color: #333333;
}
.cid-u6TW2Sw6j0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u6TW2Sw6j0 .container-fluid {
  padding: 0 3rem;
}
.cid-u6TW2Sw6j0 .mbr-section-subtitle {
  color: #000000;
}
.cid-u6TW2Sw6j0 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-u6TW2Sw6j0 .table-wrapper {
  margin: 0 auto;
}
.cid-u6TW2Sw6j0 .head-item {
  min-width: 70px;
}
.cid-u6TW2Sw6j0 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-u6TW2Sw6j0 table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #0078b9;
  color: white;
  vertical-align: middle;
}
.cid-u6TW2Sw6j0 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-u6TW2Sw6j0 table.table {
  background: #ffffff;
}
.cid-u6TW2Sw6j0 .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-u6TW2Sw6j0 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-u6TW2Sw6j0 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-u6TW2Sw6j0 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-u6TW2Sw6j0 .dataTables_wrapper {
  display: block;
}
.cid-u6TW2Sw6j0 .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-u6TW2Sw6j0 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-u6TW2Sw6j0 .head-item:after,
.cid-u6TW2Sw6j0 .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-u6TW2Sw6j0 .dataTables_filter {
    text-align: center;
  }
  .cid-u6TW2Sw6j0 .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-u6TW2Sw6j0 .dataTables_filter {
    text-align: center;
  }
  .cid-u6TW2Sw6j0 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-u6TW2Sw6j0 .table-wrapper {
    width: 100% !important;
  }
  .cid-u6TW2Sw6j0 .container-fluid {
    padding: 0 1rem;
  }
  .cid-u6TW2Sw6j0 table th,
  .cid-u6TW2Sw6j0 table td {
    padding: 0.75rem;
  }
}
.cid-u6TW2Sw6j0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6TW2Sw6j0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6TW2Sw6j0 .mbr-section-title,
.cid-u6TW2Sw6j0 .underline {
  color: #666666;
}
.cid-u6TW2TcON2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6TW2TcON2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6TW2TcON2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6TW2TcON2 .row {
  flex-direction: row-reverse;
}
.cid-u6TW2TEwVI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6TW2TEwVI .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u6TW2TEwVI .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u6TW2TEwVI .container {
    padding: 0 24px;
  }
}
.cid-u6TW2TEwVI .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u6TW2TEwVI .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u6TW2TEwVI .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u6TW2TEwVI .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u6TW2TEwVI .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u6TW2TEwVI .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u6TW2TEwVI .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u6TW2TEwVI .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6TW2TEwVI .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u6TW2TEwVI .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u6TW2TEwVI .content-wrapper .mbr-section-btn .btn:hover,
.cid-u6TW2TEwVI .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u6TW2TEwVI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u6TW2TEwVI .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u6TW2TEwVI .embla__slide .slide-content {
  width: 100%;
}
.cid-u6TW2TEwVI .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u6TW2TEwVI .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u6TW2TEwVI .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u6TW2TEwVI .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u6TW2TEwVI .embla__button--next,
.cid-u6TW2TEwVI .embla__button--prev {
  display: flex;
}
.cid-u6TW2TEwVI .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u6TW2TEwVI .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u6TW2TEwVI .embla__button {
    display: none;
  }
}
.cid-u6TW2TEwVI .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u6TW2TEwVI .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u6TW2TEwVI .embla__button:hover::before {
  width: 30%;
}
.cid-u6TW2TEwVI .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u6TW2TEwVI .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u6TW2TEwVI .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u6TW2TEwVI .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u6TW2TEwVI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u6TW2TEwVI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u6TW2TEwVI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u6TW2TEwVI .mbr-section-title {
  color: #141414;
}
.cid-u6TW2TEwVI .mbr-text {
  color: #333333;
}
.cid-u6TW2TEwVI .mbr-section-title,
.cid-u6TW2TEwVI .icon-wrapper,
.cid-u6TW2TEwVI .mbr-section-btn {
  color: #333333;
}
.cid-u6TW2UdWqw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6TW2UdWqw .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u6TW2UdWqw .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u6TW2UdWqw .container {
    padding: 0 24px;
  }
}
.cid-u6TW2UdWqw .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u6TW2UdWqw .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u6TW2UdWqw .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u6TW2UdWqw .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u6TW2UdWqw .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u6TW2UdWqw .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u6TW2UdWqw .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u6TW2UdWqw .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6TW2UdWqw .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u6TW2UdWqw .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u6TW2UdWqw .content-wrapper .mbr-section-btn .btn:hover,
.cid-u6TW2UdWqw .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u6TW2UdWqw .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u6TW2UdWqw .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u6TW2UdWqw .embla__slide .slide-content {
  width: 100%;
}
.cid-u6TW2UdWqw .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u6TW2UdWqw .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u6TW2UdWqw .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u6TW2UdWqw .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u6TW2UdWqw .embla__button--next,
.cid-u6TW2UdWqw .embla__button--prev {
  display: flex;
}
.cid-u6TW2UdWqw .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u6TW2UdWqw .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u6TW2UdWqw .embla__button {
    display: none;
  }
}
.cid-u6TW2UdWqw .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u6TW2UdWqw .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u6TW2UdWqw .embla__button:hover::before {
  width: 30%;
}
.cid-u6TW2UdWqw .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u6TW2UdWqw .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u6TW2UdWqw .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u6TW2UdWqw .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u6TW2UdWqw .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u6TW2UdWqw .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u6TW2UdWqw .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u6TW2UdWqw .mbr-section-title {
  color: #141414;
}
.cid-u6TW2UdWqw .mbr-text {
  color: #333333;
}
.cid-u6TW2UdWqw .mbr-section-title,
.cid-u6TW2UdWqw .icon-wrapper,
.cid-u6TW2UdWqw .mbr-section-btn {
  color: #333333;
}
.cid-u6TW2UP9Ac {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0078b9;
}
.cid-u6TW2UP9Ac .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-u6TW2UP9Ac .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-u6TW2UP9Ac .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-u6TW2UP9Ac .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-u6TW2UP9Ac .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #339ad2;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-u6TW2UP9Ac .icon-transition span:hover {
  background-color: #82ebff;
}
.cid-u6TW2UP9Ac .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u6TW2UP9Ac .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-u6TW2UP9Ac .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-u6TW2UP9Ac .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-u6UzhfbMId {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6UzhfbMId nav.navbar {
  position: fixed;
}
.cid-u6UzhfbMId .btn {
  line-height: 1.2;
}
.cid-u6UzhfbMId .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6UzhfbMId .nav-link {
  position: relative;
}
.cid-u6UzhfbMId .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #a5d8f3;
}
.cid-u6UzhfbMId .nav-link:hover {
  color: #a5d8f3 !important;
}
.cid-u6UzhfbMId .nav-link:hover:before {
  width: 100%;
}
.cid-u6UzhfbMId .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-u6UzhfbMId .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6UzhfbMId .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6UzhfbMId .dropdown-item:hover,
.cid-u6UzhfbMId .dropdown-item:focus {
  background: #0078b9 !important;
  color: white !important;
}
.cid-u6UzhfbMId .dropdown-item:hover span {
  color: white;
}
.cid-u6UzhfbMId .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6UzhfbMId .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6UzhfbMId .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6UzhfbMId .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-u6UzhfbMId .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6UzhfbMId .container {
    flex-wrap: nowrap;
  }
}
.cid-u6UzhfbMId .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6UzhfbMId .navbar-nav {
  margin: auto;
}
.cid-u6UzhfbMId .dropdown-menu,
.cid-u6UzhfbMId .navbar.opened {
  background: #0078b9 !important;
}
.cid-u6UzhfbMId .nav-item:focus,
.cid-u6UzhfbMId .nav-link:focus {
  outline: none;
}
.cid-u6UzhfbMId .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6UzhfbMId .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6UzhfbMId .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6UzhfbMId .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6UzhfbMId .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6UzhfbMId .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6UzhfbMId .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0078b9;
}
.cid-u6UzhfbMId .navbar.opened {
  transition: all 0.3s;
}
.cid-u6UzhfbMId .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6UzhfbMId .navbar .navbar-logo img {
  width: auto;
}
.cid-u6UzhfbMId .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6UzhfbMId .navbar.collapsed {
  justify-content: center;
}
.cid-u6UzhfbMId .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6UzhfbMId .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6UzhfbMId .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u6UzhfbMId .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6UzhfbMId .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6UzhfbMId .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-u6UzhfbMId .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6UzhfbMId .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6UzhfbMId .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6UzhfbMId .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6UzhfbMId .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6UzhfbMId .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6UzhfbMId .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6UzhfbMId .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-u6UzhfbMId .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6UzhfbMId .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6UzhfbMId .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6UzhfbMId .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6UzhfbMId .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6UzhfbMId .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6UzhfbMId .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6UzhfbMId .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6UzhfbMId .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-u6UzhfbMId .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6UzhfbMId .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6UzhfbMId .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6UzhfbMId .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6UzhfbMId .dropdown-item.active,
.cid-u6UzhfbMId .dropdown-item:active {
  background-color: transparent;
}
.cid-u6UzhfbMId .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6UzhfbMId .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6UzhfbMId .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6UzhfbMId .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0078b9;
}
.cid-u6UzhfbMId .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6UzhfbMId .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6UzhfbMId ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6UzhfbMId button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6UzhfbMId button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6UzhfbMId button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6UzhfbMId button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6UzhfbMId button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6UzhfbMId button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6UzhfbMId nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6UzhfbMId nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6UzhfbMId nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6UzhfbMId nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6UzhfbMId .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6UzhfbMId a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6UzhfbMId .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-u6UzhfbMId .navbar {
    height: 70px;
  }
  .cid-u6UzhfbMId .navbar.opened {
    height: auto;
  }
  .cid-u6UzhfbMId .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6UzhfC3X3 {
  display: flex;
  background-image: url("../../../assets/images/main-parkstrasse-blue-shading.webp");
}
.cid-u6UzhfC3X3 .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-u6UzhfC3X3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6UzhfC3X3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6UzhfC3X3 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-u6UzhfC3X3 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-u6UzhfC3X3 {
    align-items: flex-end;
  }
  .cid-u6UzhfC3X3 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u6UzhfC3X3 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u6UzhfC3X3 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u6UzhfC3X3 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u6UzhfC3X3 .content-wrap {
    width: 100%;
  }
}
.cid-u6UzhfC3X3 .mbr-section-title {
  text-align: left;
}
.cid-u6UzhfC3X3 .mbr-text,
.cid-u6UzhfC3X3 .mbr-section-btn {
  text-align: left;
}
.cid-u6UzhfYpTl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u6UzhfYpTl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6UzhfYpTl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6UzhfYpTl .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u6UzhfYpTl .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u6UzhfYpTl .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u6UzhfYpTl .image-wrapper {
    padding: 0;
  }
}
.cid-u6UzhfYpTl .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1px !important;
}
@media (max-width: 992px) {
  .cid-u6UzhfYpTl .image-wrapper img {
    height: 350px;
  }
}
.cid-u6UzhfYpTl .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-u6UzhfYpTl .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-u6UzhfYpTl .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u6UzhfYpTl .content-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-u6UzhfYpTl .content-wrapper .mbr-text {
  margin: 64px 0 0;
}
@media (max-width: 992px) {
  .cid-u6UzhfYpTl .content-wrapper .mbr-text {
    margin: 32px 0 0;
  }
}
.cid-u6UzhfYpTl .content-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-u6UzhfYpTl .content-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u6UzhfYpTl .mbr-section-title {
  color: #262642;
}
.cid-u6UzhfYpTl .mbr-section-subtitle {
  color: #666666;
}
.cid-u6UzhfYpTl .mbr-text {
  color: #666666;
}
.cid-u6UzhfYpTl .mbr-section-title,
.cid-u6UzhfYpTl .mbr-section-btn {
  color: #666666;
}
.cid-u6Uzhgk7tO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0078b9;
}
.cid-u6Uzhgk7tO h6 {
  line-height: 1.2;
}
.cid-u6Uzhgk7tO img,
.cid-u6Uzhgk7tO .item-img {
  width: 100%;
  height: 100%;
}
.cid-u6Uzhgk7tO .item:focus,
.cid-u6Uzhgk7tO span:focus {
  outline: none;
}
.cid-u6Uzhgk7tO .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-u6Uzhgk7tO .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-u6Uzhgk7tO .mbr-section-title {
  color: #ffffff;
}
.cid-u6Uzhgk7tO .mbr-text,
.cid-u6Uzhgk7tO .mbr-section-btn {
  color: #000000;
}
.cid-u6Uzhgk7tO .item-title {
  color: #000000;
  text-align: center;
}
.cid-u6Uzhgk7tO .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u6Uzhgk7tO .item-text {
  color: #000000;
  text-align: center;
}
.cid-u6Uzhgk7tO .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-u6Uzhgk7tO .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u6Uzhgk7tO .item-title,
.cid-u6Uzhgk7tO .mbr-section-btn {
  color: #ffffff;
}
.cid-u6UzhgKP1S {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6UzhgKP1S .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6UzhgKP1S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6UzhgKP1S .mbr-section-subtitle {
  color: #666666;
}
.cid-u6Uzhh5Uzi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6Uzhh5Uzi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Uzhh5Uzi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Uzhh5Uzi .row {
  flex-direction: row-reverse;
}
.cid-u6Uzhhp4I1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u6Uzhhp4I1 .container-fluid {
  padding: 0 3rem;
}
.cid-u6Uzhhp4I1 .mbr-section-subtitle {
  color: #000000;
}
.cid-u6Uzhhp4I1 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-u6Uzhhp4I1 .table-wrapper {
  margin: 0 auto;
}
.cid-u6Uzhhp4I1 .head-item {
  min-width: 70px;
}
.cid-u6Uzhhp4I1 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-u6Uzhhp4I1 table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #0078b9;
  color: white;
  vertical-align: middle;
}
.cid-u6Uzhhp4I1 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-u6Uzhhp4I1 table.table {
  background: #ffffff;
}
.cid-u6Uzhhp4I1 .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-u6Uzhhp4I1 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-u6Uzhhp4I1 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-u6Uzhhp4I1 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-u6Uzhhp4I1 .dataTables_wrapper {
  display: block;
}
.cid-u6Uzhhp4I1 .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-u6Uzhhp4I1 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-u6Uzhhp4I1 .head-item:after,
.cid-u6Uzhhp4I1 .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-u6Uzhhp4I1 .dataTables_filter {
    text-align: center;
  }
  .cid-u6Uzhhp4I1 .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-u6Uzhhp4I1 .dataTables_filter {
    text-align: center;
  }
  .cid-u6Uzhhp4I1 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-u6Uzhhp4I1 .table-wrapper {
    width: 100% !important;
  }
  .cid-u6Uzhhp4I1 .container-fluid {
    padding: 0 1rem;
  }
  .cid-u6Uzhhp4I1 table th,
  .cid-u6Uzhhp4I1 table td {
    padding: 0.75rem;
  }
}
.cid-u6Uzhhp4I1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Uzhhp4I1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Uzhhp4I1 .mbr-section-title,
.cid-u6Uzhhp4I1 .underline {
  color: #666666;
}
.cid-u6UzhhWFOR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6UzhhWFOR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6UzhhWFOR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6UzhhWFOR .row {
  flex-direction: row-reverse;
}
.cid-u6UzhilBPB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6UzhilBPB .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u6UzhilBPB .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u6UzhilBPB .container {
    padding: 0 24px;
  }
}
.cid-u6UzhilBPB .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u6UzhilBPB .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u6UzhilBPB .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u6UzhilBPB .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u6UzhilBPB .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u6UzhilBPB .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u6UzhilBPB .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u6UzhilBPB .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6UzhilBPB .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u6UzhilBPB .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u6UzhilBPB .content-wrapper .mbr-section-btn .btn:hover,
.cid-u6UzhilBPB .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u6UzhilBPB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u6UzhilBPB .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u6UzhilBPB .embla__slide .slide-content {
  width: 100%;
}
.cid-u6UzhilBPB .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u6UzhilBPB .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u6UzhilBPB .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u6UzhilBPB .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u6UzhilBPB .embla__button--next,
.cid-u6UzhilBPB .embla__button--prev {
  display: flex;
}
.cid-u6UzhilBPB .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u6UzhilBPB .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u6UzhilBPB .embla__button {
    display: none;
  }
}
.cid-u6UzhilBPB .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u6UzhilBPB .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u6UzhilBPB .embla__button:hover::before {
  width: 30%;
}
.cid-u6UzhilBPB .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u6UzhilBPB .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u6UzhilBPB .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u6UzhilBPB .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u6UzhilBPB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u6UzhilBPB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u6UzhilBPB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u6UzhilBPB .mbr-section-title {
  color: #141414;
}
.cid-u6UzhilBPB .mbr-text {
  color: #333333;
}
.cid-u6UzhilBPB .mbr-section-title,
.cid-u6UzhilBPB .icon-wrapper,
.cid-u6UzhilBPB .mbr-section-btn {
  color: #333333;
}
.cid-u6UzhiNjBA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6UzhiNjBA .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u6UzhiNjBA .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u6UzhiNjBA .container {
    padding: 0 24px;
  }
}
.cid-u6UzhiNjBA .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u6UzhiNjBA .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u6UzhiNjBA .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u6UzhiNjBA .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u6UzhiNjBA .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u6UzhiNjBA .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u6UzhiNjBA .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u6UzhiNjBA .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6UzhiNjBA .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u6UzhiNjBA .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u6UzhiNjBA .content-wrapper .mbr-section-btn .btn:hover,
.cid-u6UzhiNjBA .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u6UzhiNjBA .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u6UzhiNjBA .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u6UzhiNjBA .embla__slide .slide-content {
  width: 100%;
}
.cid-u6UzhiNjBA .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u6UzhiNjBA .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u6UzhiNjBA .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u6UzhiNjBA .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u6UzhiNjBA .embla__button--next,
.cid-u6UzhiNjBA .embla__button--prev {
  display: flex;
}
.cid-u6UzhiNjBA .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u6UzhiNjBA .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u6UzhiNjBA .embla__button {
    display: none;
  }
}
.cid-u6UzhiNjBA .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u6UzhiNjBA .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u6UzhiNjBA .embla__button:hover::before {
  width: 30%;
}
.cid-u6UzhiNjBA .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u6UzhiNjBA .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u6UzhiNjBA .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u6UzhiNjBA .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u6UzhiNjBA .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u6UzhiNjBA .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u6UzhiNjBA .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u6UzhiNjBA .mbr-section-title {
  color: #141414;
}
.cid-u6UzhiNjBA .mbr-text {
  color: #333333;
}
.cid-u6UzhiNjBA .mbr-section-title,
.cid-u6UzhiNjBA .icon-wrapper,
.cid-u6UzhiNjBA .mbr-section-btn {
  color: #333333;
}
.cid-u6UzhjfD0X {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6UzhjfD0X .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u6UzhjfD0X .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u6UzhjfD0X .container {
    padding: 0 24px;
  }
}
.cid-u6UzhjfD0X .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u6UzhjfD0X .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u6UzhjfD0X .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u6UzhjfD0X .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u6UzhjfD0X .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u6UzhjfD0X .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u6UzhjfD0X .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u6UzhjfD0X .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6UzhjfD0X .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u6UzhjfD0X .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u6UzhjfD0X .content-wrapper .mbr-section-btn .btn:hover,
.cid-u6UzhjfD0X .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u6UzhjfD0X .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u6UzhjfD0X .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u6UzhjfD0X .embla__slide .slide-content {
  width: 100%;
}
.cid-u6UzhjfD0X .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u6UzhjfD0X .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u6UzhjfD0X .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u6UzhjfD0X .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u6UzhjfD0X .embla__button--next,
.cid-u6UzhjfD0X .embla__button--prev {
  display: flex;
}
.cid-u6UzhjfD0X .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u6UzhjfD0X .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u6UzhjfD0X .embla__button {
    display: none;
  }
}
.cid-u6UzhjfD0X .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u6UzhjfD0X .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u6UzhjfD0X .embla__button:hover::before {
  width: 30%;
}
.cid-u6UzhjfD0X .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u6UzhjfD0X .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u6UzhjfD0X .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u6UzhjfD0X .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u6UzhjfD0X .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u6UzhjfD0X .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u6UzhjfD0X .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u6UzhjfD0X .mbr-section-title {
  color: #141414;
}
.cid-u6UzhjfD0X .mbr-text {
  color: #333333;
}
.cid-u6UzhjfD0X .mbr-section-title,
.cid-u6UzhjfD0X .icon-wrapper,
.cid-u6UzhjfD0X .mbr-section-btn {
  color: #333333;
}
.cid-u6UzhjJzbN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u6UzhjJzbN .container-fluid {
  padding: 0 3rem;
}
.cid-u6UzhjJzbN .mbr-section-subtitle {
  color: #000000;
}
.cid-u6UzhjJzbN .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-u6UzhjJzbN .table-wrapper {
  margin: 0 auto;
}
.cid-u6UzhjJzbN .head-item {
  min-width: 70px;
}
.cid-u6UzhjJzbN table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-u6UzhjJzbN table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #0078b9;
  color: white;
  vertical-align: middle;
}
.cid-u6UzhjJzbN table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-u6UzhjJzbN table.table {
  background: #ffffff;
}
.cid-u6UzhjJzbN .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-u6UzhjJzbN .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-u6UzhjJzbN .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-u6UzhjJzbN .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-u6UzhjJzbN .dataTables_wrapper {
  display: block;
}
.cid-u6UzhjJzbN .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-u6UzhjJzbN .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-u6UzhjJzbN .head-item:after,
.cid-u6UzhjJzbN .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-u6UzhjJzbN .dataTables_filter {
    text-align: center;
  }
  .cid-u6UzhjJzbN .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-u6UzhjJzbN .dataTables_filter {
    text-align: center;
  }
  .cid-u6UzhjJzbN .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-u6UzhjJzbN .table-wrapper {
    width: 100% !important;
  }
  .cid-u6UzhjJzbN .container-fluid {
    padding: 0 1rem;
  }
  .cid-u6UzhjJzbN table th,
  .cid-u6UzhjJzbN table td {
    padding: 0.75rem;
  }
}
.cid-u6UzhjJzbN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6UzhjJzbN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6UzhjJzbN .mbr-section-title,
.cid-u6UzhjJzbN .underline {
  color: #666666;
}
.cid-u6Uzhkn14u {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6Uzhkn14u .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Uzhkn14u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Uzhkn14u .row {
  flex-direction: row-reverse;
}
.cid-u6UzhkMSbk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6UzhkMSbk .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u6UzhkMSbk .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u6UzhkMSbk .container {
    padding: 0 24px;
  }
}
.cid-u6UzhkMSbk .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u6UzhkMSbk .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u6UzhkMSbk .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u6UzhkMSbk .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u6UzhkMSbk .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u6UzhkMSbk .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u6UzhkMSbk .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u6UzhkMSbk .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6UzhkMSbk .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u6UzhkMSbk .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u6UzhkMSbk .content-wrapper .mbr-section-btn .btn:hover,
.cid-u6UzhkMSbk .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u6UzhkMSbk .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u6UzhkMSbk .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u6UzhkMSbk .embla__slide .slide-content {
  width: 100%;
}
.cid-u6UzhkMSbk .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u6UzhkMSbk .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u6UzhkMSbk .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u6UzhkMSbk .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u6UzhkMSbk .embla__button--next,
.cid-u6UzhkMSbk .embla__button--prev {
  display: flex;
}
.cid-u6UzhkMSbk .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u6UzhkMSbk .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u6UzhkMSbk .embla__button {
    display: none;
  }
}
.cid-u6UzhkMSbk .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u6UzhkMSbk .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u6UzhkMSbk .embla__button:hover::before {
  width: 30%;
}
.cid-u6UzhkMSbk .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u6UzhkMSbk .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u6UzhkMSbk .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u6UzhkMSbk .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u6UzhkMSbk .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u6UzhkMSbk .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u6UzhkMSbk .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u6UzhkMSbk .mbr-section-title {
  color: #141414;
}
.cid-u6UzhkMSbk .mbr-text {
  color: #333333;
}
.cid-u6UzhkMSbk .mbr-section-title,
.cid-u6UzhkMSbk .icon-wrapper,
.cid-u6UzhkMSbk .mbr-section-btn {
  color: #333333;
}
.cid-u6Uzhlg3OO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6Uzhlg3OO .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u6Uzhlg3OO .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u6Uzhlg3OO .container {
    padding: 0 24px;
  }
}
.cid-u6Uzhlg3OO .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u6Uzhlg3OO .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u6Uzhlg3OO .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u6Uzhlg3OO .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u6Uzhlg3OO .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u6Uzhlg3OO .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u6Uzhlg3OO .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u6Uzhlg3OO .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6Uzhlg3OO .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u6Uzhlg3OO .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u6Uzhlg3OO .content-wrapper .mbr-section-btn .btn:hover,
.cid-u6Uzhlg3OO .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u6Uzhlg3OO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u6Uzhlg3OO .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u6Uzhlg3OO .embla__slide .slide-content {
  width: 100%;
}
.cid-u6Uzhlg3OO .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u6Uzhlg3OO .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u6Uzhlg3OO .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u6Uzhlg3OO .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u6Uzhlg3OO .embla__button--next,
.cid-u6Uzhlg3OO .embla__button--prev {
  display: flex;
}
.cid-u6Uzhlg3OO .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u6Uzhlg3OO .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u6Uzhlg3OO .embla__button {
    display: none;
  }
}
.cid-u6Uzhlg3OO .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u6Uzhlg3OO .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u6Uzhlg3OO .embla__button:hover::before {
  width: 30%;
}
.cid-u6Uzhlg3OO .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u6Uzhlg3OO .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u6Uzhlg3OO .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u6Uzhlg3OO .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u6Uzhlg3OO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u6Uzhlg3OO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u6Uzhlg3OO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u6Uzhlg3OO .mbr-section-title {
  color: #141414;
}
.cid-u6Uzhlg3OO .mbr-text {
  color: #333333;
}
.cid-u6Uzhlg3OO .mbr-section-title,
.cid-u6Uzhlg3OO .icon-wrapper,
.cid-u6Uzhlg3OO .mbr-section-btn {
  color: #333333;
}
.cid-u6UzhlPYGD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6UzhlPYGD .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u6UzhlPYGD .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u6UzhlPYGD .container {
    padding: 0 24px;
  }
}
.cid-u6UzhlPYGD .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u6UzhlPYGD .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u6UzhlPYGD .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u6UzhlPYGD .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u6UzhlPYGD .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u6UzhlPYGD .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u6UzhlPYGD .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u6UzhlPYGD .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6UzhlPYGD .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u6UzhlPYGD .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u6UzhlPYGD .content-wrapper .mbr-section-btn .btn:hover,
.cid-u6UzhlPYGD .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u6UzhlPYGD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u6UzhlPYGD .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u6UzhlPYGD .embla__slide .slide-content {
  width: 100%;
}
.cid-u6UzhlPYGD .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u6UzhlPYGD .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u6UzhlPYGD .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u6UzhlPYGD .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u6UzhlPYGD .embla__button--next,
.cid-u6UzhlPYGD .embla__button--prev {
  display: flex;
}
.cid-u6UzhlPYGD .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u6UzhlPYGD .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u6UzhlPYGD .embla__button {
    display: none;
  }
}
.cid-u6UzhlPYGD .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u6UzhlPYGD .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u6UzhlPYGD .embla__button:hover::before {
  width: 30%;
}
.cid-u6UzhlPYGD .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u6UzhlPYGD .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u6UzhlPYGD .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u6UzhlPYGD .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u6UzhlPYGD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u6UzhlPYGD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u6UzhlPYGD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u6UzhlPYGD .mbr-section-title {
  color: #141414;
}
.cid-u6UzhlPYGD .mbr-text {
  color: #333333;
}
.cid-u6UzhlPYGD .mbr-section-title,
.cid-u6UzhlPYGD .icon-wrapper,
.cid-u6UzhlPYGD .mbr-section-btn {
  color: #333333;
}
.cid-u6Uzhml93w {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u6Uzhml93w .container-fluid {
  padding: 0 3rem;
}
.cid-u6Uzhml93w .mbr-section-subtitle {
  color: #000000;
}
.cid-u6Uzhml93w .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-u6Uzhml93w .table-wrapper {
  margin: 0 auto;
}
.cid-u6Uzhml93w .head-item {
  min-width: 70px;
}
.cid-u6Uzhml93w table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-u6Uzhml93w table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #0078b9;
  color: white;
  vertical-align: middle;
}
.cid-u6Uzhml93w table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-u6Uzhml93w table.table {
  background: #ffffff;
}
.cid-u6Uzhml93w .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-u6Uzhml93w .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-u6Uzhml93w .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-u6Uzhml93w .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-u6Uzhml93w .dataTables_wrapper {
  display: block;
}
.cid-u6Uzhml93w .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-u6Uzhml93w .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-u6Uzhml93w .head-item:after,
.cid-u6Uzhml93w .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-u6Uzhml93w .dataTables_filter {
    text-align: center;
  }
  .cid-u6Uzhml93w .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-u6Uzhml93w .dataTables_filter {
    text-align: center;
  }
  .cid-u6Uzhml93w .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-u6Uzhml93w .table-wrapper {
    width: 100% !important;
  }
  .cid-u6Uzhml93w .container-fluid {
    padding: 0 1rem;
  }
  .cid-u6Uzhml93w table th,
  .cid-u6Uzhml93w table td {
    padding: 0.75rem;
  }
}
.cid-u6Uzhml93w .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Uzhml93w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Uzhml93w .mbr-section-title,
.cid-u6Uzhml93w .underline {
  color: #666666;
}
.cid-u6UzhmWSkC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6UzhmWSkC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6UzhmWSkC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6UzhmWSkC .row {
  flex-direction: row-reverse;
}
.cid-u6Uzhnr6tQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6Uzhnr6tQ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u6Uzhnr6tQ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u6Uzhnr6tQ .container {
    padding: 0 24px;
  }
}
.cid-u6Uzhnr6tQ .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u6Uzhnr6tQ .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u6Uzhnr6tQ .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u6Uzhnr6tQ .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u6Uzhnr6tQ .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u6Uzhnr6tQ .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u6Uzhnr6tQ .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u6Uzhnr6tQ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6Uzhnr6tQ .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u6Uzhnr6tQ .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u6Uzhnr6tQ .content-wrapper .mbr-section-btn .btn:hover,
.cid-u6Uzhnr6tQ .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u6Uzhnr6tQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u6Uzhnr6tQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u6Uzhnr6tQ .embla__slide .slide-content {
  width: 100%;
}
.cid-u6Uzhnr6tQ .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u6Uzhnr6tQ .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u6Uzhnr6tQ .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u6Uzhnr6tQ .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u6Uzhnr6tQ .embla__button--next,
.cid-u6Uzhnr6tQ .embla__button--prev {
  display: flex;
}
.cid-u6Uzhnr6tQ .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u6Uzhnr6tQ .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u6Uzhnr6tQ .embla__button {
    display: none;
  }
}
.cid-u6Uzhnr6tQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u6Uzhnr6tQ .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u6Uzhnr6tQ .embla__button:hover::before {
  width: 30%;
}
.cid-u6Uzhnr6tQ .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u6Uzhnr6tQ .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u6Uzhnr6tQ .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u6Uzhnr6tQ .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u6Uzhnr6tQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u6Uzhnr6tQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u6Uzhnr6tQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u6Uzhnr6tQ .mbr-section-title {
  color: #141414;
}
.cid-u6Uzhnr6tQ .mbr-text {
  color: #333333;
}
.cid-u6Uzhnr6tQ .mbr-section-title,
.cid-u6Uzhnr6tQ .icon-wrapper,
.cid-u6Uzhnr6tQ .mbr-section-btn {
  color: #333333;
}
.cid-u6Uzho06Jr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6Uzho06Jr .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u6Uzho06Jr .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u6Uzho06Jr .container {
    padding: 0 24px;
  }
}
.cid-u6Uzho06Jr .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u6Uzho06Jr .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u6Uzho06Jr .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u6Uzho06Jr .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u6Uzho06Jr .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u6Uzho06Jr .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u6Uzho06Jr .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u6Uzho06Jr .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6Uzho06Jr .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u6Uzho06Jr .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u6Uzho06Jr .content-wrapper .mbr-section-btn .btn:hover,
.cid-u6Uzho06Jr .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u6Uzho06Jr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u6Uzho06Jr .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u6Uzho06Jr .embla__slide .slide-content {
  width: 100%;
}
.cid-u6Uzho06Jr .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u6Uzho06Jr .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u6Uzho06Jr .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u6Uzho06Jr .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u6Uzho06Jr .embla__button--next,
.cid-u6Uzho06Jr .embla__button--prev {
  display: flex;
}
.cid-u6Uzho06Jr .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u6Uzho06Jr .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u6Uzho06Jr .embla__button {
    display: none;
  }
}
.cid-u6Uzho06Jr .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u6Uzho06Jr .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u6Uzho06Jr .embla__button:hover::before {
  width: 30%;
}
.cid-u6Uzho06Jr .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u6Uzho06Jr .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u6Uzho06Jr .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u6Uzho06Jr .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u6Uzho06Jr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u6Uzho06Jr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u6Uzho06Jr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u6Uzho06Jr .mbr-section-title {
  color: #141414;
}
.cid-u6Uzho06Jr .mbr-text {
  color: #333333;
}
.cid-u6Uzho06Jr .mbr-section-title,
.cid-u6Uzho06Jr .icon-wrapper,
.cid-u6Uzho06Jr .mbr-section-btn {
  color: #333333;
}
.cid-u6UzhoxLX9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0078b9;
}
.cid-u6UzhoxLX9 .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-u6UzhoxLX9 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-u6UzhoxLX9 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-u6UzhoxLX9 .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-u6UzhoxLX9 .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #339ad2;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-u6UzhoxLX9 .icon-transition span:hover {
  background-color: #82ebff;
}
.cid-u6UzhoxLX9 .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u6UzhoxLX9 .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-u6UzhoxLX9 .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-u6UzhoxLX9 .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-u5zIYGcrtd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u5zIYGcrtd nav.navbar {
  position: fixed;
}
.cid-u5zIYGcrtd .btn {
  line-height: 1.2;
}
.cid-u5zIYGcrtd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5zIYGcrtd .nav-link {
  position: relative;
}
.cid-u5zIYGcrtd .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #a5d8f3;
}
.cid-u5zIYGcrtd .nav-link:hover {
  color: #a5d8f3 !important;
}
.cid-u5zIYGcrtd .nav-link:hover:before {
  width: 100%;
}
.cid-u5zIYGcrtd .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-u5zIYGcrtd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5zIYGcrtd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5zIYGcrtd .dropdown-item:hover,
.cid-u5zIYGcrtd .dropdown-item:focus {
  background: #0078b9 !important;
  color: white !important;
}
.cid-u5zIYGcrtd .dropdown-item:hover span {
  color: white;
}
.cid-u5zIYGcrtd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5zIYGcrtd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5zIYGcrtd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5zIYGcrtd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-u5zIYGcrtd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u5zIYGcrtd .container {
    flex-wrap: nowrap;
  }
}
.cid-u5zIYGcrtd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5zIYGcrtd .navbar-nav {
  margin: auto;
}
.cid-u5zIYGcrtd .dropdown-menu,
.cid-u5zIYGcrtd .navbar.opened {
  background: #0078b9 !important;
}
.cid-u5zIYGcrtd .nav-item:focus,
.cid-u5zIYGcrtd .nav-link:focus {
  outline: none;
}
.cid-u5zIYGcrtd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5zIYGcrtd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5zIYGcrtd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5zIYGcrtd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5zIYGcrtd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5zIYGcrtd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5zIYGcrtd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0078b9;
}
.cid-u5zIYGcrtd .navbar.opened {
  transition: all 0.3s;
}
.cid-u5zIYGcrtd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5zIYGcrtd .navbar .navbar-logo img {
  width: auto;
}
.cid-u5zIYGcrtd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5zIYGcrtd .navbar.collapsed {
  justify-content: center;
}
.cid-u5zIYGcrtd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5zIYGcrtd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5zIYGcrtd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u5zIYGcrtd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5zIYGcrtd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5zIYGcrtd .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-u5zIYGcrtd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5zIYGcrtd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5zIYGcrtd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5zIYGcrtd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5zIYGcrtd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5zIYGcrtd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5zIYGcrtd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5zIYGcrtd .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-u5zIYGcrtd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5zIYGcrtd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5zIYGcrtd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5zIYGcrtd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5zIYGcrtd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5zIYGcrtd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u5zIYGcrtd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u5zIYGcrtd .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5zIYGcrtd .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-u5zIYGcrtd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5zIYGcrtd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5zIYGcrtd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5zIYGcrtd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5zIYGcrtd .dropdown-item.active,
.cid-u5zIYGcrtd .dropdown-item:active {
  background-color: transparent;
}
.cid-u5zIYGcrtd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5zIYGcrtd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5zIYGcrtd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5zIYGcrtd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0078b9;
}
.cid-u5zIYGcrtd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5zIYGcrtd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5zIYGcrtd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5zIYGcrtd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5zIYGcrtd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u5zIYGcrtd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5zIYGcrtd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5zIYGcrtd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5zIYGcrtd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5zIYGcrtd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5zIYGcrtd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5zIYGcrtd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5zIYGcrtd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5zIYGcrtd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5zIYGcrtd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5zIYGcrtd .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-u5zIYGcrtd .navbar {
    height: 70px;
  }
  .cid-u5zIYGcrtd .navbar.opened {
    height: auto;
  }
  .cid-u5zIYGcrtd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u503gHvofK {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/web-landingpage-immo-main-1-2000x667.webp");
}
.cid-u503gHvofK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u503gHvofK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u503gHvofK .container {
    padding: 0 24px;
  }
}
.cid-u503gHvofK .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #0078b9;
}
@media (max-width: 992px) {
  .cid-u503gHvofK .content-wrapper {
    padding: 24px;
  }
}
.cid-u503gHvofK .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u503gHvofK .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u503gHvofK .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u503gHvofK .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-u503gHvofK .mbr-section-title {
  color: #F9F6E0;
}
.cid-u503gHvofK .mbr-text {
  color: #F9F6E0;
}
.cid-u503gHvofK .mbr-section-title,
.cid-u503gHvofK .mbr-section-btn {
  color: #ffffff;
}
.cid-u7y8Kk8lYi {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u7y8Kk8lYi .mbr-section-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 3rem 3rem;
  background: #f7f7f7;
}
@media (max-width: 767px) {
  .cid-u7y8Kk8lYi .mbr-section-head {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-u7y8Kk8lYi .mbr-section-title {
  color: #24262b;
}
.cid-u7y8Kk8lYi .mbr-section-subtitle {
  margin-top: 16px;
  color: #666666;
}
.cid-u7y8Kk8lYi .main-text {
  color: #24262b;
  margin-top: 16px;
}
.cid-u7y8Kk8lYi .item-footer {
  margin-top: 16px;
}
.cid-u7y8Kk8lYi .item-footer .btn-danger:hover {
  background-color: #000000 !important;
}
.cid-u7y8Kk8lYi .items-row {
  row-gap: 48px;
}
.cid-u7y8Kk8lYi .item {
  cursor: pointer;
}
.cid-u7y8Kk8lYi .item:focus,
.cid-u7y8Kk8lYi span:focus {
  outline: none;
}
.cid-u7y8Kk8lYi .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-u7y8Kk8lYi .item-wrapper .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-u7y8Kk8lYi .item-wrapper .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-u7y8Kk8lYi .item-wrapper .mbr-section-btn .btn {
  margin: 0 !important;
}
@media (min-width: 768px) {
  .cid-u7y8Kk8lYi .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-u7y8Kk8lYi .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-u7y8Kk8lYi img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 7));
  object-fit: cover;
}
.cid-u7y8Kk8lYi .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem;
  background-color: #0078b9;
}
.cid-u7y8Kk8lYi .item-title {
  color: #ffffff;
}
.cid-u7y8Kk8lYi .item-subtitle {
  color: #ffffff;
  margin-top: 6px;
  text-align: left;
}
.cid-u7y8Kk8lYi .mbr-text {
  margin-top: 2px;
  color: #24262b;
}
.cid-u7y8Kk8lYi .main-text,
.cid-u7y8Kk8lYi .item-footer {
  color: #666666;
}
.cid-u7yISK1ZBe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0078b9;
}
.cid-u7yISK1ZBe .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7yISK1ZBe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7yISK1ZBe .mbr-section-title {
  color: #ffffff;
}
.cid-u7yISK1ZBe .mbr-section-subtitle {
  color: #0078b9;
}
.cid-utZCfb08aR {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-utZCfb08aR .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-utZCfb08aR .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-utZCfb08aR .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0078b9;
  background-color: #0078b9;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-utZCfb08aR .mbr-section-title {
  color: #0078b9;
}
.cid-utZCpx2RIl {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-utZCpx2RIl .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-utZCpx2RIl .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-utZCpx2RIl .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0078b9;
  background-color: #0078b9;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-utZCpx2RIl .mbr-section-title {
  color: #0078b9;
}
.cid-u7tEeqrOGK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u7tEeqrOGK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7tEeqrOGK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7tEp0kdjc {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u7tEp0kdjc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7tEp0kdjc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7tEp0kdjc .mbr-section-title {
  color: #0078b9;
}
.cid-u7tEp0kdjc .mbr-section-subtitle {
  color: #0078b9;
}
.cid-u68pTDwHoU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0078b9;
}
.cid-u68pTDwHoU .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-u68pTDwHoU .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-u68pTDwHoU .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-u68pTDwHoU .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-u68pTDwHoU .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #339ad2;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-u68pTDwHoU .icon-transition span:hover {
  background-color: #82ebff;
}
.cid-u68pTDwHoU .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u68pTDwHoU .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-u68pTDwHoU .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-u68pTDwHoU .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-u5zIYGcrtd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u5zIYGcrtd nav.navbar {
  position: fixed;
}
.cid-u5zIYGcrtd .btn {
  line-height: 1.2;
}
.cid-u5zIYGcrtd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5zIYGcrtd .nav-link {
  position: relative;
}
.cid-u5zIYGcrtd .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #a5d8f3;
}
.cid-u5zIYGcrtd .nav-link:hover {
  color: #a5d8f3 !important;
}
.cid-u5zIYGcrtd .nav-link:hover:before {
  width: 100%;
}
.cid-u5zIYGcrtd .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-u5zIYGcrtd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5zIYGcrtd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5zIYGcrtd .dropdown-item:hover,
.cid-u5zIYGcrtd .dropdown-item:focus {
  background: #0078b9 !important;
  color: white !important;
}
.cid-u5zIYGcrtd .dropdown-item:hover span {
  color: white;
}
.cid-u5zIYGcrtd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5zIYGcrtd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5zIYGcrtd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5zIYGcrtd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-u5zIYGcrtd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u5zIYGcrtd .container {
    flex-wrap: nowrap;
  }
}
.cid-u5zIYGcrtd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5zIYGcrtd .navbar-nav {
  margin: auto;
}
.cid-u5zIYGcrtd .dropdown-menu,
.cid-u5zIYGcrtd .navbar.opened {
  background: #0078b9 !important;
}
.cid-u5zIYGcrtd .nav-item:focus,
.cid-u5zIYGcrtd .nav-link:focus {
  outline: none;
}
.cid-u5zIYGcrtd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5zIYGcrtd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5zIYGcrtd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5zIYGcrtd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5zIYGcrtd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5zIYGcrtd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5zIYGcrtd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0078b9;
}
.cid-u5zIYGcrtd .navbar.opened {
  transition: all 0.3s;
}
.cid-u5zIYGcrtd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5zIYGcrtd .navbar .navbar-logo img {
  width: auto;
}
.cid-u5zIYGcrtd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5zIYGcrtd .navbar.collapsed {
  justify-content: center;
}
.cid-u5zIYGcrtd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5zIYGcrtd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5zIYGcrtd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u5zIYGcrtd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5zIYGcrtd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5zIYGcrtd .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-u5zIYGcrtd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5zIYGcrtd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5zIYGcrtd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5zIYGcrtd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5zIYGcrtd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5zIYGcrtd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5zIYGcrtd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5zIYGcrtd .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-u5zIYGcrtd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5zIYGcrtd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5zIYGcrtd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5zIYGcrtd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5zIYGcrtd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5zIYGcrtd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u5zIYGcrtd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u5zIYGcrtd .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5zIYGcrtd .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-u5zIYGcrtd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5zIYGcrtd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5zIYGcrtd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5zIYGcrtd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5zIYGcrtd .dropdown-item.active,
.cid-u5zIYGcrtd .dropdown-item:active {
  background-color: transparent;
}
.cid-u5zIYGcrtd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5zIYGcrtd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5zIYGcrtd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5zIYGcrtd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0078b9;
}
.cid-u5zIYGcrtd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5zIYGcrtd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5zIYGcrtd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5zIYGcrtd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5zIYGcrtd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u5zIYGcrtd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5zIYGcrtd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5zIYGcrtd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5zIYGcrtd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5zIYGcrtd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5zIYGcrtd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5zIYGcrtd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5zIYGcrtd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5zIYGcrtd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5zIYGcrtd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5zIYGcrtd .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-u5zIYGcrtd .navbar {
    height: 70px;
  }
  .cid-u5zIYGcrtd .navbar.opened {
    height: auto;
  }
  .cid-u5zIYGcrtd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5tmSrQviQ {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/web-landingpage-immo-main-1-2000x667.webp");
}
.cid-u5tmSrQviQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5tmSrQviQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u5tmSrQviQ .container {
    padding: 0 24px;
  }
}
.cid-u5tmSrQviQ .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #0078b9;
}
@media (max-width: 992px) {
  .cid-u5tmSrQviQ .content-wrapper {
    padding: 24px;
  }
}
.cid-u5tmSrQviQ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u5tmSrQviQ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u5tmSrQviQ .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u5tmSrQviQ .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-u5tmSrQviQ .mbr-section-title {
  color: #F9F6E0;
}
.cid-u5tmSrQviQ .mbr-text {
  color: #F9F6E0;
}
.cid-u5tmSrQviQ .mbr-section-title,
.cid-u5tmSrQviQ .mbr-section-btn {
  color: #ffffff;
}
.cid-u5tqeiqUKh {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u5tqeiqUKh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5tqeiqUKh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5tsDggSuk {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u5tsDggSuk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5tsDggSuk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u5tsDggSuk .container {
    padding: 0 24px;
  }
}
.cid-u5tsDggSuk .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #0078b9;
}
@media (max-width: 992px) {
  .cid-u5tsDggSuk .content-wrapper {
    padding: 24px;
  }
}
.cid-u5tsDggSuk .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u5tsDggSuk .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u5tsDggSuk .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u5tsDggSuk .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-u5tsDggSuk .mbr-section-title {
  color: #F9F6E0;
}
.cid-u5tsDggSuk .mbr-text {
  color: #F9F6E0;
}
.cid-u5tsDggSuk .mbr-section-title,
.cid-u5tsDggSuk .mbr-section-btn {
  color: #ffffff;
}
.cid-u5tsfIaEpL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u5tsfIaEpL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5tsfIaEpL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5tsErX9mc {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u5tsErX9mc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5tsErX9mc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u5tsErX9mc .container {
    padding: 0 24px;
  }
}
.cid-u5tsErX9mc .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #0078b9;
}
@media (max-width: 992px) {
  .cid-u5tsErX9mc .content-wrapper {
    padding: 24px;
  }
}
.cid-u5tsErX9mc .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u5tsErX9mc .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u5tsErX9mc .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u5tsErX9mc .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-u5tsErX9mc .mbr-section-title {
  color: #F9F6E0;
}
.cid-u5tsErX9mc .mbr-text {
  color: #F9F6E0;
}
.cid-u5tsErX9mc .mbr-section-title,
.cid-u5tsErX9mc .mbr-section-btn {
  color: #ffffff;
}
.cid-u5tsGmhG95 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u5tsGmhG95 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5tsGmhG95 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5tsVo7n1C {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u5tsVo7n1C .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5tsVo7n1C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u5tsVo7n1C .container {
    padding: 0 24px;
  }
}
.cid-u5tsVo7n1C .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #0078b9;
}
@media (max-width: 992px) {
  .cid-u5tsVo7n1C .content-wrapper {
    padding: 24px;
  }
}
.cid-u5tsVo7n1C .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u5tsVo7n1C .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u5tsVo7n1C .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u5tsVo7n1C .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-u5tsVo7n1C .mbr-section-title {
  color: #F9F6E0;
}
.cid-u5tsVo7n1C .mbr-text {
  color: #F9F6E0;
}
.cid-u5tsVo7n1C .mbr-section-title,
.cid-u5tsVo7n1C .mbr-section-btn {
  color: #ffffff;
}
.cid-u5tt0As0Vq {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u5tt0As0Vq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5tt0As0Vq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5ttjUORIS {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u5ttjUORIS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5ttjUORIS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u5ttjUORIS .container {
    padding: 0 24px;
  }
}
.cid-u5ttjUORIS .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #0078b9;
}
@media (max-width: 992px) {
  .cid-u5ttjUORIS .content-wrapper {
    padding: 24px;
  }
}
.cid-u5ttjUORIS .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u5ttjUORIS .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u5ttjUORIS .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u5ttjUORIS .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-u5ttjUORIS .mbr-section-title {
  color: #F9F6E0;
}
.cid-u5ttjUORIS .mbr-text {
  color: #F9F6E0;
}
.cid-u5ttjUORIS .mbr-section-title,
.cid-u5ttjUORIS .mbr-section-btn {
  color: #ffffff;
}
.cid-u5ttkNLkT0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u5ttkNLkT0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5ttkNLkT0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5twhvAMee {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u5twhvAMee .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5twhvAMee .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u5twhvAMee .container {
    padding: 0 24px;
  }
}
.cid-u5twhvAMee .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #0078b9;
}
@media (max-width: 992px) {
  .cid-u5twhvAMee .content-wrapper {
    padding: 24px;
  }
}
.cid-u5twhvAMee .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u5twhvAMee .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u5twhvAMee .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u5twhvAMee .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-u5twhvAMee .mbr-section-title {
  color: #F9F6E0;
}
.cid-u5twhvAMee .mbr-text {
  color: #F9F6E0;
}
.cid-u5twhvAMee .mbr-section-title,
.cid-u5twhvAMee .mbr-section-btn {
  color: #ffffff;
}
.cid-u5twikZgop {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u5twikZgop .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5twikZgop .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5Fk4kXY3F {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u5Fk4kXY3F .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5Fk4kXY3F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u5Fk4kXY3F .container {
    padding: 0 24px;
  }
}
.cid-u5Fk4kXY3F .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #0078b9;
}
@media (max-width: 992px) {
  .cid-u5Fk4kXY3F .content-wrapper {
    padding: 24px;
  }
}
.cid-u5Fk4kXY3F .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u5Fk4kXY3F .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u5Fk4kXY3F .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u5Fk4kXY3F .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-u5Fk4kXY3F .mbr-section-title {
  color: #F9F6E0;
}
.cid-u5Fk4kXY3F .mbr-text {
  color: #F9F6E0;
}
.cid-u5Fk4kXY3F .mbr-section-title,
.cid-u5Fk4kXY3F .mbr-section-btn {
  color: #ffffff;
}
.cid-u5Fk0D8Jk0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u5Fk0D8Jk0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5Fk0D8Jk0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5Fmi0mFFf {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u5Fmi0mFFf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5Fmi0mFFf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u5Fmi0mFFf .container {
    padding: 0 24px;
  }
}
.cid-u5Fmi0mFFf .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #0078b9;
}
@media (max-width: 992px) {
  .cid-u5Fmi0mFFf .content-wrapper {
    padding: 24px;
  }
}
.cid-u5Fmi0mFFf .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u5Fmi0mFFf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u5Fmi0mFFf .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u5Fmi0mFFf .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-u5Fmi0mFFf .mbr-section-title {
  color: #F9F6E0;
}
.cid-u5Fmi0mFFf .mbr-text {
  color: #F9F6E0;
}
.cid-u5Fmi0mFFf .mbr-section-title,
.cid-u5Fmi0mFFf .mbr-section-btn {
  color: #ffffff;
}
.cid-u5Fmj6V8ev {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u5Fmj6V8ev .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5Fmj6V8ev .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5FmBN1zyR {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u5FmBN1zyR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5FmBN1zyR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u5FmBN1zyR .container {
    padding: 0 24px;
  }
}
.cid-u5FmBN1zyR .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #0078b9;
}
@media (max-width: 992px) {
  .cid-u5FmBN1zyR .content-wrapper {
    padding: 24px;
  }
}
.cid-u5FmBN1zyR .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u5FmBN1zyR .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u5FmBN1zyR .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u5FmBN1zyR .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-u5FmBN1zyR .mbr-section-title {
  color: #F9F6E0;
}
.cid-u5FmBN1zyR .mbr-text {
  color: #F9F6E0;
}
.cid-u5FmBN1zyR .mbr-section-title,
.cid-u5FmBN1zyR .mbr-section-btn {
  color: #ffffff;
}
.cid-u5FmE7lP48 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u5FmE7lP48 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5FmE7lP48 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5FmZ7mVgg {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u5FmZ7mVgg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5FmZ7mVgg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u5FmZ7mVgg .container {
    padding: 0 24px;
  }
}
.cid-u5FmZ7mVgg .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #0078b9;
}
@media (max-width: 992px) {
  .cid-u5FmZ7mVgg .content-wrapper {
    padding: 24px;
  }
}
.cid-u5FmZ7mVgg .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u5FmZ7mVgg .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u5FmZ7mVgg .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u5FmZ7mVgg .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-u5FmZ7mVgg .mbr-section-title {
  color: #F9F6E0;
}
.cid-u5FmZ7mVgg .mbr-text {
  color: #F9F6E0;
}
.cid-u5FmZ7mVgg .mbr-section-title,
.cid-u5FmZ7mVgg .mbr-section-btn {
  color: #ffffff;
}
.cid-u5Fn0hd9sr {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u5Fn0hd9sr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5Fn0hd9sr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u68pTDwHoU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0078b9;
}
.cid-u68pTDwHoU .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-u68pTDwHoU .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-u68pTDwHoU .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-u68pTDwHoU .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-u68pTDwHoU .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #339ad2;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-u68pTDwHoU .icon-transition span:hover {
  background-color: #82ebff;
}
.cid-u68pTDwHoU .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u68pTDwHoU .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-u68pTDwHoU .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-u68pTDwHoU .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-u5zIYGcrtd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u5zIYGcrtd nav.navbar {
  position: fixed;
}
.cid-u5zIYGcrtd .btn {
  line-height: 1.2;
}
.cid-u5zIYGcrtd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5zIYGcrtd .nav-link {
  position: relative;
}
.cid-u5zIYGcrtd .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #a5d8f3;
}
.cid-u5zIYGcrtd .nav-link:hover {
  color: #a5d8f3 !important;
}
.cid-u5zIYGcrtd .nav-link:hover:before {
  width: 100%;
}
.cid-u5zIYGcrtd .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-u5zIYGcrtd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5zIYGcrtd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5zIYGcrtd .dropdown-item:hover,
.cid-u5zIYGcrtd .dropdown-item:focus {
  background: #0078b9 !important;
  color: white !important;
}
.cid-u5zIYGcrtd .dropdown-item:hover span {
  color: white;
}
.cid-u5zIYGcrtd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5zIYGcrtd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5zIYGcrtd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5zIYGcrtd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-u5zIYGcrtd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u5zIYGcrtd .container {
    flex-wrap: nowrap;
  }
}
.cid-u5zIYGcrtd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5zIYGcrtd .navbar-nav {
  margin: auto;
}
.cid-u5zIYGcrtd .dropdown-menu,
.cid-u5zIYGcrtd .navbar.opened {
  background: #0078b9 !important;
}
.cid-u5zIYGcrtd .nav-item:focus,
.cid-u5zIYGcrtd .nav-link:focus {
  outline: none;
}
.cid-u5zIYGcrtd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5zIYGcrtd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5zIYGcrtd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5zIYGcrtd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5zIYGcrtd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5zIYGcrtd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5zIYGcrtd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0078b9;
}
.cid-u5zIYGcrtd .navbar.opened {
  transition: all 0.3s;
}
.cid-u5zIYGcrtd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5zIYGcrtd .navbar .navbar-logo img {
  width: auto;
}
.cid-u5zIYGcrtd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5zIYGcrtd .navbar.collapsed {
  justify-content: center;
}
.cid-u5zIYGcrtd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5zIYGcrtd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5zIYGcrtd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u5zIYGcrtd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5zIYGcrtd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5zIYGcrtd .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-u5zIYGcrtd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5zIYGcrtd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5zIYGcrtd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5zIYGcrtd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5zIYGcrtd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5zIYGcrtd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5zIYGcrtd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5zIYGcrtd .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-u5zIYGcrtd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5zIYGcrtd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5zIYGcrtd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5zIYGcrtd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5zIYGcrtd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5zIYGcrtd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u5zIYGcrtd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u5zIYGcrtd .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5zIYGcrtd .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-u5zIYGcrtd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5zIYGcrtd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5zIYGcrtd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5zIYGcrtd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5zIYGcrtd .dropdown-item.active,
.cid-u5zIYGcrtd .dropdown-item:active {
  background-color: transparent;
}
.cid-u5zIYGcrtd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5zIYGcrtd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5zIYGcrtd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5zIYGcrtd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0078b9;
}
.cid-u5zIYGcrtd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5zIYGcrtd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5zIYGcrtd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5zIYGcrtd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5zIYGcrtd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u5zIYGcrtd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5zIYGcrtd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5zIYGcrtd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5zIYGcrtd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5zIYGcrtd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5zIYGcrtd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5zIYGcrtd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5zIYGcrtd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5zIYGcrtd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5zIYGcrtd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5zIYGcrtd .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-u5zIYGcrtd .navbar {
    height: 70px;
  }
  .cid-u5zIYGcrtd .navbar.opened {
    height: auto;
  }
  .cid-u5zIYGcrtd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u56cuGueYc {
  display: flex;
  background-image: url("../../../assets/images/main-lenzfried-dh-blue-shading-1.webp");
}
.cid-u56cuGueYc .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-u56cuGueYc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u56cuGueYc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u56cuGueYc .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-u56cuGueYc .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-u56cuGueYc {
    align-items: flex-end;
  }
  .cid-u56cuGueYc .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u56cuGueYc .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u56cuGueYc {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u56cuGueYc .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u56cuGueYc .content-wrap {
    width: 100%;
  }
}
.cid-u56cuGueYc .mbr-section-title {
  text-align: left;
}
.cid-u56cuGueYc .mbr-text,
.cid-u56cuGueYc .mbr-section-btn {
  text-align: left;
}
.cid-u56cuGMd2N {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u56cuGMd2N .mbr-text {
  color: #666666;
}
.cid-u56cuGMd2N .mbr-section-subtitle {
  color: #666666;
}
.cid-u56cuH2S82 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f6faff;
}
.cid-u56cuH2S82 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u56cuH2S82 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u56cuH2S82 .card-wrapper {
  overflow: hidden;
  background: #f6faff;
}
.cid-u56cuH2S82 .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u56cuH2S82 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-u56cuH2S82 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-u56cuH2S82 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-u56cuH2S82 .row {
  flex-direction: row-reverse;
}
.cid-u56cuH2S82 .image-wrapper {
  padding: 0 1rem;
}
.cid-u56cuH2S82 img,
.cid-u56cuH2S82 .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-u56cuH2S82 img,
  .cid-u56cuH2S82 .image-wrapper {
    max-height: 350px;
  }
}
.cid-u56cuH2S82 .mbr-section-title {
  color: #0078b9;
}
.cid-u56cuH2S82 .mbr-text {
  color: #000000;
}
.cid-u56cuH2S82 .mbr-text,
.cid-u56cuH2S82 .mbr-section-btn {
  color: #0078b9;
}
.cid-u56cuHjgLI {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u56cuHjgLI .line {
  background-color: #0078b9;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u56cuHjgLI .mbr-text {
  color: #666666;
}
.cid-ukLmzygCwd {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ukLmzygCwd .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-ukLmzygCwd .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-ukLmzygCwd .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #0078b9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukLmzygCwd .mbr-section-title {
  text-align: center;
}
.cid-ukLmzygCwd .mbr-section-subtitle {
  text-align: center;
}
.cid-ukLmzygCwd .mbr-text {
  color: #666666;
}
.cid-u7s2sol9DV {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u7s2sol9DV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7s2sol9DV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7s2sol9DV .card-wrapper {
  background: #f6faff;
}
@media (max-width: 767px) {
  .cid-u7s2sol9DV .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u7s2sol9DV .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-u7s2sol9DV .card-wrapper {
    padding: 4rem;
  }
}
.cid-u7s2sol9DV .mbr-text,
.cid-u7s2sol9DV .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-u7s2sol9DV .card-title,
.cid-u7s2sol9DV .card-box {
  text-align: left;
  color: #0078b9;
}
.cid-u7s2sol9DV .mbr-section-subtitle {
  text-align: left;
  color: #0078b9;
}
.cid-u7s2sol9DV .mbr-text {
  text-align: left;
  color: #666666;
}
.cid-u7s2sol9DV .mbr-card-title {
  text-align: left;
  color: #666666;
}
.cid-u56cuIe6X8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #f6faff;
}
.cid-u56cuIe6X8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u56cuIe6X8 .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-u56cuIe6X8 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u56cuIe6X8 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-u56cuIe6X8 .google-map {
  height: 100%;
  position: relative;
}
.cid-u56cuIe6X8 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-u56cuIe6X8 .google-map iframe {
    min-height: 350px;
  }
}
.cid-u56cuIe6X8 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u56cuIe6X8 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u56cuIe6X8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u56cuIe6X8 .card-wrapper {
  padding: 2.25rem;
  background: #0078b9;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u56cuIe6X8 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u56cuIe6X8 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-u56cuIe6X8 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u56cuIe6X8 .content-head {
  max-width: 800px;
}
.cid-u56cuIe6X8 .mbr-section-title {
  text-align: center;
  color: #666666;
}
.cid-u56cuIe6X8 .cardTitle {
  color: #ffffff;
}
.cid-u56cuIe6X8 .list,
.cid-u56cuIe6X8 .item-wrap {
  color: #ffffff;
}
.cid-u56cuIG8Vw {
  display: flex;
  background-image: url("../../../assets/images/lenzfried-dh-8.webp");
}
.cid-u56cuIG8Vw .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-u56cuIG8Vw {
    align-items: flex-end;
  }
  .cid-u56cuIG8Vw .row {
    justify-content: center;
  }
  .cid-u56cuIG8Vw .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u56cuIG8Vw .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u56cuIG8Vw {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-u56cuIG8Vw .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u56cuIG8Vw .content-wrap {
    width: 100%;
  }
}
.cid-u56cuIG8Vw .mbr-section-title,
.cid-u56cuIG8Vw .mbr-section-subtitle {
  text-align: center;
}
.cid-u56cuIG8Vw .mbr-text,
.cid-u56cuIG8Vw .mbr-section-btn {
  text-align: center;
}
.cid-u56cuIZoy2 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u56cuIZoy2 img,
.cid-u56cuIZoy2 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u56cuIZoy2 .item:focus,
.cid-u56cuIZoy2 span:focus {
  outline: none;
}
.cid-u56cuIZoy2 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u56cuIZoy2 .item {
    margin-bottom: 1rem;
  }
}
.cid-u56cuIZoy2 .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-u56cuIZoy2 .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u56cuIZoy2 .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-u56cuIZoy2 .item-wrapper {
  position: relative;
  background: #f6faff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u56cuIZoy2 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u56cuIZoy2 .mbr-section-title {
  color: #0078b9;
}
.cid-u56cuIZoy2 .item-title {
  text-align: left;
}
.cid-u56cuIZoy2 .item-subtitle {
  text-align: left;
}
.cid-u56cuIZoy2 .mbr-text,
.cid-u56cuIZoy2 .item .mbr-section-btn {
  text-align: left;
  color: #666666;
}
.cid-u56cuIZoy2 .content-head {
  max-width: 800px;
}
.cid-u56cuIZoy2 .mbr-section-subtitle,
.cid-u56cuIZoy2 .mbr-section-head .mbr-section-btn {
  color: #666666;
}
.cid-u56cuJn1pC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u56cuJn1pC .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u56cuJn1pC .item {
    margin-bottom: 1rem;
  }
}
.cid-u56cuJn1pC .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u56cuJn1pC .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u56cuJn1pC .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-u56cuJn1pC .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-u56cuJn1pC .carousel-control,
.cid-u56cuJn1pC .close {
  background: #1b1b1b;
}
.cid-u56cuJn1pC .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u56cuJn1pC .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u56cuJn1pC .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u56cuJn1pC .carousel-control-next span {
  margin-left: 5px;
}
.cid-u56cuJn1pC .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u56cuJn1pC .close::before {
  content: '\e91a';
}
.cid-u56cuJn1pC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u56cuJn1pC .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u56cuJn1pC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u56cuJn1pC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u56cuJn1pC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u56cuJn1pC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u56cuJn1pC .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u56cuJn1pC .carousel-indicators li.active,
.cid-u56cuJn1pC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u56cuJn1pC .carousel-indicators li::after,
.cid-u56cuJn1pC .carousel-indicators li::before {
  content: none;
}
.cid-u56cuJn1pC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u56cuJn1pC .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u56cuJn1pC .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u56cuJn1pC .carousel-indicators {
    display: none;
  }
}
.cid-u56cuJn1pC .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u56cuJn1pC .carousel-inner > .active {
  display: block;
}
.cid-u56cuJn1pC .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u56cuJn1pC .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u56cuJn1pC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u56cuJn1pC .carousel-control,
  .cid-u56cuJn1pC .carousel-indicators,
  .cid-u56cuJn1pC .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u56cuJn1pC .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u56cuJn1pC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u56cuJn1pC .carousel-indicators .active,
.cid-u56cuJn1pC .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u56cuJn1pC .carousel-indicators .active {
  background: #fff;
}
.cid-u56cuJn1pC .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u56cuJn1pC .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u56cuJn1pC .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u56cuJn1pC .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u56cuJn1pC .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u56cuJn1pC .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u56cuJn1pC .carousel {
  width: 100%;
}
.cid-u56cuJn1pC .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u56cuJn1pC .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u56cuJn1pC .modal.fade .modal-dialog,
.cid-u56cuJn1pC .modal.in .modal-dialog {
  transform: none;
}
.cid-u56cuJn1pC .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u56cuJn1pC .content-head {
  max-width: 800px;
}
.cid-u68pTDwHoU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0078b9;
}
.cid-u68pTDwHoU .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-u68pTDwHoU .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-u68pTDwHoU .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-u68pTDwHoU .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-u68pTDwHoU .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #339ad2;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-u68pTDwHoU .icon-transition span:hover {
  background-color: #82ebff;
}
.cid-u68pTDwHoU .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u68pTDwHoU .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-u68pTDwHoU .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-u68pTDwHoU .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-u6ZHL0HSzz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u6ZHL0HSzz nav.navbar {
  position: fixed;
}
.cid-u6ZHL0HSzz .btn {
  line-height: 1.2;
}
.cid-u6ZHL0HSzz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6ZHL0HSzz .nav-link {
  position: relative;
}
.cid-u6ZHL0HSzz .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #a5d8f3;
}
.cid-u6ZHL0HSzz .nav-link:hover {
  color: #a5d8f3 !important;
}
.cid-u6ZHL0HSzz .nav-link:hover:before {
  width: 100%;
}
.cid-u6ZHL0HSzz .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-u6ZHL0HSzz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6ZHL0HSzz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6ZHL0HSzz .dropdown-item:hover,
.cid-u6ZHL0HSzz .dropdown-item:focus {
  background: #0078b9 !important;
  color: white !important;
}
.cid-u6ZHL0HSzz .dropdown-item:hover span {
  color: white;
}
.cid-u6ZHL0HSzz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6ZHL0HSzz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6ZHL0HSzz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6ZHL0HSzz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-u6ZHL0HSzz .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6ZHL0HSzz .container {
    flex-wrap: nowrap;
  }
}
.cid-u6ZHL0HSzz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6ZHL0HSzz .navbar-nav {
  margin: auto;
}
.cid-u6ZHL0HSzz .dropdown-menu,
.cid-u6ZHL0HSzz .navbar.opened {
  background: #0078b9 !important;
}
.cid-u6ZHL0HSzz .nav-item:focus,
.cid-u6ZHL0HSzz .nav-link:focus {
  outline: none;
}
.cid-u6ZHL0HSzz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6ZHL0HSzz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6ZHL0HSzz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6ZHL0HSzz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6ZHL0HSzz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6ZHL0HSzz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6ZHL0HSzz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0078b9;
}
.cid-u6ZHL0HSzz .navbar.opened {
  transition: all 0.3s;
}
.cid-u6ZHL0HSzz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6ZHL0HSzz .navbar .navbar-logo img {
  width: auto;
}
.cid-u6ZHL0HSzz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6ZHL0HSzz .navbar.collapsed {
  justify-content: center;
}
.cid-u6ZHL0HSzz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6ZHL0HSzz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6ZHL0HSzz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u6ZHL0HSzz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6ZHL0HSzz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6ZHL0HSzz .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-u6ZHL0HSzz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6ZHL0HSzz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6ZHL0HSzz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6ZHL0HSzz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6ZHL0HSzz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6ZHL0HSzz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6ZHL0HSzz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6ZHL0HSzz .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-u6ZHL0HSzz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6ZHL0HSzz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6ZHL0HSzz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6ZHL0HSzz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6ZHL0HSzz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6ZHL0HSzz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6ZHL0HSzz .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6ZHL0HSzz .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6ZHL0HSzz .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-u6ZHL0HSzz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6ZHL0HSzz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6ZHL0HSzz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6ZHL0HSzz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6ZHL0HSzz .dropdown-item.active,
.cid-u6ZHL0HSzz .dropdown-item:active {
  background-color: transparent;
}
.cid-u6ZHL0HSzz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6ZHL0HSzz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6ZHL0HSzz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6ZHL0HSzz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0078b9;
}
.cid-u6ZHL0HSzz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6ZHL0HSzz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6ZHL0HSzz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6ZHL0HSzz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6ZHL0HSzz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u6ZHL0HSzz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6ZHL0HSzz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6ZHL0HSzz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6ZHL0HSzz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6ZHL0HSzz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6ZHL0HSzz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6ZHL0HSzz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6ZHL0HSzz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6ZHL0HSzz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6ZHL0HSzz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6ZHL0HSzz .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-u6ZHL0HSzz .navbar {
    height: 70px;
  }
  .cid-u6ZHL0HSzz .navbar.opened {
    height: auto;
  }
  .cid-u6ZHL0HSzz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6ZHL17Cuz {
  display: flex;
  background-image: url("../../../assets/images/main-lenzfried-dh-blue-shading.webp");
}
.cid-u6ZHL17Cuz .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-u6ZHL17Cuz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6ZHL17Cuz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6ZHL17Cuz .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-u6ZHL17Cuz .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-u6ZHL17Cuz {
    align-items: flex-end;
  }
  .cid-u6ZHL17Cuz .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u6ZHL17Cuz .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u6ZHL17Cuz {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u6ZHL17Cuz .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u6ZHL17Cuz .content-wrap {
    width: 100%;
  }
}
.cid-u6ZHL17Cuz .mbr-section-title {
  text-align: left;
}
.cid-u6ZHL17Cuz .mbr-text,
.cid-u6ZHL17Cuz .mbr-section-btn {
  text-align: left;
}
.cid-u6ZHL1sXET {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u6ZHL1sXET .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6ZHL1sXET .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6ZHL1sXET .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u6ZHL1sXET .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u6ZHL1sXET .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u6ZHL1sXET .image-wrapper {
    padding: 0;
  }
}
.cid-u6ZHL1sXET .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1px !important;
}
@media (max-width: 992px) {
  .cid-u6ZHL1sXET .image-wrapper img {
    height: 350px;
  }
}
.cid-u6ZHL1sXET .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-u6ZHL1sXET .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-u6ZHL1sXET .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u6ZHL1sXET .content-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-u6ZHL1sXET .content-wrapper .mbr-text {
  margin: 64px 0 0;
}
@media (max-width: 992px) {
  .cid-u6ZHL1sXET .content-wrapper .mbr-text {
    margin: 32px 0 0;
  }
}
.cid-u6ZHL1sXET .content-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-u6ZHL1sXET .content-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u6ZHL1sXET .mbr-section-title {
  color: #262642;
}
.cid-u6ZHL1sXET .mbr-section-subtitle {
  color: #666666;
}
.cid-u6ZHL1sXET .mbr-text {
  color: #666666;
}
.cid-u6ZHL1sXET .mbr-section-title,
.cid-u6ZHL1sXET .mbr-section-btn {
  color: #666666;
}
.cid-u6ZHL1LS0V {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0078b9;
}
.cid-u6ZHL1LS0V h6 {
  line-height: 1.2;
}
.cid-u6ZHL1LS0V img,
.cid-u6ZHL1LS0V .item-img {
  width: 100%;
  height: 100%;
}
.cid-u6ZHL1LS0V .item:focus,
.cid-u6ZHL1LS0V span:focus {
  outline: none;
}
.cid-u6ZHL1LS0V .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-u6ZHL1LS0V .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-u6ZHL1LS0V .mbr-section-title {
  color: #ffffff;
}
.cid-u6ZHL1LS0V .mbr-text,
.cid-u6ZHL1LS0V .mbr-section-btn {
  color: #000000;
}
.cid-u6ZHL1LS0V .item-title {
  color: #000000;
  text-align: center;
}
.cid-u6ZHL1LS0V .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u6ZHL1LS0V .item-text {
  color: #000000;
  text-align: center;
}
.cid-u6ZHL1LS0V .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-u6ZHL1LS0V .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u6ZHL1LS0V .item-title,
.cid-u6ZHL1LS0V .mbr-section-btn {
  color: #ffffff;
}
.cid-u6ZHL27Jad {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u6ZHL27Jad .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6ZHL27Jad .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6ZHL27Jad .mbr-section-subtitle {
  color: #666666;
}
.cid-u6ZHL3CveP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6ZHL3CveP .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u6ZHL3CveP .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u6ZHL3CveP .container {
    padding: 0 24px;
  }
}
.cid-u6ZHL3CveP .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u6ZHL3CveP .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u6ZHL3CveP .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u6ZHL3CveP .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u6ZHL3CveP .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u6ZHL3CveP .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u6ZHL3CveP .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u6ZHL3CveP .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6ZHL3CveP .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u6ZHL3CveP .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u6ZHL3CveP .content-wrapper .mbr-section-btn .btn:hover,
.cid-u6ZHL3CveP .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u6ZHL3CveP .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u6ZHL3CveP .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u6ZHL3CveP .embla__slide .slide-content {
  width: 100%;
}
.cid-u6ZHL3CveP .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u6ZHL3CveP .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u6ZHL3CveP .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u6ZHL3CveP .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u6ZHL3CveP .embla__button--next,
.cid-u6ZHL3CveP .embla__button--prev {
  display: flex;
}
.cid-u6ZHL3CveP .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u6ZHL3CveP .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u6ZHL3CveP .embla__button {
    display: none;
  }
}
.cid-u6ZHL3CveP .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u6ZHL3CveP .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u6ZHL3CveP .embla__button:hover::before {
  width: 30%;
}
.cid-u6ZHL3CveP .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u6ZHL3CveP .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u6ZHL3CveP .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u6ZHL3CveP .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u6ZHL3CveP .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u6ZHL3CveP .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u6ZHL3CveP .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u6ZHL3CveP .mbr-section-title {
  color: #141414;
}
.cid-u6ZHL3CveP .mbr-text {
  color: #666666;
}
.cid-u6ZHL3CveP .mbr-section-title,
.cid-u6ZHL3CveP .icon-wrapper,
.cid-u6ZHL3CveP .mbr-section-btn {
  color: #666666;
}
.cid-u70cxs5u7l {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u70cxs5u7l .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u70cxs5u7l .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u70cxs5u7l .container {
    padding: 0 24px;
  }
}
.cid-u70cxs5u7l .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u70cxs5u7l .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u70cxs5u7l .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u70cxs5u7l .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u70cxs5u7l .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u70cxs5u7l .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u70cxs5u7l .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u70cxs5u7l .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u70cxs5u7l .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u70cxs5u7l .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u70cxs5u7l .content-wrapper .mbr-section-btn .btn:hover,
.cid-u70cxs5u7l .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u70cxs5u7l .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u70cxs5u7l .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u70cxs5u7l .embla__slide .slide-content {
  width: 100%;
}
.cid-u70cxs5u7l .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u70cxs5u7l .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u70cxs5u7l .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u70cxs5u7l .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u70cxs5u7l .embla__button--next,
.cid-u70cxs5u7l .embla__button--prev {
  display: flex;
}
.cid-u70cxs5u7l .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u70cxs5u7l .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u70cxs5u7l .embla__button {
    display: none;
  }
}
.cid-u70cxs5u7l .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u70cxs5u7l .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u70cxs5u7l .embla__button:hover::before {
  width: 30%;
}
.cid-u70cxs5u7l .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u70cxs5u7l .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u70cxs5u7l .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u70cxs5u7l .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u70cxs5u7l .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u70cxs5u7l .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u70cxs5u7l .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u70cxs5u7l .mbr-section-title {
  color: #141414;
}
.cid-u70cxs5u7l .mbr-text {
  color: #666666;
}
.cid-u70cxs5u7l .mbr-section-title,
.cid-u70cxs5u7l .icon-wrapper,
.cid-u70cxs5u7l .mbr-section-btn {
  color: #666666;
}
.cid-u70d1mx5Uv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u70d1mx5Uv .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u70d1mx5Uv .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u70d1mx5Uv .container {
    padding: 0 24px;
  }
}
.cid-u70d1mx5Uv .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u70d1mx5Uv .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u70d1mx5Uv .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u70d1mx5Uv .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u70d1mx5Uv .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u70d1mx5Uv .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u70d1mx5Uv .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u70d1mx5Uv .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u70d1mx5Uv .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u70d1mx5Uv .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u70d1mx5Uv .content-wrapper .mbr-section-btn .btn:hover,
.cid-u70d1mx5Uv .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u70d1mx5Uv .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u70d1mx5Uv .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u70d1mx5Uv .embla__slide .slide-content {
  width: 100%;
}
.cid-u70d1mx5Uv .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u70d1mx5Uv .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u70d1mx5Uv .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u70d1mx5Uv .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u70d1mx5Uv .embla__button--next,
.cid-u70d1mx5Uv .embla__button--prev {
  display: flex;
}
.cid-u70d1mx5Uv .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u70d1mx5Uv .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u70d1mx5Uv .embla__button {
    display: none;
  }
}
.cid-u70d1mx5Uv .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u70d1mx5Uv .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u70d1mx5Uv .embla__button:hover::before {
  width: 30%;
}
.cid-u70d1mx5Uv .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u70d1mx5Uv .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u70d1mx5Uv .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u70d1mx5Uv .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u70d1mx5Uv .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u70d1mx5Uv .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u70d1mx5Uv .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u70d1mx5Uv .mbr-section-title {
  color: #141414;
}
.cid-u70d1mx5Uv .mbr-text {
  color: #666666;
}
.cid-u70d1mx5Uv .mbr-section-title,
.cid-u70d1mx5Uv .icon-wrapper,
.cid-u70d1mx5Uv .mbr-section-btn {
  color: #666666;
}
.cid-u70f2lDhwU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u70f2lDhwU .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u70f2lDhwU .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u70f2lDhwU .container {
    padding: 0 24px;
  }
}
.cid-u70f2lDhwU .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u70f2lDhwU .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u70f2lDhwU .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u70f2lDhwU .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u70f2lDhwU .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u70f2lDhwU .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u70f2lDhwU .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u70f2lDhwU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u70f2lDhwU .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u70f2lDhwU .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u70f2lDhwU .content-wrapper .mbr-section-btn .btn:hover,
.cid-u70f2lDhwU .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u70f2lDhwU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u70f2lDhwU .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u70f2lDhwU .embla__slide .slide-content {
  width: 100%;
}
.cid-u70f2lDhwU .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u70f2lDhwU .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u70f2lDhwU .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u70f2lDhwU .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u70f2lDhwU .embla__button--next,
.cid-u70f2lDhwU .embla__button--prev {
  display: flex;
}
.cid-u70f2lDhwU .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u70f2lDhwU .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u70f2lDhwU .embla__button {
    display: none;
  }
}
.cid-u70f2lDhwU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u70f2lDhwU .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u70f2lDhwU .embla__button:hover::before {
  width: 30%;
}
.cid-u70f2lDhwU .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u70f2lDhwU .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u70f2lDhwU .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u70f2lDhwU .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u70f2lDhwU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u70f2lDhwU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u70f2lDhwU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u70f2lDhwU .mbr-section-title {
  color: #141414;
}
.cid-u70f2lDhwU .mbr-text {
  color: #666666;
}
.cid-u70f2lDhwU .mbr-section-title,
.cid-u70f2lDhwU .icon-wrapper,
.cid-u70f2lDhwU .mbr-section-btn {
  color: #666666;
}
.cid-u70f3tqFfc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u70f3tqFfc .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u70f3tqFfc .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u70f3tqFfc .container {
    padding: 0 24px;
  }
}
.cid-u70f3tqFfc .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u70f3tqFfc .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u70f3tqFfc .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u70f3tqFfc .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u70f3tqFfc .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u70f3tqFfc .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u70f3tqFfc .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u70f3tqFfc .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u70f3tqFfc .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u70f3tqFfc .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u70f3tqFfc .content-wrapper .mbr-section-btn .btn:hover,
.cid-u70f3tqFfc .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u70f3tqFfc .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u70f3tqFfc .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u70f3tqFfc .embla__slide .slide-content {
  width: 100%;
}
.cid-u70f3tqFfc .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u70f3tqFfc .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u70f3tqFfc .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u70f3tqFfc .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u70f3tqFfc .embla__button--next,
.cid-u70f3tqFfc .embla__button--prev {
  display: flex;
}
.cid-u70f3tqFfc .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u70f3tqFfc .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u70f3tqFfc .embla__button {
    display: none;
  }
}
.cid-u70f3tqFfc .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u70f3tqFfc .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u70f3tqFfc .embla__button:hover::before {
  width: 30%;
}
.cid-u70f3tqFfc .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u70f3tqFfc .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u70f3tqFfc .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u70f3tqFfc .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u70f3tqFfc .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u70f3tqFfc .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u70f3tqFfc .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u70f3tqFfc .mbr-section-title {
  color: #141414;
}
.cid-u70f3tqFfc .mbr-text {
  color: #666666;
}
.cid-u70f3tqFfc .mbr-section-title,
.cid-u70f3tqFfc .icon-wrapper,
.cid-u70f3tqFfc .mbr-section-btn {
  color: #666666;
}
.cid-u6ZHL9AY72 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0078b9;
}
.cid-u6ZHL9AY72 .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-u6ZHL9AY72 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-u6ZHL9AY72 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-u6ZHL9AY72 .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-u6ZHL9AY72 .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #339ad2;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-u6ZHL9AY72 .icon-transition span:hover {
  background-color: #82ebff;
}
.cid-u6ZHL9AY72 .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u6ZHL9AY72 .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-u6ZHL9AY72 .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-u6ZHL9AY72 .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-u70rVuEHgN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u70rVuEHgN nav.navbar {
  position: fixed;
}
.cid-u70rVuEHgN .btn {
  line-height: 1.2;
}
.cid-u70rVuEHgN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u70rVuEHgN .nav-link {
  position: relative;
}
.cid-u70rVuEHgN .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #a5d8f3;
}
.cid-u70rVuEHgN .nav-link:hover {
  color: #a5d8f3 !important;
}
.cid-u70rVuEHgN .nav-link:hover:before {
  width: 100%;
}
.cid-u70rVuEHgN .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-u70rVuEHgN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u70rVuEHgN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u70rVuEHgN .dropdown-item:hover,
.cid-u70rVuEHgN .dropdown-item:focus {
  background: #0078b9 !important;
  color: white !important;
}
.cid-u70rVuEHgN .dropdown-item:hover span {
  color: white;
}
.cid-u70rVuEHgN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u70rVuEHgN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u70rVuEHgN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u70rVuEHgN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-u70rVuEHgN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u70rVuEHgN .container {
    flex-wrap: nowrap;
  }
}
.cid-u70rVuEHgN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u70rVuEHgN .navbar-nav {
  margin: auto;
}
.cid-u70rVuEHgN .dropdown-menu,
.cid-u70rVuEHgN .navbar.opened {
  background: #0078b9 !important;
}
.cid-u70rVuEHgN .nav-item:focus,
.cid-u70rVuEHgN .nav-link:focus {
  outline: none;
}
.cid-u70rVuEHgN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u70rVuEHgN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u70rVuEHgN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u70rVuEHgN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u70rVuEHgN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u70rVuEHgN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u70rVuEHgN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0078b9;
}
.cid-u70rVuEHgN .navbar.opened {
  transition: all 0.3s;
}
.cid-u70rVuEHgN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u70rVuEHgN .navbar .navbar-logo img {
  width: auto;
}
.cid-u70rVuEHgN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u70rVuEHgN .navbar.collapsed {
  justify-content: center;
}
.cid-u70rVuEHgN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u70rVuEHgN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u70rVuEHgN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u70rVuEHgN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u70rVuEHgN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u70rVuEHgN .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-u70rVuEHgN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u70rVuEHgN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u70rVuEHgN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u70rVuEHgN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u70rVuEHgN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u70rVuEHgN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u70rVuEHgN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u70rVuEHgN .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-u70rVuEHgN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u70rVuEHgN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u70rVuEHgN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u70rVuEHgN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u70rVuEHgN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u70rVuEHgN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u70rVuEHgN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u70rVuEHgN .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u70rVuEHgN .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-u70rVuEHgN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u70rVuEHgN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u70rVuEHgN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u70rVuEHgN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u70rVuEHgN .dropdown-item.active,
.cid-u70rVuEHgN .dropdown-item:active {
  background-color: transparent;
}
.cid-u70rVuEHgN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u70rVuEHgN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u70rVuEHgN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u70rVuEHgN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0078b9;
}
.cid-u70rVuEHgN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u70rVuEHgN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u70rVuEHgN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u70rVuEHgN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u70rVuEHgN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u70rVuEHgN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u70rVuEHgN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u70rVuEHgN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u70rVuEHgN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u70rVuEHgN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u70rVuEHgN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u70rVuEHgN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u70rVuEHgN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u70rVuEHgN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u70rVuEHgN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u70rVuEHgN .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-u70rVuEHgN .navbar {
    height: 70px;
  }
  .cid-u70rVuEHgN .navbar.opened {
    height: auto;
  }
  .cid-u70rVuEHgN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u70rVv0Oj6 {
  display: flex;
  background-image: url("../../../assets/images/main-lenzfried-dh-blue-shading.webp");
}
.cid-u70rVv0Oj6 .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-u70rVv0Oj6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u70rVv0Oj6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u70rVv0Oj6 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-u70rVv0Oj6 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-u70rVv0Oj6 {
    align-items: flex-end;
  }
  .cid-u70rVv0Oj6 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u70rVv0Oj6 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u70rVv0Oj6 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u70rVv0Oj6 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u70rVv0Oj6 .content-wrap {
    width: 100%;
  }
}
.cid-u70rVv0Oj6 .mbr-section-title {
  text-align: left;
}
.cid-u70rVv0Oj6 .mbr-text,
.cid-u70rVv0Oj6 .mbr-section-btn {
  text-align: left;
}
.cid-u70rVvjIOV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u70rVvjIOV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u70rVvjIOV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u70rVvjIOV .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u70rVvjIOV .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u70rVvjIOV .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u70rVvjIOV .image-wrapper {
    padding: 0;
  }
}
.cid-u70rVvjIOV .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1px !important;
}
@media (max-width: 992px) {
  .cid-u70rVvjIOV .image-wrapper img {
    height: 350px;
  }
}
.cid-u70rVvjIOV .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-u70rVvjIOV .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-u70rVvjIOV .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u70rVvjIOV .content-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-u70rVvjIOV .content-wrapper .mbr-text {
  margin: 64px 0 0;
}
@media (max-width: 992px) {
  .cid-u70rVvjIOV .content-wrapper .mbr-text {
    margin: 32px 0 0;
  }
}
.cid-u70rVvjIOV .content-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-u70rVvjIOV .content-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u70rVvjIOV .mbr-section-title {
  color: #262642;
}
.cid-u70rVvjIOV .mbr-section-subtitle {
  color: #666666;
}
.cid-u70rVvjIOV .mbr-text {
  color: #666666;
}
.cid-u70rVvjIOV .mbr-section-title,
.cid-u70rVvjIOV .mbr-section-btn {
  color: #666666;
}
.cid-u70rVvBlVu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0078b9;
}
.cid-u70rVvBlVu h6 {
  line-height: 1.2;
}
.cid-u70rVvBlVu img,
.cid-u70rVvBlVu .item-img {
  width: 100%;
  height: 100%;
}
.cid-u70rVvBlVu .item:focus,
.cid-u70rVvBlVu span:focus {
  outline: none;
}
.cid-u70rVvBlVu .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-u70rVvBlVu .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-u70rVvBlVu .mbr-section-title {
  color: #ffffff;
}
.cid-u70rVvBlVu .mbr-text,
.cid-u70rVvBlVu .mbr-section-btn {
  color: #000000;
}
.cid-u70rVvBlVu .item-title {
  color: #000000;
  text-align: center;
}
.cid-u70rVvBlVu .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u70rVvBlVu .item-text {
  color: #000000;
  text-align: center;
}
.cid-u70rVvBlVu .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-u70rVvBlVu .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u70rVvBlVu .item-title,
.cid-u70rVvBlVu .mbr-section-btn {
  color: #ffffff;
}
.cid-u70rVvUZV5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u70rVvUZV5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u70rVvUZV5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u70rVvUZV5 .mbr-section-subtitle {
  color: #666666;
}
.cid-u70rVwetoU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u70rVwetoU .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u70rVwetoU .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u70rVwetoU .container {
    padding: 0 24px;
  }
}
.cid-u70rVwetoU .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u70rVwetoU .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u70rVwetoU .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u70rVwetoU .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u70rVwetoU .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u70rVwetoU .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u70rVwetoU .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u70rVwetoU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u70rVwetoU .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u70rVwetoU .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u70rVwetoU .content-wrapper .mbr-section-btn .btn:hover,
.cid-u70rVwetoU .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u70rVwetoU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u70rVwetoU .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u70rVwetoU .embla__slide .slide-content {
  width: 100%;
}
.cid-u70rVwetoU .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u70rVwetoU .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u70rVwetoU .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u70rVwetoU .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u70rVwetoU .embla__button--next,
.cid-u70rVwetoU .embla__button--prev {
  display: flex;
}
.cid-u70rVwetoU .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u70rVwetoU .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u70rVwetoU .embla__button {
    display: none;
  }
}
.cid-u70rVwetoU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u70rVwetoU .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u70rVwetoU .embla__button:hover::before {
  width: 30%;
}
.cid-u70rVwetoU .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u70rVwetoU .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u70rVwetoU .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u70rVwetoU .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u70rVwetoU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u70rVwetoU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u70rVwetoU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u70rVwetoU .mbr-section-title {
  color: #141414;
}
.cid-u70rVwetoU .mbr-text {
  color: #666666;
}
.cid-u70rVwetoU .mbr-section-title,
.cid-u70rVwetoU .icon-wrapper,
.cid-u70rVwetoU .mbr-section-btn {
  color: #666666;
}
.cid-u70rVwBlD6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u70rVwBlD6 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u70rVwBlD6 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u70rVwBlD6 .container {
    padding: 0 24px;
  }
}
.cid-u70rVwBlD6 .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u70rVwBlD6 .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u70rVwBlD6 .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u70rVwBlD6 .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u70rVwBlD6 .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u70rVwBlD6 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u70rVwBlD6 .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u70rVwBlD6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u70rVwBlD6 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u70rVwBlD6 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u70rVwBlD6 .content-wrapper .mbr-section-btn .btn:hover,
.cid-u70rVwBlD6 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u70rVwBlD6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u70rVwBlD6 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u70rVwBlD6 .embla__slide .slide-content {
  width: 100%;
}
.cid-u70rVwBlD6 .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u70rVwBlD6 .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u70rVwBlD6 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u70rVwBlD6 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u70rVwBlD6 .embla__button--next,
.cid-u70rVwBlD6 .embla__button--prev {
  display: flex;
}
.cid-u70rVwBlD6 .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u70rVwBlD6 .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u70rVwBlD6 .embla__button {
    display: none;
  }
}
.cid-u70rVwBlD6 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u70rVwBlD6 .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u70rVwBlD6 .embla__button:hover::before {
  width: 30%;
}
.cid-u70rVwBlD6 .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u70rVwBlD6 .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u70rVwBlD6 .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u70rVwBlD6 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u70rVwBlD6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u70rVwBlD6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u70rVwBlD6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u70rVwBlD6 .mbr-section-title {
  color: #141414;
}
.cid-u70rVwBlD6 .mbr-text {
  color: #666666;
}
.cid-u70rVwBlD6 .mbr-section-title,
.cid-u70rVwBlD6 .icon-wrapper,
.cid-u70rVwBlD6 .mbr-section-btn {
  color: #666666;
}
.cid-u70rVwZxmo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u70rVwZxmo .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u70rVwZxmo .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u70rVwZxmo .container {
    padding: 0 24px;
  }
}
.cid-u70rVwZxmo .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u70rVwZxmo .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u70rVwZxmo .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u70rVwZxmo .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u70rVwZxmo .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u70rVwZxmo .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u70rVwZxmo .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u70rVwZxmo .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u70rVwZxmo .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u70rVwZxmo .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u70rVwZxmo .content-wrapper .mbr-section-btn .btn:hover,
.cid-u70rVwZxmo .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u70rVwZxmo .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u70rVwZxmo .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u70rVwZxmo .embla__slide .slide-content {
  width: 100%;
}
.cid-u70rVwZxmo .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u70rVwZxmo .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u70rVwZxmo .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u70rVwZxmo .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u70rVwZxmo .embla__button--next,
.cid-u70rVwZxmo .embla__button--prev {
  display: flex;
}
.cid-u70rVwZxmo .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u70rVwZxmo .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u70rVwZxmo .embla__button {
    display: none;
  }
}
.cid-u70rVwZxmo .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u70rVwZxmo .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u70rVwZxmo .embla__button:hover::before {
  width: 30%;
}
.cid-u70rVwZxmo .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u70rVwZxmo .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u70rVwZxmo .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u70rVwZxmo .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u70rVwZxmo .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u70rVwZxmo .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u70rVwZxmo .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u70rVwZxmo .mbr-section-title {
  color: #141414;
}
.cid-u70rVwZxmo .mbr-text {
  color: #666666;
}
.cid-u70rVwZxmo .mbr-section-title,
.cid-u70rVwZxmo .icon-wrapper,
.cid-u70rVwZxmo .mbr-section-btn {
  color: #666666;
}
.cid-u70rVxoqG4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u70rVxoqG4 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u70rVxoqG4 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u70rVxoqG4 .container {
    padding: 0 24px;
  }
}
.cid-u70rVxoqG4 .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u70rVxoqG4 .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u70rVxoqG4 .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u70rVxoqG4 .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u70rVxoqG4 .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u70rVxoqG4 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u70rVxoqG4 .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u70rVxoqG4 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u70rVxoqG4 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u70rVxoqG4 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u70rVxoqG4 .content-wrapper .mbr-section-btn .btn:hover,
.cid-u70rVxoqG4 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u70rVxoqG4 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u70rVxoqG4 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u70rVxoqG4 .embla__slide .slide-content {
  width: 100%;
}
.cid-u70rVxoqG4 .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u70rVxoqG4 .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u70rVxoqG4 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u70rVxoqG4 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u70rVxoqG4 .embla__button--next,
.cid-u70rVxoqG4 .embla__button--prev {
  display: flex;
}
.cid-u70rVxoqG4 .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u70rVxoqG4 .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u70rVxoqG4 .embla__button {
    display: none;
  }
}
.cid-u70rVxoqG4 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u70rVxoqG4 .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u70rVxoqG4 .embla__button:hover::before {
  width: 30%;
}
.cid-u70rVxoqG4 .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u70rVxoqG4 .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u70rVxoqG4 .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u70rVxoqG4 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u70rVxoqG4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u70rVxoqG4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u70rVxoqG4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u70rVxoqG4 .mbr-section-title {
  color: #141414;
}
.cid-u70rVxoqG4 .mbr-text {
  color: #666666;
}
.cid-u70rVxoqG4 .mbr-section-title,
.cid-u70rVxoqG4 .icon-wrapper,
.cid-u70rVxoqG4 .mbr-section-btn {
  color: #666666;
}
.cid-u70rVxTNd0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u70rVxTNd0 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u70rVxTNd0 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u70rVxTNd0 .container {
    padding: 0 24px;
  }
}
.cid-u70rVxTNd0 .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u70rVxTNd0 .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u70rVxTNd0 .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u70rVxTNd0 .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u70rVxTNd0 .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u70rVxTNd0 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u70rVxTNd0 .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u70rVxTNd0 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u70rVxTNd0 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u70rVxTNd0 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u70rVxTNd0 .content-wrapper .mbr-section-btn .btn:hover,
.cid-u70rVxTNd0 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u70rVxTNd0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u70rVxTNd0 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u70rVxTNd0 .embla__slide .slide-content {
  width: 100%;
}
.cid-u70rVxTNd0 .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u70rVxTNd0 .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u70rVxTNd0 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u70rVxTNd0 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u70rVxTNd0 .embla__button--next,
.cid-u70rVxTNd0 .embla__button--prev {
  display: flex;
}
.cid-u70rVxTNd0 .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u70rVxTNd0 .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u70rVxTNd0 .embla__button {
    display: none;
  }
}
.cid-u70rVxTNd0 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u70rVxTNd0 .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u70rVxTNd0 .embla__button:hover::before {
  width: 30%;
}
.cid-u70rVxTNd0 .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u70rVxTNd0 .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u70rVxTNd0 .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u70rVxTNd0 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u70rVxTNd0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u70rVxTNd0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u70rVxTNd0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u70rVxTNd0 .mbr-section-title {
  color: #141414;
}
.cid-u70rVxTNd0 .mbr-text {
  color: #666666;
}
.cid-u70rVxTNd0 .mbr-section-title,
.cid-u70rVxTNd0 .icon-wrapper,
.cid-u70rVxTNd0 .mbr-section-btn {
  color: #666666;
}
.cid-u70rVyiYJz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0078b9;
}
.cid-u70rVyiYJz .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-u70rVyiYJz .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-u70rVyiYJz .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-u70rVyiYJz .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-u70rVyiYJz .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #339ad2;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-u70rVyiYJz .icon-transition span:hover {
  background-color: #82ebff;
}
.cid-u70rVyiYJz .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u70rVyiYJz .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-u70rVyiYJz .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-u70rVyiYJz .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-u75ol6FXfu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u75ol6FXfu nav.navbar {
  position: fixed;
}
.cid-u75ol6FXfu .btn {
  line-height: 1.2;
}
.cid-u75ol6FXfu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u75ol6FXfu .nav-link {
  position: relative;
}
.cid-u75ol6FXfu .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #a5d8f3;
}
.cid-u75ol6FXfu .nav-link:hover {
  color: #a5d8f3 !important;
}
.cid-u75ol6FXfu .nav-link:hover:before {
  width: 100%;
}
.cid-u75ol6FXfu .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-u75ol6FXfu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u75ol6FXfu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u75ol6FXfu .dropdown-item:hover,
.cid-u75ol6FXfu .dropdown-item:focus {
  background: #0078b9 !important;
  color: white !important;
}
.cid-u75ol6FXfu .dropdown-item:hover span {
  color: white;
}
.cid-u75ol6FXfu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u75ol6FXfu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u75ol6FXfu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u75ol6FXfu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-u75ol6FXfu .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u75ol6FXfu .container {
    flex-wrap: nowrap;
  }
}
.cid-u75ol6FXfu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u75ol6FXfu .navbar-nav {
  margin: auto;
}
.cid-u75ol6FXfu .dropdown-menu,
.cid-u75ol6FXfu .navbar.opened {
  background: #0078b9 !important;
}
.cid-u75ol6FXfu .nav-item:focus,
.cid-u75ol6FXfu .nav-link:focus {
  outline: none;
}
.cid-u75ol6FXfu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u75ol6FXfu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u75ol6FXfu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u75ol6FXfu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u75ol6FXfu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u75ol6FXfu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u75ol6FXfu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0078b9;
}
.cid-u75ol6FXfu .navbar.opened {
  transition: all 0.3s;
}
.cid-u75ol6FXfu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u75ol6FXfu .navbar .navbar-logo img {
  width: auto;
}
.cid-u75ol6FXfu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u75ol6FXfu .navbar.collapsed {
  justify-content: center;
}
.cid-u75ol6FXfu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u75ol6FXfu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u75ol6FXfu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u75ol6FXfu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u75ol6FXfu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u75ol6FXfu .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-u75ol6FXfu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u75ol6FXfu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u75ol6FXfu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u75ol6FXfu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u75ol6FXfu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u75ol6FXfu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u75ol6FXfu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u75ol6FXfu .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-u75ol6FXfu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u75ol6FXfu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u75ol6FXfu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u75ol6FXfu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u75ol6FXfu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u75ol6FXfu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u75ol6FXfu .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u75ol6FXfu .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u75ol6FXfu .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-u75ol6FXfu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u75ol6FXfu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u75ol6FXfu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u75ol6FXfu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u75ol6FXfu .dropdown-item.active,
.cid-u75ol6FXfu .dropdown-item:active {
  background-color: transparent;
}
.cid-u75ol6FXfu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u75ol6FXfu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u75ol6FXfu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u75ol6FXfu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0078b9;
}
.cid-u75ol6FXfu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u75ol6FXfu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u75ol6FXfu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u75ol6FXfu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u75ol6FXfu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u75ol6FXfu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u75ol6FXfu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u75ol6FXfu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u75ol6FXfu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u75ol6FXfu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u75ol6FXfu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u75ol6FXfu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u75ol6FXfu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u75ol6FXfu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u75ol6FXfu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u75ol6FXfu .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-u75ol6FXfu .navbar {
    height: 70px;
  }
  .cid-u75ol6FXfu .navbar.opened {
    height: auto;
  }
  .cid-u75ol6FXfu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u75ol6Zcdx {
  display: flex;
  background-image: url("../../../assets/images/main-lenzfried-dh-blue-shading.webp");
}
.cid-u75ol6Zcdx .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-u75ol6Zcdx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u75ol6Zcdx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u75ol6Zcdx .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-u75ol6Zcdx .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-u75ol6Zcdx {
    align-items: flex-end;
  }
  .cid-u75ol6Zcdx .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u75ol6Zcdx .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u75ol6Zcdx {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u75ol6Zcdx .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u75ol6Zcdx .content-wrap {
    width: 100%;
  }
}
.cid-u75ol6Zcdx .mbr-section-title {
  text-align: left;
}
.cid-u75ol6Zcdx .mbr-text,
.cid-u75ol6Zcdx .mbr-section-btn {
  text-align: left;
}
.cid-u75ol7h7dH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u75ol7h7dH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u75ol7h7dH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u75ol7h7dH .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u75ol7h7dH .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u75ol7h7dH .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u75ol7h7dH .image-wrapper {
    padding: 0;
  }
}
.cid-u75ol7h7dH .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1px !important;
}
@media (max-width: 992px) {
  .cid-u75ol7h7dH .image-wrapper img {
    height: 350px;
  }
}
.cid-u75ol7h7dH .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-u75ol7h7dH .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-u75ol7h7dH .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u75ol7h7dH .content-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-u75ol7h7dH .content-wrapper .mbr-text {
  margin: 64px 0 0;
}
@media (max-width: 992px) {
  .cid-u75ol7h7dH .content-wrapper .mbr-text {
    margin: 32px 0 0;
  }
}
.cid-u75ol7h7dH .content-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-u75ol7h7dH .content-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u75ol7h7dH .mbr-section-title {
  color: #262642;
}
.cid-u75ol7h7dH .mbr-section-subtitle {
  color: #666666;
}
.cid-u75ol7h7dH .mbr-text {
  color: #666666;
}
.cid-u75ol7h7dH .mbr-section-title,
.cid-u75ol7h7dH .mbr-section-btn {
  color: #666666;
}
.cid-u75ol7yuEf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0078b9;
}
.cid-u75ol7yuEf h6 {
  line-height: 1.2;
}
.cid-u75ol7yuEf img,
.cid-u75ol7yuEf .item-img {
  width: 100%;
  height: 100%;
}
.cid-u75ol7yuEf .item:focus,
.cid-u75ol7yuEf span:focus {
  outline: none;
}
.cid-u75ol7yuEf .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-u75ol7yuEf .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-u75ol7yuEf .mbr-section-title {
  color: #ffffff;
}
.cid-u75ol7yuEf .mbr-text,
.cid-u75ol7yuEf .mbr-section-btn {
  color: #000000;
}
.cid-u75ol7yuEf .item-title {
  color: #000000;
  text-align: center;
}
.cid-u75ol7yuEf .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u75ol7yuEf .item-text {
  color: #000000;
  text-align: center;
}
.cid-u75ol7yuEf .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-u75ol7yuEf .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u75ol7yuEf .item-title,
.cid-u75ol7yuEf .mbr-section-btn {
  color: #ffffff;
}
.cid-u75ol7Q8vz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u75ol7Q8vz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u75ol7Q8vz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u75ol7Q8vz .mbr-section-subtitle {
  color: #666666;
}
.cid-u75ol88mjI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u75ol88mjI .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u75ol88mjI .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u75ol88mjI .container {
    padding: 0 24px;
  }
}
.cid-u75ol88mjI .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u75ol88mjI .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u75ol88mjI .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u75ol88mjI .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u75ol88mjI .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u75ol88mjI .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u75ol88mjI .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u75ol88mjI .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u75ol88mjI .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u75ol88mjI .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u75ol88mjI .content-wrapper .mbr-section-btn .btn:hover,
.cid-u75ol88mjI .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u75ol88mjI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u75ol88mjI .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u75ol88mjI .embla__slide .slide-content {
  width: 100%;
}
.cid-u75ol88mjI .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u75ol88mjI .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u75ol88mjI .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u75ol88mjI .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u75ol88mjI .embla__button--next,
.cid-u75ol88mjI .embla__button--prev {
  display: flex;
}
.cid-u75ol88mjI .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u75ol88mjI .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u75ol88mjI .embla__button {
    display: none;
  }
}
.cid-u75ol88mjI .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u75ol88mjI .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u75ol88mjI .embla__button:hover::before {
  width: 30%;
}
.cid-u75ol88mjI .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u75ol88mjI .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u75ol88mjI .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u75ol88mjI .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u75ol88mjI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u75ol88mjI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u75ol88mjI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u75ol88mjI .mbr-section-title {
  color: #141414;
}
.cid-u75ol88mjI .mbr-text {
  color: #666666;
}
.cid-u75ol88mjI .mbr-section-title,
.cid-u75ol88mjI .icon-wrapper,
.cid-u75ol88mjI .mbr-section-btn {
  color: #666666;
}
.cid-u75ol8tHur {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u75ol8tHur .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u75ol8tHur .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u75ol8tHur .container {
    padding: 0 24px;
  }
}
.cid-u75ol8tHur .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u75ol8tHur .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u75ol8tHur .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u75ol8tHur .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u75ol8tHur .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u75ol8tHur .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u75ol8tHur .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u75ol8tHur .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u75ol8tHur .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u75ol8tHur .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u75ol8tHur .content-wrapper .mbr-section-btn .btn:hover,
.cid-u75ol8tHur .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u75ol8tHur .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u75ol8tHur .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u75ol8tHur .embla__slide .slide-content {
  width: 100%;
}
.cid-u75ol8tHur .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u75ol8tHur .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u75ol8tHur .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u75ol8tHur .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u75ol8tHur .embla__button--next,
.cid-u75ol8tHur .embla__button--prev {
  display: flex;
}
.cid-u75ol8tHur .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u75ol8tHur .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u75ol8tHur .embla__button {
    display: none;
  }
}
.cid-u75ol8tHur .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u75ol8tHur .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u75ol8tHur .embla__button:hover::before {
  width: 30%;
}
.cid-u75ol8tHur .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u75ol8tHur .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u75ol8tHur .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u75ol8tHur .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u75ol8tHur .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u75ol8tHur .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u75ol8tHur .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u75ol8tHur .mbr-section-title {
  color: #141414;
}
.cid-u75ol8tHur .mbr-text {
  color: #666666;
}
.cid-u75ol8tHur .mbr-section-title,
.cid-u75ol8tHur .icon-wrapper,
.cid-u75ol8tHur .mbr-section-btn {
  color: #666666;
}
.cid-u75ol8Ptcn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u75ol8Ptcn .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u75ol8Ptcn .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u75ol8Ptcn .container {
    padding: 0 24px;
  }
}
.cid-u75ol8Ptcn .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u75ol8Ptcn .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u75ol8Ptcn .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u75ol8Ptcn .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u75ol8Ptcn .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u75ol8Ptcn .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u75ol8Ptcn .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u75ol8Ptcn .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u75ol8Ptcn .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u75ol8Ptcn .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u75ol8Ptcn .content-wrapper .mbr-section-btn .btn:hover,
.cid-u75ol8Ptcn .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u75ol8Ptcn .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u75ol8Ptcn .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u75ol8Ptcn .embla__slide .slide-content {
  width: 100%;
}
.cid-u75ol8Ptcn .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u75ol8Ptcn .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u75ol8Ptcn .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u75ol8Ptcn .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u75ol8Ptcn .embla__button--next,
.cid-u75ol8Ptcn .embla__button--prev {
  display: flex;
}
.cid-u75ol8Ptcn .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u75ol8Ptcn .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u75ol8Ptcn .embla__button {
    display: none;
  }
}
.cid-u75ol8Ptcn .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u75ol8Ptcn .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u75ol8Ptcn .embla__button:hover::before {
  width: 30%;
}
.cid-u75ol8Ptcn .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u75ol8Ptcn .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u75ol8Ptcn .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u75ol8Ptcn .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u75ol8Ptcn .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u75ol8Ptcn .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u75ol8Ptcn .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u75ol8Ptcn .mbr-section-title {
  color: #141414;
}
.cid-u75ol8Ptcn .mbr-text {
  color: #666666;
}
.cid-u75ol8Ptcn .mbr-section-title,
.cid-u75ol8Ptcn .icon-wrapper,
.cid-u75ol8Ptcn .mbr-section-btn {
  color: #666666;
}
.cid-u75ol9hUbp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u75ol9hUbp .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u75ol9hUbp .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u75ol9hUbp .container {
    padding: 0 24px;
  }
}
.cid-u75ol9hUbp .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u75ol9hUbp .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u75ol9hUbp .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u75ol9hUbp .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u75ol9hUbp .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u75ol9hUbp .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u75ol9hUbp .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u75ol9hUbp .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u75ol9hUbp .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u75ol9hUbp .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u75ol9hUbp .content-wrapper .mbr-section-btn .btn:hover,
.cid-u75ol9hUbp .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u75ol9hUbp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u75ol9hUbp .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u75ol9hUbp .embla__slide .slide-content {
  width: 100%;
}
.cid-u75ol9hUbp .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u75ol9hUbp .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u75ol9hUbp .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u75ol9hUbp .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u75ol9hUbp .embla__button--next,
.cid-u75ol9hUbp .embla__button--prev {
  display: flex;
}
.cid-u75ol9hUbp .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u75ol9hUbp .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u75ol9hUbp .embla__button {
    display: none;
  }
}
.cid-u75ol9hUbp .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u75ol9hUbp .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u75ol9hUbp .embla__button:hover::before {
  width: 30%;
}
.cid-u75ol9hUbp .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u75ol9hUbp .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u75ol9hUbp .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u75ol9hUbp .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u75ol9hUbp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u75ol9hUbp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u75ol9hUbp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u75ol9hUbp .mbr-section-title {
  color: #141414;
}
.cid-u75ol9hUbp .mbr-text {
  color: #666666;
}
.cid-u75ol9hUbp .mbr-section-title,
.cid-u75ol9hUbp .icon-wrapper,
.cid-u75ol9hUbp .mbr-section-btn {
  color: #666666;
}
.cid-u75ol9EEKs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u75ol9EEKs .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u75ol9EEKs .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u75ol9EEKs .container {
    padding: 0 24px;
  }
}
.cid-u75ol9EEKs .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u75ol9EEKs .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u75ol9EEKs .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u75ol9EEKs .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u75ol9EEKs .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u75ol9EEKs .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u75ol9EEKs .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u75ol9EEKs .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u75ol9EEKs .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u75ol9EEKs .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u75ol9EEKs .content-wrapper .mbr-section-btn .btn:hover,
.cid-u75ol9EEKs .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u75ol9EEKs .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u75ol9EEKs .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u75ol9EEKs .embla__slide .slide-content {
  width: 100%;
}
.cid-u75ol9EEKs .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u75ol9EEKs .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u75ol9EEKs .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u75ol9EEKs .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u75ol9EEKs .embla__button--next,
.cid-u75ol9EEKs .embla__button--prev {
  display: flex;
}
.cid-u75ol9EEKs .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u75ol9EEKs .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u75ol9EEKs .embla__button {
    display: none;
  }
}
.cid-u75ol9EEKs .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u75ol9EEKs .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u75ol9EEKs .embla__button:hover::before {
  width: 30%;
}
.cid-u75ol9EEKs .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u75ol9EEKs .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u75ol9EEKs .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u75ol9EEKs .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u75ol9EEKs .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u75ol9EEKs .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u75ol9EEKs .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u75ol9EEKs .mbr-section-title {
  color: #141414;
}
.cid-u75ol9EEKs .mbr-text {
  color: #666666;
}
.cid-u75ol9EEKs .mbr-section-title,
.cid-u75ol9EEKs .icon-wrapper,
.cid-u75ol9EEKs .mbr-section-btn {
  color: #666666;
}
.cid-u75ola437n {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0078b9;
}
.cid-u75ola437n .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-u75ola437n .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-u75ola437n .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-u75ola437n .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-u75ola437n .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #339ad2;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-u75ola437n .icon-transition span:hover {
  background-color: #82ebff;
}
.cid-u75ola437n .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u75ola437n .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-u75ola437n .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-u75ola437n .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-u75oFlhtHI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u75oFlhtHI nav.navbar {
  position: fixed;
}
.cid-u75oFlhtHI .btn {
  line-height: 1.2;
}
.cid-u75oFlhtHI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u75oFlhtHI .nav-link {
  position: relative;
}
.cid-u75oFlhtHI .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #a5d8f3;
}
.cid-u75oFlhtHI .nav-link:hover {
  color: #a5d8f3 !important;
}
.cid-u75oFlhtHI .nav-link:hover:before {
  width: 100%;
}
.cid-u75oFlhtHI .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-u75oFlhtHI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u75oFlhtHI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u75oFlhtHI .dropdown-item:hover,
.cid-u75oFlhtHI .dropdown-item:focus {
  background: #0078b9 !important;
  color: white !important;
}
.cid-u75oFlhtHI .dropdown-item:hover span {
  color: white;
}
.cid-u75oFlhtHI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u75oFlhtHI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u75oFlhtHI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u75oFlhtHI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-u75oFlhtHI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u75oFlhtHI .container {
    flex-wrap: nowrap;
  }
}
.cid-u75oFlhtHI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u75oFlhtHI .navbar-nav {
  margin: auto;
}
.cid-u75oFlhtHI .dropdown-menu,
.cid-u75oFlhtHI .navbar.opened {
  background: #0078b9 !important;
}
.cid-u75oFlhtHI .nav-item:focus,
.cid-u75oFlhtHI .nav-link:focus {
  outline: none;
}
.cid-u75oFlhtHI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u75oFlhtHI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u75oFlhtHI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u75oFlhtHI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u75oFlhtHI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u75oFlhtHI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u75oFlhtHI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0078b9;
}
.cid-u75oFlhtHI .navbar.opened {
  transition: all 0.3s;
}
.cid-u75oFlhtHI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u75oFlhtHI .navbar .navbar-logo img {
  width: auto;
}
.cid-u75oFlhtHI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u75oFlhtHI .navbar.collapsed {
  justify-content: center;
}
.cid-u75oFlhtHI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u75oFlhtHI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u75oFlhtHI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u75oFlhtHI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u75oFlhtHI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u75oFlhtHI .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-u75oFlhtHI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u75oFlhtHI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u75oFlhtHI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u75oFlhtHI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u75oFlhtHI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u75oFlhtHI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u75oFlhtHI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u75oFlhtHI .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-u75oFlhtHI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u75oFlhtHI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u75oFlhtHI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u75oFlhtHI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u75oFlhtHI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u75oFlhtHI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u75oFlhtHI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u75oFlhtHI .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u75oFlhtHI .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-u75oFlhtHI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u75oFlhtHI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u75oFlhtHI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u75oFlhtHI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u75oFlhtHI .dropdown-item.active,
.cid-u75oFlhtHI .dropdown-item:active {
  background-color: transparent;
}
.cid-u75oFlhtHI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u75oFlhtHI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u75oFlhtHI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u75oFlhtHI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0078b9;
}
.cid-u75oFlhtHI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u75oFlhtHI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u75oFlhtHI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u75oFlhtHI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u75oFlhtHI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u75oFlhtHI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u75oFlhtHI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u75oFlhtHI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u75oFlhtHI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u75oFlhtHI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u75oFlhtHI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u75oFlhtHI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u75oFlhtHI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u75oFlhtHI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u75oFlhtHI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u75oFlhtHI .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-u75oFlhtHI .navbar {
    height: 70px;
  }
  .cid-u75oFlhtHI .navbar.opened {
    height: auto;
  }
  .cid-u75oFlhtHI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u75oFlFCC4 {
  display: flex;
  background-image: url("../../../assets/images/main-lenzfried-dh-blue-shading.webp");
}
.cid-u75oFlFCC4 .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-u75oFlFCC4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u75oFlFCC4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u75oFlFCC4 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-u75oFlFCC4 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-u75oFlFCC4 {
    align-items: flex-end;
  }
  .cid-u75oFlFCC4 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u75oFlFCC4 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u75oFlFCC4 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u75oFlFCC4 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u75oFlFCC4 .content-wrap {
    width: 100%;
  }
}
.cid-u75oFlFCC4 .mbr-section-title {
  text-align: left;
}
.cid-u75oFlFCC4 .mbr-text,
.cid-u75oFlFCC4 .mbr-section-btn {
  text-align: left;
}
.cid-u75oFm0XYx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u75oFm0XYx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u75oFm0XYx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u75oFm0XYx .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u75oFm0XYx .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u75oFm0XYx .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u75oFm0XYx .image-wrapper {
    padding: 0;
  }
}
.cid-u75oFm0XYx .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1px !important;
}
@media (max-width: 992px) {
  .cid-u75oFm0XYx .image-wrapper img {
    height: 350px;
  }
}
.cid-u75oFm0XYx .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-u75oFm0XYx .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-u75oFm0XYx .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u75oFm0XYx .content-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-u75oFm0XYx .content-wrapper .mbr-text {
  margin: 64px 0 0;
}
@media (max-width: 992px) {
  .cid-u75oFm0XYx .content-wrapper .mbr-text {
    margin: 32px 0 0;
  }
}
.cid-u75oFm0XYx .content-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-u75oFm0XYx .content-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u75oFm0XYx .mbr-section-title {
  color: #262642;
}
.cid-u75oFm0XYx .mbr-section-subtitle {
  color: #666666;
}
.cid-u75oFm0XYx .mbr-text {
  color: #666666;
}
.cid-u75oFm0XYx .mbr-section-title,
.cid-u75oFm0XYx .mbr-section-btn {
  color: #666666;
}
.cid-u75oFmh0zo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0078b9;
}
.cid-u75oFmh0zo h6 {
  line-height: 1.2;
}
.cid-u75oFmh0zo img,
.cid-u75oFmh0zo .item-img {
  width: 100%;
  height: 100%;
}
.cid-u75oFmh0zo .item:focus,
.cid-u75oFmh0zo span:focus {
  outline: none;
}
.cid-u75oFmh0zo .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-u75oFmh0zo .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-u75oFmh0zo .mbr-section-title {
  color: #ffffff;
}
.cid-u75oFmh0zo .mbr-text,
.cid-u75oFmh0zo .mbr-section-btn {
  color: #000000;
}
.cid-u75oFmh0zo .item-title {
  color: #000000;
  text-align: center;
}
.cid-u75oFmh0zo .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u75oFmh0zo .item-text {
  color: #000000;
  text-align: center;
}
.cid-u75oFmh0zo .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-u75oFmh0zo .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u75oFmh0zo .item-title,
.cid-u75oFmh0zo .mbr-section-btn {
  color: #ffffff;
}
.cid-u75oFmBYXA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u75oFmBYXA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u75oFmBYXA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u75oFmBYXA .mbr-section-subtitle {
  color: #666666;
}
.cid-u75oFmULaC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u75oFmULaC .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u75oFmULaC .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u75oFmULaC .container {
    padding: 0 24px;
  }
}
.cid-u75oFmULaC .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u75oFmULaC .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u75oFmULaC .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u75oFmULaC .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u75oFmULaC .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u75oFmULaC .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u75oFmULaC .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u75oFmULaC .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u75oFmULaC .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u75oFmULaC .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u75oFmULaC .content-wrapper .mbr-section-btn .btn:hover,
.cid-u75oFmULaC .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u75oFmULaC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u75oFmULaC .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u75oFmULaC .embla__slide .slide-content {
  width: 100%;
}
.cid-u75oFmULaC .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u75oFmULaC .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u75oFmULaC .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u75oFmULaC .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u75oFmULaC .embla__button--next,
.cid-u75oFmULaC .embla__button--prev {
  display: flex;
}
.cid-u75oFmULaC .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u75oFmULaC .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u75oFmULaC .embla__button {
    display: none;
  }
}
.cid-u75oFmULaC .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u75oFmULaC .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u75oFmULaC .embla__button:hover::before {
  width: 30%;
}
.cid-u75oFmULaC .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u75oFmULaC .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u75oFmULaC .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u75oFmULaC .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u75oFmULaC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u75oFmULaC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u75oFmULaC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u75oFmULaC .mbr-section-title {
  color: #141414;
}
.cid-u75oFmULaC .mbr-text {
  color: #666666;
}
.cid-u75oFmULaC .mbr-section-title,
.cid-u75oFmULaC .icon-wrapper,
.cid-u75oFmULaC .mbr-section-btn {
  color: #666666;
}
.cid-u75oFni9BN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u75oFni9BN .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u75oFni9BN .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u75oFni9BN .container {
    padding: 0 24px;
  }
}
.cid-u75oFni9BN .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u75oFni9BN .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u75oFni9BN .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u75oFni9BN .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u75oFni9BN .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u75oFni9BN .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u75oFni9BN .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u75oFni9BN .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u75oFni9BN .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u75oFni9BN .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u75oFni9BN .content-wrapper .mbr-section-btn .btn:hover,
.cid-u75oFni9BN .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u75oFni9BN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u75oFni9BN .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u75oFni9BN .embla__slide .slide-content {
  width: 100%;
}
.cid-u75oFni9BN .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u75oFni9BN .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u75oFni9BN .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u75oFni9BN .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u75oFni9BN .embla__button--next,
.cid-u75oFni9BN .embla__button--prev {
  display: flex;
}
.cid-u75oFni9BN .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u75oFni9BN .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u75oFni9BN .embla__button {
    display: none;
  }
}
.cid-u75oFni9BN .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u75oFni9BN .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u75oFni9BN .embla__button:hover::before {
  width: 30%;
}
.cid-u75oFni9BN .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u75oFni9BN .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u75oFni9BN .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u75oFni9BN .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u75oFni9BN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u75oFni9BN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u75oFni9BN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u75oFni9BN .mbr-section-title {
  color: #141414;
}
.cid-u75oFni9BN .mbr-text {
  color: #666666;
}
.cid-u75oFni9BN .mbr-section-title,
.cid-u75oFni9BN .icon-wrapper,
.cid-u75oFni9BN .mbr-section-btn {
  color: #666666;
}
.cid-u75oFnI9wu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u75oFnI9wu .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u75oFnI9wu .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u75oFnI9wu .container {
    padding: 0 24px;
  }
}
.cid-u75oFnI9wu .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u75oFnI9wu .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u75oFnI9wu .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u75oFnI9wu .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u75oFnI9wu .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u75oFnI9wu .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u75oFnI9wu .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u75oFnI9wu .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u75oFnI9wu .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u75oFnI9wu .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u75oFnI9wu .content-wrapper .mbr-section-btn .btn:hover,
.cid-u75oFnI9wu .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u75oFnI9wu .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u75oFnI9wu .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u75oFnI9wu .embla__slide .slide-content {
  width: 100%;
}
.cid-u75oFnI9wu .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u75oFnI9wu .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u75oFnI9wu .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u75oFnI9wu .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u75oFnI9wu .embla__button--next,
.cid-u75oFnI9wu .embla__button--prev {
  display: flex;
}
.cid-u75oFnI9wu .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u75oFnI9wu .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u75oFnI9wu .embla__button {
    display: none;
  }
}
.cid-u75oFnI9wu .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u75oFnI9wu .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u75oFnI9wu .embla__button:hover::before {
  width: 30%;
}
.cid-u75oFnI9wu .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u75oFnI9wu .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u75oFnI9wu .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u75oFnI9wu .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u75oFnI9wu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u75oFnI9wu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u75oFnI9wu .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u75oFnI9wu .mbr-section-title {
  color: #141414;
}
.cid-u75oFnI9wu .mbr-text {
  color: #666666;
}
.cid-u75oFnI9wu .mbr-section-title,
.cid-u75oFnI9wu .icon-wrapper,
.cid-u75oFnI9wu .mbr-section-btn {
  color: #666666;
}
.cid-u75oFo87m3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u75oFo87m3 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u75oFo87m3 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u75oFo87m3 .container {
    padding: 0 24px;
  }
}
.cid-u75oFo87m3 .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u75oFo87m3 .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u75oFo87m3 .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u75oFo87m3 .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u75oFo87m3 .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u75oFo87m3 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u75oFo87m3 .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u75oFo87m3 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u75oFo87m3 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u75oFo87m3 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u75oFo87m3 .content-wrapper .mbr-section-btn .btn:hover,
.cid-u75oFo87m3 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u75oFo87m3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u75oFo87m3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u75oFo87m3 .embla__slide .slide-content {
  width: 100%;
}
.cid-u75oFo87m3 .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u75oFo87m3 .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u75oFo87m3 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u75oFo87m3 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u75oFo87m3 .embla__button--next,
.cid-u75oFo87m3 .embla__button--prev {
  display: flex;
}
.cid-u75oFo87m3 .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u75oFo87m3 .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u75oFo87m3 .embla__button {
    display: none;
  }
}
.cid-u75oFo87m3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u75oFo87m3 .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u75oFo87m3 .embla__button:hover::before {
  width: 30%;
}
.cid-u75oFo87m3 .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u75oFo87m3 .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u75oFo87m3 .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u75oFo87m3 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u75oFo87m3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u75oFo87m3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u75oFo87m3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u75oFo87m3 .mbr-section-title {
  color: #141414;
}
.cid-u75oFo87m3 .mbr-text {
  color: #666666;
}
.cid-u75oFo87m3 .mbr-section-title,
.cid-u75oFo87m3 .icon-wrapper,
.cid-u75oFo87m3 .mbr-section-btn {
  color: #666666;
}
.cid-u75oFovH8J {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u75oFovH8J .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u75oFovH8J .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u75oFovH8J .container {
    padding: 0 24px;
  }
}
.cid-u75oFovH8J .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u75oFovH8J .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u75oFovH8J .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u75oFovH8J .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u75oFovH8J .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u75oFovH8J .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u75oFovH8J .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u75oFovH8J .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u75oFovH8J .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u75oFovH8J .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u75oFovH8J .content-wrapper .mbr-section-btn .btn:hover,
.cid-u75oFovH8J .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u75oFovH8J .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u75oFovH8J .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u75oFovH8J .embla__slide .slide-content {
  width: 100%;
}
.cid-u75oFovH8J .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u75oFovH8J .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u75oFovH8J .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u75oFovH8J .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u75oFovH8J .embla__button--next,
.cid-u75oFovH8J .embla__button--prev {
  display: flex;
}
.cid-u75oFovH8J .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u75oFovH8J .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u75oFovH8J .embla__button {
    display: none;
  }
}
.cid-u75oFovH8J .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u75oFovH8J .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u75oFovH8J .embla__button:hover::before {
  width: 30%;
}
.cid-u75oFovH8J .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u75oFovH8J .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u75oFovH8J .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u75oFovH8J .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u75oFovH8J .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u75oFovH8J .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u75oFovH8J .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u75oFovH8J .mbr-section-title {
  color: #141414;
}
.cid-u75oFovH8J .mbr-text {
  color: #666666;
}
.cid-u75oFovH8J .mbr-section-title,
.cid-u75oFovH8J .icon-wrapper,
.cid-u75oFovH8J .mbr-section-btn {
  color: #666666;
}
.cid-u75oFoS5M9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0078b9;
}
.cid-u75oFoS5M9 .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-u75oFoS5M9 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-u75oFoS5M9 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-u75oFoS5M9 .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-u75oFoS5M9 .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #339ad2;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-u75oFoS5M9 .icon-transition span:hover {
  background-color: #82ebff;
}
.cid-u75oFoS5M9 .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u75oFoS5M9 .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-u75oFoS5M9 .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-u75oFoS5M9 .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-u75shjBGeX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u75shjBGeX nav.navbar {
  position: fixed;
}
.cid-u75shjBGeX .btn {
  line-height: 1.2;
}
.cid-u75shjBGeX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u75shjBGeX .nav-link {
  position: relative;
}
.cid-u75shjBGeX .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #a5d8f3;
}
.cid-u75shjBGeX .nav-link:hover {
  color: #a5d8f3 !important;
}
.cid-u75shjBGeX .nav-link:hover:before {
  width: 100%;
}
.cid-u75shjBGeX .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-u75shjBGeX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u75shjBGeX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u75shjBGeX .dropdown-item:hover,
.cid-u75shjBGeX .dropdown-item:focus {
  background: #0078b9 !important;
  color: white !important;
}
.cid-u75shjBGeX .dropdown-item:hover span {
  color: white;
}
.cid-u75shjBGeX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u75shjBGeX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u75shjBGeX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u75shjBGeX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-u75shjBGeX .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u75shjBGeX .container {
    flex-wrap: nowrap;
  }
}
.cid-u75shjBGeX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u75shjBGeX .navbar-nav {
  margin: auto;
}
.cid-u75shjBGeX .dropdown-menu,
.cid-u75shjBGeX .navbar.opened {
  background: #0078b9 !important;
}
.cid-u75shjBGeX .nav-item:focus,
.cid-u75shjBGeX .nav-link:focus {
  outline: none;
}
.cid-u75shjBGeX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u75shjBGeX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u75shjBGeX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u75shjBGeX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u75shjBGeX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u75shjBGeX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u75shjBGeX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0078b9;
}
.cid-u75shjBGeX .navbar.opened {
  transition: all 0.3s;
}
.cid-u75shjBGeX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u75shjBGeX .navbar .navbar-logo img {
  width: auto;
}
.cid-u75shjBGeX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u75shjBGeX .navbar.collapsed {
  justify-content: center;
}
.cid-u75shjBGeX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u75shjBGeX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u75shjBGeX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u75shjBGeX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u75shjBGeX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u75shjBGeX .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-u75shjBGeX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u75shjBGeX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u75shjBGeX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u75shjBGeX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u75shjBGeX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u75shjBGeX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u75shjBGeX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u75shjBGeX .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-u75shjBGeX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u75shjBGeX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u75shjBGeX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u75shjBGeX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u75shjBGeX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u75shjBGeX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u75shjBGeX .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u75shjBGeX .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u75shjBGeX .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-u75shjBGeX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u75shjBGeX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u75shjBGeX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u75shjBGeX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u75shjBGeX .dropdown-item.active,
.cid-u75shjBGeX .dropdown-item:active {
  background-color: transparent;
}
.cid-u75shjBGeX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u75shjBGeX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u75shjBGeX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u75shjBGeX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0078b9;
}
.cid-u75shjBGeX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u75shjBGeX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u75shjBGeX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u75shjBGeX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u75shjBGeX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u75shjBGeX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u75shjBGeX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u75shjBGeX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u75shjBGeX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u75shjBGeX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u75shjBGeX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u75shjBGeX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u75shjBGeX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u75shjBGeX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u75shjBGeX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u75shjBGeX .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-u75shjBGeX .navbar {
    height: 70px;
  }
  .cid-u75shjBGeX .navbar.opened {
    height: auto;
  }
  .cid-u75shjBGeX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u81SMdDXpY {
  display: flex;
  background-image: url("../../../assets/images/main-lenzfried-rh-blue-shading.webp");
}
.cid-u81SMdDXpY .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-u81SMdDXpY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u81SMdDXpY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u81SMdDXpY .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-u81SMdDXpY .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-u81SMdDXpY {
    align-items: flex-end;
  }
  .cid-u81SMdDXpY .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u81SMdDXpY .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u81SMdDXpY {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u81SMdDXpY .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u81SMdDXpY .content-wrap {
    width: 100%;
  }
}
.cid-u81SMdDXpY .mbr-section-title {
  text-align: left;
}
.cid-u81SMdDXpY .mbr-text,
.cid-u81SMdDXpY .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-u75shkfqw9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u75shkfqw9 .mbr-text {
  color: #666666;
}
.cid-u75shkfqw9 .mbr-section-subtitle {
  color: #666666;
}
.cid-u75shktyUq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f6faff;
}
.cid-u75shktyUq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u75shktyUq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u75shktyUq .card-wrapper {
  overflow: hidden;
  background: #f6faff;
}
.cid-u75shktyUq .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u75shktyUq .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-u75shktyUq .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-u75shktyUq .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-u75shktyUq .row {
  flex-direction: row-reverse;
}
.cid-u75shktyUq .image-wrapper {
  padding: 0 1rem;
}
.cid-u75shktyUq img,
.cid-u75shktyUq .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-u75shktyUq img,
  .cid-u75shktyUq .image-wrapper {
    max-height: 350px;
  }
}
.cid-u75shktyUq .mbr-section-title {
  color: #0078b9;
}
.cid-u75shktyUq .mbr-text {
  color: #000000;
}
.cid-u75shktyUq .mbr-text,
.cid-u75shktyUq .mbr-section-btn {
  color: #0078b9;
}
.cid-u75shkKNxF {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u75shkKNxF .line {
  background-color: #0078b9;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u75shkKNxF .mbr-text {
  color: #666666;
}
.cid-ukLmGQM6z3 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ukLmGQM6z3 .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-ukLmGQM6z3 .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-ukLmGQM6z3 .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #0078b9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukLmGQM6z3 .mbr-section-title {
  text-align: center;
}
.cid-ukLmGQM6z3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ukLmGQM6z3 .mbr-text {
  color: #666666;
}
.cid-u7s3frWZ7Z {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u7s3frWZ7Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7s3frWZ7Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7s3frWZ7Z .card-wrapper {
  background: #f6faff;
}
@media (max-width: 767px) {
  .cid-u7s3frWZ7Z .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u7s3frWZ7Z .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-u7s3frWZ7Z .card-wrapper {
    padding: 4rem;
  }
}
.cid-u7s3frWZ7Z .mbr-text,
.cid-u7s3frWZ7Z .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-u7s3frWZ7Z .card-title,
.cid-u7s3frWZ7Z .card-box {
  text-align: left;
  color: #0078b9;
}
.cid-u7s3frWZ7Z .mbr-section-subtitle {
  text-align: left;
  color: #0078b9;
}
.cid-u7s3frWZ7Z .mbr-text {
  text-align: left;
  color: #666666;
}
.cid-u7s3frWZ7Z .mbr-card-title {
  text-align: left;
  color: #666666;
}
.cid-u75shlzMj2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #f6faff;
}
.cid-u75shlzMj2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u75shlzMj2 .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-u75shlzMj2 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u75shlzMj2 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-u75shlzMj2 .google-map {
  height: 100%;
  position: relative;
}
.cid-u75shlzMj2 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-u75shlzMj2 .google-map iframe {
    min-height: 350px;
  }
}
.cid-u75shlzMj2 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u75shlzMj2 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u75shlzMj2 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u75shlzMj2 .card-wrapper {
  padding: 2.25rem;
  background: #0078b9;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u75shlzMj2 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u75shlzMj2 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-u75shlzMj2 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-u75shlzMj2 .content-head {
  max-width: 800px;
}
.cid-u75shlzMj2 .mbr-section-title {
  text-align: center;
  color: #666666;
}
.cid-u75shlzMj2 .cardTitle {
  color: #ffffff;
}
.cid-u75shlzMj2 .list,
.cid-u75shlzMj2 .item-wrap {
  color: #ffffff;
}
.cid-u75shlXCet {
  display: flex;
  background-image: url("../../../assets/images/lenzfried-rh-1.webp");
}
.cid-u75shlXCet .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-u75shlXCet {
    align-items: flex-end;
  }
  .cid-u75shlXCet .row {
    justify-content: center;
  }
  .cid-u75shlXCet .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u75shlXCet .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u75shlXCet {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-u75shlXCet .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u75shlXCet .content-wrap {
    width: 100%;
  }
}
.cid-u75shlXCet .mbr-section-title,
.cid-u75shlXCet .mbr-section-subtitle {
  text-align: center;
}
.cid-u75shlXCet .mbr-text,
.cid-u75shlXCet .mbr-section-btn {
  text-align: center;
}
.cid-u75VxtSVkc {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u75VxtSVkc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u75VxtSVkc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u75VxtSVkc .mbr-section-subtitle {
  color: #666666;
}
.cid-u75W1fJL21 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-u75W1fJL21 .content-head {
  max-width: 800px;
}
.cid-u7m5sbZUvK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0078b9;
}
.cid-u7m5sbZUvK h6 {
  line-height: 1.2;
}
.cid-u7m5sbZUvK img,
.cid-u7m5sbZUvK .item-img {
  width: 100%;
  height: 100%;
}
.cid-u7m5sbZUvK .item:focus,
.cid-u7m5sbZUvK span:focus {
  outline: none;
}
.cid-u7m5sbZUvK .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-u7m5sbZUvK .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-u7m5sbZUvK .mbr-section-title {
  color: #ffffff;
}
.cid-u7m5sbZUvK .mbr-text,
.cid-u7m5sbZUvK .mbr-section-btn {
  color: #000000;
}
.cid-u7m5sbZUvK .item-title {
  color: #000000;
  text-align: center;
}
.cid-u7m5sbZUvK .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u7m5sbZUvK .item-text {
  color: #000000;
  text-align: center;
}
.cid-u7m5sbZUvK .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-u7m5sbZUvK .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u7m5sbZUvK .item-title,
.cid-u7m5sbZUvK .mbr-section-btn {
  color: #ffffff;
}
.cid-u7mE93E4ut {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0078b9;
}
.cid-u7mE93E4ut h6 {
  line-height: 1.2;
}
.cid-u7mE93E4ut img,
.cid-u7mE93E4ut .item-img {
  width: 100%;
  height: 100%;
}
.cid-u7mE93E4ut .item:focus,
.cid-u7mE93E4ut span:focus {
  outline: none;
}
.cid-u7mE93E4ut .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-u7mE93E4ut .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-u7mE93E4ut .mbr-section-title {
  color: #ffffff;
}
.cid-u7mE93E4ut .mbr-text,
.cid-u7mE93E4ut .mbr-section-btn {
  color: #000000;
}
.cid-u7mE93E4ut .item-title {
  color: #000000;
  text-align: center;
}
.cid-u7mE93E4ut .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u7mE93E4ut .item-text {
  color: #000000;
  text-align: center;
}
.cid-u7mE93E4ut .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-u7mE93E4ut .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u7mE93E4ut .item-title,
.cid-u7mE93E4ut .mbr-section-btn {
  color: #ffffff;
}
.cid-u7mEaqJDAT {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #0078b9;
}
.cid-u7mEaqJDAT h6 {
  line-height: 1.2;
}
.cid-u7mEaqJDAT img,
.cid-u7mEaqJDAT .item-img {
  width: 100%;
  height: 100%;
}
.cid-u7mEaqJDAT .item:focus,
.cid-u7mEaqJDAT span:focus {
  outline: none;
}
.cid-u7mEaqJDAT .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-u7mEaqJDAT .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-u7mEaqJDAT .mbr-section-title {
  color: #ffffff;
}
.cid-u7mEaqJDAT .mbr-text,
.cid-u7mEaqJDAT .mbr-section-btn {
  color: #000000;
}
.cid-u7mEaqJDAT .item-title {
  color: #000000;
  text-align: center;
}
.cid-u7mEaqJDAT .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u7mEaqJDAT .item-text {
  color: #000000;
  text-align: center;
}
.cid-u7mEaqJDAT .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-u7mEaqJDAT .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u7mEaqJDAT .item-title,
.cid-u7mEaqJDAT .mbr-section-btn {
  color: #ffffff;
}
.cid-u75shmgcoG {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u75shmgcoG img,
.cid-u75shmgcoG .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u75shmgcoG .item:focus,
.cid-u75shmgcoG span:focus {
  outline: none;
}
.cid-u75shmgcoG .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u75shmgcoG .item {
    margin-bottom: 1rem;
  }
}
.cid-u75shmgcoG .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-u75shmgcoG .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u75shmgcoG .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-u75shmgcoG .item-wrapper {
  position: relative;
  background: #f6faff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u75shmgcoG .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u75shmgcoG .mbr-section-title {
  color: #0078b9;
}
.cid-u75shmgcoG .item-title {
  text-align: left;
  color: #666666;
}
.cid-u75shmgcoG .item-subtitle {
  text-align: left;
}
.cid-u75shmgcoG .mbr-text,
.cid-u75shmgcoG .item .mbr-section-btn {
  text-align: left;
  color: #666666;
}
.cid-u75shmgcoG .content-head {
  max-width: 800px;
}
.cid-u75shmgcoG .mbr-section-subtitle,
.cid-u75shmgcoG .mbr-section-head .mbr-section-btn {
  color: #666666;
}
.cid-u75shmF3JQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u75shmF3JQ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u75shmF3JQ .item {
    margin-bottom: 1rem;
  }
}
.cid-u75shmF3JQ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u75shmF3JQ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u75shmF3JQ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-u75shmF3JQ .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-u75shmF3JQ .carousel-control,
.cid-u75shmF3JQ .close {
  background: #1b1b1b;
}
.cid-u75shmF3JQ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u75shmF3JQ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u75shmF3JQ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u75shmF3JQ .carousel-control-next span {
  margin-left: 5px;
}
.cid-u75shmF3JQ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u75shmF3JQ .close::before {
  content: '\e91a';
}
.cid-u75shmF3JQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u75shmF3JQ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u75shmF3JQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u75shmF3JQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u75shmF3JQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u75shmF3JQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u75shmF3JQ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u75shmF3JQ .carousel-indicators li.active,
.cid-u75shmF3JQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u75shmF3JQ .carousel-indicators li::after,
.cid-u75shmF3JQ .carousel-indicators li::before {
  content: none;
}
.cid-u75shmF3JQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u75shmF3JQ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u75shmF3JQ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u75shmF3JQ .carousel-indicators {
    display: none;
  }
}
.cid-u75shmF3JQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u75shmF3JQ .carousel-inner > .active {
  display: block;
}
.cid-u75shmF3JQ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u75shmF3JQ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u75shmF3JQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u75shmF3JQ .carousel-control,
  .cid-u75shmF3JQ .carousel-indicators,
  .cid-u75shmF3JQ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u75shmF3JQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u75shmF3JQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u75shmF3JQ .carousel-indicators .active,
.cid-u75shmF3JQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u75shmF3JQ .carousel-indicators .active {
  background: #fff;
}
.cid-u75shmF3JQ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u75shmF3JQ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u75shmF3JQ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u75shmF3JQ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u75shmF3JQ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u75shmF3JQ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u75shmF3JQ .carousel {
  width: 100%;
}
.cid-u75shmF3JQ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u75shmF3JQ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u75shmF3JQ .modal.fade .modal-dialog,
.cid-u75shmF3JQ .modal.in .modal-dialog {
  transform: none;
}
.cid-u75shmF3JQ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u75shmF3JQ .content-head {
  max-width: 800px;
}
.cid-u75shndZbM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0078b9;
}
.cid-u75shndZbM .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-u75shndZbM .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-u75shndZbM .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-u75shndZbM .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-u75shndZbM .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #339ad2;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-u75shndZbM .icon-transition span:hover {
  background-color: #82ebff;
}
.cid-u75shndZbM .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u75shndZbM .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-u75shndZbM .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-u75shndZbM .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-u7m4EEFRlC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u7m4EEFRlC nav.navbar {
  position: fixed;
}
.cid-u7m4EEFRlC .btn {
  line-height: 1.2;
}
.cid-u7m4EEFRlC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7m4EEFRlC .nav-link {
  position: relative;
}
.cid-u7m4EEFRlC .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #a5d8f3;
}
.cid-u7m4EEFRlC .nav-link:hover {
  color: #a5d8f3 !important;
}
.cid-u7m4EEFRlC .nav-link:hover:before {
  width: 100%;
}
.cid-u7m4EEFRlC .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-u7m4EEFRlC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7m4EEFRlC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7m4EEFRlC .dropdown-item:hover,
.cid-u7m4EEFRlC .dropdown-item:focus {
  background: #0078b9 !important;
  color: white !important;
}
.cid-u7m4EEFRlC .dropdown-item:hover span {
  color: white;
}
.cid-u7m4EEFRlC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7m4EEFRlC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7m4EEFRlC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u7m4EEFRlC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-u7m4EEFRlC .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u7m4EEFRlC .container {
    flex-wrap: nowrap;
  }
}
.cid-u7m4EEFRlC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u7m4EEFRlC .navbar-nav {
  margin: auto;
}
.cid-u7m4EEFRlC .dropdown-menu,
.cid-u7m4EEFRlC .navbar.opened {
  background: #0078b9 !important;
}
.cid-u7m4EEFRlC .nav-item:focus,
.cid-u7m4EEFRlC .nav-link:focus {
  outline: none;
}
.cid-u7m4EEFRlC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7m4EEFRlC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7m4EEFRlC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7m4EEFRlC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7m4EEFRlC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7m4EEFRlC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7m4EEFRlC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0078b9;
}
.cid-u7m4EEFRlC .navbar.opened {
  transition: all 0.3s;
}
.cid-u7m4EEFRlC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7m4EEFRlC .navbar .navbar-logo img {
  width: auto;
}
.cid-u7m4EEFRlC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7m4EEFRlC .navbar.collapsed {
  justify-content: center;
}
.cid-u7m4EEFRlC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7m4EEFRlC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7m4EEFRlC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u7m4EEFRlC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7m4EEFRlC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7m4EEFRlC .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-u7m4EEFRlC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7m4EEFRlC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7m4EEFRlC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7m4EEFRlC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7m4EEFRlC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7m4EEFRlC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7m4EEFRlC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7m4EEFRlC .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-u7m4EEFRlC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7m4EEFRlC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7m4EEFRlC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7m4EEFRlC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7m4EEFRlC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7m4EEFRlC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u7m4EEFRlC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u7m4EEFRlC .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7m4EEFRlC .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-u7m4EEFRlC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7m4EEFRlC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7m4EEFRlC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7m4EEFRlC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7m4EEFRlC .dropdown-item.active,
.cid-u7m4EEFRlC .dropdown-item:active {
  background-color: transparent;
}
.cid-u7m4EEFRlC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7m4EEFRlC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7m4EEFRlC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7m4EEFRlC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0078b9;
}
.cid-u7m4EEFRlC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7m4EEFRlC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7m4EEFRlC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7m4EEFRlC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7m4EEFRlC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u7m4EEFRlC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7m4EEFRlC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7m4EEFRlC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7m4EEFRlC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7m4EEFRlC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7m4EEFRlC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7m4EEFRlC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7m4EEFRlC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7m4EEFRlC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7m4EEFRlC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7m4EEFRlC .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-u7m4EEFRlC .navbar {
    height: 70px;
  }
  .cid-u7m4EEFRlC .navbar.opened {
    height: auto;
  }
  .cid-u7m4EEFRlC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7m4EF2GHv {
  display: flex;
  background-image: url("../../../assets/images/main-lenzfried-rh-blue-shading.webp");
}
.cid-u7m4EF2GHv .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-u7m4EF2GHv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7m4EF2GHv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7m4EF2GHv .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-u7m4EF2GHv .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-u7m4EF2GHv {
    align-items: flex-end;
  }
  .cid-u7m4EF2GHv .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u7m4EF2GHv .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u7m4EF2GHv {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u7m4EF2GHv .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u7m4EF2GHv .content-wrap {
    width: 100%;
  }
}
.cid-u7m4EF2GHv .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-u7m4EF2GHv .mbr-text,
.cid-u7m4EF2GHv .mbr-section-btn {
  text-align: left;
}
.cid-u7mSHjQBJb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7mSHjQBJb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7mSHjQBJb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7mSHjQBJb .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u7mSHjQBJb .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7mSHjQBJb .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7mSHjQBJb .image-wrapper {
    padding: 0;
  }
}
.cid-u7mSHjQBJb .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1px !important;
}
@media (max-width: 992px) {
  .cid-u7mSHjQBJb .image-wrapper img {
    height: 350px;
  }
}
.cid-u7mSHjQBJb .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-u7mSHjQBJb .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-u7mSHjQBJb .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u7mSHjQBJb .content-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-u7mSHjQBJb .content-wrapper .mbr-text {
  margin: 64px 0 0;
}
@media (max-width: 992px) {
  .cid-u7mSHjQBJb .content-wrapper .mbr-text {
    margin: 32px 0 0;
  }
}
.cid-u7mSHjQBJb .content-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-u7mSHjQBJb .content-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u7mSHjQBJb .mbr-section-title {
  color: #262642;
}
.cid-u7mSHjQBJb .mbr-section-subtitle {
  color: #666666;
}
.cid-u7mSHjQBJb .mbr-text {
  color: #666666;
}
.cid-u7mSHjQBJb .mbr-section-title,
.cid-u7mSHjQBJb .mbr-section-btn {
  color: #666666;
}
.cid-u7o7AjUoBb {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #0078b9;
}
.cid-u7o7AjUoBb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7o7AjUoBb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7o7AjUoBb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u7o7h4VWSd {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0078b9;
}
.cid-u7o7h4VWSd .content-head {
  max-width: 800px;
}
.cid-u7mPT1VZTs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0078b9;
}
.cid-u7mPT1VZTs h6 {
  line-height: 1.2;
}
.cid-u7mPT1VZTs img,
.cid-u7mPT1VZTs .item-img {
  width: 100%;
  height: 100%;
}
.cid-u7mPT1VZTs .item:focus,
.cid-u7mPT1VZTs span:focus {
  outline: none;
}
.cid-u7mPT1VZTs .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-u7mPT1VZTs .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-u7mPT1VZTs .mbr-section-title {
  color: #ffffff;
}
.cid-u7mPT1VZTs .mbr-text,
.cid-u7mPT1VZTs .mbr-section-btn {
  color: #000000;
}
.cid-u7mPT1VZTs .item-title {
  color: #000000;
  text-align: center;
}
.cid-u7mPT1VZTs .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u7mPT1VZTs .item-text {
  color: #000000;
  text-align: center;
}
.cid-u7mPT1VZTs .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-u7mPT1VZTs .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u7mPT1VZTs .item-title,
.cid-u7mPT1VZTs .mbr-section-btn {
  color: #ffffff;
}
.cid-u7m4EIC2Hr {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u7m4EIC2Hr .container-fluid {
  padding: 0 3rem;
}
.cid-u7m4EIC2Hr .mbr-section-subtitle {
  color: #000000;
}
.cid-u7m4EIC2Hr .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-u7m4EIC2Hr .table-wrapper {
  margin: 0 auto;
}
.cid-u7m4EIC2Hr .head-item {
  min-width: 70px;
}
.cid-u7m4EIC2Hr table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-u7m4EIC2Hr table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #0078b9;
  color: white;
  vertical-align: middle;
}
.cid-u7m4EIC2Hr table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-u7m4EIC2Hr table.table {
  background: #ffffff;
}
.cid-u7m4EIC2Hr .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-u7m4EIC2Hr .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-u7m4EIC2Hr .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-u7m4EIC2Hr .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-u7m4EIC2Hr .dataTables_wrapper {
  display: block;
}
.cid-u7m4EIC2Hr .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-u7m4EIC2Hr .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-u7m4EIC2Hr .head-item:after,
.cid-u7m4EIC2Hr .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-u7m4EIC2Hr .dataTables_filter {
    text-align: center;
  }
  .cid-u7m4EIC2Hr .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-u7m4EIC2Hr .dataTables_filter {
    text-align: center;
  }
  .cid-u7m4EIC2Hr .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-u7m4EIC2Hr .table-wrapper {
    width: 100% !important;
  }
  .cid-u7m4EIC2Hr .container-fluid {
    padding: 0 1rem;
  }
  .cid-u7m4EIC2Hr table th,
  .cid-u7m4EIC2Hr table td {
    padding: 0.75rem;
  }
}
.cid-u7m4EIC2Hr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7m4EIC2Hr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7m4EIC2Hr .mbr-section-title,
.cid-u7m4EIC2Hr .underline {
  color: #666666;
}
.cid-u7ny3GsTJp {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u7ny3GsTJp img,
.cid-u7ny3GsTJp .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u7ny3GsTJp .item:focus,
.cid-u7ny3GsTJp span:focus {
  outline: none;
}
.cid-u7ny3GsTJp .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u7ny3GsTJp .item {
    margin-bottom: 1rem;
  }
}
.cid-u7ny3GsTJp .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-u7ny3GsTJp .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u7ny3GsTJp .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-u7ny3GsTJp .item-wrapper {
  position: relative;
  background: #f6faff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u7ny3GsTJp .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u7ny3GsTJp .mbr-section-title {
  color: #0078b9;
}
.cid-u7ny3GsTJp .item-title {
  text-align: left;
}
.cid-u7ny3GsTJp .item-subtitle {
  text-align: left;
}
.cid-u7ny3GsTJp .mbr-text,
.cid-u7ny3GsTJp .item .mbr-section-btn {
  text-align: left;
  color: #666666;
}
.cid-u7ny3GsTJp .content-head {
  max-width: 800px;
}
.cid-u7ny3GsTJp .mbr-section-subtitle,
.cid-u7ny3GsTJp .mbr-section-head .mbr-section-btn {
  color: #666666;
}
.cid-u7m4EKjfjr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0078b9;
}
.cid-u7m4EKjfjr .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-u7m4EKjfjr .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-u7m4EKjfjr .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-u7m4EKjfjr .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-u7m4EKjfjr .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #339ad2;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-u7m4EKjfjr .icon-transition span:hover {
  background-color: #82ebff;
}
.cid-u7m4EKjfjr .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u7m4EKjfjr .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-u7m4EKjfjr .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-u7m4EKjfjr .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-u7nxPRLm5o {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u7nxPRLm5o nav.navbar {
  position: fixed;
}
.cid-u7nxPRLm5o .btn {
  line-height: 1.2;
}
.cid-u7nxPRLm5o .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7nxPRLm5o .nav-link {
  position: relative;
}
.cid-u7nxPRLm5o .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #a5d8f3;
}
.cid-u7nxPRLm5o .nav-link:hover {
  color: #a5d8f3 !important;
}
.cid-u7nxPRLm5o .nav-link:hover:before {
  width: 100%;
}
.cid-u7nxPRLm5o .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-u7nxPRLm5o .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7nxPRLm5o .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7nxPRLm5o .dropdown-item:hover,
.cid-u7nxPRLm5o .dropdown-item:focus {
  background: #0078b9 !important;
  color: white !important;
}
.cid-u7nxPRLm5o .dropdown-item:hover span {
  color: white;
}
.cid-u7nxPRLm5o .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7nxPRLm5o .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7nxPRLm5o .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u7nxPRLm5o .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-u7nxPRLm5o .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u7nxPRLm5o .container {
    flex-wrap: nowrap;
  }
}
.cid-u7nxPRLm5o .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u7nxPRLm5o .navbar-nav {
  margin: auto;
}
.cid-u7nxPRLm5o .dropdown-menu,
.cid-u7nxPRLm5o .navbar.opened {
  background: #0078b9 !important;
}
.cid-u7nxPRLm5o .nav-item:focus,
.cid-u7nxPRLm5o .nav-link:focus {
  outline: none;
}
.cid-u7nxPRLm5o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7nxPRLm5o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7nxPRLm5o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7nxPRLm5o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7nxPRLm5o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7nxPRLm5o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7nxPRLm5o .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0078b9;
}
.cid-u7nxPRLm5o .navbar.opened {
  transition: all 0.3s;
}
.cid-u7nxPRLm5o .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7nxPRLm5o .navbar .navbar-logo img {
  width: auto;
}
.cid-u7nxPRLm5o .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7nxPRLm5o .navbar.collapsed {
  justify-content: center;
}
.cid-u7nxPRLm5o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7nxPRLm5o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7nxPRLm5o .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u7nxPRLm5o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7nxPRLm5o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7nxPRLm5o .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-u7nxPRLm5o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7nxPRLm5o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7nxPRLm5o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7nxPRLm5o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7nxPRLm5o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7nxPRLm5o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7nxPRLm5o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7nxPRLm5o .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-u7nxPRLm5o .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7nxPRLm5o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7nxPRLm5o .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7nxPRLm5o .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7nxPRLm5o .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7nxPRLm5o .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u7nxPRLm5o .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u7nxPRLm5o .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7nxPRLm5o .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-u7nxPRLm5o .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7nxPRLm5o .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7nxPRLm5o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7nxPRLm5o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7nxPRLm5o .dropdown-item.active,
.cid-u7nxPRLm5o .dropdown-item:active {
  background-color: transparent;
}
.cid-u7nxPRLm5o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7nxPRLm5o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7nxPRLm5o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7nxPRLm5o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0078b9;
}
.cid-u7nxPRLm5o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7nxPRLm5o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7nxPRLm5o ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7nxPRLm5o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7nxPRLm5o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u7nxPRLm5o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7nxPRLm5o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7nxPRLm5o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7nxPRLm5o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7nxPRLm5o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7nxPRLm5o nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7nxPRLm5o nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7nxPRLm5o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7nxPRLm5o .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7nxPRLm5o a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7nxPRLm5o .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-u7nxPRLm5o .navbar {
    height: 70px;
  }
  .cid-u7nxPRLm5o .navbar.opened {
    height: auto;
  }
  .cid-u7nxPRLm5o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7nxPS70vH {
  display: flex;
  background-image: url("../../../assets/images/main-lenzfried-rh-blue-shading.webp");
}
.cid-u7nxPS70vH .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-u7nxPS70vH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7nxPS70vH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7nxPS70vH .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-u7nxPS70vH .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-u7nxPS70vH {
    align-items: flex-end;
  }
  .cid-u7nxPS70vH .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u7nxPS70vH .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u7nxPS70vH {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u7nxPS70vH .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u7nxPS70vH .content-wrap {
    width: 100%;
  }
}
.cid-u7nxPS70vH .mbr-section-title {
  text-align: left;
}
.cid-u7nxPS70vH .mbr-text,
.cid-u7nxPS70vH .mbr-section-btn {
  text-align: left;
}
.cid-u7nGtAEIIM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7nGtAEIIM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7nGtAEIIM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7nGtAEIIM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u7nxPTuy96 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u7nxPTuy96 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u7nxPTuy96 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7nxPTuy96 .container {
    padding: 0 24px;
  }
}
.cid-u7nxPTuy96 .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u7nxPTuy96 .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u7nxPTuy96 .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u7nxPTuy96 .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u7nxPTuy96 .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u7nxPTuy96 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u7nxPTuy96 .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u7nxPTuy96 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7nxPTuy96 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u7nxPTuy96 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u7nxPTuy96 .content-wrapper .mbr-section-btn .btn:hover,
.cid-u7nxPTuy96 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u7nxPTuy96 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u7nxPTuy96 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u7nxPTuy96 .embla__slide .slide-content {
  width: 100%;
}
.cid-u7nxPTuy96 .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u7nxPTuy96 .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u7nxPTuy96 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u7nxPTuy96 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u7nxPTuy96 .embla__button--next,
.cid-u7nxPTuy96 .embla__button--prev {
  display: flex;
}
.cid-u7nxPTuy96 .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u7nxPTuy96 .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u7nxPTuy96 .embla__button {
    display: none;
  }
}
.cid-u7nxPTuy96 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u7nxPTuy96 .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u7nxPTuy96 .embla__button:hover::before {
  width: 30%;
}
.cid-u7nxPTuy96 .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u7nxPTuy96 .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u7nxPTuy96 .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u7nxPTuy96 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u7nxPTuy96 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u7nxPTuy96 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u7nxPTuy96 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u7nxPTuy96 .mbr-section-title {
  color: #141414;
}
.cid-u7nxPTuy96 .mbr-text {
  color: #666666;
}
.cid-u7nxPTuy96 .mbr-section-title,
.cid-u7nxPTuy96 .icon-wrapper,
.cid-u7nxPTuy96 .mbr-section-btn {
  color: #666666;
}
.cid-u7nxPTTSQj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u7nxPTTSQj .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u7nxPTTSQj .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7nxPTTSQj .container {
    padding: 0 24px;
  }
}
.cid-u7nxPTTSQj .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u7nxPTTSQj .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u7nxPTTSQj .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u7nxPTTSQj .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u7nxPTTSQj .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u7nxPTTSQj .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u7nxPTTSQj .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u7nxPTTSQj .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7nxPTTSQj .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u7nxPTTSQj .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u7nxPTTSQj .content-wrapper .mbr-section-btn .btn:hover,
.cid-u7nxPTTSQj .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u7nxPTTSQj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u7nxPTTSQj .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u7nxPTTSQj .embla__slide .slide-content {
  width: 100%;
}
.cid-u7nxPTTSQj .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u7nxPTTSQj .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u7nxPTTSQj .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u7nxPTTSQj .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u7nxPTTSQj .embla__button--next,
.cid-u7nxPTTSQj .embla__button--prev {
  display: flex;
}
.cid-u7nxPTTSQj .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u7nxPTTSQj .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u7nxPTTSQj .embla__button {
    display: none;
  }
}
.cid-u7nxPTTSQj .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u7nxPTTSQj .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u7nxPTTSQj .embla__button:hover::before {
  width: 30%;
}
.cid-u7nxPTTSQj .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u7nxPTTSQj .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u7nxPTTSQj .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u7nxPTTSQj .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u7nxPTTSQj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u7nxPTTSQj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u7nxPTTSQj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u7nxPTTSQj .mbr-section-title {
  color: #141414;
}
.cid-u7nxPTTSQj .mbr-text {
  color: #666666;
}
.cid-u7nxPTTSQj .mbr-section-title,
.cid-u7nxPTTSQj .icon-wrapper,
.cid-u7nxPTTSQj .mbr-section-btn {
  color: #666666;
}
.cid-u7nxPUgXSL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u7nxPUgXSL .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u7nxPUgXSL .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7nxPUgXSL .container {
    padding: 0 24px;
  }
}
.cid-u7nxPUgXSL .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u7nxPUgXSL .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u7nxPUgXSL .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u7nxPUgXSL .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u7nxPUgXSL .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u7nxPUgXSL .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u7nxPUgXSL .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u7nxPUgXSL .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7nxPUgXSL .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u7nxPUgXSL .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u7nxPUgXSL .content-wrapper .mbr-section-btn .btn:hover,
.cid-u7nxPUgXSL .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u7nxPUgXSL .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u7nxPUgXSL .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u7nxPUgXSL .embla__slide .slide-content {
  width: 100%;
}
.cid-u7nxPUgXSL .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u7nxPUgXSL .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u7nxPUgXSL .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u7nxPUgXSL .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u7nxPUgXSL .embla__button--next,
.cid-u7nxPUgXSL .embla__button--prev {
  display: flex;
}
.cid-u7nxPUgXSL .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u7nxPUgXSL .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u7nxPUgXSL .embla__button {
    display: none;
  }
}
.cid-u7nxPUgXSL .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u7nxPUgXSL .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u7nxPUgXSL .embla__button:hover::before {
  width: 30%;
}
.cid-u7nxPUgXSL .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u7nxPUgXSL .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u7nxPUgXSL .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u7nxPUgXSL .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u7nxPUgXSL .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u7nxPUgXSL .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u7nxPUgXSL .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u7nxPUgXSL .mbr-section-title {
  color: #141414;
}
.cid-u7nxPUgXSL .mbr-text {
  color: #666666;
}
.cid-u7nxPUgXSL .mbr-section-title,
.cid-u7nxPUgXSL .icon-wrapper,
.cid-u7nxPUgXSL .mbr-section-btn {
  color: #666666;
}
.cid-u7nxPUD0jF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u7nxPUD0jF .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u7nxPUD0jF .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7nxPUD0jF .container {
    padding: 0 24px;
  }
}
.cid-u7nxPUD0jF .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u7nxPUD0jF .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u7nxPUD0jF .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u7nxPUD0jF .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u7nxPUD0jF .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u7nxPUD0jF .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u7nxPUD0jF .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u7nxPUD0jF .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7nxPUD0jF .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u7nxPUD0jF .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u7nxPUD0jF .content-wrapper .mbr-section-btn .btn:hover,
.cid-u7nxPUD0jF .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u7nxPUD0jF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u7nxPUD0jF .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u7nxPUD0jF .embla__slide .slide-content {
  width: 100%;
}
.cid-u7nxPUD0jF .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u7nxPUD0jF .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u7nxPUD0jF .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u7nxPUD0jF .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u7nxPUD0jF .embla__button--next,
.cid-u7nxPUD0jF .embla__button--prev {
  display: flex;
}
.cid-u7nxPUD0jF .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u7nxPUD0jF .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u7nxPUD0jF .embla__button {
    display: none;
  }
}
.cid-u7nxPUD0jF .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u7nxPUD0jF .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u7nxPUD0jF .embla__button:hover::before {
  width: 30%;
}
.cid-u7nxPUD0jF .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u7nxPUD0jF .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u7nxPUD0jF .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u7nxPUD0jF .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u7nxPUD0jF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u7nxPUD0jF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u7nxPUD0jF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u7nxPUD0jF .mbr-section-title {
  color: #141414;
}
.cid-u7nxPUD0jF .mbr-text {
  color: #666666;
}
.cid-u7nxPUD0jF .mbr-section-title,
.cid-u7nxPUD0jF .icon-wrapper,
.cid-u7nxPUD0jF .mbr-section-btn {
  color: #666666;
}
.cid-u7nxPV0seR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u7nxPV0seR .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u7nxPV0seR .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7nxPV0seR .container {
    padding: 0 24px;
  }
}
.cid-u7nxPV0seR .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u7nxPV0seR .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u7nxPV0seR .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u7nxPV0seR .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u7nxPV0seR .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u7nxPV0seR .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u7nxPV0seR .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u7nxPV0seR .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7nxPV0seR .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u7nxPV0seR .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u7nxPV0seR .content-wrapper .mbr-section-btn .btn:hover,
.cid-u7nxPV0seR .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u7nxPV0seR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u7nxPV0seR .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u7nxPV0seR .embla__slide .slide-content {
  width: 100%;
}
.cid-u7nxPV0seR .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u7nxPV0seR .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u7nxPV0seR .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u7nxPV0seR .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u7nxPV0seR .embla__button--next,
.cid-u7nxPV0seR .embla__button--prev {
  display: flex;
}
.cid-u7nxPV0seR .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u7nxPV0seR .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u7nxPV0seR .embla__button {
    display: none;
  }
}
.cid-u7nxPV0seR .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u7nxPV0seR .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u7nxPV0seR .embla__button:hover::before {
  width: 30%;
}
.cid-u7nxPV0seR .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u7nxPV0seR .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u7nxPV0seR .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u7nxPV0seR .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u7nxPV0seR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u7nxPV0seR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u7nxPV0seR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u7nxPV0seR .mbr-section-title {
  color: #141414;
}
.cid-u7nxPV0seR .mbr-text {
  color: #666666;
}
.cid-u7nxPV0seR .mbr-section-title,
.cid-u7nxPV0seR .icon-wrapper,
.cid-u7nxPV0seR .mbr-section-btn {
  color: #666666;
}
.cid-u7nxPVqlYo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0078b9;
}
.cid-u7nxPVqlYo .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-u7nxPVqlYo .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-u7nxPVqlYo .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-u7nxPVqlYo .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-u7nxPVqlYo .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #339ad2;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-u7nxPVqlYo .icon-transition span:hover {
  background-color: #82ebff;
}
.cid-u7nxPVqlYo .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u7nxPVqlYo .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-u7nxPVqlYo .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-u7nxPVqlYo .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-u7nJeYXC5a {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u7nJeYXC5a nav.navbar {
  position: fixed;
}
.cid-u7nJeYXC5a .btn {
  line-height: 1.2;
}
.cid-u7nJeYXC5a .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7nJeYXC5a .nav-link {
  position: relative;
}
.cid-u7nJeYXC5a .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #a5d8f3;
}
.cid-u7nJeYXC5a .nav-link:hover {
  color: #a5d8f3 !important;
}
.cid-u7nJeYXC5a .nav-link:hover:before {
  width: 100%;
}
.cid-u7nJeYXC5a .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-u7nJeYXC5a .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7nJeYXC5a .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7nJeYXC5a .dropdown-item:hover,
.cid-u7nJeYXC5a .dropdown-item:focus {
  background: #0078b9 !important;
  color: white !important;
}
.cid-u7nJeYXC5a .dropdown-item:hover span {
  color: white;
}
.cid-u7nJeYXC5a .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7nJeYXC5a .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7nJeYXC5a .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u7nJeYXC5a .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-u7nJeYXC5a .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u7nJeYXC5a .container {
    flex-wrap: nowrap;
  }
}
.cid-u7nJeYXC5a .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u7nJeYXC5a .navbar-nav {
  margin: auto;
}
.cid-u7nJeYXC5a .dropdown-menu,
.cid-u7nJeYXC5a .navbar.opened {
  background: #0078b9 !important;
}
.cid-u7nJeYXC5a .nav-item:focus,
.cid-u7nJeYXC5a .nav-link:focus {
  outline: none;
}
.cid-u7nJeYXC5a .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7nJeYXC5a .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7nJeYXC5a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7nJeYXC5a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7nJeYXC5a .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7nJeYXC5a .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7nJeYXC5a .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0078b9;
}
.cid-u7nJeYXC5a .navbar.opened {
  transition: all 0.3s;
}
.cid-u7nJeYXC5a .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7nJeYXC5a .navbar .navbar-logo img {
  width: auto;
}
.cid-u7nJeYXC5a .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7nJeYXC5a .navbar.collapsed {
  justify-content: center;
}
.cid-u7nJeYXC5a .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7nJeYXC5a .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7nJeYXC5a .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u7nJeYXC5a .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7nJeYXC5a .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7nJeYXC5a .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-u7nJeYXC5a .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7nJeYXC5a .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7nJeYXC5a .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7nJeYXC5a .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7nJeYXC5a .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7nJeYXC5a .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7nJeYXC5a .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7nJeYXC5a .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-u7nJeYXC5a .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7nJeYXC5a .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7nJeYXC5a .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7nJeYXC5a .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7nJeYXC5a .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7nJeYXC5a .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u7nJeYXC5a .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u7nJeYXC5a .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7nJeYXC5a .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-u7nJeYXC5a .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7nJeYXC5a .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7nJeYXC5a .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7nJeYXC5a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7nJeYXC5a .dropdown-item.active,
.cid-u7nJeYXC5a .dropdown-item:active {
  background-color: transparent;
}
.cid-u7nJeYXC5a .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7nJeYXC5a .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7nJeYXC5a .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7nJeYXC5a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0078b9;
}
.cid-u7nJeYXC5a .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7nJeYXC5a .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7nJeYXC5a ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7nJeYXC5a button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7nJeYXC5a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u7nJeYXC5a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7nJeYXC5a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7nJeYXC5a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7nJeYXC5a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7nJeYXC5a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7nJeYXC5a nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7nJeYXC5a nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7nJeYXC5a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7nJeYXC5a .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7nJeYXC5a a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7nJeYXC5a .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-u7nJeYXC5a .navbar {
    height: 70px;
  }
  .cid-u7nJeYXC5a .navbar.opened {
    height: auto;
  }
  .cid-u7nJeYXC5a .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7nJeZh0Af {
  display: flex;
  background-image: url("../../../assets/images/main-lenzfried-rh-blue-shading.webp");
}
.cid-u7nJeZh0Af .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-u7nJeZh0Af .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7nJeZh0Af .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7nJeZh0Af .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-u7nJeZh0Af .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-u7nJeZh0Af {
    align-items: flex-end;
  }
  .cid-u7nJeZh0Af .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u7nJeZh0Af .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u7nJeZh0Af {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u7nJeZh0Af .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u7nJeZh0Af .content-wrap {
    width: 100%;
  }
}
.cid-u7nJeZh0Af .mbr-section-title {
  text-align: left;
}
.cid-u7nJeZh0Af .mbr-text,
.cid-u7nJeZh0Af .mbr-section-btn {
  text-align: left;
}
.cid-u7nJeZBUt6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7nJeZBUt6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7nJeZBUt6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7nJeZBUt6 .mbr-section-subtitle {
  color: #666666;
}
.cid-u7nJeZTF3S {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u7nJeZTF3S .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u7nJeZTF3S .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7nJeZTF3S .container {
    padding: 0 24px;
  }
}
.cid-u7nJeZTF3S .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u7nJeZTF3S .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u7nJeZTF3S .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u7nJeZTF3S .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u7nJeZTF3S .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u7nJeZTF3S .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u7nJeZTF3S .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u7nJeZTF3S .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7nJeZTF3S .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u7nJeZTF3S .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u7nJeZTF3S .content-wrapper .mbr-section-btn .btn:hover,
.cid-u7nJeZTF3S .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u7nJeZTF3S .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u7nJeZTF3S .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u7nJeZTF3S .embla__slide .slide-content {
  width: 100%;
}
.cid-u7nJeZTF3S .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u7nJeZTF3S .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u7nJeZTF3S .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u7nJeZTF3S .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u7nJeZTF3S .embla__button--next,
.cid-u7nJeZTF3S .embla__button--prev {
  display: flex;
}
.cid-u7nJeZTF3S .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u7nJeZTF3S .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u7nJeZTF3S .embla__button {
    display: none;
  }
}
.cid-u7nJeZTF3S .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u7nJeZTF3S .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u7nJeZTF3S .embla__button:hover::before {
  width: 30%;
}
.cid-u7nJeZTF3S .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u7nJeZTF3S .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u7nJeZTF3S .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u7nJeZTF3S .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u7nJeZTF3S .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u7nJeZTF3S .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u7nJeZTF3S .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u7nJeZTF3S .mbr-section-title {
  color: #141414;
}
.cid-u7nJeZTF3S .mbr-text {
  color: #666666;
}
.cid-u7nJeZTF3S .mbr-section-title,
.cid-u7nJeZTF3S .icon-wrapper,
.cid-u7nJeZTF3S .mbr-section-btn {
  color: #666666;
}
.cid-u7nJf0eOMl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u7nJf0eOMl .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u7nJf0eOMl .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7nJf0eOMl .container {
    padding: 0 24px;
  }
}
.cid-u7nJf0eOMl .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u7nJf0eOMl .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u7nJf0eOMl .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u7nJf0eOMl .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u7nJf0eOMl .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u7nJf0eOMl .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u7nJf0eOMl .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u7nJf0eOMl .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7nJf0eOMl .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u7nJf0eOMl .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u7nJf0eOMl .content-wrapper .mbr-section-btn .btn:hover,
.cid-u7nJf0eOMl .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u7nJf0eOMl .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u7nJf0eOMl .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u7nJf0eOMl .embla__slide .slide-content {
  width: 100%;
}
.cid-u7nJf0eOMl .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u7nJf0eOMl .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u7nJf0eOMl .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u7nJf0eOMl .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u7nJf0eOMl .embla__button--next,
.cid-u7nJf0eOMl .embla__button--prev {
  display: flex;
}
.cid-u7nJf0eOMl .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u7nJf0eOMl .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u7nJf0eOMl .embla__button {
    display: none;
  }
}
.cid-u7nJf0eOMl .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u7nJf0eOMl .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u7nJf0eOMl .embla__button:hover::before {
  width: 30%;
}
.cid-u7nJf0eOMl .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u7nJf0eOMl .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u7nJf0eOMl .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u7nJf0eOMl .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u7nJf0eOMl .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u7nJf0eOMl .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u7nJf0eOMl .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u7nJf0eOMl .mbr-section-title {
  color: #141414;
}
.cid-u7nJf0eOMl .mbr-text {
  color: #666666;
}
.cid-u7nJf0eOMl .mbr-section-title,
.cid-u7nJf0eOMl .icon-wrapper,
.cid-u7nJf0eOMl .mbr-section-btn {
  color: #666666;
}
.cid-u7nJf0yeJE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u7nJf0yeJE .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u7nJf0yeJE .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7nJf0yeJE .container {
    padding: 0 24px;
  }
}
.cid-u7nJf0yeJE .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u7nJf0yeJE .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u7nJf0yeJE .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u7nJf0yeJE .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u7nJf0yeJE .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u7nJf0yeJE .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u7nJf0yeJE .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u7nJf0yeJE .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7nJf0yeJE .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u7nJf0yeJE .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u7nJf0yeJE .content-wrapper .mbr-section-btn .btn:hover,
.cid-u7nJf0yeJE .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u7nJf0yeJE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u7nJf0yeJE .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u7nJf0yeJE .embla__slide .slide-content {
  width: 100%;
}
.cid-u7nJf0yeJE .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u7nJf0yeJE .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u7nJf0yeJE .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u7nJf0yeJE .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u7nJf0yeJE .embla__button--next,
.cid-u7nJf0yeJE .embla__button--prev {
  display: flex;
}
.cid-u7nJf0yeJE .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u7nJf0yeJE .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u7nJf0yeJE .embla__button {
    display: none;
  }
}
.cid-u7nJf0yeJE .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u7nJf0yeJE .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u7nJf0yeJE .embla__button:hover::before {
  width: 30%;
}
.cid-u7nJf0yeJE .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u7nJf0yeJE .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u7nJf0yeJE .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u7nJf0yeJE .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u7nJf0yeJE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u7nJf0yeJE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u7nJf0yeJE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u7nJf0yeJE .mbr-section-title {
  color: #141414;
}
.cid-u7nJf0yeJE .mbr-text {
  color: #666666;
}
.cid-u7nJf0yeJE .mbr-section-title,
.cid-u7nJf0yeJE .icon-wrapper,
.cid-u7nJf0yeJE .mbr-section-btn {
  color: #666666;
}
.cid-u7nJf0WuC4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u7nJf0WuC4 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u7nJf0WuC4 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7nJf0WuC4 .container {
    padding: 0 24px;
  }
}
.cid-u7nJf0WuC4 .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u7nJf0WuC4 .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u7nJf0WuC4 .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u7nJf0WuC4 .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u7nJf0WuC4 .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u7nJf0WuC4 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u7nJf0WuC4 .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u7nJf0WuC4 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7nJf0WuC4 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u7nJf0WuC4 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u7nJf0WuC4 .content-wrapper .mbr-section-btn .btn:hover,
.cid-u7nJf0WuC4 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u7nJf0WuC4 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u7nJf0WuC4 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u7nJf0WuC4 .embla__slide .slide-content {
  width: 100%;
}
.cid-u7nJf0WuC4 .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u7nJf0WuC4 .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u7nJf0WuC4 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u7nJf0WuC4 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u7nJf0WuC4 .embla__button--next,
.cid-u7nJf0WuC4 .embla__button--prev {
  display: flex;
}
.cid-u7nJf0WuC4 .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u7nJf0WuC4 .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u7nJf0WuC4 .embla__button {
    display: none;
  }
}
.cid-u7nJf0WuC4 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u7nJf0WuC4 .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u7nJf0WuC4 .embla__button:hover::before {
  width: 30%;
}
.cid-u7nJf0WuC4 .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u7nJf0WuC4 .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u7nJf0WuC4 .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u7nJf0WuC4 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u7nJf0WuC4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u7nJf0WuC4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u7nJf0WuC4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u7nJf0WuC4 .mbr-section-title {
  color: #141414;
}
.cid-u7nJf0WuC4 .mbr-text {
  color: #666666;
}
.cid-u7nJf0WuC4 .mbr-section-title,
.cid-u7nJf0WuC4 .icon-wrapper,
.cid-u7nJf0WuC4 .mbr-section-btn {
  color: #666666;
}
.cid-u7nJf1hiZw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u7nJf1hiZw .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u7nJf1hiZw .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7nJf1hiZw .container {
    padding: 0 24px;
  }
}
.cid-u7nJf1hiZw .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u7nJf1hiZw .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u7nJf1hiZw .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u7nJf1hiZw .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u7nJf1hiZw .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u7nJf1hiZw .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u7nJf1hiZw .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u7nJf1hiZw .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7nJf1hiZw .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u7nJf1hiZw .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u7nJf1hiZw .content-wrapper .mbr-section-btn .btn:hover,
.cid-u7nJf1hiZw .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u7nJf1hiZw .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u7nJf1hiZw .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u7nJf1hiZw .embla__slide .slide-content {
  width: 100%;
}
.cid-u7nJf1hiZw .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u7nJf1hiZw .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u7nJf1hiZw .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u7nJf1hiZw .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u7nJf1hiZw .embla__button--next,
.cid-u7nJf1hiZw .embla__button--prev {
  display: flex;
}
.cid-u7nJf1hiZw .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u7nJf1hiZw .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u7nJf1hiZw .embla__button {
    display: none;
  }
}
.cid-u7nJf1hiZw .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u7nJf1hiZw .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u7nJf1hiZw .embla__button:hover::before {
  width: 30%;
}
.cid-u7nJf1hiZw .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u7nJf1hiZw .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u7nJf1hiZw .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u7nJf1hiZw .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u7nJf1hiZw .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u7nJf1hiZw .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u7nJf1hiZw .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u7nJf1hiZw .mbr-section-title {
  color: #141414;
}
.cid-u7nJf1hiZw .mbr-text {
  color: #666666;
}
.cid-u7nJf1hiZw .mbr-section-title,
.cid-u7nJf1hiZw .icon-wrapper,
.cid-u7nJf1hiZw .mbr-section-btn {
  color: #666666;
}
.cid-u7nJf1DNGJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0078b9;
}
.cid-u7nJf1DNGJ .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-u7nJf1DNGJ .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-u7nJf1DNGJ .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-u7nJf1DNGJ .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-u7nJf1DNGJ .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #339ad2;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-u7nJf1DNGJ .icon-transition span:hover {
  background-color: #82ebff;
}
.cid-u7nJf1DNGJ .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u7nJf1DNGJ .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-u7nJf1DNGJ .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-u7nJf1DNGJ .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-u7nV7YxkXB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u7nV7YxkXB nav.navbar {
  position: fixed;
}
.cid-u7nV7YxkXB .btn {
  line-height: 1.2;
}
.cid-u7nV7YxkXB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7nV7YxkXB .nav-link {
  position: relative;
}
.cid-u7nV7YxkXB .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #a5d8f3;
}
.cid-u7nV7YxkXB .nav-link:hover {
  color: #a5d8f3 !important;
}
.cid-u7nV7YxkXB .nav-link:hover:before {
  width: 100%;
}
.cid-u7nV7YxkXB .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-u7nV7YxkXB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7nV7YxkXB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7nV7YxkXB .dropdown-item:hover,
.cid-u7nV7YxkXB .dropdown-item:focus {
  background: #0078b9 !important;
  color: white !important;
}
.cid-u7nV7YxkXB .dropdown-item:hover span {
  color: white;
}
.cid-u7nV7YxkXB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7nV7YxkXB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7nV7YxkXB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u7nV7YxkXB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-u7nV7YxkXB .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u7nV7YxkXB .container {
    flex-wrap: nowrap;
  }
}
.cid-u7nV7YxkXB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u7nV7YxkXB .navbar-nav {
  margin: auto;
}
.cid-u7nV7YxkXB .dropdown-menu,
.cid-u7nV7YxkXB .navbar.opened {
  background: #0078b9 !important;
}
.cid-u7nV7YxkXB .nav-item:focus,
.cid-u7nV7YxkXB .nav-link:focus {
  outline: none;
}
.cid-u7nV7YxkXB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7nV7YxkXB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7nV7YxkXB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7nV7YxkXB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7nV7YxkXB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7nV7YxkXB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7nV7YxkXB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0078b9;
}
.cid-u7nV7YxkXB .navbar.opened {
  transition: all 0.3s;
}
.cid-u7nV7YxkXB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7nV7YxkXB .navbar .navbar-logo img {
  width: auto;
}
.cid-u7nV7YxkXB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7nV7YxkXB .navbar.collapsed {
  justify-content: center;
}
.cid-u7nV7YxkXB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7nV7YxkXB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7nV7YxkXB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u7nV7YxkXB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7nV7YxkXB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7nV7YxkXB .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-u7nV7YxkXB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7nV7YxkXB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7nV7YxkXB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7nV7YxkXB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7nV7YxkXB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7nV7YxkXB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7nV7YxkXB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7nV7YxkXB .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-u7nV7YxkXB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7nV7YxkXB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7nV7YxkXB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7nV7YxkXB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7nV7YxkXB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7nV7YxkXB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u7nV7YxkXB .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u7nV7YxkXB .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7nV7YxkXB .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-u7nV7YxkXB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7nV7YxkXB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7nV7YxkXB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7nV7YxkXB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7nV7YxkXB .dropdown-item.active,
.cid-u7nV7YxkXB .dropdown-item:active {
  background-color: transparent;
}
.cid-u7nV7YxkXB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7nV7YxkXB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7nV7YxkXB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7nV7YxkXB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0078b9;
}
.cid-u7nV7YxkXB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7nV7YxkXB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7nV7YxkXB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7nV7YxkXB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7nV7YxkXB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u7nV7YxkXB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7nV7YxkXB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7nV7YxkXB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7nV7YxkXB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7nV7YxkXB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7nV7YxkXB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7nV7YxkXB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7nV7YxkXB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7nV7YxkXB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7nV7YxkXB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7nV7YxkXB .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-u7nV7YxkXB .navbar {
    height: 70px;
  }
  .cid-u7nV7YxkXB .navbar.opened {
    height: auto;
  }
  .cid-u7nV7YxkXB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7nV7YUlgS {
  display: flex;
  background-image: url("../../../assets/images/main-lenzfried-rh-blue-shading.webp");
}
.cid-u7nV7YUlgS .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-u7nV7YUlgS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7nV7YUlgS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7nV7YUlgS .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-u7nV7YUlgS .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-u7nV7YUlgS {
    align-items: flex-end;
  }
  .cid-u7nV7YUlgS .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u7nV7YUlgS .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u7nV7YUlgS {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u7nV7YUlgS .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u7nV7YUlgS .content-wrap {
    width: 100%;
  }
}
.cid-u7nV7YUlgS .mbr-section-title {
  text-align: left;
}
.cid-u7nV7YUlgS .mbr-text,
.cid-u7nV7YUlgS .mbr-section-btn {
  text-align: left;
}
.cid-u7nV7ZfJqR {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7nV7ZfJqR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7nV7ZfJqR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7nV7ZfJqR .mbr-section-subtitle {
  color: #666666;
}
.cid-u7nV7ZuM26 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u7nV7ZuM26 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u7nV7ZuM26 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7nV7ZuM26 .container {
    padding: 0 24px;
  }
}
.cid-u7nV7ZuM26 .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u7nV7ZuM26 .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u7nV7ZuM26 .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u7nV7ZuM26 .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u7nV7ZuM26 .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u7nV7ZuM26 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u7nV7ZuM26 .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u7nV7ZuM26 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7nV7ZuM26 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u7nV7ZuM26 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u7nV7ZuM26 .content-wrapper .mbr-section-btn .btn:hover,
.cid-u7nV7ZuM26 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u7nV7ZuM26 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u7nV7ZuM26 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u7nV7ZuM26 .embla__slide .slide-content {
  width: 100%;
}
.cid-u7nV7ZuM26 .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u7nV7ZuM26 .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u7nV7ZuM26 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u7nV7ZuM26 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u7nV7ZuM26 .embla__button--next,
.cid-u7nV7ZuM26 .embla__button--prev {
  display: flex;
}
.cid-u7nV7ZuM26 .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u7nV7ZuM26 .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u7nV7ZuM26 .embla__button {
    display: none;
  }
}
.cid-u7nV7ZuM26 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u7nV7ZuM26 .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u7nV7ZuM26 .embla__button:hover::before {
  width: 30%;
}
.cid-u7nV7ZuM26 .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u7nV7ZuM26 .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u7nV7ZuM26 .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u7nV7ZuM26 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u7nV7ZuM26 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u7nV7ZuM26 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u7nV7ZuM26 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u7nV7ZuM26 .mbr-section-title {
  color: #141414;
}
.cid-u7nV7ZuM26 .mbr-text {
  color: #666666;
}
.cid-u7nV7ZuM26 .mbr-section-title,
.cid-u7nV7ZuM26 .icon-wrapper,
.cid-u7nV7ZuM26 .mbr-section-btn {
  color: #666666;
}
.cid-u7nV7ZOfkf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u7nV7ZOfkf .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u7nV7ZOfkf .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7nV7ZOfkf .container {
    padding: 0 24px;
  }
}
.cid-u7nV7ZOfkf .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u7nV7ZOfkf .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u7nV7ZOfkf .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u7nV7ZOfkf .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u7nV7ZOfkf .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u7nV7ZOfkf .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u7nV7ZOfkf .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u7nV7ZOfkf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7nV7ZOfkf .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u7nV7ZOfkf .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u7nV7ZOfkf .content-wrapper .mbr-section-btn .btn:hover,
.cid-u7nV7ZOfkf .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u7nV7ZOfkf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u7nV7ZOfkf .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u7nV7ZOfkf .embla__slide .slide-content {
  width: 100%;
}
.cid-u7nV7ZOfkf .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u7nV7ZOfkf .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u7nV7ZOfkf .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u7nV7ZOfkf .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u7nV7ZOfkf .embla__button--next,
.cid-u7nV7ZOfkf .embla__button--prev {
  display: flex;
}
.cid-u7nV7ZOfkf .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u7nV7ZOfkf .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u7nV7ZOfkf .embla__button {
    display: none;
  }
}
.cid-u7nV7ZOfkf .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u7nV7ZOfkf .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u7nV7ZOfkf .embla__button:hover::before {
  width: 30%;
}
.cid-u7nV7ZOfkf .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u7nV7ZOfkf .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u7nV7ZOfkf .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u7nV7ZOfkf .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u7nV7ZOfkf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u7nV7ZOfkf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u7nV7ZOfkf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u7nV7ZOfkf .mbr-section-title {
  color: #141414;
}
.cid-u7nV7ZOfkf .mbr-text {
  color: #666666;
}
.cid-u7nV7ZOfkf .mbr-section-title,
.cid-u7nV7ZOfkf .icon-wrapper,
.cid-u7nV7ZOfkf .mbr-section-btn {
  color: #666666;
}
.cid-u7nV809VCK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u7nV809VCK .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u7nV809VCK .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7nV809VCK .container {
    padding: 0 24px;
  }
}
.cid-u7nV809VCK .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u7nV809VCK .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u7nV809VCK .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u7nV809VCK .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u7nV809VCK .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u7nV809VCK .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u7nV809VCK .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u7nV809VCK .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7nV809VCK .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u7nV809VCK .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u7nV809VCK .content-wrapper .mbr-section-btn .btn:hover,
.cid-u7nV809VCK .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u7nV809VCK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u7nV809VCK .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u7nV809VCK .embla__slide .slide-content {
  width: 100%;
}
.cid-u7nV809VCK .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u7nV809VCK .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u7nV809VCK .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u7nV809VCK .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u7nV809VCK .embla__button--next,
.cid-u7nV809VCK .embla__button--prev {
  display: flex;
}
.cid-u7nV809VCK .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u7nV809VCK .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u7nV809VCK .embla__button {
    display: none;
  }
}
.cid-u7nV809VCK .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u7nV809VCK .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u7nV809VCK .embla__button:hover::before {
  width: 30%;
}
.cid-u7nV809VCK .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u7nV809VCK .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u7nV809VCK .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u7nV809VCK .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u7nV809VCK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u7nV809VCK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u7nV809VCK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u7nV809VCK .mbr-section-title {
  color: #141414;
}
.cid-u7nV809VCK .mbr-text {
  color: #666666;
}
.cid-u7nV809VCK .mbr-section-title,
.cid-u7nV809VCK .icon-wrapper,
.cid-u7nV809VCK .mbr-section-btn {
  color: #666666;
}
.cid-u7nV80vgDC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u7nV80vgDC .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u7nV80vgDC .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7nV80vgDC .container {
    padding: 0 24px;
  }
}
.cid-u7nV80vgDC .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u7nV80vgDC .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u7nV80vgDC .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u7nV80vgDC .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u7nV80vgDC .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u7nV80vgDC .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u7nV80vgDC .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u7nV80vgDC .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7nV80vgDC .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u7nV80vgDC .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u7nV80vgDC .content-wrapper .mbr-section-btn .btn:hover,
.cid-u7nV80vgDC .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u7nV80vgDC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u7nV80vgDC .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u7nV80vgDC .embla__slide .slide-content {
  width: 100%;
}
.cid-u7nV80vgDC .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u7nV80vgDC .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u7nV80vgDC .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u7nV80vgDC .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u7nV80vgDC .embla__button--next,
.cid-u7nV80vgDC .embla__button--prev {
  display: flex;
}
.cid-u7nV80vgDC .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u7nV80vgDC .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u7nV80vgDC .embla__button {
    display: none;
  }
}
.cid-u7nV80vgDC .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u7nV80vgDC .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u7nV80vgDC .embla__button:hover::before {
  width: 30%;
}
.cid-u7nV80vgDC .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u7nV80vgDC .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u7nV80vgDC .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u7nV80vgDC .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u7nV80vgDC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u7nV80vgDC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u7nV80vgDC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u7nV80vgDC .mbr-section-title {
  color: #141414;
}
.cid-u7nV80vgDC .mbr-text {
  color: #666666;
}
.cid-u7nV80vgDC .mbr-section-title,
.cid-u7nV80vgDC .icon-wrapper,
.cid-u7nV80vgDC .mbr-section-btn {
  color: #666666;
}
.cid-u7nV80RaUv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u7nV80RaUv .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u7nV80RaUv .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7nV80RaUv .container {
    padding: 0 24px;
  }
}
.cid-u7nV80RaUv .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u7nV80RaUv .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u7nV80RaUv .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u7nV80RaUv .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u7nV80RaUv .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u7nV80RaUv .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u7nV80RaUv .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u7nV80RaUv .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7nV80RaUv .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u7nV80RaUv .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u7nV80RaUv .content-wrapper .mbr-section-btn .btn:hover,
.cid-u7nV80RaUv .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u7nV80RaUv .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u7nV80RaUv .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u7nV80RaUv .embla__slide .slide-content {
  width: 100%;
}
.cid-u7nV80RaUv .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u7nV80RaUv .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u7nV80RaUv .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u7nV80RaUv .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u7nV80RaUv .embla__button--next,
.cid-u7nV80RaUv .embla__button--prev {
  display: flex;
}
.cid-u7nV80RaUv .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u7nV80RaUv .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u7nV80RaUv .embla__button {
    display: none;
  }
}
.cid-u7nV80RaUv .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u7nV80RaUv .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u7nV80RaUv .embla__button:hover::before {
  width: 30%;
}
.cid-u7nV80RaUv .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u7nV80RaUv .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u7nV80RaUv .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u7nV80RaUv .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u7nV80RaUv .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u7nV80RaUv .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u7nV80RaUv .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u7nV80RaUv .mbr-section-title {
  color: #141414;
}
.cid-u7nV80RaUv .mbr-text {
  color: #666666;
}
.cid-u7nV80RaUv .mbr-section-title,
.cid-u7nV80RaUv .icon-wrapper,
.cid-u7nV80RaUv .mbr-section-btn {
  color: #666666;
}
.cid-u7nV81g6oa {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0078b9;
}
.cid-u7nV81g6oa .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-u7nV81g6oa .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-u7nV81g6oa .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-u7nV81g6oa .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-u7nV81g6oa .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #339ad2;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-u7nV81g6oa .icon-transition span:hover {
  background-color: #82ebff;
}
.cid-u7nV81g6oa .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u7nV81g6oa .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-u7nV81g6oa .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-u7nV81g6oa .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-u7o092Xx7j {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u7o092Xx7j nav.navbar {
  position: fixed;
}
.cid-u7o092Xx7j .btn {
  line-height: 1.2;
}
.cid-u7o092Xx7j .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7o092Xx7j .nav-link {
  position: relative;
}
.cid-u7o092Xx7j .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #a5d8f3;
}
.cid-u7o092Xx7j .nav-link:hover {
  color: #a5d8f3 !important;
}
.cid-u7o092Xx7j .nav-link:hover:before {
  width: 100%;
}
.cid-u7o092Xx7j .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-u7o092Xx7j .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7o092Xx7j .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7o092Xx7j .dropdown-item:hover,
.cid-u7o092Xx7j .dropdown-item:focus {
  background: #0078b9 !important;
  color: white !important;
}
.cid-u7o092Xx7j .dropdown-item:hover span {
  color: white;
}
.cid-u7o092Xx7j .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7o092Xx7j .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7o092Xx7j .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u7o092Xx7j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-u7o092Xx7j .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u7o092Xx7j .container {
    flex-wrap: nowrap;
  }
}
.cid-u7o092Xx7j .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u7o092Xx7j .navbar-nav {
  margin: auto;
}
.cid-u7o092Xx7j .dropdown-menu,
.cid-u7o092Xx7j .navbar.opened {
  background: #0078b9 !important;
}
.cid-u7o092Xx7j .nav-item:focus,
.cid-u7o092Xx7j .nav-link:focus {
  outline: none;
}
.cid-u7o092Xx7j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7o092Xx7j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7o092Xx7j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7o092Xx7j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7o092Xx7j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7o092Xx7j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7o092Xx7j .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0078b9;
}
.cid-u7o092Xx7j .navbar.opened {
  transition: all 0.3s;
}
.cid-u7o092Xx7j .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7o092Xx7j .navbar .navbar-logo img {
  width: auto;
}
.cid-u7o092Xx7j .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7o092Xx7j .navbar.collapsed {
  justify-content: center;
}
.cid-u7o092Xx7j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7o092Xx7j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7o092Xx7j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u7o092Xx7j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7o092Xx7j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7o092Xx7j .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-u7o092Xx7j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7o092Xx7j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7o092Xx7j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7o092Xx7j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7o092Xx7j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7o092Xx7j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7o092Xx7j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7o092Xx7j .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-u7o092Xx7j .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7o092Xx7j .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7o092Xx7j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7o092Xx7j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7o092Xx7j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7o092Xx7j .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u7o092Xx7j .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u7o092Xx7j .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7o092Xx7j .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-u7o092Xx7j .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7o092Xx7j .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7o092Xx7j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7o092Xx7j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7o092Xx7j .dropdown-item.active,
.cid-u7o092Xx7j .dropdown-item:active {
  background-color: transparent;
}
.cid-u7o092Xx7j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7o092Xx7j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7o092Xx7j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7o092Xx7j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0078b9;
}
.cid-u7o092Xx7j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7o092Xx7j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7o092Xx7j ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7o092Xx7j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7o092Xx7j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u7o092Xx7j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7o092Xx7j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7o092Xx7j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7o092Xx7j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7o092Xx7j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7o092Xx7j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7o092Xx7j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7o092Xx7j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7o092Xx7j .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7o092Xx7j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7o092Xx7j .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-u7o092Xx7j .navbar {
    height: 70px;
  }
  .cid-u7o092Xx7j .navbar.opened {
    height: auto;
  }
  .cid-u7o092Xx7j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7o093AhH5 {
  display: flex;
  background-image: url("../../../assets/images/main-lenzfried-rh-blue-shading.webp");
}
.cid-u7o093AhH5 .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-u7o093AhH5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7o093AhH5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7o093AhH5 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-u7o093AhH5 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-u7o093AhH5 {
    align-items: flex-end;
  }
  .cid-u7o093AhH5 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u7o093AhH5 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u7o093AhH5 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u7o093AhH5 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u7o093AhH5 .content-wrap {
    width: 100%;
  }
}
.cid-u7o093AhH5 .mbr-section-title {
  text-align: left;
}
.cid-u7o093AhH5 .mbr-text,
.cid-u7o093AhH5 .mbr-section-btn {
  text-align: left;
}
.cid-u7o0942P6G {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7o0942P6G .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7o0942P6G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7o0942P6G .mbr-section-subtitle {
  color: #666666;
}
.cid-u7o094mefm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u7o094mefm .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u7o094mefm .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7o094mefm .container {
    padding: 0 24px;
  }
}
.cid-u7o094mefm .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u7o094mefm .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u7o094mefm .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u7o094mefm .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u7o094mefm .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u7o094mefm .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u7o094mefm .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u7o094mefm .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7o094mefm .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u7o094mefm .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u7o094mefm .content-wrapper .mbr-section-btn .btn:hover,
.cid-u7o094mefm .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u7o094mefm .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u7o094mefm .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u7o094mefm .embla__slide .slide-content {
  width: 100%;
}
.cid-u7o094mefm .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u7o094mefm .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u7o094mefm .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u7o094mefm .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u7o094mefm .embla__button--next,
.cid-u7o094mefm .embla__button--prev {
  display: flex;
}
.cid-u7o094mefm .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u7o094mefm .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u7o094mefm .embla__button {
    display: none;
  }
}
.cid-u7o094mefm .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u7o094mefm .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u7o094mefm .embla__button:hover::before {
  width: 30%;
}
.cid-u7o094mefm .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u7o094mefm .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u7o094mefm .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u7o094mefm .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u7o094mefm .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u7o094mefm .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u7o094mefm .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u7o094mefm .mbr-section-title {
  color: #141414;
}
.cid-u7o094mefm .mbr-text {
  color: #666666;
}
.cid-u7o094mefm .mbr-section-title,
.cid-u7o094mefm .icon-wrapper,
.cid-u7o094mefm .mbr-section-btn {
  color: #666666;
}
.cid-u7o094OUfA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u7o094OUfA .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u7o094OUfA .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7o094OUfA .container {
    padding: 0 24px;
  }
}
.cid-u7o094OUfA .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u7o094OUfA .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u7o094OUfA .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u7o094OUfA .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u7o094OUfA .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u7o094OUfA .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u7o094OUfA .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u7o094OUfA .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7o094OUfA .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u7o094OUfA .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u7o094OUfA .content-wrapper .mbr-section-btn .btn:hover,
.cid-u7o094OUfA .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u7o094OUfA .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u7o094OUfA .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u7o094OUfA .embla__slide .slide-content {
  width: 100%;
}
.cid-u7o094OUfA .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u7o094OUfA .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u7o094OUfA .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u7o094OUfA .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u7o094OUfA .embla__button--next,
.cid-u7o094OUfA .embla__button--prev {
  display: flex;
}
.cid-u7o094OUfA .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u7o094OUfA .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u7o094OUfA .embla__button {
    display: none;
  }
}
.cid-u7o094OUfA .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u7o094OUfA .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u7o094OUfA .embla__button:hover::before {
  width: 30%;
}
.cid-u7o094OUfA .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u7o094OUfA .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u7o094OUfA .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u7o094OUfA .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u7o094OUfA .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u7o094OUfA .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u7o094OUfA .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u7o094OUfA .mbr-section-title {
  color: #141414;
}
.cid-u7o094OUfA .mbr-text {
  color: #666666;
}
.cid-u7o094OUfA .mbr-section-title,
.cid-u7o094OUfA .icon-wrapper,
.cid-u7o094OUfA .mbr-section-btn {
  color: #666666;
}
.cid-u7o095h0FX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u7o095h0FX .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u7o095h0FX .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7o095h0FX .container {
    padding: 0 24px;
  }
}
.cid-u7o095h0FX .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u7o095h0FX .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u7o095h0FX .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u7o095h0FX .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u7o095h0FX .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u7o095h0FX .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u7o095h0FX .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u7o095h0FX .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7o095h0FX .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u7o095h0FX .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u7o095h0FX .content-wrapper .mbr-section-btn .btn:hover,
.cid-u7o095h0FX .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u7o095h0FX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u7o095h0FX .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u7o095h0FX .embla__slide .slide-content {
  width: 100%;
}
.cid-u7o095h0FX .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u7o095h0FX .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u7o095h0FX .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u7o095h0FX .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u7o095h0FX .embla__button--next,
.cid-u7o095h0FX .embla__button--prev {
  display: flex;
}
.cid-u7o095h0FX .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u7o095h0FX .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u7o095h0FX .embla__button {
    display: none;
  }
}
.cid-u7o095h0FX .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u7o095h0FX .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u7o095h0FX .embla__button:hover::before {
  width: 30%;
}
.cid-u7o095h0FX .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u7o095h0FX .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u7o095h0FX .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u7o095h0FX .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u7o095h0FX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u7o095h0FX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u7o095h0FX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u7o095h0FX .mbr-section-title {
  color: #141414;
}
.cid-u7o095h0FX .mbr-text {
  color: #666666;
}
.cid-u7o095h0FX .mbr-section-title,
.cid-u7o095h0FX .icon-wrapper,
.cid-u7o095h0FX .mbr-section-btn {
  color: #666666;
}
.cid-u7o095JBpX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u7o095JBpX .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u7o095JBpX .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7o095JBpX .container {
    padding: 0 24px;
  }
}
.cid-u7o095JBpX .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u7o095JBpX .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u7o095JBpX .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u7o095JBpX .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u7o095JBpX .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u7o095JBpX .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u7o095JBpX .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u7o095JBpX .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7o095JBpX .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u7o095JBpX .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u7o095JBpX .content-wrapper .mbr-section-btn .btn:hover,
.cid-u7o095JBpX .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u7o095JBpX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u7o095JBpX .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u7o095JBpX .embla__slide .slide-content {
  width: 100%;
}
.cid-u7o095JBpX .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u7o095JBpX .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u7o095JBpX .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u7o095JBpX .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u7o095JBpX .embla__button--next,
.cid-u7o095JBpX .embla__button--prev {
  display: flex;
}
.cid-u7o095JBpX .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u7o095JBpX .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u7o095JBpX .embla__button {
    display: none;
  }
}
.cid-u7o095JBpX .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u7o095JBpX .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u7o095JBpX .embla__button:hover::before {
  width: 30%;
}
.cid-u7o095JBpX .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u7o095JBpX .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u7o095JBpX .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u7o095JBpX .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u7o095JBpX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u7o095JBpX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u7o095JBpX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u7o095JBpX .mbr-section-title {
  color: #141414;
}
.cid-u7o095JBpX .mbr-text {
  color: #666666;
}
.cid-u7o095JBpX .mbr-section-title,
.cid-u7o095JBpX .icon-wrapper,
.cid-u7o095JBpX .mbr-section-btn {
  color: #666666;
}
.cid-u7o096fgFt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u7o096fgFt .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u7o096fgFt .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7o096fgFt .container {
    padding: 0 24px;
  }
}
.cid-u7o096fgFt .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u7o096fgFt .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u7o096fgFt .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u7o096fgFt .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u7o096fgFt .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u7o096fgFt .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u7o096fgFt .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u7o096fgFt .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7o096fgFt .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u7o096fgFt .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u7o096fgFt .content-wrapper .mbr-section-btn .btn:hover,
.cid-u7o096fgFt .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u7o096fgFt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u7o096fgFt .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u7o096fgFt .embla__slide .slide-content {
  width: 100%;
}
.cid-u7o096fgFt .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u7o096fgFt .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u7o096fgFt .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u7o096fgFt .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u7o096fgFt .embla__button--next,
.cid-u7o096fgFt .embla__button--prev {
  display: flex;
}
.cid-u7o096fgFt .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u7o096fgFt .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u7o096fgFt .embla__button {
    display: none;
  }
}
.cid-u7o096fgFt .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u7o096fgFt .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u7o096fgFt .embla__button:hover::before {
  width: 30%;
}
.cid-u7o096fgFt .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u7o096fgFt .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u7o096fgFt .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u7o096fgFt .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u7o096fgFt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u7o096fgFt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u7o096fgFt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u7o096fgFt .mbr-section-title {
  color: #141414;
}
.cid-u7o096fgFt .mbr-text {
  color: #666666;
}
.cid-u7o096fgFt .mbr-section-title,
.cid-u7o096fgFt .icon-wrapper,
.cid-u7o096fgFt .mbr-section-btn {
  color: #666666;
}
.cid-u7o096HKCb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0078b9;
}
.cid-u7o096HKCb .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-u7o096HKCb .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-u7o096HKCb .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-u7o096HKCb .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-u7o096HKCb .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #339ad2;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-u7o096HKCb .icon-transition span:hover {
  background-color: #82ebff;
}
.cid-u7o096HKCb .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u7o096HKCb .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-u7o096HKCb .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-u7o096HKCb .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-u7L54zRUsg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u7L54zRUsg nav.navbar {
  position: fixed;
}
.cid-u7L54zRUsg .btn {
  line-height: 1.2;
}
.cid-u7L54zRUsg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7L54zRUsg .nav-link {
  position: relative;
}
.cid-u7L54zRUsg .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #a5d8f3;
}
.cid-u7L54zRUsg .nav-link:hover {
  color: #a5d8f3 !important;
}
.cid-u7L54zRUsg .nav-link:hover:before {
  width: 100%;
}
.cid-u7L54zRUsg .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-u7L54zRUsg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7L54zRUsg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7L54zRUsg .dropdown-item:hover,
.cid-u7L54zRUsg .dropdown-item:focus {
  background: #0078b9 !important;
  color: white !important;
}
.cid-u7L54zRUsg .dropdown-item:hover span {
  color: white;
}
.cid-u7L54zRUsg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7L54zRUsg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7L54zRUsg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u7L54zRUsg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-u7L54zRUsg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u7L54zRUsg .container {
    flex-wrap: nowrap;
  }
}
.cid-u7L54zRUsg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u7L54zRUsg .navbar-nav {
  margin: auto;
}
.cid-u7L54zRUsg .dropdown-menu,
.cid-u7L54zRUsg .navbar.opened {
  background: #0078b9 !important;
}
.cid-u7L54zRUsg .nav-item:focus,
.cid-u7L54zRUsg .nav-link:focus {
  outline: none;
}
.cid-u7L54zRUsg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7L54zRUsg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7L54zRUsg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7L54zRUsg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7L54zRUsg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7L54zRUsg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7L54zRUsg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0078b9;
}
.cid-u7L54zRUsg .navbar.opened {
  transition: all 0.3s;
}
.cid-u7L54zRUsg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7L54zRUsg .navbar .navbar-logo img {
  width: auto;
}
.cid-u7L54zRUsg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7L54zRUsg .navbar.collapsed {
  justify-content: center;
}
.cid-u7L54zRUsg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7L54zRUsg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7L54zRUsg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u7L54zRUsg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7L54zRUsg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7L54zRUsg .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-u7L54zRUsg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7L54zRUsg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7L54zRUsg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7L54zRUsg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7L54zRUsg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7L54zRUsg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7L54zRUsg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7L54zRUsg .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-u7L54zRUsg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7L54zRUsg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7L54zRUsg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7L54zRUsg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7L54zRUsg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7L54zRUsg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u7L54zRUsg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u7L54zRUsg .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7L54zRUsg .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-u7L54zRUsg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7L54zRUsg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7L54zRUsg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7L54zRUsg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7L54zRUsg .dropdown-item.active,
.cid-u7L54zRUsg .dropdown-item:active {
  background-color: transparent;
}
.cid-u7L54zRUsg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7L54zRUsg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7L54zRUsg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7L54zRUsg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0078b9;
}
.cid-u7L54zRUsg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7L54zRUsg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7L54zRUsg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7L54zRUsg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7L54zRUsg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u7L54zRUsg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7L54zRUsg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7L54zRUsg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7L54zRUsg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7L54zRUsg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7L54zRUsg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7L54zRUsg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7L54zRUsg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7L54zRUsg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u7L54zRUsg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7L54zRUsg .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-u7L54zRUsg .navbar {
    height: 70px;
  }
  .cid-u7L54zRUsg .navbar.opened {
    height: auto;
  }
  .cid-u7L54zRUsg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7L54A9VUz {
  display: flex;
  background-image: url("../../../assets/images/main-lenzfried-rh-blue-shading.webp");
}
.cid-u7L54A9VUz .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-u7L54A9VUz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7L54A9VUz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7L54A9VUz .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-u7L54A9VUz .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-u7L54A9VUz {
    align-items: flex-end;
  }
  .cid-u7L54A9VUz .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u7L54A9VUz .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u7L54A9VUz {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u7L54A9VUz .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u7L54A9VUz .content-wrap {
    width: 100%;
  }
}
.cid-u7L54A9VUz .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-u7L54A9VUz .mbr-text,
.cid-u7L54A9VUz .mbr-section-btn {
  text-align: left;
}
.cid-u7L54AkXM8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7L54AkXM8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7L54AkXM8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7L54AkXM8 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u7L54AkXM8 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7L54AkXM8 .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7L54AkXM8 .image-wrapper {
    padding: 0;
  }
}
.cid-u7L54AkXM8 .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1px !important;
}
@media (max-width: 992px) {
  .cid-u7L54AkXM8 .image-wrapper img {
    height: 350px;
  }
}
.cid-u7L54AkXM8 .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-u7L54AkXM8 .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-u7L54AkXM8 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u7L54AkXM8 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-u7L54AkXM8 .content-wrapper .mbr-text {
  margin: 64px 0 0;
}
@media (max-width: 992px) {
  .cid-u7L54AkXM8 .content-wrapper .mbr-text {
    margin: 32px 0 0;
  }
}
.cid-u7L54AkXM8 .content-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-u7L54AkXM8 .content-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u7L54AkXM8 .mbr-section-title {
  color: #262642;
}
.cid-u7L54AkXM8 .mbr-section-subtitle {
  color: #666666;
}
.cid-u7L54AkXM8 .mbr-text {
  color: #666666;
}
.cid-u7L54AkXM8 .mbr-section-title,
.cid-u7L54AkXM8 .mbr-section-btn {
  color: #666666;
}
.cid-u7L54AuKzX {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #0078b9;
}
.cid-u7L54AuKzX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7L54AuKzX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7L54AuKzX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u7L54ACoTb {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0078b9;
}
.cid-u7L54ACoTb .content-head {
  max-width: 800px;
}
.cid-u7L54ALHML {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0078b9;
}
.cid-u7L54ALHML h6 {
  line-height: 1.2;
}
.cid-u7L54ALHML img,
.cid-u7L54ALHML .item-img {
  width: 100%;
  height: 100%;
}
.cid-u7L54ALHML .item:focus,
.cid-u7L54ALHML span:focus {
  outline: none;
}
.cid-u7L54ALHML .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-u7L54ALHML .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-u7L54ALHML .mbr-section-title {
  color: #ffffff;
}
.cid-u7L54ALHML .mbr-text,
.cid-u7L54ALHML .mbr-section-btn {
  color: #000000;
}
.cid-u7L54ALHML .item-title {
  color: #000000;
  text-align: center;
}
.cid-u7L54ALHML .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u7L54ALHML .item-text {
  color: #000000;
  text-align: center;
}
.cid-u7L54ALHML .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-u7L54ALHML .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u7L54ALHML .item-title,
.cid-u7L54ALHML .mbr-section-btn {
  color: #ffffff;
}
.cid-u7L54B4LBt {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u7L54B4LBt .container-fluid {
  padding: 0 3rem;
}
.cid-u7L54B4LBt .mbr-section-subtitle {
  color: #000000;
}
.cid-u7L54B4LBt .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-u7L54B4LBt .table-wrapper {
  margin: 0 auto;
}
.cid-u7L54B4LBt .head-item {
  min-width: 70px;
}
.cid-u7L54B4LBt table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-u7L54B4LBt table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #0078b9;
  color: white;
  vertical-align: middle;
}
.cid-u7L54B4LBt table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-u7L54B4LBt table.table {
  background: #ffffff;
}
.cid-u7L54B4LBt .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-u7L54B4LBt .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-u7L54B4LBt .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-u7L54B4LBt .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-u7L54B4LBt .dataTables_wrapper {
  display: block;
}
.cid-u7L54B4LBt .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-u7L54B4LBt .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-u7L54B4LBt .head-item:after,
.cid-u7L54B4LBt .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-u7L54B4LBt .dataTables_filter {
    text-align: center;
  }
  .cid-u7L54B4LBt .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-u7L54B4LBt .dataTables_filter {
    text-align: center;
  }
  .cid-u7L54B4LBt .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-u7L54B4LBt .table-wrapper {
    width: 100% !important;
  }
  .cid-u7L54B4LBt .container-fluid {
    padding: 0 1rem;
  }
  .cid-u7L54B4LBt table th,
  .cid-u7L54B4LBt table td {
    padding: 0.75rem;
  }
}
.cid-u7L54B4LBt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7L54B4LBt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7L54B4LBt .mbr-section-title,
.cid-u7L54B4LBt .underline {
  color: #666666;
}
.cid-u7L54B4LBt .body-item {
  color: #666666;
}
.cid-u7L54BtUYT {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u7L54BtUYT img,
.cid-u7L54BtUYT .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u7L54BtUYT .item:focus,
.cid-u7L54BtUYT span:focus {
  outline: none;
}
.cid-u7L54BtUYT .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u7L54BtUYT .item {
    margin-bottom: 1rem;
  }
}
.cid-u7L54BtUYT .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-u7L54BtUYT .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u7L54BtUYT .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-u7L54BtUYT .item-wrapper {
  position: relative;
  background: #f6faff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u7L54BtUYT .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u7L54BtUYT .mbr-section-title {
  color: #0078b9;
}
.cid-u7L54BtUYT .item-title {
  text-align: left;
}
.cid-u7L54BtUYT .item-subtitle {
  text-align: left;
}
.cid-u7L54BtUYT .mbr-text,
.cid-u7L54BtUYT .item .mbr-section-btn {
  text-align: left;
  color: #666666;
}
.cid-u7L54BtUYT .content-head {
  max-width: 800px;
}
.cid-u7L54BtUYT .mbr-section-subtitle,
.cid-u7L54BtUYT .mbr-section-head .mbr-section-btn {
  color: #666666;
}
.cid-u7L54BIbcn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0078b9;
}
.cid-u7L54BIbcn .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-u7L54BIbcn .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-u7L54BIbcn .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-u7L54BIbcn .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-u7L54BIbcn .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #339ad2;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-u7L54BIbcn .icon-transition span:hover {
  background-color: #82ebff;
}
.cid-u7L54BIbcn .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u7L54BIbcn .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-u7L54BIbcn .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-u7L54BIbcn .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-u825iIP02f {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u825iIP02f nav.navbar {
  position: fixed;
}
.cid-u825iIP02f .btn {
  line-height: 1.2;
}
.cid-u825iIP02f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u825iIP02f .nav-link {
  position: relative;
}
.cid-u825iIP02f .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #a5d8f3;
}
.cid-u825iIP02f .nav-link:hover {
  color: #a5d8f3 !important;
}
.cid-u825iIP02f .nav-link:hover:before {
  width: 100%;
}
.cid-u825iIP02f .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-u825iIP02f .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u825iIP02f .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u825iIP02f .dropdown-item:hover,
.cid-u825iIP02f .dropdown-item:focus {
  background: #0078b9 !important;
  color: white !important;
}
.cid-u825iIP02f .dropdown-item:hover span {
  color: white;
}
.cid-u825iIP02f .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u825iIP02f .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u825iIP02f .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u825iIP02f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-u825iIP02f .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u825iIP02f .container {
    flex-wrap: nowrap;
  }
}
.cid-u825iIP02f .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u825iIP02f .navbar-nav {
  margin: auto;
}
.cid-u825iIP02f .dropdown-menu,
.cid-u825iIP02f .navbar.opened {
  background: #0078b9 !important;
}
.cid-u825iIP02f .nav-item:focus,
.cid-u825iIP02f .nav-link:focus {
  outline: none;
}
.cid-u825iIP02f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u825iIP02f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u825iIP02f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u825iIP02f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u825iIP02f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u825iIP02f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u825iIP02f .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0078b9;
}
.cid-u825iIP02f .navbar.opened {
  transition: all 0.3s;
}
.cid-u825iIP02f .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u825iIP02f .navbar .navbar-logo img {
  width: auto;
}
.cid-u825iIP02f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u825iIP02f .navbar.collapsed {
  justify-content: center;
}
.cid-u825iIP02f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u825iIP02f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u825iIP02f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u825iIP02f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u825iIP02f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u825iIP02f .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-u825iIP02f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u825iIP02f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u825iIP02f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u825iIP02f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u825iIP02f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u825iIP02f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u825iIP02f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u825iIP02f .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-u825iIP02f .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u825iIP02f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u825iIP02f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u825iIP02f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u825iIP02f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u825iIP02f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u825iIP02f .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u825iIP02f .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u825iIP02f .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-u825iIP02f .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u825iIP02f .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u825iIP02f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u825iIP02f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u825iIP02f .dropdown-item.active,
.cid-u825iIP02f .dropdown-item:active {
  background-color: transparent;
}
.cid-u825iIP02f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u825iIP02f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u825iIP02f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u825iIP02f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0078b9;
}
.cid-u825iIP02f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u825iIP02f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u825iIP02f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u825iIP02f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u825iIP02f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u825iIP02f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u825iIP02f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u825iIP02f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u825iIP02f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u825iIP02f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u825iIP02f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u825iIP02f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u825iIP02f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u825iIP02f .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u825iIP02f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u825iIP02f .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-u825iIP02f .navbar {
    height: 70px;
  }
  .cid-u825iIP02f .navbar.opened {
    height: auto;
  }
  .cid-u825iIP02f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u825iJbqpo {
  display: flex;
  background-image: url("../../../assets/images/main-lenzfried-rh-blue-shading.webp");
}
.cid-u825iJbqpo .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-u825iJbqpo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u825iJbqpo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u825iJbqpo .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-u825iJbqpo .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-u825iJbqpo {
    align-items: flex-end;
  }
  .cid-u825iJbqpo .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u825iJbqpo .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u825iJbqpo {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u825iJbqpo .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u825iJbqpo .content-wrap {
    width: 100%;
  }
}
.cid-u825iJbqpo .mbr-section-title {
  text-align: left;
}
.cid-u825iJbqpo .mbr-text,
.cid-u825iJbqpo .mbr-section-btn {
  text-align: left;
}
.cid-u825iJuSrz {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u825iJuSrz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u825iJuSrz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u825iJuSrz .mbr-section-subtitle {
  color: #666666;
}
.cid-u825iJOaRf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u825iJOaRf .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u825iJOaRf .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u825iJOaRf .container {
    padding: 0 24px;
  }
}
.cid-u825iJOaRf .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u825iJOaRf .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u825iJOaRf .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u825iJOaRf .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u825iJOaRf .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u825iJOaRf .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u825iJOaRf .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u825iJOaRf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u825iJOaRf .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u825iJOaRf .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u825iJOaRf .content-wrapper .mbr-section-btn .btn:hover,
.cid-u825iJOaRf .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u825iJOaRf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u825iJOaRf .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u825iJOaRf .embla__slide .slide-content {
  width: 100%;
}
.cid-u825iJOaRf .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u825iJOaRf .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u825iJOaRf .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u825iJOaRf .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u825iJOaRf .embla__button--next,
.cid-u825iJOaRf .embla__button--prev {
  display: flex;
}
.cid-u825iJOaRf .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u825iJOaRf .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u825iJOaRf .embla__button {
    display: none;
  }
}
.cid-u825iJOaRf .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u825iJOaRf .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u825iJOaRf .embla__button:hover::before {
  width: 30%;
}
.cid-u825iJOaRf .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u825iJOaRf .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u825iJOaRf .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u825iJOaRf .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u825iJOaRf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u825iJOaRf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u825iJOaRf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u825iJOaRf .mbr-section-title {
  color: #141414;
}
.cid-u825iJOaRf .mbr-text {
  color: #666666;
}
.cid-u825iJOaRf .mbr-section-title,
.cid-u825iJOaRf .icon-wrapper,
.cid-u825iJOaRf .mbr-section-btn {
  color: #666666;
}
.cid-u825iKaqEM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u825iKaqEM .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u825iKaqEM .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u825iKaqEM .container {
    padding: 0 24px;
  }
}
.cid-u825iKaqEM .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u825iKaqEM .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u825iKaqEM .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u825iKaqEM .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u825iKaqEM .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u825iKaqEM .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u825iKaqEM .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u825iKaqEM .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u825iKaqEM .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u825iKaqEM .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u825iKaqEM .content-wrapper .mbr-section-btn .btn:hover,
.cid-u825iKaqEM .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u825iKaqEM .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u825iKaqEM .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u825iKaqEM .embla__slide .slide-content {
  width: 100%;
}
.cid-u825iKaqEM .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u825iKaqEM .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u825iKaqEM .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u825iKaqEM .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u825iKaqEM .embla__button--next,
.cid-u825iKaqEM .embla__button--prev {
  display: flex;
}
.cid-u825iKaqEM .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u825iKaqEM .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u825iKaqEM .embla__button {
    display: none;
  }
}
.cid-u825iKaqEM .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u825iKaqEM .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u825iKaqEM .embla__button:hover::before {
  width: 30%;
}
.cid-u825iKaqEM .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u825iKaqEM .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u825iKaqEM .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u825iKaqEM .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u825iKaqEM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u825iKaqEM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u825iKaqEM .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u825iKaqEM .mbr-section-title {
  color: #141414;
}
.cid-u825iKaqEM .mbr-text {
  color: #666666;
}
.cid-u825iKaqEM .mbr-section-title,
.cid-u825iKaqEM .icon-wrapper,
.cid-u825iKaqEM .mbr-section-btn {
  color: #666666;
}
.cid-u825iKuv3g {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u825iKuv3g .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u825iKuv3g .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u825iKuv3g .container {
    padding: 0 24px;
  }
}
.cid-u825iKuv3g .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u825iKuv3g .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u825iKuv3g .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u825iKuv3g .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u825iKuv3g .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u825iKuv3g .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u825iKuv3g .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u825iKuv3g .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u825iKuv3g .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u825iKuv3g .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u825iKuv3g .content-wrapper .mbr-section-btn .btn:hover,
.cid-u825iKuv3g .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u825iKuv3g .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u825iKuv3g .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u825iKuv3g .embla__slide .slide-content {
  width: 100%;
}
.cid-u825iKuv3g .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u825iKuv3g .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u825iKuv3g .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u825iKuv3g .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u825iKuv3g .embla__button--next,
.cid-u825iKuv3g .embla__button--prev {
  display: flex;
}
.cid-u825iKuv3g .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u825iKuv3g .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u825iKuv3g .embla__button {
    display: none;
  }
}
.cid-u825iKuv3g .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u825iKuv3g .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u825iKuv3g .embla__button:hover::before {
  width: 30%;
}
.cid-u825iKuv3g .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u825iKuv3g .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u825iKuv3g .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u825iKuv3g .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u825iKuv3g .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u825iKuv3g .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u825iKuv3g .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u825iKuv3g .mbr-section-title {
  color: #141414;
}
.cid-u825iKuv3g .mbr-text {
  color: #666666;
}
.cid-u825iKuv3g .mbr-section-title,
.cid-u825iKuv3g .icon-wrapper,
.cid-u825iKuv3g .mbr-section-btn {
  color: #666666;
}
.cid-u825iKOD7V {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u825iKOD7V .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u825iKOD7V .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u825iKOD7V .container {
    padding: 0 24px;
  }
}
.cid-u825iKOD7V .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u825iKOD7V .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u825iKOD7V .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u825iKOD7V .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u825iKOD7V .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u825iKOD7V .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u825iKOD7V .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u825iKOD7V .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u825iKOD7V .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u825iKOD7V .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u825iKOD7V .content-wrapper .mbr-section-btn .btn:hover,
.cid-u825iKOD7V .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u825iKOD7V .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u825iKOD7V .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u825iKOD7V .embla__slide .slide-content {
  width: 100%;
}
.cid-u825iKOD7V .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u825iKOD7V .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u825iKOD7V .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u825iKOD7V .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u825iKOD7V .embla__button--next,
.cid-u825iKOD7V .embla__button--prev {
  display: flex;
}
.cid-u825iKOD7V .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u825iKOD7V .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u825iKOD7V .embla__button {
    display: none;
  }
}
.cid-u825iKOD7V .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u825iKOD7V .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u825iKOD7V .embla__button:hover::before {
  width: 30%;
}
.cid-u825iKOD7V .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u825iKOD7V .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u825iKOD7V .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u825iKOD7V .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u825iKOD7V .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u825iKOD7V .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u825iKOD7V .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u825iKOD7V .mbr-section-title {
  color: #141414;
}
.cid-u825iKOD7V .mbr-text {
  color: #666666;
}
.cid-u825iKOD7V .mbr-section-title,
.cid-u825iKOD7V .icon-wrapper,
.cid-u825iKOD7V .mbr-section-btn {
  color: #666666;
}
.cid-u825iLbAqb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u825iLbAqb .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u825iLbAqb .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u825iLbAqb .container {
    padding: 0 24px;
  }
}
.cid-u825iLbAqb .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u825iLbAqb .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u825iLbAqb .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u825iLbAqb .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u825iLbAqb .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u825iLbAqb .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u825iLbAqb .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u825iLbAqb .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u825iLbAqb .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u825iLbAqb .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u825iLbAqb .content-wrapper .mbr-section-btn .btn:hover,
.cid-u825iLbAqb .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u825iLbAqb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u825iLbAqb .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u825iLbAqb .embla__slide .slide-content {
  width: 100%;
}
.cid-u825iLbAqb .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u825iLbAqb .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u825iLbAqb .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u825iLbAqb .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u825iLbAqb .embla__button--next,
.cid-u825iLbAqb .embla__button--prev {
  display: flex;
}
.cid-u825iLbAqb .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u825iLbAqb .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u825iLbAqb .embla__button {
    display: none;
  }
}
.cid-u825iLbAqb .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u825iLbAqb .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u825iLbAqb .embla__button:hover::before {
  width: 30%;
}
.cid-u825iLbAqb .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u825iLbAqb .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u825iLbAqb .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u825iLbAqb .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u825iLbAqb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u825iLbAqb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u825iLbAqb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u825iLbAqb .mbr-section-title {
  color: #141414;
}
.cid-u825iLbAqb .mbr-text {
  color: #666666;
}
.cid-u825iLbAqb .mbr-section-title,
.cid-u825iLbAqb .icon-wrapper,
.cid-u825iLbAqb .mbr-section-btn {
  color: #666666;
}
.cid-u825iLAxrF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0078b9;
}
.cid-u825iLAxrF .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-u825iLAxrF .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-u825iLAxrF .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-u825iLAxrF .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-u825iLAxrF .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #339ad2;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-u825iLAxrF .icon-transition span:hover {
  background-color: #82ebff;
}
.cid-u825iLAxrF .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u825iLAxrF .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-u825iLAxrF .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-u825iLAxrF .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-u82igEtssn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u82igEtssn nav.navbar {
  position: fixed;
}
.cid-u82igEtssn .btn {
  line-height: 1.2;
}
.cid-u82igEtssn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u82igEtssn .nav-link {
  position: relative;
}
.cid-u82igEtssn .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #a5d8f3;
}
.cid-u82igEtssn .nav-link:hover {
  color: #a5d8f3 !important;
}
.cid-u82igEtssn .nav-link:hover:before {
  width: 100%;
}
.cid-u82igEtssn .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-u82igEtssn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u82igEtssn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u82igEtssn .dropdown-item:hover,
.cid-u82igEtssn .dropdown-item:focus {
  background: #0078b9 !important;
  color: white !important;
}
.cid-u82igEtssn .dropdown-item:hover span {
  color: white;
}
.cid-u82igEtssn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u82igEtssn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u82igEtssn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u82igEtssn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-u82igEtssn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u82igEtssn .container {
    flex-wrap: nowrap;
  }
}
.cid-u82igEtssn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u82igEtssn .navbar-nav {
  margin: auto;
}
.cid-u82igEtssn .dropdown-menu,
.cid-u82igEtssn .navbar.opened {
  background: #0078b9 !important;
}
.cid-u82igEtssn .nav-item:focus,
.cid-u82igEtssn .nav-link:focus {
  outline: none;
}
.cid-u82igEtssn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u82igEtssn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u82igEtssn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u82igEtssn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u82igEtssn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u82igEtssn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u82igEtssn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0078b9;
}
.cid-u82igEtssn .navbar.opened {
  transition: all 0.3s;
}
.cid-u82igEtssn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u82igEtssn .navbar .navbar-logo img {
  width: auto;
}
.cid-u82igEtssn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u82igEtssn .navbar.collapsed {
  justify-content: center;
}
.cid-u82igEtssn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u82igEtssn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u82igEtssn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u82igEtssn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u82igEtssn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u82igEtssn .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-u82igEtssn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u82igEtssn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u82igEtssn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u82igEtssn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u82igEtssn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u82igEtssn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u82igEtssn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u82igEtssn .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-u82igEtssn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u82igEtssn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u82igEtssn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u82igEtssn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u82igEtssn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u82igEtssn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u82igEtssn .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u82igEtssn .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u82igEtssn .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-u82igEtssn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u82igEtssn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u82igEtssn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u82igEtssn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u82igEtssn .dropdown-item.active,
.cid-u82igEtssn .dropdown-item:active {
  background-color: transparent;
}
.cid-u82igEtssn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u82igEtssn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u82igEtssn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u82igEtssn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0078b9;
}
.cid-u82igEtssn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u82igEtssn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u82igEtssn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u82igEtssn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u82igEtssn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u82igEtssn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u82igEtssn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u82igEtssn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u82igEtssn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u82igEtssn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u82igEtssn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u82igEtssn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u82igEtssn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u82igEtssn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u82igEtssn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u82igEtssn .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-u82igEtssn .navbar {
    height: 70px;
  }
  .cid-u82igEtssn .navbar.opened {
    height: auto;
  }
  .cid-u82igEtssn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u82igEPltJ {
  display: flex;
  background-image: url("../../../assets/images/main-lenzfried-rh-blue-shading.webp");
}
.cid-u82igEPltJ .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-u82igEPltJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u82igEPltJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u82igEPltJ .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-u82igEPltJ .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-u82igEPltJ {
    align-items: flex-end;
  }
  .cid-u82igEPltJ .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u82igEPltJ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u82igEPltJ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u82igEPltJ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u82igEPltJ .content-wrap {
    width: 100%;
  }
}
.cid-u82igEPltJ .mbr-section-title {
  text-align: left;
}
.cid-u82igEPltJ .mbr-text,
.cid-u82igEPltJ .mbr-section-btn {
  text-align: left;
}
.cid-u82igF89sQ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u82igF89sQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u82igF89sQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u82igF89sQ .mbr-section-subtitle {
  color: #666666;
}
.cid-u82igFpM5G {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u82igFpM5G .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u82igFpM5G .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u82igFpM5G .container {
    padding: 0 24px;
  }
}
.cid-u82igFpM5G .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u82igFpM5G .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u82igFpM5G .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u82igFpM5G .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u82igFpM5G .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u82igFpM5G .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u82igFpM5G .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u82igFpM5G .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u82igFpM5G .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u82igFpM5G .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u82igFpM5G .content-wrapper .mbr-section-btn .btn:hover,
.cid-u82igFpM5G .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u82igFpM5G .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u82igFpM5G .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u82igFpM5G .embla__slide .slide-content {
  width: 100%;
}
.cid-u82igFpM5G .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u82igFpM5G .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u82igFpM5G .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u82igFpM5G .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u82igFpM5G .embla__button--next,
.cid-u82igFpM5G .embla__button--prev {
  display: flex;
}
.cid-u82igFpM5G .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u82igFpM5G .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u82igFpM5G .embla__button {
    display: none;
  }
}
.cid-u82igFpM5G .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u82igFpM5G .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u82igFpM5G .embla__button:hover::before {
  width: 30%;
}
.cid-u82igFpM5G .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u82igFpM5G .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u82igFpM5G .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u82igFpM5G .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u82igFpM5G .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u82igFpM5G .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u82igFpM5G .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u82igFpM5G .mbr-section-title {
  color: #141414;
}
.cid-u82igFpM5G .mbr-text {
  color: #666666;
}
.cid-u82igFpM5G .mbr-section-title,
.cid-u82igFpM5G .icon-wrapper,
.cid-u82igFpM5G .mbr-section-btn {
  color: #666666;
}
.cid-u82igFJ7D2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u82igFJ7D2 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u82igFJ7D2 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u82igFJ7D2 .container {
    padding: 0 24px;
  }
}
.cid-u82igFJ7D2 .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u82igFJ7D2 .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u82igFJ7D2 .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u82igFJ7D2 .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u82igFJ7D2 .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u82igFJ7D2 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u82igFJ7D2 .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u82igFJ7D2 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u82igFJ7D2 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u82igFJ7D2 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u82igFJ7D2 .content-wrapper .mbr-section-btn .btn:hover,
.cid-u82igFJ7D2 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u82igFJ7D2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u82igFJ7D2 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u82igFJ7D2 .embla__slide .slide-content {
  width: 100%;
}
.cid-u82igFJ7D2 .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u82igFJ7D2 .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u82igFJ7D2 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u82igFJ7D2 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u82igFJ7D2 .embla__button--next,
.cid-u82igFJ7D2 .embla__button--prev {
  display: flex;
}
.cid-u82igFJ7D2 .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u82igFJ7D2 .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u82igFJ7D2 .embla__button {
    display: none;
  }
}
.cid-u82igFJ7D2 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u82igFJ7D2 .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u82igFJ7D2 .embla__button:hover::before {
  width: 30%;
}
.cid-u82igFJ7D2 .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u82igFJ7D2 .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u82igFJ7D2 .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u82igFJ7D2 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u82igFJ7D2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u82igFJ7D2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u82igFJ7D2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u82igFJ7D2 .mbr-section-title {
  color: #141414;
}
.cid-u82igFJ7D2 .mbr-text {
  color: #666666;
}
.cid-u82igFJ7D2 .mbr-section-title,
.cid-u82igFJ7D2 .icon-wrapper,
.cid-u82igFJ7D2 .mbr-section-btn {
  color: #666666;
}
.cid-u82igG2JuF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u82igG2JuF .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u82igG2JuF .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u82igG2JuF .container {
    padding: 0 24px;
  }
}
.cid-u82igG2JuF .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u82igG2JuF .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u82igG2JuF .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u82igG2JuF .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u82igG2JuF .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u82igG2JuF .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u82igG2JuF .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u82igG2JuF .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u82igG2JuF .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u82igG2JuF .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u82igG2JuF .content-wrapper .mbr-section-btn .btn:hover,
.cid-u82igG2JuF .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u82igG2JuF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u82igG2JuF .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u82igG2JuF .embla__slide .slide-content {
  width: 100%;
}
.cid-u82igG2JuF .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u82igG2JuF .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u82igG2JuF .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u82igG2JuF .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u82igG2JuF .embla__button--next,
.cid-u82igG2JuF .embla__button--prev {
  display: flex;
}
.cid-u82igG2JuF .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u82igG2JuF .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u82igG2JuF .embla__button {
    display: none;
  }
}
.cid-u82igG2JuF .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u82igG2JuF .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u82igG2JuF .embla__button:hover::before {
  width: 30%;
}
.cid-u82igG2JuF .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u82igG2JuF .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u82igG2JuF .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u82igG2JuF .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u82igG2JuF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u82igG2JuF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u82igG2JuF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u82igG2JuF .mbr-section-title {
  color: #141414;
}
.cid-u82igG2JuF .mbr-text {
  color: #666666;
}
.cid-u82igG2JuF .mbr-section-title,
.cid-u82igG2JuF .icon-wrapper,
.cid-u82igG2JuF .mbr-section-btn {
  color: #666666;
}
.cid-u82igGlbsp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u82igGlbsp .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u82igGlbsp .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u82igGlbsp .container {
    padding: 0 24px;
  }
}
.cid-u82igGlbsp .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u82igGlbsp .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u82igGlbsp .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u82igGlbsp .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u82igGlbsp .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u82igGlbsp .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u82igGlbsp .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u82igGlbsp .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u82igGlbsp .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u82igGlbsp .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u82igGlbsp .content-wrapper .mbr-section-btn .btn:hover,
.cid-u82igGlbsp .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u82igGlbsp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u82igGlbsp .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u82igGlbsp .embla__slide .slide-content {
  width: 100%;
}
.cid-u82igGlbsp .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u82igGlbsp .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u82igGlbsp .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u82igGlbsp .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u82igGlbsp .embla__button--next,
.cid-u82igGlbsp .embla__button--prev {
  display: flex;
}
.cid-u82igGlbsp .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u82igGlbsp .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u82igGlbsp .embla__button {
    display: none;
  }
}
.cid-u82igGlbsp .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u82igGlbsp .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u82igGlbsp .embla__button:hover::before {
  width: 30%;
}
.cid-u82igGlbsp .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u82igGlbsp .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u82igGlbsp .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u82igGlbsp .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u82igGlbsp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u82igGlbsp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u82igGlbsp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u82igGlbsp .mbr-section-title {
  color: #141414;
}
.cid-u82igGlbsp .mbr-text {
  color: #666666;
}
.cid-u82igGlbsp .mbr-section-title,
.cid-u82igGlbsp .icon-wrapper,
.cid-u82igGlbsp .mbr-section-btn {
  color: #666666;
}
.cid-u82igGQUC5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u82igGQUC5 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u82igGQUC5 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u82igGQUC5 .container {
    padding: 0 24px;
  }
}
.cid-u82igGQUC5 .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u82igGQUC5 .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u82igGQUC5 .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u82igGQUC5 .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u82igGQUC5 .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u82igGQUC5 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u82igGQUC5 .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u82igGQUC5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u82igGQUC5 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u82igGQUC5 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u82igGQUC5 .content-wrapper .mbr-section-btn .btn:hover,
.cid-u82igGQUC5 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u82igGQUC5 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u82igGQUC5 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u82igGQUC5 .embla__slide .slide-content {
  width: 100%;
}
.cid-u82igGQUC5 .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u82igGQUC5 .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u82igGQUC5 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u82igGQUC5 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u82igGQUC5 .embla__button--next,
.cid-u82igGQUC5 .embla__button--prev {
  display: flex;
}
.cid-u82igGQUC5 .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u82igGQUC5 .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u82igGQUC5 .embla__button {
    display: none;
  }
}
.cid-u82igGQUC5 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u82igGQUC5 .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u82igGQUC5 .embla__button:hover::before {
  width: 30%;
}
.cid-u82igGQUC5 .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u82igGQUC5 .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u82igGQUC5 .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u82igGQUC5 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u82igGQUC5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u82igGQUC5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u82igGQUC5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u82igGQUC5 .mbr-section-title {
  color: #141414;
}
.cid-u82igGQUC5 .mbr-text {
  color: #666666;
}
.cid-u82igGQUC5 .mbr-section-title,
.cid-u82igGQUC5 .icon-wrapper,
.cid-u82igGQUC5 .mbr-section-btn {
  color: #666666;
}
.cid-u82igHbYea {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0078b9;
}
.cid-u82igHbYea .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-u82igHbYea .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-u82igHbYea .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-u82igHbYea .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-u82igHbYea .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #339ad2;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-u82igHbYea .icon-transition span:hover {
  background-color: #82ebff;
}
.cid-u82igHbYea .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u82igHbYea .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-u82igHbYea .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-u82igHbYea .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-u82kfBXEDr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u82kfBXEDr nav.navbar {
  position: fixed;
}
.cid-u82kfBXEDr .btn {
  line-height: 1.2;
}
.cid-u82kfBXEDr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u82kfBXEDr .nav-link {
  position: relative;
}
.cid-u82kfBXEDr .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #a5d8f3;
}
.cid-u82kfBXEDr .nav-link:hover {
  color: #a5d8f3 !important;
}
.cid-u82kfBXEDr .nav-link:hover:before {
  width: 100%;
}
.cid-u82kfBXEDr .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-u82kfBXEDr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u82kfBXEDr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u82kfBXEDr .dropdown-item:hover,
.cid-u82kfBXEDr .dropdown-item:focus {
  background: #0078b9 !important;
  color: white !important;
}
.cid-u82kfBXEDr .dropdown-item:hover span {
  color: white;
}
.cid-u82kfBXEDr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u82kfBXEDr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u82kfBXEDr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u82kfBXEDr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-u82kfBXEDr .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u82kfBXEDr .container {
    flex-wrap: nowrap;
  }
}
.cid-u82kfBXEDr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u82kfBXEDr .navbar-nav {
  margin: auto;
}
.cid-u82kfBXEDr .dropdown-menu,
.cid-u82kfBXEDr .navbar.opened {
  background: #0078b9 !important;
}
.cid-u82kfBXEDr .nav-item:focus,
.cid-u82kfBXEDr .nav-link:focus {
  outline: none;
}
.cid-u82kfBXEDr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u82kfBXEDr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u82kfBXEDr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u82kfBXEDr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u82kfBXEDr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u82kfBXEDr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u82kfBXEDr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0078b9;
}
.cid-u82kfBXEDr .navbar.opened {
  transition: all 0.3s;
}
.cid-u82kfBXEDr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u82kfBXEDr .navbar .navbar-logo img {
  width: auto;
}
.cid-u82kfBXEDr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u82kfBXEDr .navbar.collapsed {
  justify-content: center;
}
.cid-u82kfBXEDr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u82kfBXEDr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u82kfBXEDr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u82kfBXEDr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u82kfBXEDr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u82kfBXEDr .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-u82kfBXEDr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u82kfBXEDr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u82kfBXEDr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u82kfBXEDr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u82kfBXEDr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u82kfBXEDr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u82kfBXEDr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u82kfBXEDr .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-u82kfBXEDr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u82kfBXEDr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u82kfBXEDr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u82kfBXEDr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u82kfBXEDr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u82kfBXEDr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u82kfBXEDr .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u82kfBXEDr .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u82kfBXEDr .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-u82kfBXEDr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u82kfBXEDr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u82kfBXEDr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u82kfBXEDr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u82kfBXEDr .dropdown-item.active,
.cid-u82kfBXEDr .dropdown-item:active {
  background-color: transparent;
}
.cid-u82kfBXEDr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u82kfBXEDr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u82kfBXEDr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u82kfBXEDr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0078b9;
}
.cid-u82kfBXEDr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u82kfBXEDr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u82kfBXEDr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u82kfBXEDr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u82kfBXEDr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u82kfBXEDr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u82kfBXEDr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u82kfBXEDr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u82kfBXEDr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u82kfBXEDr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u82kfBXEDr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u82kfBXEDr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u82kfBXEDr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u82kfBXEDr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u82kfBXEDr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u82kfBXEDr .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-u82kfBXEDr .navbar {
    height: 70px;
  }
  .cid-u82kfBXEDr .navbar.opened {
    height: auto;
  }
  .cid-u82kfBXEDr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u82kfCiJXn {
  display: flex;
  background-image: url("../../../assets/images/main-lenzfried-rh-blue-shading.webp");
}
.cid-u82kfCiJXn .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-u82kfCiJXn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u82kfCiJXn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u82kfCiJXn .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-u82kfCiJXn .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-u82kfCiJXn {
    align-items: flex-end;
  }
  .cid-u82kfCiJXn .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u82kfCiJXn .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u82kfCiJXn {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u82kfCiJXn .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u82kfCiJXn .content-wrap {
    width: 100%;
  }
}
.cid-u82kfCiJXn .mbr-section-title {
  text-align: left;
}
.cid-u82kfCiJXn .mbr-text,
.cid-u82kfCiJXn .mbr-section-btn {
  text-align: left;
}
.cid-u82kfCyfDe {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u82kfCyfDe .mbr-fallback-image.disabled {
  display: none;
}
.cid-u82kfCyfDe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u82kfCyfDe .mbr-section-subtitle {
  color: #666666;
}
.cid-u82kfCNqRU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u82kfCNqRU .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u82kfCNqRU .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u82kfCNqRU .container {
    padding: 0 24px;
  }
}
.cid-u82kfCNqRU .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u82kfCNqRU .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u82kfCNqRU .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u82kfCNqRU .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u82kfCNqRU .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u82kfCNqRU .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u82kfCNqRU .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u82kfCNqRU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u82kfCNqRU .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u82kfCNqRU .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u82kfCNqRU .content-wrapper .mbr-section-btn .btn:hover,
.cid-u82kfCNqRU .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u82kfCNqRU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u82kfCNqRU .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u82kfCNqRU .embla__slide .slide-content {
  width: 100%;
}
.cid-u82kfCNqRU .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u82kfCNqRU .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u82kfCNqRU .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u82kfCNqRU .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u82kfCNqRU .embla__button--next,
.cid-u82kfCNqRU .embla__button--prev {
  display: flex;
}
.cid-u82kfCNqRU .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u82kfCNqRU .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u82kfCNqRU .embla__button {
    display: none;
  }
}
.cid-u82kfCNqRU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u82kfCNqRU .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u82kfCNqRU .embla__button:hover::before {
  width: 30%;
}
.cid-u82kfCNqRU .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u82kfCNqRU .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u82kfCNqRU .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u82kfCNqRU .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u82kfCNqRU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u82kfCNqRU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u82kfCNqRU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u82kfCNqRU .mbr-section-title {
  color: #141414;
}
.cid-u82kfCNqRU .mbr-text {
  color: #666666;
}
.cid-u82kfCNqRU .mbr-section-title,
.cid-u82kfCNqRU .icon-wrapper,
.cid-u82kfCNqRU .mbr-section-btn {
  color: #666666;
}
.cid-u82kfD69k3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u82kfD69k3 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u82kfD69k3 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u82kfD69k3 .container {
    padding: 0 24px;
  }
}
.cid-u82kfD69k3 .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u82kfD69k3 .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u82kfD69k3 .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u82kfD69k3 .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u82kfD69k3 .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u82kfD69k3 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u82kfD69k3 .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u82kfD69k3 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u82kfD69k3 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u82kfD69k3 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u82kfD69k3 .content-wrapper .mbr-section-btn .btn:hover,
.cid-u82kfD69k3 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u82kfD69k3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u82kfD69k3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u82kfD69k3 .embla__slide .slide-content {
  width: 100%;
}
.cid-u82kfD69k3 .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u82kfD69k3 .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u82kfD69k3 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u82kfD69k3 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u82kfD69k3 .embla__button--next,
.cid-u82kfD69k3 .embla__button--prev {
  display: flex;
}
.cid-u82kfD69k3 .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u82kfD69k3 .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u82kfD69k3 .embla__button {
    display: none;
  }
}
.cid-u82kfD69k3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u82kfD69k3 .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u82kfD69k3 .embla__button:hover::before {
  width: 30%;
}
.cid-u82kfD69k3 .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u82kfD69k3 .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u82kfD69k3 .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u82kfD69k3 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u82kfD69k3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u82kfD69k3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u82kfD69k3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u82kfD69k3 .mbr-section-title {
  color: #141414;
}
.cid-u82kfD69k3 .mbr-text {
  color: #666666;
}
.cid-u82kfD69k3 .mbr-section-title,
.cid-u82kfD69k3 .icon-wrapper,
.cid-u82kfD69k3 .mbr-section-btn {
  color: #666666;
}
.cid-u82kfDpS87 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u82kfDpS87 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u82kfDpS87 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u82kfDpS87 .container {
    padding: 0 24px;
  }
}
.cid-u82kfDpS87 .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u82kfDpS87 .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u82kfDpS87 .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u82kfDpS87 .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u82kfDpS87 .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u82kfDpS87 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u82kfDpS87 .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u82kfDpS87 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u82kfDpS87 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u82kfDpS87 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u82kfDpS87 .content-wrapper .mbr-section-btn .btn:hover,
.cid-u82kfDpS87 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u82kfDpS87 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u82kfDpS87 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u82kfDpS87 .embla__slide .slide-content {
  width: 100%;
}
.cid-u82kfDpS87 .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u82kfDpS87 .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u82kfDpS87 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u82kfDpS87 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u82kfDpS87 .embla__button--next,
.cid-u82kfDpS87 .embla__button--prev {
  display: flex;
}
.cid-u82kfDpS87 .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u82kfDpS87 .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u82kfDpS87 .embla__button {
    display: none;
  }
}
.cid-u82kfDpS87 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u82kfDpS87 .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u82kfDpS87 .embla__button:hover::before {
  width: 30%;
}
.cid-u82kfDpS87 .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u82kfDpS87 .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u82kfDpS87 .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u82kfDpS87 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u82kfDpS87 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u82kfDpS87 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u82kfDpS87 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u82kfDpS87 .mbr-section-title {
  color: #141414;
}
.cid-u82kfDpS87 .mbr-text {
  color: #666666;
}
.cid-u82kfDpS87 .mbr-section-title,
.cid-u82kfDpS87 .icon-wrapper,
.cid-u82kfDpS87 .mbr-section-btn {
  color: #666666;
}
.cid-u82kfDLxPd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u82kfDLxPd .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u82kfDLxPd .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u82kfDLxPd .container {
    padding: 0 24px;
  }
}
.cid-u82kfDLxPd .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u82kfDLxPd .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u82kfDLxPd .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u82kfDLxPd .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u82kfDLxPd .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u82kfDLxPd .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u82kfDLxPd .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u82kfDLxPd .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u82kfDLxPd .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u82kfDLxPd .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u82kfDLxPd .content-wrapper .mbr-section-btn .btn:hover,
.cid-u82kfDLxPd .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u82kfDLxPd .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u82kfDLxPd .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u82kfDLxPd .embla__slide .slide-content {
  width: 100%;
}
.cid-u82kfDLxPd .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u82kfDLxPd .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u82kfDLxPd .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u82kfDLxPd .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u82kfDLxPd .embla__button--next,
.cid-u82kfDLxPd .embla__button--prev {
  display: flex;
}
.cid-u82kfDLxPd .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u82kfDLxPd .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u82kfDLxPd .embla__button {
    display: none;
  }
}
.cid-u82kfDLxPd .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u82kfDLxPd .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u82kfDLxPd .embla__button:hover::before {
  width: 30%;
}
.cid-u82kfDLxPd .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u82kfDLxPd .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u82kfDLxPd .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u82kfDLxPd .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u82kfDLxPd .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u82kfDLxPd .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u82kfDLxPd .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u82kfDLxPd .mbr-section-title {
  color: #141414;
}
.cid-u82kfDLxPd .mbr-text {
  color: #666666;
}
.cid-u82kfDLxPd .mbr-section-title,
.cid-u82kfDLxPd .icon-wrapper,
.cid-u82kfDLxPd .mbr-section-btn {
  color: #666666;
}
.cid-u82kfE6VsK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u82kfE6VsK .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u82kfE6VsK .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u82kfE6VsK .container {
    padding: 0 24px;
  }
}
.cid-u82kfE6VsK .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u82kfE6VsK .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u82kfE6VsK .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u82kfE6VsK .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u82kfE6VsK .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u82kfE6VsK .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u82kfE6VsK .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u82kfE6VsK .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u82kfE6VsK .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u82kfE6VsK .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u82kfE6VsK .content-wrapper .mbr-section-btn .btn:hover,
.cid-u82kfE6VsK .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u82kfE6VsK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u82kfE6VsK .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u82kfE6VsK .embla__slide .slide-content {
  width: 100%;
}
.cid-u82kfE6VsK .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u82kfE6VsK .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u82kfE6VsK .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u82kfE6VsK .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u82kfE6VsK .embla__button--next,
.cid-u82kfE6VsK .embla__button--prev {
  display: flex;
}
.cid-u82kfE6VsK .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u82kfE6VsK .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u82kfE6VsK .embla__button {
    display: none;
  }
}
.cid-u82kfE6VsK .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u82kfE6VsK .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u82kfE6VsK .embla__button:hover::before {
  width: 30%;
}
.cid-u82kfE6VsK .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u82kfE6VsK .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u82kfE6VsK .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u82kfE6VsK .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u82kfE6VsK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u82kfE6VsK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u82kfE6VsK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u82kfE6VsK .mbr-section-title {
  color: #141414;
}
.cid-u82kfE6VsK .mbr-text {
  color: #666666;
}
.cid-u82kfE6VsK .mbr-section-title,
.cid-u82kfE6VsK .icon-wrapper,
.cid-u82kfE6VsK .mbr-section-btn {
  color: #666666;
}
.cid-u82kfEqWXz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0078b9;
}
.cid-u82kfEqWXz .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-u82kfEqWXz .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-u82kfEqWXz .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-u82kfEqWXz .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-u82kfEqWXz .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #339ad2;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-u82kfEqWXz .icon-transition span:hover {
  background-color: #82ebff;
}
.cid-u82kfEqWXz .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u82kfEqWXz .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-u82kfEqWXz .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-u82kfEqWXz .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-u82kzvC5vg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u82kzvC5vg nav.navbar {
  position: fixed;
}
.cid-u82kzvC5vg .btn {
  line-height: 1.2;
}
.cid-u82kzvC5vg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u82kzvC5vg .nav-link {
  position: relative;
}
.cid-u82kzvC5vg .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #a5d8f3;
}
.cid-u82kzvC5vg .nav-link:hover {
  color: #a5d8f3 !important;
}
.cid-u82kzvC5vg .nav-link:hover:before {
  width: 100%;
}
.cid-u82kzvC5vg .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-u82kzvC5vg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u82kzvC5vg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u82kzvC5vg .dropdown-item:hover,
.cid-u82kzvC5vg .dropdown-item:focus {
  background: #0078b9 !important;
  color: white !important;
}
.cid-u82kzvC5vg .dropdown-item:hover span {
  color: white;
}
.cid-u82kzvC5vg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u82kzvC5vg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u82kzvC5vg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u82kzvC5vg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-u82kzvC5vg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u82kzvC5vg .container {
    flex-wrap: nowrap;
  }
}
.cid-u82kzvC5vg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u82kzvC5vg .navbar-nav {
  margin: auto;
}
.cid-u82kzvC5vg .dropdown-menu,
.cid-u82kzvC5vg .navbar.opened {
  background: #0078b9 !important;
}
.cid-u82kzvC5vg .nav-item:focus,
.cid-u82kzvC5vg .nav-link:focus {
  outline: none;
}
.cid-u82kzvC5vg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u82kzvC5vg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u82kzvC5vg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u82kzvC5vg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u82kzvC5vg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u82kzvC5vg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u82kzvC5vg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0078b9;
}
.cid-u82kzvC5vg .navbar.opened {
  transition: all 0.3s;
}
.cid-u82kzvC5vg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u82kzvC5vg .navbar .navbar-logo img {
  width: auto;
}
.cid-u82kzvC5vg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u82kzvC5vg .navbar.collapsed {
  justify-content: center;
}
.cid-u82kzvC5vg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u82kzvC5vg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u82kzvC5vg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u82kzvC5vg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u82kzvC5vg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u82kzvC5vg .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-u82kzvC5vg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u82kzvC5vg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u82kzvC5vg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u82kzvC5vg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u82kzvC5vg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u82kzvC5vg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u82kzvC5vg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u82kzvC5vg .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-u82kzvC5vg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u82kzvC5vg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u82kzvC5vg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u82kzvC5vg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u82kzvC5vg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u82kzvC5vg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u82kzvC5vg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u82kzvC5vg .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u82kzvC5vg .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-u82kzvC5vg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u82kzvC5vg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u82kzvC5vg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u82kzvC5vg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u82kzvC5vg .dropdown-item.active,
.cid-u82kzvC5vg .dropdown-item:active {
  background-color: transparent;
}
.cid-u82kzvC5vg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u82kzvC5vg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u82kzvC5vg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u82kzvC5vg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0078b9;
}
.cid-u82kzvC5vg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u82kzvC5vg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u82kzvC5vg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u82kzvC5vg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u82kzvC5vg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u82kzvC5vg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u82kzvC5vg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u82kzvC5vg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u82kzvC5vg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u82kzvC5vg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u82kzvC5vg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u82kzvC5vg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u82kzvC5vg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u82kzvC5vg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u82kzvC5vg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u82kzvC5vg .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-u82kzvC5vg .navbar {
    height: 70px;
  }
  .cid-u82kzvC5vg .navbar.opened {
    height: auto;
  }
  .cid-u82kzvC5vg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u82kzw0zud {
  display: flex;
  background-image: url("../../../assets/images/main-lenzfried-rh-blue-shading.webp");
}
.cid-u82kzw0zud .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-u82kzw0zud .mbr-fallback-image.disabled {
  display: none;
}
.cid-u82kzw0zud .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u82kzw0zud .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-u82kzw0zud .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-u82kzw0zud {
    align-items: flex-end;
  }
  .cid-u82kzw0zud .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u82kzw0zud .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u82kzw0zud {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u82kzw0zud .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u82kzw0zud .content-wrap {
    width: 100%;
  }
}
.cid-u82kzw0zud .mbr-section-title {
  text-align: left;
}
.cid-u82kzw0zud .mbr-text,
.cid-u82kzw0zud .mbr-section-btn {
  text-align: left;
}
.cid-u82kzwkC6P {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u82kzwkC6P .mbr-fallback-image.disabled {
  display: none;
}
.cid-u82kzwkC6P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u82kzwkC6P .mbr-section-subtitle {
  color: #666666;
}
.cid-u82kzwBML2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u82kzwBML2 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u82kzwBML2 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u82kzwBML2 .container {
    padding: 0 24px;
  }
}
.cid-u82kzwBML2 .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u82kzwBML2 .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u82kzwBML2 .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u82kzwBML2 .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u82kzwBML2 .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u82kzwBML2 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u82kzwBML2 .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u82kzwBML2 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u82kzwBML2 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u82kzwBML2 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u82kzwBML2 .content-wrapper .mbr-section-btn .btn:hover,
.cid-u82kzwBML2 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u82kzwBML2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u82kzwBML2 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u82kzwBML2 .embla__slide .slide-content {
  width: 100%;
}
.cid-u82kzwBML2 .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u82kzwBML2 .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u82kzwBML2 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u82kzwBML2 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u82kzwBML2 .embla__button--next,
.cid-u82kzwBML2 .embla__button--prev {
  display: flex;
}
.cid-u82kzwBML2 .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u82kzwBML2 .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u82kzwBML2 .embla__button {
    display: none;
  }
}
.cid-u82kzwBML2 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u82kzwBML2 .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u82kzwBML2 .embla__button:hover::before {
  width: 30%;
}
.cid-u82kzwBML2 .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u82kzwBML2 .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u82kzwBML2 .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u82kzwBML2 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u82kzwBML2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u82kzwBML2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u82kzwBML2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u82kzwBML2 .mbr-section-title {
  color: #141414;
}
.cid-u82kzwBML2 .mbr-text {
  color: #666666;
}
.cid-u82kzwBML2 .mbr-section-title,
.cid-u82kzwBML2 .icon-wrapper,
.cid-u82kzwBML2 .mbr-section-btn {
  color: #666666;
}
.cid-u82kzwWywo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u82kzwWywo .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u82kzwWywo .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u82kzwWywo .container {
    padding: 0 24px;
  }
}
.cid-u82kzwWywo .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u82kzwWywo .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u82kzwWywo .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u82kzwWywo .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u82kzwWywo .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u82kzwWywo .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u82kzwWywo .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u82kzwWywo .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u82kzwWywo .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u82kzwWywo .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u82kzwWywo .content-wrapper .mbr-section-btn .btn:hover,
.cid-u82kzwWywo .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u82kzwWywo .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u82kzwWywo .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u82kzwWywo .embla__slide .slide-content {
  width: 100%;
}
.cid-u82kzwWywo .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u82kzwWywo .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u82kzwWywo .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u82kzwWywo .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u82kzwWywo .embla__button--next,
.cid-u82kzwWywo .embla__button--prev {
  display: flex;
}
.cid-u82kzwWywo .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u82kzwWywo .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u82kzwWywo .embla__button {
    display: none;
  }
}
.cid-u82kzwWywo .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u82kzwWywo .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u82kzwWywo .embla__button:hover::before {
  width: 30%;
}
.cid-u82kzwWywo .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u82kzwWywo .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u82kzwWywo .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u82kzwWywo .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u82kzwWywo .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u82kzwWywo .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u82kzwWywo .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u82kzwWywo .mbr-section-title {
  color: #141414;
}
.cid-u82kzwWywo .mbr-text {
  color: #666666;
}
.cid-u82kzwWywo .mbr-section-title,
.cid-u82kzwWywo .icon-wrapper,
.cid-u82kzwWywo .mbr-section-btn {
  color: #666666;
}
.cid-u82kzxkew8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u82kzxkew8 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u82kzxkew8 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u82kzxkew8 .container {
    padding: 0 24px;
  }
}
.cid-u82kzxkew8 .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u82kzxkew8 .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u82kzxkew8 .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u82kzxkew8 .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u82kzxkew8 .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u82kzxkew8 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u82kzxkew8 .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u82kzxkew8 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u82kzxkew8 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u82kzxkew8 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u82kzxkew8 .content-wrapper .mbr-section-btn .btn:hover,
.cid-u82kzxkew8 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u82kzxkew8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u82kzxkew8 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u82kzxkew8 .embla__slide .slide-content {
  width: 100%;
}
.cid-u82kzxkew8 .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u82kzxkew8 .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u82kzxkew8 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u82kzxkew8 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u82kzxkew8 .embla__button--next,
.cid-u82kzxkew8 .embla__button--prev {
  display: flex;
}
.cid-u82kzxkew8 .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u82kzxkew8 .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u82kzxkew8 .embla__button {
    display: none;
  }
}
.cid-u82kzxkew8 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u82kzxkew8 .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u82kzxkew8 .embla__button:hover::before {
  width: 30%;
}
.cid-u82kzxkew8 .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u82kzxkew8 .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u82kzxkew8 .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u82kzxkew8 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u82kzxkew8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u82kzxkew8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u82kzxkew8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u82kzxkew8 .mbr-section-title {
  color: #141414;
}
.cid-u82kzxkew8 .mbr-text {
  color: #666666;
}
.cid-u82kzxkew8 .mbr-section-title,
.cid-u82kzxkew8 .icon-wrapper,
.cid-u82kzxkew8 .mbr-section-btn {
  color: #666666;
}
.cid-u82kzxGX8A {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u82kzxGX8A .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u82kzxGX8A .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u82kzxGX8A .container {
    padding: 0 24px;
  }
}
.cid-u82kzxGX8A .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u82kzxGX8A .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u82kzxGX8A .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u82kzxGX8A .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u82kzxGX8A .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u82kzxGX8A .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u82kzxGX8A .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u82kzxGX8A .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u82kzxGX8A .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u82kzxGX8A .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u82kzxGX8A .content-wrapper .mbr-section-btn .btn:hover,
.cid-u82kzxGX8A .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u82kzxGX8A .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u82kzxGX8A .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u82kzxGX8A .embla__slide .slide-content {
  width: 100%;
}
.cid-u82kzxGX8A .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u82kzxGX8A .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u82kzxGX8A .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u82kzxGX8A .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u82kzxGX8A .embla__button--next,
.cid-u82kzxGX8A .embla__button--prev {
  display: flex;
}
.cid-u82kzxGX8A .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u82kzxGX8A .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u82kzxGX8A .embla__button {
    display: none;
  }
}
.cid-u82kzxGX8A .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u82kzxGX8A .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u82kzxGX8A .embla__button:hover::before {
  width: 30%;
}
.cid-u82kzxGX8A .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u82kzxGX8A .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u82kzxGX8A .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u82kzxGX8A .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u82kzxGX8A .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u82kzxGX8A .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u82kzxGX8A .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u82kzxGX8A .mbr-section-title {
  color: #141414;
}
.cid-u82kzxGX8A .mbr-text {
  color: #666666;
}
.cid-u82kzxGX8A .mbr-section-title,
.cid-u82kzxGX8A .icon-wrapper,
.cid-u82kzxGX8A .mbr-section-btn {
  color: #666666;
}
.cid-u82kzy2RYc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u82kzy2RYc .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u82kzy2RYc .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u82kzy2RYc .container {
    padding: 0 24px;
  }
}
.cid-u82kzy2RYc .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u82kzy2RYc .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u82kzy2RYc .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u82kzy2RYc .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u82kzy2RYc .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u82kzy2RYc .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u82kzy2RYc .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u82kzy2RYc .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u82kzy2RYc .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u82kzy2RYc .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u82kzy2RYc .content-wrapper .mbr-section-btn .btn:hover,
.cid-u82kzy2RYc .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u82kzy2RYc .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u82kzy2RYc .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u82kzy2RYc .embla__slide .slide-content {
  width: 100%;
}
.cid-u82kzy2RYc .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u82kzy2RYc .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u82kzy2RYc .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u82kzy2RYc .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u82kzy2RYc .embla__button--next,
.cid-u82kzy2RYc .embla__button--prev {
  display: flex;
}
.cid-u82kzy2RYc .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u82kzy2RYc .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u82kzy2RYc .embla__button {
    display: none;
  }
}
.cid-u82kzy2RYc .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u82kzy2RYc .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u82kzy2RYc .embla__button:hover::before {
  width: 30%;
}
.cid-u82kzy2RYc .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u82kzy2RYc .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u82kzy2RYc .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u82kzy2RYc .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u82kzy2RYc .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u82kzy2RYc .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u82kzy2RYc .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u82kzy2RYc .mbr-section-title {
  color: #141414;
}
.cid-u82kzy2RYc .mbr-text {
  color: #666666;
}
.cid-u82kzy2RYc .mbr-section-title,
.cid-u82kzy2RYc .icon-wrapper,
.cid-u82kzy2RYc .mbr-section-btn {
  color: #666666;
}
.cid-u82kzyrNdc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0078b9;
}
.cid-u82kzyrNdc .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-u82kzyrNdc .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-u82kzyrNdc .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-u82kzyrNdc .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-u82kzyrNdc .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #339ad2;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-u82kzyrNdc .icon-transition span:hover {
  background-color: #82ebff;
}
.cid-u82kzyrNdc .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u82kzyrNdc .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-u82kzyrNdc .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-u82kzyrNdc .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-u82l71AlIn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u82l71AlIn nav.navbar {
  position: fixed;
}
.cid-u82l71AlIn .btn {
  line-height: 1.2;
}
.cid-u82l71AlIn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u82l71AlIn .nav-link {
  position: relative;
}
.cid-u82l71AlIn .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #a5d8f3;
}
.cid-u82l71AlIn .nav-link:hover {
  color: #a5d8f3 !important;
}
.cid-u82l71AlIn .nav-link:hover:before {
  width: 100%;
}
.cid-u82l71AlIn .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-u82l71AlIn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u82l71AlIn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u82l71AlIn .dropdown-item:hover,
.cid-u82l71AlIn .dropdown-item:focus {
  background: #0078b9 !important;
  color: white !important;
}
.cid-u82l71AlIn .dropdown-item:hover span {
  color: white;
}
.cid-u82l71AlIn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u82l71AlIn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u82l71AlIn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u82l71AlIn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-u82l71AlIn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u82l71AlIn .container {
    flex-wrap: nowrap;
  }
}
.cid-u82l71AlIn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u82l71AlIn .navbar-nav {
  margin: auto;
}
.cid-u82l71AlIn .dropdown-menu,
.cid-u82l71AlIn .navbar.opened {
  background: #0078b9 !important;
}
.cid-u82l71AlIn .nav-item:focus,
.cid-u82l71AlIn .nav-link:focus {
  outline: none;
}
.cid-u82l71AlIn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u82l71AlIn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u82l71AlIn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u82l71AlIn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u82l71AlIn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u82l71AlIn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u82l71AlIn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0078b9;
}
.cid-u82l71AlIn .navbar.opened {
  transition: all 0.3s;
}
.cid-u82l71AlIn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u82l71AlIn .navbar .navbar-logo img {
  width: auto;
}
.cid-u82l71AlIn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u82l71AlIn .navbar.collapsed {
  justify-content: center;
}
.cid-u82l71AlIn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u82l71AlIn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u82l71AlIn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u82l71AlIn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u82l71AlIn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u82l71AlIn .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-u82l71AlIn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u82l71AlIn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u82l71AlIn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u82l71AlIn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u82l71AlIn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u82l71AlIn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u82l71AlIn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u82l71AlIn .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-u82l71AlIn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u82l71AlIn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u82l71AlIn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u82l71AlIn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u82l71AlIn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u82l71AlIn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u82l71AlIn .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u82l71AlIn .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u82l71AlIn .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-u82l71AlIn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u82l71AlIn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u82l71AlIn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u82l71AlIn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u82l71AlIn .dropdown-item.active,
.cid-u82l71AlIn .dropdown-item:active {
  background-color: transparent;
}
.cid-u82l71AlIn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u82l71AlIn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u82l71AlIn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u82l71AlIn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0078b9;
}
.cid-u82l71AlIn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u82l71AlIn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u82l71AlIn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u82l71AlIn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u82l71AlIn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u82l71AlIn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u82l71AlIn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u82l71AlIn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u82l71AlIn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u82l71AlIn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u82l71AlIn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u82l71AlIn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u82l71AlIn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u82l71AlIn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u82l71AlIn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u82l71AlIn .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-u82l71AlIn .navbar {
    height: 70px;
  }
  .cid-u82l71AlIn .navbar.opened {
    height: auto;
  }
  .cid-u82l71AlIn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u82l71WhGW {
  display: flex;
  background-image: url("../../../assets/images/main-lenzfried-rh-blue-shading.webp");
}
.cid-u82l71WhGW .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-u82l71WhGW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u82l71WhGW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u82l71WhGW .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-u82l71WhGW .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-u82l71WhGW {
    align-items: flex-end;
  }
  .cid-u82l71WhGW .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u82l71WhGW .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u82l71WhGW {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u82l71WhGW .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u82l71WhGW .content-wrap {
    width: 100%;
  }
}
.cid-u82l71WhGW .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-u82l71WhGW .mbr-text,
.cid-u82l71WhGW .mbr-section-btn {
  text-align: left;
}
.cid-u82l72dSlQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u82l72dSlQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u82l72dSlQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u82l72dSlQ .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u82l72dSlQ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u82l72dSlQ .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u82l72dSlQ .image-wrapper {
    padding: 0;
  }
}
.cid-u82l72dSlQ .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1px !important;
}
@media (max-width: 992px) {
  .cid-u82l72dSlQ .image-wrapper img {
    height: 350px;
  }
}
.cid-u82l72dSlQ .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-u82l72dSlQ .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-u82l72dSlQ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u82l72dSlQ .content-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-u82l72dSlQ .content-wrapper .mbr-text {
  margin: 64px 0 0;
}
@media (max-width: 992px) {
  .cid-u82l72dSlQ .content-wrapper .mbr-text {
    margin: 32px 0 0;
  }
}
.cid-u82l72dSlQ .content-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-u82l72dSlQ .content-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-u82l72dSlQ .mbr-section-title {
  color: #262642;
}
.cid-u82l72dSlQ .mbr-section-subtitle {
  color: #666666;
}
.cid-u82l72dSlQ .mbr-text {
  color: #666666;
}
.cid-u82l72dSlQ .mbr-section-title,
.cid-u82l72dSlQ .mbr-section-btn {
  color: #666666;
}
.cid-u82l72tYxm {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #0078b9;
}
.cid-u82l72tYxm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u82l72tYxm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u82l72tYxm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u82l72JwIo {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0078b9;
}
.cid-u82l72JwIo .content-head {
  max-width: 800px;
}
.cid-u82l72Y31W {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0078b9;
}
.cid-u82l72Y31W h6 {
  line-height: 1.2;
}
.cid-u82l72Y31W img,
.cid-u82l72Y31W .item-img {
  width: 100%;
  height: 100%;
}
.cid-u82l72Y31W .item:focus,
.cid-u82l72Y31W span:focus {
  outline: none;
}
.cid-u82l72Y31W .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-u82l72Y31W .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-u82l72Y31W .mbr-section-title {
  color: #ffffff;
}
.cid-u82l72Y31W .mbr-text,
.cid-u82l72Y31W .mbr-section-btn {
  color: #000000;
}
.cid-u82l72Y31W .item-title {
  color: #000000;
  text-align: center;
}
.cid-u82l72Y31W .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u82l72Y31W .item-text {
  color: #000000;
  text-align: center;
}
.cid-u82l72Y31W .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-u82l72Y31W .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u82l72Y31W .item-title,
.cid-u82l72Y31W .mbr-section-btn {
  color: #ffffff;
}
.cid-u82l73o4Gs {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u82l73o4Gs .container-fluid {
  padding: 0 3rem;
}
.cid-u82l73o4Gs .mbr-section-subtitle {
  color: #000000;
}
.cid-u82l73o4Gs .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-u82l73o4Gs .table-wrapper {
  margin: 0 auto;
}
.cid-u82l73o4Gs .head-item {
  min-width: 70px;
}
.cid-u82l73o4Gs table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-u82l73o4Gs table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #0078b9;
  color: white;
  vertical-align: middle;
}
.cid-u82l73o4Gs table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-u82l73o4Gs table.table {
  background: #ffffff;
}
.cid-u82l73o4Gs .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-u82l73o4Gs .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-u82l73o4Gs .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-u82l73o4Gs .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-u82l73o4Gs .dataTables_wrapper {
  display: block;
}
.cid-u82l73o4Gs .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-u82l73o4Gs .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-u82l73o4Gs .head-item:after,
.cid-u82l73o4Gs .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-u82l73o4Gs .dataTables_filter {
    text-align: center;
  }
  .cid-u82l73o4Gs .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-u82l73o4Gs .dataTables_filter {
    text-align: center;
  }
  .cid-u82l73o4Gs .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-u82l73o4Gs .table-wrapper {
    width: 100% !important;
  }
  .cid-u82l73o4Gs .container-fluid {
    padding: 0 1rem;
  }
  .cid-u82l73o4Gs table th,
  .cid-u82l73o4Gs table td {
    padding: 0.75rem;
  }
}
.cid-u82l73o4Gs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u82l73o4Gs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u82l73o4Gs .mbr-section-title,
.cid-u82l73o4Gs .underline {
  color: #666666;
}
.cid-u82l73o4Gs .body-item {
  color: #666666;
}
.cid-u82l73YeuG {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u82l73YeuG img,
.cid-u82l73YeuG .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u82l73YeuG .item:focus,
.cid-u82l73YeuG span:focus {
  outline: none;
}
.cid-u82l73YeuG .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u82l73YeuG .item {
    margin-bottom: 1rem;
  }
}
.cid-u82l73YeuG .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-u82l73YeuG .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u82l73YeuG .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-u82l73YeuG .item-wrapper {
  position: relative;
  background: #f6faff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u82l73YeuG .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u82l73YeuG .mbr-section-title {
  color: #0078b9;
}
.cid-u82l73YeuG .item-title {
  text-align: left;
}
.cid-u82l73YeuG .item-subtitle {
  text-align: left;
}
.cid-u82l73YeuG .mbr-text,
.cid-u82l73YeuG .item .mbr-section-btn {
  text-align: left;
  color: #666666;
}
.cid-u82l73YeuG .content-head {
  max-width: 800px;
}
.cid-u82l73YeuG .mbr-section-subtitle,
.cid-u82l73YeuG .mbr-section-head .mbr-section-btn {
  color: #666666;
}
.cid-u82l74nGUL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0078b9;
}
.cid-u82l74nGUL .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-u82l74nGUL .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-u82l74nGUL .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-u82l74nGUL .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-u82l74nGUL .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #339ad2;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-u82l74nGUL .icon-transition span:hover {
  background-color: #82ebff;
}
.cid-u82l74nGUL .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u82l74nGUL .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-u82l74nGUL .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-u82l74nGUL .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-u82EAqCOyq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u82EAqCOyq nav.navbar {
  position: fixed;
}
.cid-u82EAqCOyq .btn {
  line-height: 1.2;
}
.cid-u82EAqCOyq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u82EAqCOyq .nav-link {
  position: relative;
}
.cid-u82EAqCOyq .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #a5d8f3;
}
.cid-u82EAqCOyq .nav-link:hover {
  color: #a5d8f3 !important;
}
.cid-u82EAqCOyq .nav-link:hover:before {
  width: 100%;
}
.cid-u82EAqCOyq .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-u82EAqCOyq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u82EAqCOyq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u82EAqCOyq .dropdown-item:hover,
.cid-u82EAqCOyq .dropdown-item:focus {
  background: #0078b9 !important;
  color: white !important;
}
.cid-u82EAqCOyq .dropdown-item:hover span {
  color: white;
}
.cid-u82EAqCOyq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u82EAqCOyq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u82EAqCOyq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u82EAqCOyq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-u82EAqCOyq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u82EAqCOyq .container {
    flex-wrap: nowrap;
  }
}
.cid-u82EAqCOyq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u82EAqCOyq .navbar-nav {
  margin: auto;
}
.cid-u82EAqCOyq .dropdown-menu,
.cid-u82EAqCOyq .navbar.opened {
  background: #0078b9 !important;
}
.cid-u82EAqCOyq .nav-item:focus,
.cid-u82EAqCOyq .nav-link:focus {
  outline: none;
}
.cid-u82EAqCOyq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u82EAqCOyq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u82EAqCOyq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u82EAqCOyq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u82EAqCOyq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u82EAqCOyq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u82EAqCOyq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0078b9;
}
.cid-u82EAqCOyq .navbar.opened {
  transition: all 0.3s;
}
.cid-u82EAqCOyq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u82EAqCOyq .navbar .navbar-logo img {
  width: auto;
}
.cid-u82EAqCOyq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u82EAqCOyq .navbar.collapsed {
  justify-content: center;
}
.cid-u82EAqCOyq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u82EAqCOyq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u82EAqCOyq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u82EAqCOyq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u82EAqCOyq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u82EAqCOyq .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-u82EAqCOyq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u82EAqCOyq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u82EAqCOyq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u82EAqCOyq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u82EAqCOyq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u82EAqCOyq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u82EAqCOyq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u82EAqCOyq .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-u82EAqCOyq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u82EAqCOyq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u82EAqCOyq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u82EAqCOyq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u82EAqCOyq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u82EAqCOyq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u82EAqCOyq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u82EAqCOyq .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u82EAqCOyq .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-u82EAqCOyq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u82EAqCOyq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u82EAqCOyq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u82EAqCOyq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u82EAqCOyq .dropdown-item.active,
.cid-u82EAqCOyq .dropdown-item:active {
  background-color: transparent;
}
.cid-u82EAqCOyq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u82EAqCOyq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u82EAqCOyq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u82EAqCOyq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0078b9;
}
.cid-u82EAqCOyq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u82EAqCOyq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u82EAqCOyq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u82EAqCOyq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u82EAqCOyq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u82EAqCOyq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u82EAqCOyq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u82EAqCOyq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u82EAqCOyq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u82EAqCOyq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u82EAqCOyq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u82EAqCOyq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u82EAqCOyq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u82EAqCOyq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u82EAqCOyq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u82EAqCOyq .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-u82EAqCOyq .navbar {
    height: 70px;
  }
  .cid-u82EAqCOyq .navbar.opened {
    height: auto;
  }
  .cid-u82EAqCOyq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u82EAr0EWs {
  display: flex;
  background-image: url("../../../assets/images/main-lenzfried-rh-blue-shading.webp");
}
.cid-u82EAr0EWs .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-u82EAr0EWs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u82EAr0EWs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u82EAr0EWs .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-u82EAr0EWs .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-u82EAr0EWs {
    align-items: flex-end;
  }
  .cid-u82EAr0EWs .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u82EAr0EWs .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u82EAr0EWs {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u82EAr0EWs .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u82EAr0EWs .content-wrap {
    width: 100%;
  }
}
.cid-u82EAr0EWs .mbr-section-title {
  text-align: left;
}
.cid-u82EAr0EWs .mbr-text,
.cid-u82EAr0EWs .mbr-section-btn {
  text-align: left;
}
.cid-u82EArhfxi {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u82EArhfxi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u82EArhfxi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u82EArhfxi .mbr-section-subtitle {
  color: #666666;
}
.cid-u82EAryd2q {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u82EAryd2q .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u82EAryd2q .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u82EAryd2q .container {
    padding: 0 24px;
  }
}
.cid-u82EAryd2q .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u82EAryd2q .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u82EAryd2q .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u82EAryd2q .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u82EAryd2q .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u82EAryd2q .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u82EAryd2q .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u82EAryd2q .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u82EAryd2q .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u82EAryd2q .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u82EAryd2q .content-wrapper .mbr-section-btn .btn:hover,
.cid-u82EAryd2q .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u82EAryd2q .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u82EAryd2q .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u82EAryd2q .embla__slide .slide-content {
  width: 100%;
}
.cid-u82EAryd2q .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u82EAryd2q .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u82EAryd2q .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u82EAryd2q .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u82EAryd2q .embla__button--next,
.cid-u82EAryd2q .embla__button--prev {
  display: flex;
}
.cid-u82EAryd2q .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u82EAryd2q .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u82EAryd2q .embla__button {
    display: none;
  }
}
.cid-u82EAryd2q .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u82EAryd2q .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u82EAryd2q .embla__button:hover::before {
  width: 30%;
}
.cid-u82EAryd2q .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u82EAryd2q .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u82EAryd2q .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u82EAryd2q .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u82EAryd2q .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u82EAryd2q .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u82EAryd2q .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u82EAryd2q .mbr-section-title {
  color: #141414;
}
.cid-u82EAryd2q .mbr-text {
  color: #666666;
}
.cid-u82EAryd2q .mbr-section-title,
.cid-u82EAryd2q .icon-wrapper,
.cid-u82EAryd2q .mbr-section-btn {
  color: #666666;
}
.cid-u82EArRU9o {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u82EArRU9o .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u82EArRU9o .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u82EArRU9o .container {
    padding: 0 24px;
  }
}
.cid-u82EArRU9o .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u82EArRU9o .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u82EArRU9o .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u82EArRU9o .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u82EArRU9o .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u82EArRU9o .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u82EArRU9o .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u82EArRU9o .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u82EArRU9o .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u82EArRU9o .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u82EArRU9o .content-wrapper .mbr-section-btn .btn:hover,
.cid-u82EArRU9o .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u82EArRU9o .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u82EArRU9o .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u82EArRU9o .embla__slide .slide-content {
  width: 100%;
}
.cid-u82EArRU9o .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u82EArRU9o .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u82EArRU9o .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u82EArRU9o .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u82EArRU9o .embla__button--next,
.cid-u82EArRU9o .embla__button--prev {
  display: flex;
}
.cid-u82EArRU9o .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u82EArRU9o .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u82EArRU9o .embla__button {
    display: none;
  }
}
.cid-u82EArRU9o .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u82EArRU9o .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u82EArRU9o .embla__button:hover::before {
  width: 30%;
}
.cid-u82EArRU9o .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u82EArRU9o .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u82EArRU9o .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u82EArRU9o .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u82EArRU9o .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u82EArRU9o .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u82EArRU9o .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u82EArRU9o .mbr-section-title {
  color: #141414;
}
.cid-u82EArRU9o .mbr-text {
  color: #666666;
}
.cid-u82EArRU9o .mbr-section-title,
.cid-u82EArRU9o .icon-wrapper,
.cid-u82EArRU9o .mbr-section-btn {
  color: #666666;
}
.cid-u82EAsaJ1O {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u82EAsaJ1O .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u82EAsaJ1O .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u82EAsaJ1O .container {
    padding: 0 24px;
  }
}
.cid-u82EAsaJ1O .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u82EAsaJ1O .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u82EAsaJ1O .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u82EAsaJ1O .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u82EAsaJ1O .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u82EAsaJ1O .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u82EAsaJ1O .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u82EAsaJ1O .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u82EAsaJ1O .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u82EAsaJ1O .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u82EAsaJ1O .content-wrapper .mbr-section-btn .btn:hover,
.cid-u82EAsaJ1O .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u82EAsaJ1O .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u82EAsaJ1O .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u82EAsaJ1O .embla__slide .slide-content {
  width: 100%;
}
.cid-u82EAsaJ1O .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u82EAsaJ1O .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u82EAsaJ1O .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u82EAsaJ1O .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u82EAsaJ1O .embla__button--next,
.cid-u82EAsaJ1O .embla__button--prev {
  display: flex;
}
.cid-u82EAsaJ1O .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u82EAsaJ1O .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u82EAsaJ1O .embla__button {
    display: none;
  }
}
.cid-u82EAsaJ1O .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u82EAsaJ1O .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u82EAsaJ1O .embla__button:hover::before {
  width: 30%;
}
.cid-u82EAsaJ1O .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u82EAsaJ1O .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u82EAsaJ1O .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u82EAsaJ1O .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u82EAsaJ1O .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u82EAsaJ1O .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u82EAsaJ1O .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u82EAsaJ1O .mbr-section-title {
  color: #141414;
}
.cid-u82EAsaJ1O .mbr-text {
  color: #666666;
}
.cid-u82EAsaJ1O .mbr-section-title,
.cid-u82EAsaJ1O .icon-wrapper,
.cid-u82EAsaJ1O .mbr-section-btn {
  color: #666666;
}
.cid-u82EAsu3rH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u82EAsu3rH .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u82EAsu3rH .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u82EAsu3rH .container {
    padding: 0 24px;
  }
}
.cid-u82EAsu3rH .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u82EAsu3rH .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u82EAsu3rH .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u82EAsu3rH .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u82EAsu3rH .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u82EAsu3rH .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u82EAsu3rH .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u82EAsu3rH .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u82EAsu3rH .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u82EAsu3rH .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u82EAsu3rH .content-wrapper .mbr-section-btn .btn:hover,
.cid-u82EAsu3rH .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u82EAsu3rH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u82EAsu3rH .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u82EAsu3rH .embla__slide .slide-content {
  width: 100%;
}
.cid-u82EAsu3rH .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u82EAsu3rH .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u82EAsu3rH .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u82EAsu3rH .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u82EAsu3rH .embla__button--next,
.cid-u82EAsu3rH .embla__button--prev {
  display: flex;
}
.cid-u82EAsu3rH .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u82EAsu3rH .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u82EAsu3rH .embla__button {
    display: none;
  }
}
.cid-u82EAsu3rH .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u82EAsu3rH .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u82EAsu3rH .embla__button:hover::before {
  width: 30%;
}
.cid-u82EAsu3rH .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u82EAsu3rH .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u82EAsu3rH .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u82EAsu3rH .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u82EAsu3rH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u82EAsu3rH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u82EAsu3rH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u82EAsu3rH .mbr-section-title {
  color: #141414;
}
.cid-u82EAsu3rH .mbr-text {
  color: #666666;
}
.cid-u82EAsu3rH .mbr-section-title,
.cid-u82EAsu3rH .icon-wrapper,
.cid-u82EAsu3rH .mbr-section-btn {
  color: #666666;
}
.cid-u82EAtsEn0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u82EAtsEn0 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u82EAtsEn0 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u82EAtsEn0 .container {
    padding: 0 24px;
  }
}
.cid-u82EAtsEn0 .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u82EAtsEn0 .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u82EAtsEn0 .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u82EAtsEn0 .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u82EAtsEn0 .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u82EAtsEn0 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u82EAtsEn0 .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u82EAtsEn0 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u82EAtsEn0 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u82EAtsEn0 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u82EAtsEn0 .content-wrapper .mbr-section-btn .btn:hover,
.cid-u82EAtsEn0 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u82EAtsEn0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u82EAtsEn0 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u82EAtsEn0 .embla__slide .slide-content {
  width: 100%;
}
.cid-u82EAtsEn0 .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u82EAtsEn0 .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u82EAtsEn0 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u82EAtsEn0 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u82EAtsEn0 .embla__button--next,
.cid-u82EAtsEn0 .embla__button--prev {
  display: flex;
}
.cid-u82EAtsEn0 .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u82EAtsEn0 .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u82EAtsEn0 .embla__button {
    display: none;
  }
}
.cid-u82EAtsEn0 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u82EAtsEn0 .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u82EAtsEn0 .embla__button:hover::before {
  width: 30%;
}
.cid-u82EAtsEn0 .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u82EAtsEn0 .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u82EAtsEn0 .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u82EAtsEn0 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u82EAtsEn0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u82EAtsEn0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u82EAtsEn0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u82EAtsEn0 .mbr-section-title {
  color: #141414;
}
.cid-u82EAtsEn0 .mbr-text {
  color: #666666;
}
.cid-u82EAtsEn0 .mbr-section-title,
.cid-u82EAtsEn0 .icon-wrapper,
.cid-u82EAtsEn0 .mbr-section-btn {
  color: #666666;
}
.cid-u82EAujQ1v {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0078b9;
}
.cid-u82EAujQ1v .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-u82EAujQ1v .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-u82EAujQ1v .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-u82EAujQ1v .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-u82EAujQ1v .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #339ad2;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-u82EAujQ1v .icon-transition span:hover {
  background-color: #82ebff;
}
.cid-u82EAujQ1v .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u82EAujQ1v .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-u82EAujQ1v .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-u82EAujQ1v .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-u82EQHQJvM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u82EQHQJvM nav.navbar {
  position: fixed;
}
.cid-u82EQHQJvM .btn {
  line-height: 1.2;
}
.cid-u82EQHQJvM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u82EQHQJvM .nav-link {
  position: relative;
}
.cid-u82EQHQJvM .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #a5d8f3;
}
.cid-u82EQHQJvM .nav-link:hover {
  color: #a5d8f3 !important;
}
.cid-u82EQHQJvM .nav-link:hover:before {
  width: 100%;
}
.cid-u82EQHQJvM .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-u82EQHQJvM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u82EQHQJvM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u82EQHQJvM .dropdown-item:hover,
.cid-u82EQHQJvM .dropdown-item:focus {
  background: #0078b9 !important;
  color: white !important;
}
.cid-u82EQHQJvM .dropdown-item:hover span {
  color: white;
}
.cid-u82EQHQJvM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u82EQHQJvM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u82EQHQJvM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u82EQHQJvM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-u82EQHQJvM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u82EQHQJvM .container {
    flex-wrap: nowrap;
  }
}
.cid-u82EQHQJvM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u82EQHQJvM .navbar-nav {
  margin: auto;
}
.cid-u82EQHQJvM .dropdown-menu,
.cid-u82EQHQJvM .navbar.opened {
  background: #0078b9 !important;
}
.cid-u82EQHQJvM .nav-item:focus,
.cid-u82EQHQJvM .nav-link:focus {
  outline: none;
}
.cid-u82EQHQJvM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u82EQHQJvM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u82EQHQJvM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u82EQHQJvM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u82EQHQJvM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u82EQHQJvM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u82EQHQJvM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0078b9;
}
.cid-u82EQHQJvM .navbar.opened {
  transition: all 0.3s;
}
.cid-u82EQHQJvM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u82EQHQJvM .navbar .navbar-logo img {
  width: auto;
}
.cid-u82EQHQJvM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u82EQHQJvM .navbar.collapsed {
  justify-content: center;
}
.cid-u82EQHQJvM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u82EQHQJvM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u82EQHQJvM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u82EQHQJvM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u82EQHQJvM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u82EQHQJvM .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-u82EQHQJvM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u82EQHQJvM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u82EQHQJvM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u82EQHQJvM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u82EQHQJvM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u82EQHQJvM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u82EQHQJvM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u82EQHQJvM .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-u82EQHQJvM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u82EQHQJvM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u82EQHQJvM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u82EQHQJvM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u82EQHQJvM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u82EQHQJvM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u82EQHQJvM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u82EQHQJvM .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u82EQHQJvM .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-u82EQHQJvM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u82EQHQJvM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u82EQHQJvM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u82EQHQJvM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u82EQHQJvM .dropdown-item.active,
.cid-u82EQHQJvM .dropdown-item:active {
  background-color: transparent;
}
.cid-u82EQHQJvM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u82EQHQJvM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u82EQHQJvM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u82EQHQJvM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0078b9;
}
.cid-u82EQHQJvM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u82EQHQJvM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u82EQHQJvM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u82EQHQJvM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u82EQHQJvM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u82EQHQJvM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u82EQHQJvM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u82EQHQJvM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u82EQHQJvM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u82EQHQJvM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u82EQHQJvM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u82EQHQJvM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u82EQHQJvM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u82EQHQJvM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u82EQHQJvM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u82EQHQJvM .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-u82EQHQJvM .navbar {
    height: 70px;
  }
  .cid-u82EQHQJvM .navbar.opened {
    height: auto;
  }
  .cid-u82EQHQJvM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u82EQIdEXN {
  display: flex;
  background-image: url("../../../assets/images/main-lenzfried-rh-blue-shading.webp");
}
.cid-u82EQIdEXN .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-u82EQIdEXN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u82EQIdEXN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u82EQIdEXN .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-u82EQIdEXN .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-u82EQIdEXN {
    align-items: flex-end;
  }
  .cid-u82EQIdEXN .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u82EQIdEXN .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u82EQIdEXN {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u82EQIdEXN .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u82EQIdEXN .content-wrap {
    width: 100%;
  }
}
.cid-u82EQIdEXN .mbr-section-title {
  text-align: left;
}
.cid-u82EQIdEXN .mbr-text,
.cid-u82EQIdEXN .mbr-section-btn {
  text-align: left;
}
.cid-u82EQIwEtD {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u82EQIwEtD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u82EQIwEtD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u82EQIwEtD .mbr-section-subtitle {
  color: #666666;
}
.cid-u82EQIME0S {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u82EQIME0S .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u82EQIME0S .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u82EQIME0S .container {
    padding: 0 24px;
  }
}
.cid-u82EQIME0S .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u82EQIME0S .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u82EQIME0S .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u82EQIME0S .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u82EQIME0S .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u82EQIME0S .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u82EQIME0S .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u82EQIME0S .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u82EQIME0S .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u82EQIME0S .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u82EQIME0S .content-wrapper .mbr-section-btn .btn:hover,
.cid-u82EQIME0S .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u82EQIME0S .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u82EQIME0S .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u82EQIME0S .embla__slide .slide-content {
  width: 100%;
}
.cid-u82EQIME0S .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u82EQIME0S .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u82EQIME0S .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u82EQIME0S .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u82EQIME0S .embla__button--next,
.cid-u82EQIME0S .embla__button--prev {
  display: flex;
}
.cid-u82EQIME0S .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u82EQIME0S .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u82EQIME0S .embla__button {
    display: none;
  }
}
.cid-u82EQIME0S .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u82EQIME0S .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u82EQIME0S .embla__button:hover::before {
  width: 30%;
}
.cid-u82EQIME0S .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u82EQIME0S .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u82EQIME0S .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u82EQIME0S .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u82EQIME0S .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u82EQIME0S .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u82EQIME0S .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u82EQIME0S .mbr-section-title {
  color: #141414;
}
.cid-u82EQIME0S .mbr-text {
  color: #666666;
}
.cid-u82EQIME0S .mbr-section-title,
.cid-u82EQIME0S .icon-wrapper,
.cid-u82EQIME0S .mbr-section-btn {
  color: #666666;
}
.cid-u82EQJ5RUj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u82EQJ5RUj .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u82EQJ5RUj .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u82EQJ5RUj .container {
    padding: 0 24px;
  }
}
.cid-u82EQJ5RUj .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u82EQJ5RUj .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u82EQJ5RUj .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u82EQJ5RUj .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u82EQJ5RUj .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u82EQJ5RUj .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u82EQJ5RUj .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u82EQJ5RUj .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u82EQJ5RUj .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u82EQJ5RUj .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u82EQJ5RUj .content-wrapper .mbr-section-btn .btn:hover,
.cid-u82EQJ5RUj .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u82EQJ5RUj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u82EQJ5RUj .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u82EQJ5RUj .embla__slide .slide-content {
  width: 100%;
}
.cid-u82EQJ5RUj .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u82EQJ5RUj .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u82EQJ5RUj .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u82EQJ5RUj .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u82EQJ5RUj .embla__button--next,
.cid-u82EQJ5RUj .embla__button--prev {
  display: flex;
}
.cid-u82EQJ5RUj .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u82EQJ5RUj .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u82EQJ5RUj .embla__button {
    display: none;
  }
}
.cid-u82EQJ5RUj .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u82EQJ5RUj .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u82EQJ5RUj .embla__button:hover::before {
  width: 30%;
}
.cid-u82EQJ5RUj .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u82EQJ5RUj .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u82EQJ5RUj .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u82EQJ5RUj .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u82EQJ5RUj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u82EQJ5RUj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u82EQJ5RUj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u82EQJ5RUj .mbr-section-title {
  color: #141414;
}
.cid-u82EQJ5RUj .mbr-text {
  color: #666666;
}
.cid-u82EQJ5RUj .mbr-section-title,
.cid-u82EQJ5RUj .icon-wrapper,
.cid-u82EQJ5RUj .mbr-section-btn {
  color: #666666;
}
.cid-u82EQJo1NM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u82EQJo1NM .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u82EQJo1NM .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u82EQJo1NM .container {
    padding: 0 24px;
  }
}
.cid-u82EQJo1NM .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u82EQJo1NM .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u82EQJo1NM .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u82EQJo1NM .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u82EQJo1NM .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u82EQJo1NM .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u82EQJo1NM .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u82EQJo1NM .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u82EQJo1NM .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u82EQJo1NM .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u82EQJo1NM .content-wrapper .mbr-section-btn .btn:hover,
.cid-u82EQJo1NM .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u82EQJo1NM .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u82EQJo1NM .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u82EQJo1NM .embla__slide .slide-content {
  width: 100%;
}
.cid-u82EQJo1NM .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u82EQJo1NM .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u82EQJo1NM .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u82EQJo1NM .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u82EQJo1NM .embla__button--next,
.cid-u82EQJo1NM .embla__button--prev {
  display: flex;
}
.cid-u82EQJo1NM .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u82EQJo1NM .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u82EQJo1NM .embla__button {
    display: none;
  }
}
.cid-u82EQJo1NM .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u82EQJo1NM .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u82EQJo1NM .embla__button:hover::before {
  width: 30%;
}
.cid-u82EQJo1NM .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u82EQJo1NM .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u82EQJo1NM .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u82EQJo1NM .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u82EQJo1NM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u82EQJo1NM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u82EQJo1NM .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u82EQJo1NM .mbr-section-title {
  color: #141414;
}
.cid-u82EQJo1NM .mbr-text {
  color: #666666;
}
.cid-u82EQJo1NM .mbr-section-title,
.cid-u82EQJo1NM .icon-wrapper,
.cid-u82EQJo1NM .mbr-section-btn {
  color: #666666;
}
.cid-u82EQJNzlh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u82EQJNzlh .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u82EQJNzlh .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u82EQJNzlh .container {
    padding: 0 24px;
  }
}
.cid-u82EQJNzlh .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u82EQJNzlh .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u82EQJNzlh .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u82EQJNzlh .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u82EQJNzlh .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u82EQJNzlh .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u82EQJNzlh .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u82EQJNzlh .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u82EQJNzlh .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u82EQJNzlh .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u82EQJNzlh .content-wrapper .mbr-section-btn .btn:hover,
.cid-u82EQJNzlh .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u82EQJNzlh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u82EQJNzlh .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u82EQJNzlh .embla__slide .slide-content {
  width: 100%;
}
.cid-u82EQJNzlh .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u82EQJNzlh .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u82EQJNzlh .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u82EQJNzlh .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u82EQJNzlh .embla__button--next,
.cid-u82EQJNzlh .embla__button--prev {
  display: flex;
}
.cid-u82EQJNzlh .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u82EQJNzlh .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u82EQJNzlh .embla__button {
    display: none;
  }
}
.cid-u82EQJNzlh .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u82EQJNzlh .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u82EQJNzlh .embla__button:hover::before {
  width: 30%;
}
.cid-u82EQJNzlh .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u82EQJNzlh .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u82EQJNzlh .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u82EQJNzlh .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u82EQJNzlh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u82EQJNzlh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u82EQJNzlh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u82EQJNzlh .mbr-section-title {
  color: #141414;
}
.cid-u82EQJNzlh .mbr-text {
  color: #666666;
}
.cid-u82EQJNzlh .mbr-section-title,
.cid-u82EQJNzlh .icon-wrapper,
.cid-u82EQJNzlh .mbr-section-btn {
  color: #666666;
}
.cid-u82EQK7Dax {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u82EQK7Dax .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u82EQK7Dax .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u82EQK7Dax .container {
    padding: 0 24px;
  }
}
.cid-u82EQK7Dax .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u82EQK7Dax .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u82EQK7Dax .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u82EQK7Dax .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u82EQK7Dax .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u82EQK7Dax .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u82EQK7Dax .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u82EQK7Dax .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u82EQK7Dax .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u82EQK7Dax .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u82EQK7Dax .content-wrapper .mbr-section-btn .btn:hover,
.cid-u82EQK7Dax .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u82EQK7Dax .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u82EQK7Dax .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u82EQK7Dax .embla__slide .slide-content {
  width: 100%;
}
.cid-u82EQK7Dax .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u82EQK7Dax .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u82EQK7Dax .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u82EQK7Dax .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u82EQK7Dax .embla__button--next,
.cid-u82EQK7Dax .embla__button--prev {
  display: flex;
}
.cid-u82EQK7Dax .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u82EQK7Dax .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u82EQK7Dax .embla__button {
    display: none;
  }
}
.cid-u82EQK7Dax .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u82EQK7Dax .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u82EQK7Dax .embla__button:hover::before {
  width: 30%;
}
.cid-u82EQK7Dax .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u82EQK7Dax .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u82EQK7Dax .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u82EQK7Dax .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u82EQK7Dax .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u82EQK7Dax .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u82EQK7Dax .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u82EQK7Dax .mbr-section-title {
  color: #141414;
}
.cid-u82EQK7Dax .mbr-text {
  color: #666666;
}
.cid-u82EQK7Dax .mbr-section-title,
.cid-u82EQK7Dax .icon-wrapper,
.cid-u82EQK7Dax .mbr-section-btn {
  color: #666666;
}
.cid-u82EQKsrxp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0078b9;
}
.cid-u82EQKsrxp .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-u82EQKsrxp .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-u82EQKsrxp .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-u82EQKsrxp .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-u82EQKsrxp .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #339ad2;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-u82EQKsrxp .icon-transition span:hover {
  background-color: #82ebff;
}
.cid-u82EQKsrxp .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u82EQKsrxp .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-u82EQKsrxp .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-u82EQKsrxp .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-u82F4GElYP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u82F4GElYP nav.navbar {
  position: fixed;
}
.cid-u82F4GElYP .btn {
  line-height: 1.2;
}
.cid-u82F4GElYP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u82F4GElYP .nav-link {
  position: relative;
}
.cid-u82F4GElYP .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #a5d8f3;
}
.cid-u82F4GElYP .nav-link:hover {
  color: #a5d8f3 !important;
}
.cid-u82F4GElYP .nav-link:hover:before {
  width: 100%;
}
.cid-u82F4GElYP .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-u82F4GElYP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u82F4GElYP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u82F4GElYP .dropdown-item:hover,
.cid-u82F4GElYP .dropdown-item:focus {
  background: #0078b9 !important;
  color: white !important;
}
.cid-u82F4GElYP .dropdown-item:hover span {
  color: white;
}
.cid-u82F4GElYP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u82F4GElYP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u82F4GElYP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u82F4GElYP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-u82F4GElYP .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u82F4GElYP .container {
    flex-wrap: nowrap;
  }
}
.cid-u82F4GElYP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u82F4GElYP .navbar-nav {
  margin: auto;
}
.cid-u82F4GElYP .dropdown-menu,
.cid-u82F4GElYP .navbar.opened {
  background: #0078b9 !important;
}
.cid-u82F4GElYP .nav-item:focus,
.cid-u82F4GElYP .nav-link:focus {
  outline: none;
}
.cid-u82F4GElYP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u82F4GElYP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u82F4GElYP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u82F4GElYP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u82F4GElYP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u82F4GElYP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u82F4GElYP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0078b9;
}
.cid-u82F4GElYP .navbar.opened {
  transition: all 0.3s;
}
.cid-u82F4GElYP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u82F4GElYP .navbar .navbar-logo img {
  width: auto;
}
.cid-u82F4GElYP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u82F4GElYP .navbar.collapsed {
  justify-content: center;
}
.cid-u82F4GElYP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u82F4GElYP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u82F4GElYP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u82F4GElYP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u82F4GElYP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u82F4GElYP .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-u82F4GElYP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u82F4GElYP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u82F4GElYP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u82F4GElYP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u82F4GElYP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u82F4GElYP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u82F4GElYP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u82F4GElYP .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-u82F4GElYP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u82F4GElYP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u82F4GElYP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u82F4GElYP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u82F4GElYP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u82F4GElYP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u82F4GElYP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u82F4GElYP .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u82F4GElYP .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-u82F4GElYP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u82F4GElYP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u82F4GElYP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u82F4GElYP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u82F4GElYP .dropdown-item.active,
.cid-u82F4GElYP .dropdown-item:active {
  background-color: transparent;
}
.cid-u82F4GElYP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u82F4GElYP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u82F4GElYP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u82F4GElYP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0078b9;
}
.cid-u82F4GElYP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u82F4GElYP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u82F4GElYP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u82F4GElYP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u82F4GElYP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u82F4GElYP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u82F4GElYP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u82F4GElYP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u82F4GElYP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u82F4GElYP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u82F4GElYP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u82F4GElYP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u82F4GElYP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u82F4GElYP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u82F4GElYP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u82F4GElYP .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-u82F4GElYP .navbar {
    height: 70px;
  }
  .cid-u82F4GElYP .navbar.opened {
    height: auto;
  }
  .cid-u82F4GElYP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u82F4H0oa2 {
  display: flex;
  background-image: url("../../../assets/images/main-lenzfried-rh-blue-shading.webp");
}
.cid-u82F4H0oa2 .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-u82F4H0oa2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u82F4H0oa2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u82F4H0oa2 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-u82F4H0oa2 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-u82F4H0oa2 {
    align-items: flex-end;
  }
  .cid-u82F4H0oa2 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u82F4H0oa2 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u82F4H0oa2 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u82F4H0oa2 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u82F4H0oa2 .content-wrap {
    width: 100%;
  }
}
.cid-u82F4H0oa2 .mbr-section-title {
  text-align: left;
}
.cid-u82F4H0oa2 .mbr-text,
.cid-u82F4H0oa2 .mbr-section-btn {
  text-align: left;
}
.cid-u82F4HkGzS {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u82F4HkGzS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u82F4HkGzS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u82F4HkGzS .mbr-section-subtitle {
  color: #666666;
}
.cid-u82F4Hz6m2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u82F4Hz6m2 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u82F4Hz6m2 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u82F4Hz6m2 .container {
    padding: 0 24px;
  }
}
.cid-u82F4Hz6m2 .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u82F4Hz6m2 .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u82F4Hz6m2 .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u82F4Hz6m2 .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u82F4Hz6m2 .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u82F4Hz6m2 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u82F4Hz6m2 .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u82F4Hz6m2 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u82F4Hz6m2 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u82F4Hz6m2 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u82F4Hz6m2 .content-wrapper .mbr-section-btn .btn:hover,
.cid-u82F4Hz6m2 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u82F4Hz6m2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u82F4Hz6m2 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u82F4Hz6m2 .embla__slide .slide-content {
  width: 100%;
}
.cid-u82F4Hz6m2 .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u82F4Hz6m2 .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u82F4Hz6m2 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u82F4Hz6m2 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u82F4Hz6m2 .embla__button--next,
.cid-u82F4Hz6m2 .embla__button--prev {
  display: flex;
}
.cid-u82F4Hz6m2 .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u82F4Hz6m2 .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u82F4Hz6m2 .embla__button {
    display: none;
  }
}
.cid-u82F4Hz6m2 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u82F4Hz6m2 .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u82F4Hz6m2 .embla__button:hover::before {
  width: 30%;
}
.cid-u82F4Hz6m2 .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u82F4Hz6m2 .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u82F4Hz6m2 .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u82F4Hz6m2 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u82F4Hz6m2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u82F4Hz6m2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u82F4Hz6m2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u82F4Hz6m2 .mbr-section-title {
  color: #141414;
}
.cid-u82F4Hz6m2 .mbr-text {
  color: #666666;
}
.cid-u82F4Hz6m2 .mbr-section-title,
.cid-u82F4Hz6m2 .icon-wrapper,
.cid-u82F4Hz6m2 .mbr-section-btn {
  color: #666666;
}
.cid-u82F4HT0lU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u82F4HT0lU .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u82F4HT0lU .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u82F4HT0lU .container {
    padding: 0 24px;
  }
}
.cid-u82F4HT0lU .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u82F4HT0lU .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u82F4HT0lU .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u82F4HT0lU .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u82F4HT0lU .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u82F4HT0lU .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u82F4HT0lU .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u82F4HT0lU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u82F4HT0lU .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u82F4HT0lU .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u82F4HT0lU .content-wrapper .mbr-section-btn .btn:hover,
.cid-u82F4HT0lU .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u82F4HT0lU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u82F4HT0lU .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u82F4HT0lU .embla__slide .slide-content {
  width: 100%;
}
.cid-u82F4HT0lU .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u82F4HT0lU .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u82F4HT0lU .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u82F4HT0lU .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u82F4HT0lU .embla__button--next,
.cid-u82F4HT0lU .embla__button--prev {
  display: flex;
}
.cid-u82F4HT0lU .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u82F4HT0lU .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u82F4HT0lU .embla__button {
    display: none;
  }
}
.cid-u82F4HT0lU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u82F4HT0lU .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u82F4HT0lU .embla__button:hover::before {
  width: 30%;
}
.cid-u82F4HT0lU .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u82F4HT0lU .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u82F4HT0lU .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u82F4HT0lU .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u82F4HT0lU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u82F4HT0lU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u82F4HT0lU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u82F4HT0lU .mbr-section-title {
  color: #141414;
}
.cid-u82F4HT0lU .mbr-text {
  color: #666666;
}
.cid-u82F4HT0lU .mbr-section-title,
.cid-u82F4HT0lU .icon-wrapper,
.cid-u82F4HT0lU .mbr-section-btn {
  color: #666666;
}
.cid-u82F4IcE7c {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u82F4IcE7c .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u82F4IcE7c .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u82F4IcE7c .container {
    padding: 0 24px;
  }
}
.cid-u82F4IcE7c .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u82F4IcE7c .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u82F4IcE7c .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u82F4IcE7c .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u82F4IcE7c .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u82F4IcE7c .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u82F4IcE7c .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u82F4IcE7c .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u82F4IcE7c .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u82F4IcE7c .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u82F4IcE7c .content-wrapper .mbr-section-btn .btn:hover,
.cid-u82F4IcE7c .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u82F4IcE7c .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u82F4IcE7c .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u82F4IcE7c .embla__slide .slide-content {
  width: 100%;
}
.cid-u82F4IcE7c .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u82F4IcE7c .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u82F4IcE7c .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u82F4IcE7c .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u82F4IcE7c .embla__button--next,
.cid-u82F4IcE7c .embla__button--prev {
  display: flex;
}
.cid-u82F4IcE7c .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u82F4IcE7c .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u82F4IcE7c .embla__button {
    display: none;
  }
}
.cid-u82F4IcE7c .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u82F4IcE7c .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u82F4IcE7c .embla__button:hover::before {
  width: 30%;
}
.cid-u82F4IcE7c .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u82F4IcE7c .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u82F4IcE7c .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u82F4IcE7c .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u82F4IcE7c .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u82F4IcE7c .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u82F4IcE7c .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u82F4IcE7c .mbr-section-title {
  color: #141414;
}
.cid-u82F4IcE7c .mbr-text {
  color: #666666;
}
.cid-u82F4IcE7c .mbr-section-title,
.cid-u82F4IcE7c .icon-wrapper,
.cid-u82F4IcE7c .mbr-section-btn {
  color: #666666;
}
.cid-u82F4IHWSe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u82F4IHWSe .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u82F4IHWSe .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u82F4IHWSe .container {
    padding: 0 24px;
  }
}
.cid-u82F4IHWSe .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u82F4IHWSe .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u82F4IHWSe .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u82F4IHWSe .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u82F4IHWSe .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u82F4IHWSe .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u82F4IHWSe .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u82F4IHWSe .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u82F4IHWSe .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u82F4IHWSe .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u82F4IHWSe .content-wrapper .mbr-section-btn .btn:hover,
.cid-u82F4IHWSe .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u82F4IHWSe .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u82F4IHWSe .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u82F4IHWSe .embla__slide .slide-content {
  width: 100%;
}
.cid-u82F4IHWSe .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u82F4IHWSe .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u82F4IHWSe .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u82F4IHWSe .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u82F4IHWSe .embla__button--next,
.cid-u82F4IHWSe .embla__button--prev {
  display: flex;
}
.cid-u82F4IHWSe .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u82F4IHWSe .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u82F4IHWSe .embla__button {
    display: none;
  }
}
.cid-u82F4IHWSe .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u82F4IHWSe .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u82F4IHWSe .embla__button:hover::before {
  width: 30%;
}
.cid-u82F4IHWSe .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u82F4IHWSe .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u82F4IHWSe .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u82F4IHWSe .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u82F4IHWSe .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u82F4IHWSe .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u82F4IHWSe .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u82F4IHWSe .mbr-section-title {
  color: #141414;
}
.cid-u82F4IHWSe .mbr-text {
  color: #666666;
}
.cid-u82F4IHWSe .mbr-section-title,
.cid-u82F4IHWSe .icon-wrapper,
.cid-u82F4IHWSe .mbr-section-btn {
  color: #666666;
}
.cid-u82F4J1lzX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u82F4J1lzX .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u82F4J1lzX .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u82F4J1lzX .container {
    padding: 0 24px;
  }
}
.cid-u82F4J1lzX .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u82F4J1lzX .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u82F4J1lzX .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u82F4J1lzX .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u82F4J1lzX .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u82F4J1lzX .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u82F4J1lzX .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u82F4J1lzX .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u82F4J1lzX .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u82F4J1lzX .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u82F4J1lzX .content-wrapper .mbr-section-btn .btn:hover,
.cid-u82F4J1lzX .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u82F4J1lzX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u82F4J1lzX .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u82F4J1lzX .embla__slide .slide-content {
  width: 100%;
}
.cid-u82F4J1lzX .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u82F4J1lzX .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u82F4J1lzX .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u82F4J1lzX .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u82F4J1lzX .embla__button--next,
.cid-u82F4J1lzX .embla__button--prev {
  display: flex;
}
.cid-u82F4J1lzX .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u82F4J1lzX .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u82F4J1lzX .embla__button {
    display: none;
  }
}
.cid-u82F4J1lzX .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u82F4J1lzX .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u82F4J1lzX .embla__button:hover::before {
  width: 30%;
}
.cid-u82F4J1lzX .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u82F4J1lzX .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u82F4J1lzX .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u82F4J1lzX .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u82F4J1lzX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u82F4J1lzX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u82F4J1lzX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u82F4J1lzX .mbr-section-title {
  color: #141414;
}
.cid-u82F4J1lzX .mbr-text {
  color: #666666;
}
.cid-u82F4J1lzX .mbr-section-title,
.cid-u82F4J1lzX .icon-wrapper,
.cid-u82F4J1lzX .mbr-section-btn {
  color: #666666;
}
.cid-u82F4JnAax {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0078b9;
}
.cid-u82F4JnAax .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-u82F4JnAax .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-u82F4JnAax .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-u82F4JnAax .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-u82F4JnAax .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #339ad2;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-u82F4JnAax .icon-transition span:hover {
  background-color: #82ebff;
}
.cid-u82F4JnAax .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u82F4JnAax .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-u82F4JnAax .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-u82F4JnAax .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-u82FLHAGwO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u82FLHAGwO nav.navbar {
  position: fixed;
}
.cid-u82FLHAGwO .btn {
  line-height: 1.2;
}
.cid-u82FLHAGwO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u82FLHAGwO .nav-link {
  position: relative;
}
.cid-u82FLHAGwO .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #a5d8f3;
}
.cid-u82FLHAGwO .nav-link:hover {
  color: #a5d8f3 !important;
}
.cid-u82FLHAGwO .nav-link:hover:before {
  width: 100%;
}
.cid-u82FLHAGwO .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-u82FLHAGwO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u82FLHAGwO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u82FLHAGwO .dropdown-item:hover,
.cid-u82FLHAGwO .dropdown-item:focus {
  background: #0078b9 !important;
  color: white !important;
}
.cid-u82FLHAGwO .dropdown-item:hover span {
  color: white;
}
.cid-u82FLHAGwO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u82FLHAGwO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u82FLHAGwO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u82FLHAGwO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-u82FLHAGwO .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u82FLHAGwO .container {
    flex-wrap: nowrap;
  }
}
.cid-u82FLHAGwO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u82FLHAGwO .navbar-nav {
  margin: auto;
}
.cid-u82FLHAGwO .dropdown-menu,
.cid-u82FLHAGwO .navbar.opened {
  background: #0078b9 !important;
}
.cid-u82FLHAGwO .nav-item:focus,
.cid-u82FLHAGwO .nav-link:focus {
  outline: none;
}
.cid-u82FLHAGwO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u82FLHAGwO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u82FLHAGwO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u82FLHAGwO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u82FLHAGwO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u82FLHAGwO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u82FLHAGwO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0078b9;
}
.cid-u82FLHAGwO .navbar.opened {
  transition: all 0.3s;
}
.cid-u82FLHAGwO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u82FLHAGwO .navbar .navbar-logo img {
  width: auto;
}
.cid-u82FLHAGwO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u82FLHAGwO .navbar.collapsed {
  justify-content: center;
}
.cid-u82FLHAGwO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u82FLHAGwO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u82FLHAGwO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u82FLHAGwO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u82FLHAGwO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u82FLHAGwO .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-u82FLHAGwO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u82FLHAGwO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u82FLHAGwO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u82FLHAGwO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u82FLHAGwO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u82FLHAGwO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u82FLHAGwO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u82FLHAGwO .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-u82FLHAGwO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u82FLHAGwO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u82FLHAGwO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u82FLHAGwO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u82FLHAGwO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u82FLHAGwO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u82FLHAGwO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u82FLHAGwO .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u82FLHAGwO .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-u82FLHAGwO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u82FLHAGwO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u82FLHAGwO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u82FLHAGwO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u82FLHAGwO .dropdown-item.active,
.cid-u82FLHAGwO .dropdown-item:active {
  background-color: transparent;
}
.cid-u82FLHAGwO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u82FLHAGwO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u82FLHAGwO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u82FLHAGwO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0078b9;
}
.cid-u82FLHAGwO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u82FLHAGwO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u82FLHAGwO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u82FLHAGwO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u82FLHAGwO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u82FLHAGwO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u82FLHAGwO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u82FLHAGwO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u82FLHAGwO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u82FLHAGwO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u82FLHAGwO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u82FLHAGwO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u82FLHAGwO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u82FLHAGwO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u82FLHAGwO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u82FLHAGwO .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-u82FLHAGwO .navbar {
    height: 70px;
  }
  .cid-u82FLHAGwO .navbar.opened {
    height: auto;
  }
  .cid-u82FLHAGwO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u82FLHYji2 {
  display: flex;
  background-image: url("../../../assets/images/main-lenzfried-rh-blue-shading.webp");
}
.cid-u82FLHYji2 .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-u82FLHYji2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u82FLHYji2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u82FLHYji2 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-u82FLHYji2 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-u82FLHYji2 {
    align-items: flex-end;
  }
  .cid-u82FLHYji2 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u82FLHYji2 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u82FLHYji2 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u82FLHYji2 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u82FLHYji2 .content-wrap {
    width: 100%;
  }
}
.cid-u82FLHYji2 .mbr-section-title {
  text-align: left;
}
.cid-u82FLHYji2 .mbr-text,
.cid-u82FLHYji2 .mbr-section-btn {
  text-align: left;
}
.cid-u82FLIhl6f {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u82FLIhl6f .mbr-fallback-image.disabled {
  display: none;
}
.cid-u82FLIhl6f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u82FLIhl6f .mbr-section-subtitle {
  color: #666666;
}
.cid-u82FLIvOJo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u82FLIvOJo .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u82FLIvOJo .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u82FLIvOJo .container {
    padding: 0 24px;
  }
}
.cid-u82FLIvOJo .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u82FLIvOJo .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u82FLIvOJo .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u82FLIvOJo .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u82FLIvOJo .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u82FLIvOJo .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u82FLIvOJo .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u82FLIvOJo .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u82FLIvOJo .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u82FLIvOJo .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u82FLIvOJo .content-wrapper .mbr-section-btn .btn:hover,
.cid-u82FLIvOJo .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u82FLIvOJo .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u82FLIvOJo .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u82FLIvOJo .embla__slide .slide-content {
  width: 100%;
}
.cid-u82FLIvOJo .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u82FLIvOJo .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u82FLIvOJo .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u82FLIvOJo .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u82FLIvOJo .embla__button--next,
.cid-u82FLIvOJo .embla__button--prev {
  display: flex;
}
.cid-u82FLIvOJo .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u82FLIvOJo .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u82FLIvOJo .embla__button {
    display: none;
  }
}
.cid-u82FLIvOJo .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u82FLIvOJo .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u82FLIvOJo .embla__button:hover::before {
  width: 30%;
}
.cid-u82FLIvOJo .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u82FLIvOJo .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u82FLIvOJo .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u82FLIvOJo .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u82FLIvOJo .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u82FLIvOJo .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u82FLIvOJo .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u82FLIvOJo .mbr-section-title {
  color: #141414;
}
.cid-u82FLIvOJo .mbr-text {
  color: #666666;
}
.cid-u82FLIvOJo .mbr-section-title,
.cid-u82FLIvOJo .icon-wrapper,
.cid-u82FLIvOJo .mbr-section-btn {
  color: #666666;
}
.cid-u82FLIOHg3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u82FLIOHg3 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u82FLIOHg3 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u82FLIOHg3 .container {
    padding: 0 24px;
  }
}
.cid-u82FLIOHg3 .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u82FLIOHg3 .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u82FLIOHg3 .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u82FLIOHg3 .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u82FLIOHg3 .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u82FLIOHg3 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u82FLIOHg3 .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u82FLIOHg3 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u82FLIOHg3 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u82FLIOHg3 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u82FLIOHg3 .content-wrapper .mbr-section-btn .btn:hover,
.cid-u82FLIOHg3 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u82FLIOHg3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u82FLIOHg3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u82FLIOHg3 .embla__slide .slide-content {
  width: 100%;
}
.cid-u82FLIOHg3 .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u82FLIOHg3 .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u82FLIOHg3 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u82FLIOHg3 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u82FLIOHg3 .embla__button--next,
.cid-u82FLIOHg3 .embla__button--prev {
  display: flex;
}
.cid-u82FLIOHg3 .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u82FLIOHg3 .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u82FLIOHg3 .embla__button {
    display: none;
  }
}
.cid-u82FLIOHg3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u82FLIOHg3 .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u82FLIOHg3 .embla__button:hover::before {
  width: 30%;
}
.cid-u82FLIOHg3 .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u82FLIOHg3 .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u82FLIOHg3 .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u82FLIOHg3 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u82FLIOHg3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u82FLIOHg3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u82FLIOHg3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u82FLIOHg3 .mbr-section-title {
  color: #141414;
}
.cid-u82FLIOHg3 .mbr-text {
  color: #666666;
}
.cid-u82FLIOHg3 .mbr-section-title,
.cid-u82FLIOHg3 .icon-wrapper,
.cid-u82FLIOHg3 .mbr-section-btn {
  color: #666666;
}
.cid-u82FLJ758N {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u82FLJ758N .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u82FLJ758N .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u82FLJ758N .container {
    padding: 0 24px;
  }
}
.cid-u82FLJ758N .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u82FLJ758N .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u82FLJ758N .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u82FLJ758N .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u82FLJ758N .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u82FLJ758N .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u82FLJ758N .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u82FLJ758N .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u82FLJ758N .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u82FLJ758N .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u82FLJ758N .content-wrapper .mbr-section-btn .btn:hover,
.cid-u82FLJ758N .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u82FLJ758N .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u82FLJ758N .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u82FLJ758N .embla__slide .slide-content {
  width: 100%;
}
.cid-u82FLJ758N .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u82FLJ758N .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u82FLJ758N .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u82FLJ758N .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u82FLJ758N .embla__button--next,
.cid-u82FLJ758N .embla__button--prev {
  display: flex;
}
.cid-u82FLJ758N .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u82FLJ758N .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u82FLJ758N .embla__button {
    display: none;
  }
}
.cid-u82FLJ758N .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u82FLJ758N .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u82FLJ758N .embla__button:hover::before {
  width: 30%;
}
.cid-u82FLJ758N .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u82FLJ758N .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u82FLJ758N .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u82FLJ758N .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u82FLJ758N .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u82FLJ758N .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u82FLJ758N .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u82FLJ758N .mbr-section-title {
  color: #141414;
}
.cid-u82FLJ758N .mbr-text {
  color: #666666;
}
.cid-u82FLJ758N .mbr-section-title,
.cid-u82FLJ758N .icon-wrapper,
.cid-u82FLJ758N .mbr-section-btn {
  color: #666666;
}
.cid-u82FLJAIzO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u82FLJAIzO .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u82FLJAIzO .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u82FLJAIzO .container {
    padding: 0 24px;
  }
}
.cid-u82FLJAIzO .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u82FLJAIzO .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u82FLJAIzO .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u82FLJAIzO .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u82FLJAIzO .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u82FLJAIzO .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u82FLJAIzO .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u82FLJAIzO .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u82FLJAIzO .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u82FLJAIzO .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u82FLJAIzO .content-wrapper .mbr-section-btn .btn:hover,
.cid-u82FLJAIzO .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u82FLJAIzO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u82FLJAIzO .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u82FLJAIzO .embla__slide .slide-content {
  width: 100%;
}
.cid-u82FLJAIzO .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u82FLJAIzO .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u82FLJAIzO .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u82FLJAIzO .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u82FLJAIzO .embla__button--next,
.cid-u82FLJAIzO .embla__button--prev {
  display: flex;
}
.cid-u82FLJAIzO .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u82FLJAIzO .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u82FLJAIzO .embla__button {
    display: none;
  }
}
.cid-u82FLJAIzO .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u82FLJAIzO .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u82FLJAIzO .embla__button:hover::before {
  width: 30%;
}
.cid-u82FLJAIzO .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u82FLJAIzO .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u82FLJAIzO .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u82FLJAIzO .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u82FLJAIzO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u82FLJAIzO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u82FLJAIzO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u82FLJAIzO .mbr-section-title {
  color: #141414;
}
.cid-u82FLJAIzO .mbr-text {
  color: #666666;
}
.cid-u82FLJAIzO .mbr-section-title,
.cid-u82FLJAIzO .icon-wrapper,
.cid-u82FLJAIzO .mbr-section-btn {
  color: #666666;
}
.cid-u82FLJU9qv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u82FLJU9qv .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u82FLJU9qv .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u82FLJU9qv .container {
    padding: 0 24px;
  }
}
.cid-u82FLJU9qv .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-u82FLJU9qv .content-wrapper {
  padding: 74px;
  background-color: #f2f2f4;
  border-radius: .75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u82FLJU9qv .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-u82FLJU9qv .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u82FLJU9qv .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u82FLJU9qv .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u82FLJU9qv .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u82FLJU9qv .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u82FLJU9qv .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u82FLJU9qv .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
}
.cid-u82FLJU9qv .content-wrapper .mbr-section-btn .btn:hover,
.cid-u82FLJU9qv .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2ba2e4 !important;
  border-color: #2ba2e4 !important;
}
.cid-u82FLJU9qv .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u82FLJU9qv .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u82FLJU9qv .embla__slide .slide-content {
  width: 100%;
}
.cid-u82FLJU9qv .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-u82FLJU9qv .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-u82FLJU9qv .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u82FLJU9qv .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-u82FLJU9qv .embla__button--next,
.cid-u82FLJU9qv .embla__button--prev {
  display: flex;
}
.cid-u82FLJU9qv .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0078b9 !important;
  color: #ffffff !important;
  border: 1px solid #0078b9 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-u82FLJU9qv .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #0078b9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-u82FLJU9qv .embla__button {
    display: none;
  }
}
.cid-u82FLJU9qv .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u82FLJU9qv .embla__button:hover {
  box-shadow: inset 81px 10px 5px #2ba2e4;
  border-color: #2ba2e4 !important;
}
.cid-u82FLJU9qv .embla__button:hover::before {
  width: 30%;
}
.cid-u82FLJU9qv .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-u82FLJU9qv .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-u82FLJU9qv .embla {
  position: relative;
  width: 100%;
  border-radius: .75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-u82FLJU9qv .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-u82FLJU9qv .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u82FLJU9qv .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u82FLJU9qv .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-u82FLJU9qv .mbr-section-title {
  color: #141414;
}
.cid-u82FLJU9qv .mbr-text {
  color: #666666;
}
.cid-u82FLJU9qv .mbr-section-title,
.cid-u82FLJU9qv .icon-wrapper,
.cid-u82FLJU9qv .mbr-section-btn {
  color: #666666;
}
.cid-u82FLKea4M {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0078b9;
}
.cid-u82FLKea4M .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-u82FLKea4M .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-u82FLKea4M .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-u82FLKea4M .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-u82FLKea4M .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #339ad2;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-u82FLKea4M .icon-transition span:hover {
  background-color: #82ebff;
}
.cid-u82FLKea4M .mbr-text {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u82FLKea4M .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-u82FLKea4M .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-u82FLKea4M .mbr-text {
    margin-bottom: 1.5rem;
  }
}
