body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Gotham HTF Medium 2';
  font-size: 2.2rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-2 {
  font-family: 'Gotham HTF Medium 2';
  font-size: 2.4rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Gotham HTF Light';
  font-size: 0.8rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Gotham HTF Medium 2';
  font-size: 1rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-7 {
  font-family: 'Gotham HTF Light';
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #3a516a !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #3a516a !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #3a516a !important;
  border-color: #3a516a !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #1f2b39 !important;
  border-color: #1f2b39 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1f2b39 !important;
  border-color: #1f2b39 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #3a516a !important;
  border-color: #3a516a !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #1f2b39 !important;
  border-color: #1f2b39 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1f2b39 !important;
  border-color: #1f2b39 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #161f28;
  color: #161f28;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #3a516a;
  border-color: #3a516a;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3a516a !important;
  border-color: #3a516a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #161f28;
  color: #161f28;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #3a516a;
  border-color: #3a516a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #3a516a !important;
  border-color: #3a516a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #3a516a !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #3a516a !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #161f28 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #161f28 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #3a516a;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #3a516a;
  border-color: #3a516a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #3a516a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7290b2;
}
.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: #7290b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Gotham HTF Light';
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #3a516a;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #3a516a;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #3a516a;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #3a516a;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #3a516a;
  border-bottom-color: #3a516a;
}
.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: #3a516a !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: #ff3366 !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%233a516a' %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.3;
}
.cid-rTuwz3Klbm .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rTuwz3Klbm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rTuwz3Klbm a {
  font-style: normal;
}
.cid-rTuwz3Klbm .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rTuwz3Klbm .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rTuwz3Klbm .nav-item:focus,
.cid-rTuwz3Klbm .nav-link:focus {
  outline: none;
}
.cid-rTuwz3Klbm .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rTuwz3Klbm .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rTuwz3Klbm .menu-logo {
  margin-right: auto;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rTuwz3Klbm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rTuwz3Klbm .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rTuwz3Klbm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rTuwz3Klbm button.navbar-toggler:focus {
  outline: none;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rTuwz3Klbm .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rTuwz3Klbm .collapsed .btn {
  display: -webkit-flex;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rTuwz3Klbm .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rTuwz3Klbm .collapsed button.navbar-toggler {
  display: block;
}
.cid-rTuwz3Klbm .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rTuwz3Klbm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rTuwz3Klbm.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rTuwz3Klbm img {
    height: 3.8rem !important;
  }
  .cid-rTuwz3Klbm .btn {
    display: -webkit-flex;
  }
  .cid-rTuwz3Klbm button.navbar-toggler {
    display: block;
  }
  .cid-rTuwz3Klbm .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rTuwz3Klbm .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rTuwz3Klbm .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing,
  .cid-rTuwz3Klbm .navbar-collapse.show {
    display: block !important;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-nav,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-buttons,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rTuwz3Klbm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rTuwz3Klbm .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rTuwz3Klbm .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rTuwz3Klbm .nav-link:hover,
.cid-rTuwz3Klbm .dropdown-item:hover {
  color: #5b686b !important;
}
.cid-rUy9R5Bx7L {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rUy9R5Bx7L .line {
  background-color: #3a516a;
  color: #3a516a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rUy9R5Bx7L .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #3a516a;
}
.cid-rUy9R5Bx7L .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rUy9R5Bx7L .inner-container {
    width: 100% !important;
  }
}
.cid-rUy9Y3Nmj3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUy9Y3Nmj3 .mbr-text,
.cid-rUy9Y3Nmj3 blockquote {
  color: #767676;
}
.cid-rUy9Y3Nmj3 .mbr-text P {
  text-align: left;
}
.cid-rUyahGmhYS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUyahGmhYS .counter-container {
  color: #767676;
}
.cid-rUyahGmhYS .counter-container ul {
  margin-bottom: 0;
}
.cid-rUyahGmhYS .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rUyahGmhYS .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #3a516a;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-radius: 0;
  content: '✓';
}
.cid-rUya0H7Y1h {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUya0H7Y1h .mbr-text,
.cid-rUya0H7Y1h blockquote {
  color: #767676;
}
.cid-rUya0H7Y1h .mbr-text P {
  text-align: left;
}
.cid-rUynot5BY7 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rUyamAM6Vb {
  padding-top: 60px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bild-4-2000x2006.jpeg");
}
.cid-rUyamAM6Vb h1 {
  color: #616161;
}
.cid-rUyamAM6Vb h2,
.cid-rUyamAM6Vb h3,
.cid-rUyamAM6Vb p {
  color: #767676;
}
.cid-rUyamAM6Vb .mbr-section-subtitle {
  font-style: italic;
}
.cid-rUyamAM6Vb H1 {
  color: #3a516a;
  text-align: center;
}
.cid-rUyamAM6Vb .mbr-text,
.cid-rUyamAM6Vb .mbr-section-btn {
  color: #3a516a;
  text-align: center;
}
.cid-rUyaTlY4KM {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUyaTlY4KM P {
  color: #767676;
}
.cid-rUyaTlY4KM .mbr-text,
.cid-rUyaTlY4KM .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-rUyaTlY4KM H1 {
  color: #3a516a;
  text-align: center;
}
.cid-rUyaIMcqrG {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #5a7f93;
}
@media (min-width: 992px) {
  .cid-rUyaIMcqrG .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rUyaIMcqrG .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rUyaIMcqrG .mbr-text {
    text-align: center;
  }
}
.cid-rUyaIMcqrG .mbr-text,
.cid-rUyaIMcqrG .mbr-section-btn {
  text-align: left;
}
.cid-rUyaRZNr3X {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #5a7f93;
}
.cid-rUyaRZNr3X .title {
  margin-bottom: 2rem;
}
.cid-rUyaRZNr3X .mbr-section-subtitle {
  color: #767676;
}
.cid-rUyaRZNr3X a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rUyaRZNr3X a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rUyaRZNr3X textarea.form-control {
  min-height: 188px;
}
.cid-rUyaRZNr3X LABEL {
  color: #ffffff;
}
.cid-rUyaLLMQCV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rUyaLLMQCV div.b {
  padding-top: 2rem;
}
.cid-rUyaLLMQCV .mbr-text {
  color: #3a516a;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-rUyaLLMQCV a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rUyaLLMQCV .google-map {
  height: 20rem;
  position: relative;
}
.cid-rUyaLLMQCV .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rUyaLLMQCV .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-rUyaLLMQCV .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rUyaLLMQCV .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rUyaLLMQCV div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-rUyaLLMQCV div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-rUyaLLMQCV H5 {
  color: #3a516a;
}
.cid-rUyaLLMQCV H2 {
  color: #3a516a;
}
.cid-rUyaOh4BC1 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUyaOh4BC1 .item {
  padding-bottom: 2rem;
}
.cid-rUyaOh4BC1 .item-wrapper {
  height: 100%;
}
.cid-rUyaOh4BC1 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-rUyaOh4BC1 .carousel-control,
.cid-rUyaOh4BC1 .close {
  background: #1b1b1b;
}
.cid-rUyaOh4BC1 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-rUyaOh4BC1 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-rUyaOh4BC1 .close {
  position: fixed;
  opacity: .5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  font-family: 'MobiriseIcons';
}
.cid-rUyaOh4BC1 .close::before {
  content: '\e91a';
}
.cid-rUyaOh4BC1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-rUyaOh4BC1 .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: .5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-rUyaOh4BC1 .carousel-inner > .active {
  display: block;
}
.cid-rUyaOh4BC1 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rUyaOh4BC1 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rUyaOh4BC1 .carousel-control .icon-next,
.cid-rUyaOh4BC1 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rUyaOh4BC1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-rUyaOh4BC1 .carousel-control,
  .cid-rUyaOh4BC1 .carousel-indicators,
  .cid-rUyaOh4BC1 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-rUyaOh4BC1 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-rUyaOh4BC1 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rUyaOh4BC1 .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-rUyaOh4BC1 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-rUyaOh4BC1 .carousel-indicators {
    display: none;
  }
}
.cid-rUyaOh4BC1 .carousel-indicators .active,
.cid-rUyaOh4BC1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: .5;
  border: 4px solid #1b1b1b;
}
.cid-rUyaOh4BC1 .carousel-indicators .active {
  background: #fff;
}
.cid-rUyaOh4BC1 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-rUyaOh4BC1 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-rUyaOh4BC1 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rUyaOh4BC1 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-rUyaOh4BC1 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-rUyaOh4BC1 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(98.25vh);
}
.cid-rUyaOh4BC1 .carousel {
  width: 100%;
}
.cid-rUyaOh4BC1 .modal-dialog .carousel-inner {
  height: auto;
}
.cid-rUyaOh4BC1 .modal-backdrop.in {
  opacity: .8;
}
.cid-rUyaOh4BC1 .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-rUyaOh4BC1 .modal.fade .modal-dialog,
.cid-rUyaOh4BC1 .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-rTuwz3Klbm .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rTuwz3Klbm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rTuwz3Klbm a {
  font-style: normal;
}
.cid-rTuwz3Klbm .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rTuwz3Klbm .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rTuwz3Klbm .nav-item:focus,
.cid-rTuwz3Klbm .nav-link:focus {
  outline: none;
}
.cid-rTuwz3Klbm .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rTuwz3Klbm .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rTuwz3Klbm .menu-logo {
  margin-right: auto;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rTuwz3Klbm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rTuwz3Klbm .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rTuwz3Klbm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rTuwz3Klbm button.navbar-toggler:focus {
  outline: none;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rTuwz3Klbm .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rTuwz3Klbm .collapsed .btn {
  display: -webkit-flex;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rTuwz3Klbm .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rTuwz3Klbm .collapsed button.navbar-toggler {
  display: block;
}
.cid-rTuwz3Klbm .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rTuwz3Klbm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rTuwz3Klbm.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rTuwz3Klbm img {
    height: 3.8rem !important;
  }
  .cid-rTuwz3Klbm .btn {
    display: -webkit-flex;
  }
  .cid-rTuwz3Klbm button.navbar-toggler {
    display: block;
  }
  .cid-rTuwz3Klbm .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rTuwz3Klbm .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rTuwz3Klbm .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing,
  .cid-rTuwz3Klbm .navbar-collapse.show {
    display: block !important;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-nav,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-buttons,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rTuwz3Klbm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rTuwz3Klbm .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rTuwz3Klbm .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rTuwz3Klbm .nav-link:hover,
.cid-rTuwz3Klbm .dropdown-item:hover {
  color: #5b686b !important;
}
.cid-rUyfD6rkGl {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #5a7f93;
}
.cid-rUyfD6rkGl .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rUyfD6rkGl .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #ffffff;
}
.cid-rUyfD6rkGl .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rUyfD6rkGl .inner-container {
    width: 100% !important;
  }
}
.cid-rUyfyPI3W5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #5a7f93;
}
.cid-rUyfyPI3W5 .mbr-text,
.cid-rUyfyPI3W5 blockquote {
  color: #767676;
}
.cid-rUyfyPI3W5 .mbr-text P {
  text-align: left;
}
.cid-rUyfyPI3W5 .mbr-text {
  color: #ffffff;
}
.cid-rUyfAjv17f {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #5a7f93;
}
.cid-rUyfAjv17f .counter-container {
  color: #767676;
}
.cid-rUyfAjv17f .counter-container ul {
  margin-bottom: 0;
}
.cid-rUyfAjv17f .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rUyfAjv17f .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-radius: 0;
  content: '✓';
}
.cid-rUyfAjv17f .mbr-text {
  color: #ffffff;
}
.cid-rUyo7xl7vf {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #5a7f93;
}
.cid-rUyfHkWmjI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-rUyfHkWmjI h1 {
  color: #616161;
}
.cid-rUyfHkWmjI h2,
.cid-rUyfHkWmjI h3,
.cid-rUyfHkWmjI p {
  color: #767676;
}
.cid-rUyfHkWmjI .mbr-section-subtitle {
  font-style: italic;
}
.cid-rUyfHkWmjI H1 {
  color: #3a516a;
  text-align: center;
}
.cid-rUyfHkWmjI .mbr-text,
.cid-rUyfHkWmjI .mbr-section-btn {
  color: #3a516a;
  text-align: center;
}
.cid-rUyfJ1YGdr {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUyfJ1YGdr P {
  color: #767676;
}
.cid-rUyfJ1YGdr .mbr-text,
.cid-rUyfJ1YGdr .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-rUyfJ1YGdr H1 {
  color: #3a516a;
  text-align: center;
}
.cid-rUyfLcHkv0 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #5a7f93;
}
@media (min-width: 992px) {
  .cid-rUyfLcHkv0 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rUyfLcHkv0 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rUyfLcHkv0 .mbr-text {
    text-align: center;
  }
}
.cid-rUyfLcHkv0 .mbr-text,
.cid-rUyfLcHkv0 .mbr-section-btn {
  text-align: left;
}
.cid-rUyfULB6xY {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #5a7f93;
}
.cid-rUyfULB6xY .title {
  margin-bottom: 2rem;
}
.cid-rUyfULB6xY .mbr-section-subtitle {
  color: #767676;
}
.cid-rUyfULB6xY a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rUyfULB6xY a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rUyfULB6xY textarea.form-control {
  min-height: 188px;
}
.cid-rUyfULB6xY LABEL {
  color: #ffffff;
}
.cid-rUyfVwp2uW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rUyfVwp2uW div.b {
  padding-top: 2rem;
}
.cid-rUyfVwp2uW .mbr-text {
  color: #3a516a;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-rUyfVwp2uW a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rUyfVwp2uW .google-map {
  height: 20rem;
  position: relative;
}
.cid-rUyfVwp2uW .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rUyfVwp2uW .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-rUyfVwp2uW .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rUyfVwp2uW .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rUyfVwp2uW div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-rUyfVwp2uW div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-rUyfVwp2uW H5 {
  color: #3a516a;
}
.cid-rUyfVwp2uW H2 {
  color: #3a516a;
}
.cid-rUyfMgZjWU {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUyfMgZjWU .item {
  padding-bottom: 2rem;
}
.cid-rUyfMgZjWU .item-wrapper {
  height: 100%;
}
.cid-rUyfMgZjWU .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-rUyfMgZjWU .carousel-control,
.cid-rUyfMgZjWU .close {
  background: #1b1b1b;
}
.cid-rUyfMgZjWU .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-rUyfMgZjWU .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-rUyfMgZjWU .close {
  position: fixed;
  opacity: .5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  font-family: 'MobiriseIcons';
}
.cid-rUyfMgZjWU .close::before {
  content: '\e91a';
}
.cid-rUyfMgZjWU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-rUyfMgZjWU .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: .5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-rUyfMgZjWU .carousel-inner > .active {
  display: block;
}
.cid-rUyfMgZjWU .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rUyfMgZjWU .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rUyfMgZjWU .carousel-control .icon-next,
.cid-rUyfMgZjWU .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rUyfMgZjWU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-rUyfMgZjWU .carousel-control,
  .cid-rUyfMgZjWU .carousel-indicators,
  .cid-rUyfMgZjWU .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-rUyfMgZjWU .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-rUyfMgZjWU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rUyfMgZjWU .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-rUyfMgZjWU .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-rUyfMgZjWU .carousel-indicators {
    display: none;
  }
}
.cid-rUyfMgZjWU .carousel-indicators .active,
.cid-rUyfMgZjWU .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: .5;
  border: 4px solid #1b1b1b;
}
.cid-rUyfMgZjWU .carousel-indicators .active {
  background: #fff;
}
.cid-rUyfMgZjWU .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-rUyfMgZjWU .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-rUyfMgZjWU .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rUyfMgZjWU .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-rUyfMgZjWU .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-rUyfMgZjWU .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(98.25vh);
}
.cid-rUyfMgZjWU .carousel {
  width: 100%;
}
.cid-rUyfMgZjWU .modal-dialog .carousel-inner {
  height: auto;
}
.cid-rUyfMgZjWU .modal-backdrop.in {
  opacity: .8;
}
.cid-rUyfMgZjWU .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-rUyfMgZjWU .modal.fade .modal-dialog,
.cid-rUyfMgZjWU .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-rTuwz3Klbm .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rTuwz3Klbm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rTuwz3Klbm a {
  font-style: normal;
}
.cid-rTuwz3Klbm .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rTuwz3Klbm .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rTuwz3Klbm .nav-item:focus,
.cid-rTuwz3Klbm .nav-link:focus {
  outline: none;
}
.cid-rTuwz3Klbm .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rTuwz3Klbm .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rTuwz3Klbm .menu-logo {
  margin-right: auto;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rTuwz3Klbm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rTuwz3Klbm .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rTuwz3Klbm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rTuwz3Klbm button.navbar-toggler:focus {
  outline: none;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rTuwz3Klbm .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rTuwz3Klbm .collapsed .btn {
  display: -webkit-flex;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rTuwz3Klbm .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rTuwz3Klbm .collapsed button.navbar-toggler {
  display: block;
}
.cid-rTuwz3Klbm .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rTuwz3Klbm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rTuwz3Klbm.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rTuwz3Klbm img {
    height: 3.8rem !important;
  }
  .cid-rTuwz3Klbm .btn {
    display: -webkit-flex;
  }
  .cid-rTuwz3Klbm button.navbar-toggler {
    display: block;
  }
  .cid-rTuwz3Klbm .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rTuwz3Klbm .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rTuwz3Klbm .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing,
  .cid-rTuwz3Klbm .navbar-collapse.show {
    display: block !important;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-nav,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-buttons,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rTuwz3Klbm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rTuwz3Klbm .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rTuwz3Klbm .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rTuwz3Klbm .nav-link:hover,
.cid-rTuwz3Klbm .dropdown-item:hover {
  color: #5b686b !important;
}
.cid-rUygBQ7gVc {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rUygBQ7gVc .line {
  background-color: #3a516a;
  color: #3a516a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rUygBQ7gVc .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #3a516a;
}
.cid-rUygBQ7gVc .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rUygBQ7gVc .inner-container {
    width: 100% !important;
  }
}
.cid-rUygAuiOOM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUygAuiOOM .mbr-text,
.cid-rUygAuiOOM blockquote {
  color: #767676;
}
.cid-rUygAuiOOM .mbr-text P {
  text-align: left;
}
.cid-rUygDWi5by {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUygDWi5by .counter-container {
  color: #767676;
}
.cid-rUygDWi5by .counter-container ul {
  margin-bottom: 0;
}
.cid-rUygDWi5by .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rUygDWi5by .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #3a516a;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-radius: 0;
  content: '✓';
}
.cid-rUygFITgTm {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUygFITgTm .mbr-text,
.cid-rUygFITgTm blockquote {
  color: #767676;
}
.cid-rUygFITgTm .mbr-text P {
  text-align: left;
}
.cid-rUyogwcrQM {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rUygHnjpMY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/bild-4.jpeg");
}
.cid-rUygHnjpMY h1 {
  color: #616161;
}
.cid-rUygHnjpMY h2,
.cid-rUygHnjpMY h3,
.cid-rUygHnjpMY p {
  color: #767676;
}
.cid-rUygHnjpMY .mbr-section-subtitle {
  font-style: italic;
}
.cid-rUygHnjpMY H1 {
  color: #3a516a;
  text-align: center;
}
.cid-rUygHnjpMY .mbr-text,
.cid-rUygHnjpMY .mbr-section-btn {
  color: #3a516a;
  text-align: center;
}
.cid-rUygIP0JUj {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUygIP0JUj P {
  color: #767676;
}
.cid-rUygIP0JUj .mbr-text,
.cid-rUygIP0JUj .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-rUygIP0JUj H1 {
  color: #3a516a;
  text-align: center;
}
.cid-rUygMc7WvP {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #5a7f93;
}
@media (min-width: 992px) {
  .cid-rUygMc7WvP .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rUygMc7WvP .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rUygMc7WvP .mbr-text {
    text-align: center;
  }
}
.cid-rUygMc7WvP .mbr-text,
.cid-rUygMc7WvP .mbr-section-btn {
  text-align: left;
}
.cid-rUygSdth4x {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #5a7f93;
}
.cid-rUygSdth4x .title {
  margin-bottom: 2rem;
}
.cid-rUygSdth4x .mbr-section-subtitle {
  color: #767676;
}
.cid-rUygSdth4x a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rUygSdth4x a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rUygSdth4x textarea.form-control {
  min-height: 188px;
}
.cid-rUygSdth4x LABEL {
  color: #ffffff;
}
.cid-rUygRw7Wma {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rUygRw7Wma div.b {
  padding-top: 2rem;
}
.cid-rUygRw7Wma .mbr-text {
  color: #3a516a;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-rUygRw7Wma a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rUygRw7Wma .google-map {
  height: 20rem;
  position: relative;
}
.cid-rUygRw7Wma .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rUygRw7Wma .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-rUygRw7Wma .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rUygRw7Wma .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rUygRw7Wma div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-rUygRw7Wma div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-rUygRw7Wma H5 {
  color: #3a516a;
}
.cid-rUygRw7Wma H2 {
  color: #3a516a;
}
.cid-rUygN2Lpc3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUygN2Lpc3 .item {
  padding-bottom: 2rem;
}
.cid-rUygN2Lpc3 .item-wrapper {
  height: 100%;
}
.cid-rUygN2Lpc3 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-rUygN2Lpc3 .carousel-control,
.cid-rUygN2Lpc3 .close {
  background: #1b1b1b;
}
.cid-rUygN2Lpc3 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-rUygN2Lpc3 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-rUygN2Lpc3 .close {
  position: fixed;
  opacity: .5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  font-family: 'MobiriseIcons';
}
.cid-rUygN2Lpc3 .close::before {
  content: '\e91a';
}
.cid-rUygN2Lpc3 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-rUygN2Lpc3 .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: .5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-rUygN2Lpc3 .carousel-inner > .active {
  display: block;
}
.cid-rUygN2Lpc3 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rUygN2Lpc3 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rUygN2Lpc3 .carousel-control .icon-next,
.cid-rUygN2Lpc3 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rUygN2Lpc3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-rUygN2Lpc3 .carousel-control,
  .cid-rUygN2Lpc3 .carousel-indicators,
  .cid-rUygN2Lpc3 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-rUygN2Lpc3 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-rUygN2Lpc3 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rUygN2Lpc3 .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-rUygN2Lpc3 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-rUygN2Lpc3 .carousel-indicators {
    display: none;
  }
}
.cid-rUygN2Lpc3 .carousel-indicators .active,
.cid-rUygN2Lpc3 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: .5;
  border: 4px solid #1b1b1b;
}
.cid-rUygN2Lpc3 .carousel-indicators .active {
  background: #fff;
}
.cid-rUygN2Lpc3 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-rUygN2Lpc3 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-rUygN2Lpc3 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rUygN2Lpc3 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-rUygN2Lpc3 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-rUygN2Lpc3 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(98.25vh);
}
.cid-rUygN2Lpc3 .carousel {
  width: 100%;
}
.cid-rUygN2Lpc3 .modal-dialog .carousel-inner {
  height: auto;
}
.cid-rUygN2Lpc3 .modal-backdrop.in {
  opacity: .8;
}
.cid-rUygN2Lpc3 .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-rUygN2Lpc3 .modal.fade .modal-dialog,
.cid-rUygN2Lpc3 .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-rTuwz3Klbm .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rTuwz3Klbm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rTuwz3Klbm a {
  font-style: normal;
}
.cid-rTuwz3Klbm .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rTuwz3Klbm .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rTuwz3Klbm .nav-item:focus,
.cid-rTuwz3Klbm .nav-link:focus {
  outline: none;
}
.cid-rTuwz3Klbm .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rTuwz3Klbm .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rTuwz3Klbm .menu-logo {
  margin-right: auto;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rTuwz3Klbm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rTuwz3Klbm .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rTuwz3Klbm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rTuwz3Klbm button.navbar-toggler:focus {
  outline: none;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rTuwz3Klbm .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rTuwz3Klbm .collapsed .btn {
  display: -webkit-flex;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rTuwz3Klbm .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rTuwz3Klbm .collapsed button.navbar-toggler {
  display: block;
}
.cid-rTuwz3Klbm .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rTuwz3Klbm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rTuwz3Klbm.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rTuwz3Klbm img {
    height: 3.8rem !important;
  }
  .cid-rTuwz3Klbm .btn {
    display: -webkit-flex;
  }
  .cid-rTuwz3Klbm button.navbar-toggler {
    display: block;
  }
  .cid-rTuwz3Klbm .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rTuwz3Klbm .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rTuwz3Klbm .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing,
  .cid-rTuwz3Klbm .navbar-collapse.show {
    display: block !important;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-nav,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-buttons,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rTuwz3Klbm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rTuwz3Klbm .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rTuwz3Klbm .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rTuwz3Klbm .nav-link:hover,
.cid-rTuwz3Klbm .dropdown-item:hover {
  color: #5b686b !important;
}
.cid-rUydMNW15a {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rUydMNW15a .line {
  background-color: #3a516a;
  color: #3a516a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rUydMNW15a .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #3a516a;
}
.cid-rUydMNW15a .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rUydMNW15a .inner-container {
    width: 100% !important;
  }
}
.cid-rUydRO1VpH {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUydRO1VpH .mbr-text,
.cid-rUydRO1VpH blockquote {
  color: #767676;
}
.cid-rUydRO1VpH .mbr-text P {
  text-align: left;
}
.cid-rUydKj3wfj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUydKj3wfj .counter-container {
  color: #767676;
}
.cid-rUydKj3wfj .counter-container ul {
  margin-bottom: 0;
}
.cid-rUydKj3wfj .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rUydKj3wfj .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #3a516a;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-radius: 0;
  content: '✓';
}
.cid-rUydInCODJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUydInCODJ .mbr-text,
.cid-rUydInCODJ blockquote {
  color: #767676;
}
.cid-rUydInCODJ .mbr-text P {
  text-align: left;
}
.cid-rUyo3dwM99 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rUyeEfPHXI {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/bild-2.jpeg");
}
.cid-rUyeEfPHXI h1 {
  color: #616161;
}
.cid-rUyeEfPHXI h2,
.cid-rUyeEfPHXI h3,
.cid-rUyeEfPHXI p {
  color: #767676;
}
.cid-rUyeEfPHXI .mbr-section-subtitle {
  font-style: italic;
}
.cid-rUyeEfPHXI H1 {
  color: #3a516a;
  text-align: center;
}
.cid-rUyeEfPHXI .mbr-text,
.cid-rUyeEfPHXI .mbr-section-btn {
  color: #3a516a;
  text-align: center;
}
.cid-rUyevZDH7z {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUyevZDH7z P {
  color: #767676;
}
.cid-rUyevZDH7z .mbr-text,
.cid-rUyevZDH7z .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-rUyevZDH7z H1 {
  color: #3a516a;
  text-align: center;
}
.cid-rUyeIasbko {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #5a7f93;
}
@media (min-width: 992px) {
  .cid-rUyeIasbko .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rUyeIasbko .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rUyeIasbko .mbr-text {
    text-align: center;
  }
}
.cid-rUyeIasbko .mbr-text,
.cid-rUyeIasbko .mbr-section-btn {
  text-align: left;
}
.cid-rUyeLLqAdc {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #5a7f93;
}
.cid-rUyeLLqAdc .title {
  margin-bottom: 2rem;
}
.cid-rUyeLLqAdc .mbr-section-subtitle {
  color: #767676;
}
.cid-rUyeLLqAdc a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rUyeLLqAdc a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rUyeLLqAdc textarea.form-control {
  min-height: 188px;
}
.cid-rUyeLLqAdc LABEL {
  color: #ffffff;
}
.cid-rUyeMz6uvm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rUyeMz6uvm div.b {
  padding-top: 2rem;
}
.cid-rUyeMz6uvm .mbr-text {
  color: #3a516a;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-rUyeMz6uvm a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rUyeMz6uvm .google-map {
  height: 20rem;
  position: relative;
}
.cid-rUyeMz6uvm .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rUyeMz6uvm .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-rUyeMz6uvm .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rUyeMz6uvm .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rUyeMz6uvm div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-rUyeMz6uvm div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-rUyeMz6uvm H5 {
  color: #3a516a;
}
.cid-rUyeMz6uvm H2 {
  color: #3a516a;
}
.cid-rUyeQbBIn6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUyeQbBIn6 .item {
  padding-bottom: 2rem;
}
.cid-rUyeQbBIn6 .item-wrapper {
  height: 100%;
}
.cid-rUyeQbBIn6 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-rUyeQbBIn6 .carousel-control,
.cid-rUyeQbBIn6 .close {
  background: #1b1b1b;
}
.cid-rUyeQbBIn6 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-rUyeQbBIn6 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-rUyeQbBIn6 .close {
  position: fixed;
  opacity: .5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  font-family: 'MobiriseIcons';
}
.cid-rUyeQbBIn6 .close::before {
  content: '\e91a';
}
.cid-rUyeQbBIn6 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-rUyeQbBIn6 .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: .5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-rUyeQbBIn6 .carousel-inner > .active {
  display: block;
}
.cid-rUyeQbBIn6 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rUyeQbBIn6 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rUyeQbBIn6 .carousel-control .icon-next,
.cid-rUyeQbBIn6 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rUyeQbBIn6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-rUyeQbBIn6 .carousel-control,
  .cid-rUyeQbBIn6 .carousel-indicators,
  .cid-rUyeQbBIn6 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-rUyeQbBIn6 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-rUyeQbBIn6 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rUyeQbBIn6 .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-rUyeQbBIn6 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-rUyeQbBIn6 .carousel-indicators {
    display: none;
  }
}
.cid-rUyeQbBIn6 .carousel-indicators .active,
.cid-rUyeQbBIn6 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: .5;
  border: 4px solid #1b1b1b;
}
.cid-rUyeQbBIn6 .carousel-indicators .active {
  background: #fff;
}
.cid-rUyeQbBIn6 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-rUyeQbBIn6 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-rUyeQbBIn6 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rUyeQbBIn6 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-rUyeQbBIn6 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-rUyeQbBIn6 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(98.25vh);
}
.cid-rUyeQbBIn6 .carousel {
  width: 100%;
}
.cid-rUyeQbBIn6 .modal-dialog .carousel-inner {
  height: auto;
}
.cid-rUyeQbBIn6 .modal-backdrop.in {
  opacity: .8;
}
.cid-rUyeQbBIn6 .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-rUyeQbBIn6 .modal.fade .modal-dialog,
.cid-rUyeQbBIn6 .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-rTuwz3Klbm .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rTuwz3Klbm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rTuwz3Klbm a {
  font-style: normal;
}
.cid-rTuwz3Klbm .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rTuwz3Klbm .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rTuwz3Klbm .nav-item:focus,
.cid-rTuwz3Klbm .nav-link:focus {
  outline: none;
}
.cid-rTuwz3Klbm .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rTuwz3Klbm .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rTuwz3Klbm .menu-logo {
  margin-right: auto;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rTuwz3Klbm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rTuwz3Klbm .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rTuwz3Klbm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rTuwz3Klbm button.navbar-toggler:focus {
  outline: none;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rTuwz3Klbm .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rTuwz3Klbm .collapsed .btn {
  display: -webkit-flex;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rTuwz3Klbm .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rTuwz3Klbm .collapsed button.navbar-toggler {
  display: block;
}
.cid-rTuwz3Klbm .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rTuwz3Klbm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rTuwz3Klbm.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rTuwz3Klbm img {
    height: 3.8rem !important;
  }
  .cid-rTuwz3Klbm .btn {
    display: -webkit-flex;
  }
  .cid-rTuwz3Klbm button.navbar-toggler {
    display: block;
  }
  .cid-rTuwz3Klbm .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rTuwz3Klbm .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rTuwz3Klbm .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing,
  .cid-rTuwz3Klbm .navbar-collapse.show {
    display: block !important;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-nav,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-buttons,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rTuwz3Klbm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rTuwz3Klbm .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rTuwz3Klbm .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rTuwz3Klbm .nav-link:hover,
.cid-rTuwz3Klbm .dropdown-item:hover {
  color: #5b686b !important;
}
.cid-rUycxHa1Fw {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #5a7f93;
}
.cid-rUycxHa1Fw .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rUycxHa1Fw .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #ffffff;
}
.cid-rUycxHa1Fw .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rUycxHa1Fw .inner-container {
    width: 100% !important;
  }
}
.cid-rUycKXbDD5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #5a7f93;
}
.cid-rUycKXbDD5 .mbr-text,
.cid-rUycKXbDD5 blockquote {
  color: #767676;
}
.cid-rUycKXbDD5 .mbr-text P {
  text-align: left;
}
.cid-rUycKXbDD5 .mbr-text {
  color: #ffffff;
}
.cid-rUyckkAOVS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #5a7f93;
}
.cid-rUyckkAOVS .counter-container {
  color: #767676;
}
.cid-rUyckkAOVS .counter-container ul {
  margin-bottom: 0;
}
.cid-rUyckkAOVS .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rUyckkAOVS .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-radius: 0;
  content: '✓';
}
.cid-rUyckkAOVS .mbr-text {
  color: #ffffff;
}
.cid-rUycnbEgPI {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #5a7f93;
}
.cid-rUycnbEgPI .mbr-text,
.cid-rUycnbEgPI blockquote {
  color: #767676;
}
.cid-rUycnbEgPI .mbr-text P {
  text-align: left;
}
.cid-rUycnbEgPI .mbr-text {
  color: #ffffff;
}
.cid-rUyl6DqPy9 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #5a7f93;
}
.cid-rUycRNoDgb {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-rUycRNoDgb h1 {
  color: #616161;
}
.cid-rUycRNoDgb h2,
.cid-rUycRNoDgb h3,
.cid-rUycRNoDgb p {
  color: #767676;
}
.cid-rUycRNoDgb .mbr-section-subtitle {
  font-style: italic;
}
.cid-rUycRNoDgb H1 {
  color: #3a516a;
  text-align: center;
}
.cid-rUycRNoDgb .mbr-text,
.cid-rUycRNoDgb .mbr-section-btn {
  color: #3a516a;
  text-align: center;
}
.cid-rUyd5jNVKw {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUyd5jNVKw P {
  color: #767676;
}
.cid-rUyd5jNVKw .mbr-text,
.cid-rUyd5jNVKw .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-rUyd5jNVKw H1 {
  color: #3a516a;
  text-align: center;
}
.cid-rUydbOJ22W {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #5a7f93;
}
@media (min-width: 992px) {
  .cid-rUydbOJ22W .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rUydbOJ22W .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rUydbOJ22W .mbr-text {
    text-align: center;
  }
}
.cid-rUydbOJ22W .mbr-text,
.cid-rUydbOJ22W .mbr-section-btn {
  text-align: left;
}
.cid-rUydgRKwBt {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #5a7f93;
}
.cid-rUydgRKwBt .title {
  margin-bottom: 2rem;
}
.cid-rUydgRKwBt .mbr-section-subtitle {
  color: #767676;
}
.cid-rUydgRKwBt a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rUydgRKwBt a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rUydgRKwBt textarea.form-control {
  min-height: 188px;
}
.cid-rUydgRKwBt LABEL {
  color: #ffffff;
}
.cid-rUydhUz5I5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rUydhUz5I5 div.b {
  padding-top: 2rem;
}
.cid-rUydhUz5I5 .mbr-text {
  color: #3a516a;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-rUydhUz5I5 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rUydhUz5I5 .google-map {
  height: 20rem;
  position: relative;
}
.cid-rUydhUz5I5 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rUydhUz5I5 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-rUydhUz5I5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rUydhUz5I5 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rUydhUz5I5 div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-rUydhUz5I5 div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-rUydhUz5I5 H5 {
  color: #3a516a;
}
.cid-rUydhUz5I5 H2 {
  color: #3a516a;
}
.cid-rUydudS3LH {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUydudS3LH .item {
  padding-bottom: 2rem;
}
.cid-rUydudS3LH .item-wrapper {
  height: 100%;
}
.cid-rUydudS3LH .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-rUydudS3LH .carousel-control,
.cid-rUydudS3LH .close {
  background: #1b1b1b;
}
.cid-rUydudS3LH .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-rUydudS3LH .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-rUydudS3LH .close {
  position: fixed;
  opacity: .5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  font-family: 'MobiriseIcons';
}
.cid-rUydudS3LH .close::before {
  content: '\e91a';
}
.cid-rUydudS3LH .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-rUydudS3LH .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: .5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-rUydudS3LH .carousel-inner > .active {
  display: block;
}
.cid-rUydudS3LH .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rUydudS3LH .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rUydudS3LH .carousel-control .icon-next,
.cid-rUydudS3LH .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rUydudS3LH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-rUydudS3LH .carousel-control,
  .cid-rUydudS3LH .carousel-indicators,
  .cid-rUydudS3LH .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-rUydudS3LH .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-rUydudS3LH .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rUydudS3LH .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-rUydudS3LH .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-rUydudS3LH .carousel-indicators {
    display: none;
  }
}
.cid-rUydudS3LH .carousel-indicators .active,
.cid-rUydudS3LH .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: .5;
  border: 4px solid #1b1b1b;
}
.cid-rUydudS3LH .carousel-indicators .active {
  background: #fff;
}
.cid-rUydudS3LH .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-rUydudS3LH .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-rUydudS3LH .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rUydudS3LH .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-rUydudS3LH .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-rUydudS3LH .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(98.25vh);
}
.cid-rUydudS3LH .carousel {
  width: 100%;
}
.cid-rUydudS3LH .modal-dialog .carousel-inner {
  height: auto;
}
.cid-rUydudS3LH .modal-backdrop.in {
  opacity: .8;
}
.cid-rUydudS3LH .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-rUydudS3LH .modal.fade .modal-dialog,
.cid-rUydudS3LH .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-rTuqIEUdne {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTuqIEUdne P {
  color: #767676;
}
.cid-rTuqIEUdne .mbr-text,
.cid-rTuqIEUdne .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-rTuqIEUdne H1 {
  color: #3a516a;
  text-align: center;
}
.cid-rTuqTDQau2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTuqTDQau2 P {
  color: #767676;
}
.cid-rTuqTDQau2 .mbr-text,
.cid-rTuqTDQau2 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-rTuqTDQau2 H1 {
  color: #3a516a;
  text-align: center;
}
.cid-rTuqU7Fkw2 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTuqU7Fkw2 .mbr-text,
.cid-rTuqU7Fkw2 blockquote {
  color: #767676;
}
.cid-rTuqU7Fkw2 .mbr-text P {
  text-align: left;
}
.cid-rTuwz3Klbm .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rTuwz3Klbm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rTuwz3Klbm a {
  font-style: normal;
}
.cid-rTuwz3Klbm .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rTuwz3Klbm .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rTuwz3Klbm .nav-item:focus,
.cid-rTuwz3Klbm .nav-link:focus {
  outline: none;
}
.cid-rTuwz3Klbm .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rTuwz3Klbm .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rTuwz3Klbm .menu-logo {
  margin-right: auto;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rTuwz3Klbm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rTuwz3Klbm .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rTuwz3Klbm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rTuwz3Klbm button.navbar-toggler:focus {
  outline: none;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rTuwz3Klbm .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rTuwz3Klbm .collapsed .btn {
  display: -webkit-flex;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rTuwz3Klbm .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rTuwz3Klbm .collapsed button.navbar-toggler {
  display: block;
}
.cid-rTuwz3Klbm .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rTuwz3Klbm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rTuwz3Klbm.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rTuwz3Klbm img {
    height: 3.8rem !important;
  }
  .cid-rTuwz3Klbm .btn {
    display: -webkit-flex;
  }
  .cid-rTuwz3Klbm button.navbar-toggler {
    display: block;
  }
  .cid-rTuwz3Klbm .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rTuwz3Klbm .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rTuwz3Klbm .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing,
  .cid-rTuwz3Klbm .navbar-collapse.show {
    display: block !important;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-nav,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-buttons,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rTuwz3Klbm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rTuwz3Klbm .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rTuwz3Klbm .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rTuwz3Klbm .nav-link:hover,
.cid-rTuwz3Klbm .dropdown-item:hover {
  color: #5b686b !important;
}
.cid-rTup1cgBte {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTup1cgBte P {
  color: #767676;
}
.cid-rTup1cgBte .mbr-text,
.cid-rTup1cgBte .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-rTup1cgBte H1 {
  color: #3a516a;
  text-align: center;
}
.cid-rTup2VRZHK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTup2VRZHK P {
  color: #767676;
}
.cid-rTup2VRZHK .mbr-text,
.cid-rTup2VRZHK .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-rTup2VRZHK H1 {
  color: #3a516a;
  text-align: center;
}
.cid-rTup7ArC5j {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rTup7ArC5j .mbr-text,
.cid-rTup7ArC5j blockquote {
  color: #767676;
}
.cid-rTup7ArC5j .mbr-text P {
  text-align: left;
}
.cid-rTup7ArC5j .mbr-text {
  color: #3a516a;
}
.cid-rUypmy8Yct {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #5a7f93;
}
.cid-rTup99MPGl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rTup99MPGl .line {
  background-color: #3a516a;
  color: #3a516a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rTup99MPGl .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #3a516a;
}
.cid-rTup99MPGl .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rTup99MPGl .inner-container {
    width: 100% !important;
  }
}
.cid-rTupanrRkI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-rTupanrRkI .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rTupanrRkI .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rTupanrRkI .mbr-text {
    text-align: center;
  }
}
.cid-rTupanrRkI H1 {
  text-align: left;
  color: #3a516a;
}
.cid-rTupanrRkI .mbr-text,
.cid-rTupanrRkI .mbr-section-btn {
  color: #3a516a;
}
.cid-rTupc1hMhv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rTupc1hMhv .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rTupc1hMhv .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rTupc1hMhv .mbr-text {
    text-align: center;
  }
}
.cid-rTupc1hMhv H1 {
  text-align: left;
  color: #3a516a;
}
.cid-rTupc1hMhv .mbr-text,
.cid-rTupc1hMhv .mbr-section-btn {
  color: #3a516a;
}
.cid-rTupcH8fxs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-rTupcH8fxs .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rTupcH8fxs .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rTupcH8fxs .mbr-text {
    text-align: center;
  }
}
.cid-rTupcH8fxs H1 {
  text-align: left;
  color: #3a516a;
}
.cid-rTupcH8fxs .mbr-text,
.cid-rTupcH8fxs .mbr-section-btn {
  color: #3a516a;
}
.cid-rTupftsroJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rTupftsroJ .line {
  background-color: #3a516a;
  color: #3a516a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rTupftsroJ .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #3a516a;
}
.cid-rTupftsroJ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rTupftsroJ .inner-container {
    width: 100% !important;
  }
}
.cid-rTvyNuU4JZ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rTvyNuU4JZ .mbr-text,
.cid-rTvyNuU4JZ blockquote {
  color: #767676;
}
.cid-rTvyNuU4JZ .mbr-text P {
  text-align: left;
}
.cid-rTvyNuU4JZ .mbr-text {
  color: #3a516a;
}
.cid-rTvyjx39na {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-rTvyjx39na .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rTvyjx39na .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rTvyjx39na .mbr-text {
    text-align: center;
  }
}
.cid-rTvyjx39na .mbr-text,
.cid-rTvyjx39na .mbr-section-btn {
  text-align: left;
  color: #3a516a;
}
.cid-rTuplac6AN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rTuplac6AN .counter-container {
  color: #767676;
}
.cid-rTuplac6AN .counter-container ul {
  margin-bottom: 0;
}
.cid-rTuplac6AN .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rTuplac6AN .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-radius: 0;
  content: '✓';
}
.cid-rTuplac6AN .mbr-text {
  color: #3a516a;
}
.cid-rTuppND3qu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rTuppND3qu .mbr-text,
.cid-rTuppND3qu blockquote {
  color: #767676;
}
.cid-rTuppND3qu .mbr-text P {
  text-align: left;
}
.cid-rTuppND3qu .mbr-text {
  color: #3a516a;
}
.cid-rUyzEGsMlA {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rUyzEGsMlA [class^="socicon-"]:before,
.cid-rUyzEGsMlA [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-rUyzEGsMlA .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  color: #232323;
  cursor: pointer;
  border-color: #3a516a;
}
.cid-rUyzEGsMlA .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-rUyzEGsMlA .btn-social:hover {
  color: #fff;
  background: #3a516a;
}
.cid-rUyzEGsMlA .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-rUyzEGsMlA .btn-social + .btn {
  margin-left: .1rem;
}
@media (max-width: 767px) {
  .cid-rUyzEGsMlA .btn {
    font-size: 20px !important;
  }
}
.cid-rUyzEGsMlA .btn-social,
.cid-rUyzEGsMlA .mbr-section-title {
  color: #3a516a;
}
.cid-rUyrpn8NbX {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rTuptHcdaR {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTuptHcdaR .item {
  padding-bottom: 2rem;
}
.cid-rTuptHcdaR .item-wrapper {
  height: 100%;
}
.cid-rTuptHcdaR .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-rTuptHcdaR .carousel-control,
.cid-rTuptHcdaR .close {
  background: #1b1b1b;
}
.cid-rTuptHcdaR .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-rTuptHcdaR .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-rTuptHcdaR .close {
  position: fixed;
  opacity: .5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  font-family: 'MobiriseIcons';
}
.cid-rTuptHcdaR .close::before {
  content: '\e91a';
}
.cid-rTuptHcdaR .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-rTuptHcdaR .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: .5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-rTuptHcdaR .carousel-inner > .active {
  display: block;
}
.cid-rTuptHcdaR .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rTuptHcdaR .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rTuptHcdaR .carousel-control .icon-next,
.cid-rTuptHcdaR .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rTuptHcdaR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-rTuptHcdaR .carousel-control,
  .cid-rTuptHcdaR .carousel-indicators,
  .cid-rTuptHcdaR .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-rTuptHcdaR .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-rTuptHcdaR .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rTuptHcdaR .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-rTuptHcdaR .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-rTuptHcdaR .carousel-indicators {
    display: none;
  }
}
.cid-rTuptHcdaR .carousel-indicators .active,
.cid-rTuptHcdaR .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: .5;
  border: 4px solid #1b1b1b;
}
.cid-rTuptHcdaR .carousel-indicators .active {
  background: #fff;
}
.cid-rTuptHcdaR .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-rTuptHcdaR .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-rTuptHcdaR .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rTuptHcdaR .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-rTuptHcdaR .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-rTuptHcdaR .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(98.25vh);
}
.cid-rTuptHcdaR .carousel {
  width: 100%;
}
.cid-rTuptHcdaR .modal-dialog .carousel-inner {
  height: auto;
}
.cid-rTuptHcdaR .modal-backdrop.in {
  opacity: .8;
}
.cid-rTuptHcdaR .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-rTuptHcdaR .modal.fade .modal-dialog,
.cid-rTuptHcdaR .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-rTupvQu1nP {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTupvQu1nP P {
  color: #767676;
}
.cid-rTupvQu1nP .mbr-text,
.cid-rTupvQu1nP .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-rTupvQu1nP H1 {
  color: #3a516a;
  text-align: center;
}
.cid-rTupxpqkBM {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #5a7f93;
}
@media (min-width: 992px) {
  .cid-rTupxpqkBM .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rTupxpqkBM .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rTupxpqkBM .mbr-text {
    text-align: center;
  }
}
.cid-rTupxpqkBM .mbr-text,
.cid-rTupxpqkBM .mbr-section-btn {
  text-align: left;
}
.cid-rTupyrcO2Q {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #5a7f93;
}
.cid-rTupyrcO2Q .title {
  margin-bottom: 2rem;
}
.cid-rTupyrcO2Q .mbr-section-subtitle {
  color: #767676;
}
.cid-rTupyrcO2Q a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rTupyrcO2Q a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rTupyrcO2Q textarea.form-control {
  min-height: 188px;
}
.cid-rTupyrcO2Q LABEL {
  color: #ffffff;
}
.cid-rTupzIar30 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rTupzIar30 div.b {
  padding-top: 2rem;
}
.cid-rTupzIar30 .mbr-text {
  color: #3a516a;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-rTupzIar30 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rTupzIar30 .google-map {
  height: 20rem;
  position: relative;
}
.cid-rTupzIar30 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rTupzIar30 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-rTupzIar30 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rTupzIar30 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rTupzIar30 div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-rTupzIar30 div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-rTupzIar30 H5 {
  color: #3a516a;
}
.cid-rTupzIar30 H2 {
  color: #3a516a;
}
.cid-rTuwz3Klbm .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rTuwz3Klbm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rTuwz3Klbm a {
  font-style: normal;
}
.cid-rTuwz3Klbm .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rTuwz3Klbm .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rTuwz3Klbm .nav-item:focus,
.cid-rTuwz3Klbm .nav-link:focus {
  outline: none;
}
.cid-rTuwz3Klbm .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rTuwz3Klbm .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rTuwz3Klbm .menu-logo {
  margin-right: auto;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rTuwz3Klbm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rTuwz3Klbm .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rTuwz3Klbm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rTuwz3Klbm button.navbar-toggler:focus {
  outline: none;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rTuwz3Klbm .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rTuwz3Klbm .collapsed .btn {
  display: -webkit-flex;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rTuwz3Klbm .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rTuwz3Klbm .collapsed button.navbar-toggler {
  display: block;
}
.cid-rTuwz3Klbm .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rTuwz3Klbm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rTuwz3Klbm.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rTuwz3Klbm img {
    height: 3.8rem !important;
  }
  .cid-rTuwz3Klbm .btn {
    display: -webkit-flex;
  }
  .cid-rTuwz3Klbm button.navbar-toggler {
    display: block;
  }
  .cid-rTuwz3Klbm .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rTuwz3Klbm .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rTuwz3Klbm .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing,
  .cid-rTuwz3Klbm .navbar-collapse.show {
    display: block !important;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-nav,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-buttons,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rTuwz3Klbm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rTuwz3Klbm .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rTuwz3Klbm .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rTuwz3Klbm .nav-link:hover,
.cid-rTuwz3Klbm .dropdown-item:hover {
  color: #5b686b !important;
}
.cid-rTuo1DZVSE {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rTuo1DZVSE .line {
  background-color: #3a516a;
  color: #3a516a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rTuo1DZVSE .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #3a516a;
}
.cid-rTuo1DZVSE .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rTuo1DZVSE .inner-container {
    width: 100% !important;
  }
}
.cid-rUyEDNFfLS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUyEDNFfLS .testimonial-text {
  font-style: italic;
  font-weight: 300;
  text-align: left;
  color: #71787c;
}
.cid-rUyEDNFfLS .mbr-author-name {
  font-weight: bold;
  color: #71787c;
}
.cid-rUyEDNFfLS .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rUyEDNFfLS .mbr-figure,
  .cid-rUyEDNFfLS img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rUyEDNFfLS .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rTuodFousP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #5a7f93;
}
.cid-rTuodFousP .counter-container {
  color: #767676;
}
.cid-rTuodFousP .counter-container ul {
  margin-bottom: 0;
}
.cid-rTuodFousP .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rTuodFousP .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-radius: 0;
  content: '✓';
}
.cid-rTuodFousP .mbr-text {
  color: #ffffff;
}
.cid-rTuofEg83k {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rTuofEg83k .counter-container {
  color: #767676;
}
.cid-rTuofEg83k .counter-container ul {
  margin-bottom: 0;
}
.cid-rTuofEg83k .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rTuofEg83k .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #3a516a;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-radius: 0;
  content: '✓';
}
.cid-rTuofEg83k .mbr-text {
  color: #71787c;
}
.cid-rTuoi644z0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-rTuoi644z0 h1 {
  color: #616161;
}
.cid-rTuoi644z0 h2,
.cid-rTuoi644z0 h3,
.cid-rTuoi644z0 p {
  color: #767676;
}
.cid-rTuoi644z0 .mbr-section-subtitle {
  font-style: italic;
}
.cid-rTuoi644z0 H1 {
  color: #3a516a;
  text-align: center;
}
.cid-rTuoi644z0 .mbr-text,
.cid-rTuoi644z0 .mbr-section-btn {
  color: #3a516a;
  text-align: center;
}
.cid-rTuokNzSgf {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rTuokNzSgf .line {
  background-color: #3a516a;
  color: #3a516a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rTuokNzSgf .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #3a516a;
}
.cid-rTuokNzSgf .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rTuokNzSgf .inner-container {
    width: 100% !important;
  }
}
.cid-rTuom5Os1H {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTuom5Os1H .mbr-text,
.cid-rTuom5Os1H blockquote {
  color: #767676;
}
.cid-rTuom5Os1H .mbr-text P {
  text-align: left;
}
.cid-rTuom5Os1H .mbr-text {
  color: #71787c;
}
.cid-rTuonXSvDq {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rTuonXSvDq .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rTuonXSvDq .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rTuonXSvDq .mbr-text {
  color: #71787c;
}
.cid-shyQB6oYO5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-shyQB6oYO5 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-shyQB6oYO5 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-shyQB6oYO5 .mbr-text {
  color: #71787c;
}
.cid-rTuooYbcj6 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rTuooYbcj6 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rTuooYbcj6 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rTuooYbcj6 .mbr-text {
  color: #71787c;
}
.cid-rTuoqyh8X0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/bild-6.jpeg");
}
.cid-rTuoqyh8X0 h1 {
  color: #616161;
}
.cid-rTuoqyh8X0 h2,
.cid-rTuoqyh8X0 h3,
.cid-rTuoqyh8X0 p {
  color: #767676;
}
.cid-rTuoqyh8X0 .mbr-section-subtitle {
  font-style: italic;
}
.cid-rTuoqyh8X0 H1 {
  color: #3a516a;
  text-align: center;
}
.cid-rTuoqyh8X0 .mbr-text,
.cid-rTuoqyh8X0 .mbr-section-btn {
  color: #3a516a;
  text-align: center;
}
.cid-rTuorYjFIZ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rTuorYjFIZ .line {
  background-color: #3a516a;
  color: #3a516a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rTuorYjFIZ .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #3a516a;
}
.cid-rTuorYjFIZ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rTuorYjFIZ .inner-container {
    width: 100% !important;
  }
}
.cid-rTuot34Vp6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTuot34Vp6 .mbr-text,
.cid-rTuot34Vp6 blockquote {
  color: #767676;
}
.cid-rTuot34Vp6 .mbr-text P {
  text-align: left;
}
.cid-rTuot34Vp6 .mbr-text {
  color: #71787c;
}
.cid-rTuou825a7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTuou825a7 .counter-container {
  color: #767676;
}
.cid-rTuou825a7 .counter-container ul {
  margin-bottom: 0;
}
.cid-rTuou825a7 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rTuou825a7 .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #3a516a;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-radius: 0;
  content: '✓';
}
.cid-rTuoxe0YYk {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTuoxe0YYk .item {
  padding-bottom: 2rem;
}
.cid-rTuoxe0YYk .item-wrapper {
  height: 100%;
}
.cid-rTuoxe0YYk .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-rTuoxe0YYk .carousel-control,
.cid-rTuoxe0YYk .close {
  background: #1b1b1b;
}
.cid-rTuoxe0YYk .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-rTuoxe0YYk .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-rTuoxe0YYk .close {
  position: fixed;
  opacity: .5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  font-family: 'MobiriseIcons';
}
.cid-rTuoxe0YYk .close::before {
  content: '\e91a';
}
.cid-rTuoxe0YYk .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-rTuoxe0YYk .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: .5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-rTuoxe0YYk .carousel-inner > .active {
  display: block;
}
.cid-rTuoxe0YYk .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rTuoxe0YYk .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rTuoxe0YYk .carousel-control .icon-next,
.cid-rTuoxe0YYk .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rTuoxe0YYk .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-rTuoxe0YYk .carousel-control,
  .cid-rTuoxe0YYk .carousel-indicators,
  .cid-rTuoxe0YYk .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-rTuoxe0YYk .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-rTuoxe0YYk .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rTuoxe0YYk .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-rTuoxe0YYk .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-rTuoxe0YYk .carousel-indicators {
    display: none;
  }
}
.cid-rTuoxe0YYk .carousel-indicators .active,
.cid-rTuoxe0YYk .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: .5;
  border: 4px solid #1b1b1b;
}
.cid-rTuoxe0YYk .carousel-indicators .active {
  background: #fff;
}
.cid-rTuoxe0YYk .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-rTuoxe0YYk .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-rTuoxe0YYk .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rTuoxe0YYk .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-rTuoxe0YYk .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-rTuoxe0YYk .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(98.25vh);
}
.cid-rTuoxe0YYk .carousel {
  width: 100%;
}
.cid-rTuoxe0YYk .modal-dialog .carousel-inner {
  height: auto;
}
.cid-rTuoxe0YYk .modal-backdrop.in {
  opacity: .8;
}
.cid-rTuoxe0YYk .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-rTuoxe0YYk .modal.fade .modal-dialog,
.cid-rTuoxe0YYk .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-rTuoyNOxc8 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTuoyNOxc8 P {
  color: #767676;
}
.cid-rTuoyNOxc8 .mbr-text,
.cid-rTuoyNOxc8 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-rTuoyNOxc8 H1 {
  color: #3a516a;
  text-align: center;
}
.cid-rTuoB9fVrQ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #5a7f93;
}
@media (min-width: 992px) {
  .cid-rTuoB9fVrQ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rTuoB9fVrQ .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rTuoB9fVrQ .mbr-text {
    text-align: center;
  }
}
.cid-rTuoB9fVrQ .mbr-text,
.cid-rTuoB9fVrQ .mbr-section-btn {
  text-align: left;
}
.cid-rTuoC5vjsV {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #5a7f93;
}
.cid-rTuoC5vjsV .title {
  margin-bottom: 2rem;
}
.cid-rTuoC5vjsV .mbr-section-subtitle {
  color: #767676;
}
.cid-rTuoC5vjsV a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rTuoC5vjsV a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rTuoC5vjsV textarea.form-control {
  min-height: 188px;
}
.cid-rTuoC5vjsV LABEL {
  color: #ffffff;
}
.cid-rTuoEsi8Em {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rTuoEsi8Em div.b {
  padding-top: 2rem;
}
.cid-rTuoEsi8Em .mbr-text {
  color: #3a516a;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-rTuoEsi8Em a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rTuoEsi8Em .google-map {
  height: 20rem;
  position: relative;
}
.cid-rTuoEsi8Em .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rTuoEsi8Em .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-rTuoEsi8Em .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rTuoEsi8Em .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rTuoEsi8Em div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-rTuoEsi8Em div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-rTuoEsi8Em H5 {
  color: #3a516a;
}
.cid-rTuoEsi8Em H2 {
  color: #3a516a;
}
.cid-rTuwz3Klbm .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rTuwz3Klbm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rTuwz3Klbm a {
  font-style: normal;
}
.cid-rTuwz3Klbm .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rTuwz3Klbm .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rTuwz3Klbm .nav-item:focus,
.cid-rTuwz3Klbm .nav-link:focus {
  outline: none;
}
.cid-rTuwz3Klbm .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rTuwz3Klbm .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rTuwz3Klbm .menu-logo {
  margin-right: auto;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rTuwz3Klbm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rTuwz3Klbm .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rTuwz3Klbm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rTuwz3Klbm button.navbar-toggler:focus {
  outline: none;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rTuwz3Klbm .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rTuwz3Klbm .collapsed .btn {
  display: -webkit-flex;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rTuwz3Klbm .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rTuwz3Klbm .collapsed button.navbar-toggler {
  display: block;
}
.cid-rTuwz3Klbm .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rTuwz3Klbm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rTuwz3Klbm.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rTuwz3Klbm img {
    height: 3.8rem !important;
  }
  .cid-rTuwz3Klbm .btn {
    display: -webkit-flex;
  }
  .cid-rTuwz3Klbm button.navbar-toggler {
    display: block;
  }
  .cid-rTuwz3Klbm .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rTuwz3Klbm .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rTuwz3Klbm .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing,
  .cid-rTuwz3Klbm .navbar-collapse.show {
    display: block !important;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-nav,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-buttons,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rTuwz3Klbm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rTuwz3Klbm .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rTuwz3Klbm .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rTuwz3Klbm .nav-link:hover,
.cid-rTuwz3Klbm .dropdown-item:hover {
  color: #5b686b !important;
}
.cid-rTuq6Fdyu1 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTuq6Fdyu1 P {
  color: #767676;
}
.cid-rTuq6Fdyu1 .mbr-text,
.cid-rTuq6Fdyu1 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-rTuq6Fdyu1 H1 {
  color: #3a516a;
  text-align: center;
}
.cid-rTuq928LLy {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTuq928LLy P {
  color: #767676;
}
.cid-rTuq928LLy .mbr-text,
.cid-rTuq928LLy .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-rTuq928LLy H1 {
  color: #3a516a;
  text-align: center;
}
.cid-rTuqbv7NYk {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #5a7f93;
}
@media (min-width: 992px) {
  .cid-rTuqbv7NYk .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rTuqbv7NYk .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rTuqbv7NYk .mbr-text {
    text-align: center;
  }
}
.cid-rTuqbv7NYk .mbr-text,
.cid-rTuqbv7NYk .mbr-section-btn {
  text-align: left;
}
.cid-rTuqcphxiI {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #5a7f93;
}
.cid-rTuqcphxiI .title {
  margin-bottom: 2rem;
}
.cid-rTuqcphxiI .mbr-section-subtitle {
  color: #767676;
}
.cid-rTuqcphxiI a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rTuqcphxiI a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rTuqcphxiI textarea.form-control {
  min-height: 188px;
}
.cid-rTuqcphxiI LABEL {
  color: #ffffff;
}
.cid-rTuqduhWgS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rTuqduhWgS div.b {
  padding-top: 2rem;
}
.cid-rTuqduhWgS .mbr-text {
  color: #3a516a;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-rTuqduhWgS a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rTuqduhWgS .google-map {
  height: 20rem;
  position: relative;
}
.cid-rTuqduhWgS .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rTuqduhWgS .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-rTuqduhWgS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rTuqduhWgS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rTuqduhWgS div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-rTuqduhWgS div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-rTuqduhWgS H5 {
  color: #3a516a;
}
.cid-rTuqduhWgS H2 {
  color: #3a516a;
}
.cid-rTuqfyFlGf {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTuqfyFlGf .item {
  padding-bottom: 2rem;
}
.cid-rTuqfyFlGf .item-wrapper {
  height: 100%;
}
.cid-rTuqfyFlGf .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-rTuqfyFlGf .carousel-control,
.cid-rTuqfyFlGf .close {
  background: #1b1b1b;
}
.cid-rTuqfyFlGf .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-rTuqfyFlGf .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-rTuqfyFlGf .close {
  position: fixed;
  opacity: .5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  font-family: 'MobiriseIcons';
}
.cid-rTuqfyFlGf .close::before {
  content: '\e91a';
}
.cid-rTuqfyFlGf .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-rTuqfyFlGf .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: .5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-rTuqfyFlGf .carousel-inner > .active {
  display: block;
}
.cid-rTuqfyFlGf .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rTuqfyFlGf .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rTuqfyFlGf .carousel-control .icon-next,
.cid-rTuqfyFlGf .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rTuqfyFlGf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-rTuqfyFlGf .carousel-control,
  .cid-rTuqfyFlGf .carousel-indicators,
  .cid-rTuqfyFlGf .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-rTuqfyFlGf .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-rTuqfyFlGf .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rTuqfyFlGf .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-rTuqfyFlGf .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-rTuqfyFlGf .carousel-indicators {
    display: none;
  }
}
.cid-rTuqfyFlGf .carousel-indicators .active,
.cid-rTuqfyFlGf .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: .5;
  border: 4px solid #1b1b1b;
}
.cid-rTuqfyFlGf .carousel-indicators .active {
  background: #fff;
}
.cid-rTuqfyFlGf .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-rTuqfyFlGf .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-rTuqfyFlGf .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rTuqfyFlGf .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-rTuqfyFlGf .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-rTuqfyFlGf .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(98.25vh);
}
.cid-rTuqfyFlGf .carousel {
  width: 100%;
}
.cid-rTuqfyFlGf .modal-dialog .carousel-inner {
  height: auto;
}
.cid-rTuqfyFlGf .modal-backdrop.in {
  opacity: .8;
}
.cid-rTuqfyFlGf .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-rTuqfyFlGf .modal.fade .modal-dialog,
.cid-rTuqfyFlGf .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-rTuwz3Klbm .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rTuwz3Klbm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rTuwz3Klbm a {
  font-style: normal;
}
.cid-rTuwz3Klbm .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rTuwz3Klbm .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rTuwz3Klbm .nav-item:focus,
.cid-rTuwz3Klbm .nav-link:focus {
  outline: none;
}
.cid-rTuwz3Klbm .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rTuwz3Klbm .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rTuwz3Klbm .menu-logo {
  margin-right: auto;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rTuwz3Klbm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rTuwz3Klbm .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rTuwz3Klbm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rTuwz3Klbm button.navbar-toggler:focus {
  outline: none;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rTuwz3Klbm .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rTuwz3Klbm .collapsed .btn {
  display: -webkit-flex;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rTuwz3Klbm .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rTuwz3Klbm .collapsed button.navbar-toggler {
  display: block;
}
.cid-rTuwz3Klbm .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rTuwz3Klbm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rTuwz3Klbm.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rTuwz3Klbm img {
    height: 3.8rem !important;
  }
  .cid-rTuwz3Klbm .btn {
    display: -webkit-flex;
  }
  .cid-rTuwz3Klbm button.navbar-toggler {
    display: block;
  }
  .cid-rTuwz3Klbm .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rTuwz3Klbm .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rTuwz3Klbm .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing,
  .cid-rTuwz3Klbm .navbar-collapse.show {
    display: block !important;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-nav,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-buttons,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rTuwz3Klbm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rTuwz3Klbm .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rTuwz3Klbm .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rTuwz3Klbm .nav-link:hover,
.cid-rTuwz3Klbm .dropdown-item:hover {
  color: #5b686b !important;
}
.cid-rTuqqht21q {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTuqqht21q P {
  color: #767676;
}
.cid-rTuqqht21q .mbr-text,
.cid-rTuqqht21q .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-rTuqqht21q H1 {
  color: #3a516a;
  text-align: center;
}
.cid-rTuqrmWC2A {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTuqrmWC2A P {
  color: #767676;
}
.cid-rTuqrmWC2A .mbr-text,
.cid-rTuqrmWC2A .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-rTuqrmWC2A H1 {
  color: #3a516a;
  text-align: center;
}
.cid-rTuqrN8pnL {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTuqrN8pnL .mbr-text,
.cid-rTuqrN8pnL blockquote {
  color: #767676;
}
.cid-rTuqrN8pnL .mbr-text P {
  text-align: left;
}
.cid-rTuwz3Klbm .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rTuwz3Klbm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rTuwz3Klbm a {
  font-style: normal;
}
.cid-rTuwz3Klbm .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rTuwz3Klbm .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rTuwz3Klbm .nav-item:focus,
.cid-rTuwz3Klbm .nav-link:focus {
  outline: none;
}
.cid-rTuwz3Klbm .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rTuwz3Klbm .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rTuwz3Klbm .menu-logo {
  margin-right: auto;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rTuwz3Klbm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rTuwz3Klbm .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rTuwz3Klbm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rTuwz3Klbm button.navbar-toggler:focus {
  outline: none;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rTuwz3Klbm .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rTuwz3Klbm .collapsed .btn {
  display: -webkit-flex;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rTuwz3Klbm .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rTuwz3Klbm .collapsed button.navbar-toggler {
  display: block;
}
.cid-rTuwz3Klbm .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rTuwz3Klbm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rTuwz3Klbm.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rTuwz3Klbm img {
    height: 3.8rem !important;
  }
  .cid-rTuwz3Klbm .btn {
    display: -webkit-flex;
  }
  .cid-rTuwz3Klbm button.navbar-toggler {
    display: block;
  }
  .cid-rTuwz3Klbm .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rTuwz3Klbm .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rTuwz3Klbm .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing,
  .cid-rTuwz3Klbm .navbar-collapse.show {
    display: block !important;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-nav,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-buttons,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rTuwz3Klbm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rTuwz3Klbm .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rTuwz3Klbm .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rTuwz3Klbm .nav-link:hover,
.cid-rTuwz3Klbm .dropdown-item:hover {
  color: #5b686b !important;
}
.cid-rTuqzuTpIP {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTuqzuTpIP P {
  color: #767676;
}
.cid-rTuqzuTpIP .mbr-text,
.cid-rTuqzuTpIP .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-rTuqzuTpIP H1 {
  color: #3a516a;
  text-align: center;
}
.cid-rTuqALtvdN {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTuqALtvdN P {
  color: #767676;
}
.cid-rTuqALtvdN .mbr-text,
.cid-rTuqALtvdN .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-rTuqALtvdN H1 {
  color: #3a516a;
  text-align: center;
}
.cid-rTuqChTkTL {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTuqChTkTL .mbr-text,
.cid-rTuqChTkTL blockquote {
  color: #767676;
}
.cid-rTuqChTkTL .mbr-text P {
  text-align: left;
}
.cid-rTuwz3Klbm .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rTuwz3Klbm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rTuwz3Klbm a {
  font-style: normal;
}
.cid-rTuwz3Klbm .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rTuwz3Klbm .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rTuwz3Klbm .nav-item:focus,
.cid-rTuwz3Klbm .nav-link:focus {
  outline: none;
}
.cid-rTuwz3Klbm .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rTuwz3Klbm .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rTuwz3Klbm .menu-logo {
  margin-right: auto;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rTuwz3Klbm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rTuwz3Klbm .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rTuwz3Klbm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rTuwz3Klbm button.navbar-toggler:focus {
  outline: none;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rTuwz3Klbm .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rTuwz3Klbm .collapsed .btn {
  display: -webkit-flex;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rTuwz3Klbm .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rTuwz3Klbm .collapsed button.navbar-toggler {
  display: block;
}
.cid-rTuwz3Klbm .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rTuwz3Klbm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rTuwz3Klbm.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rTuwz3Klbm img {
    height: 3.8rem !important;
  }
  .cid-rTuwz3Klbm .btn {
    display: -webkit-flex;
  }
  .cid-rTuwz3Klbm button.navbar-toggler {
    display: block;
  }
  .cid-rTuwz3Klbm .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rTuwz3Klbm .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rTuwz3Klbm .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing,
  .cid-rTuwz3Klbm .navbar-collapse.show {
    display: block !important;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-nav,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-buttons,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rTuwz3Klbm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rTuwz3Klbm .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rTuwz3Klbm .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rTuwz3Klbm .nav-link:hover,
.cid-rTuwz3Klbm .dropdown-item:hover {
  color: #5b686b !important;
}
.cid-rTuwz3Klbm .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rTuwz3Klbm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rTuwz3Klbm a {
  font-style: normal;
}
.cid-rTuwz3Klbm .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rTuwz3Klbm .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rTuwz3Klbm .nav-item:focus,
.cid-rTuwz3Klbm .nav-link:focus {
  outline: none;
}
.cid-rTuwz3Klbm .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rTuwz3Klbm .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rTuwz3Klbm .menu-logo {
  margin-right: auto;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rTuwz3Klbm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rTuwz3Klbm .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rTuwz3Klbm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rTuwz3Klbm button.navbar-toggler:focus {
  outline: none;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rTuwz3Klbm .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rTuwz3Klbm .collapsed .btn {
  display: -webkit-flex;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rTuwz3Klbm .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rTuwz3Klbm .collapsed button.navbar-toggler {
  display: block;
}
.cid-rTuwz3Klbm .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rTuwz3Klbm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rTuwz3Klbm.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rTuwz3Klbm img {
    height: 3.8rem !important;
  }
  .cid-rTuwz3Klbm .btn {
    display: -webkit-flex;
  }
  .cid-rTuwz3Klbm button.navbar-toggler {
    display: block;
  }
  .cid-rTuwz3Klbm .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rTuwz3Klbm .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rTuwz3Klbm .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing,
  .cid-rTuwz3Klbm .navbar-collapse.show {
    display: block !important;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-nav,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-buttons,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rTuwz3Klbm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rTuwz3Klbm .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rTuwz3Klbm .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rTuwz3Klbm .nav-link:hover,
.cid-rTuwz3Klbm .dropdown-item:hover {
  color: #5b686b !important;
}
.cid-rTuizAovQy {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #5a7f93;
}
.cid-rTuizAovQy P {
  color: #767676;
}
.cid-rTuizAovQy .mbr-text,
.cid-rTuizAovQy .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-rTuizAovQy H1 {
  color: #ffffff;
  text-align: center;
}
.cid-rTuiAhoaxC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #5a7f93;
}
.cid-rTuiAhoaxC .testimonial-text {
  font-style: italic;
  font-weight: 300;
  text-align: left;
}
.cid-rTuiAhoaxC .mbr-author-name {
  font-weight: bold;
}
.cid-rTuiAhoaxC .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rTuiAhoaxC .mbr-figure,
  .cid-rTuiAhoaxC img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rTuiAhoaxC .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rUyoqAVZ4B {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #5a7f93;
}
.cid-rTuiDDEdpK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTuiDDEdpK P {
  color: #767676;
}
.cid-rTuiDDEdpK .mbr-text,
.cid-rTuiDDEdpK .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-rTuiDDEdpK H1 {
  color: #3a516a;
  text-align: center;
}
.cid-rTuiGCOxjO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTuiGCOxjO h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rTuiGCOxjO p {
  color: #767676;
  text-align: left;
}
.cid-rTuiGCOxjO .card-img {
  text-align: left;
  padding-right: 30px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: auto;
}
.cid-rTuiGCOxjO .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-rTuiGCOxjO .card-title {
  margin-bottom: 0;
}
.cid-rTuiGCOxjO .mbr-crt-title {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-rTuiGCOxjO .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 300px) {
  .cid-rTuiGCOxjO .card-img span {
    font-size: 40px !important;
  }
}
.cid-rTuiGCOxjO .card-title,
.cid-rTuiGCOxjO .card-img {
  color: #3a516a;
}
.cid-rTuiGCOxjO P {
  color: #71787c;
}
.cid-rTuiHdno73 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTuiHdno73 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rTuiHdno73 p {
  color: #767676;
  text-align: left;
}
.cid-rTuiHdno73 .card-img {
  text-align: left;
  padding-right: 30px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: auto;
}
.cid-rTuiHdno73 .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-rTuiHdno73 .card-title {
  margin-bottom: 0;
}
.cid-rTuiHdno73 .mbr-crt-title {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-rTuiHdno73 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 300px) {
  .cid-rTuiHdno73 .card-img span {
    font-size: 40px !important;
  }
}
.cid-rTuiHdno73 .card-title,
.cid-rTuiHdno73 .card-img {
  color: #3a516a;
}
.cid-rTuiHdno73 P {
  color: #3a516a;
}
.cid-rTuiIeHOq5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/bild-7.jpeg");
}
.cid-rTuiIeHOq5 h1 {
  color: #616161;
}
.cid-rTuiIeHOq5 h2,
.cid-rTuiIeHOq5 h3,
.cid-rTuiIeHOq5 p {
  color: #767676;
}
.cid-rTuiIeHOq5 .mbr-section-subtitle {
  font-style: italic;
}
.cid-rTuiIeHOq5 H1 {
  color: #3a516a;
  text-align: center;
}
.cid-rTuiIeHOq5 .mbr-text,
.cid-rTuiIeHOq5 .mbr-section-btn {
  color: #3a516a;
  text-align: center;
}
.cid-rTujMT6ade {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rTujMT6ade .line {
  background-color: #3a516a;
  color: #3a516a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rTujMT6ade .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #3a516a;
}
.cid-rTujMT6ade .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rTujMT6ade .inner-container {
    width: 100% !important;
  }
}
.cid-rTujPnuXKs {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTujPnuXKs .mbr-text,
.cid-rTujPnuXKs blockquote {
  color: #767676;
}
.cid-rTujPnuXKs .mbr-text P {
  text-align: left;
}
.cid-rTujRX5MFK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTujRX5MFK .counter-container {
  color: #767676;
}
.cid-rTujRX5MFK .counter-container ul {
  margin-bottom: 0;
}
.cid-rTujRX5MFK .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rTujRX5MFK .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #3a516a;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-radius: 0;
  content: '✓';
}
.cid-rTujTh5VkV {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTujTh5VkV .mbr-text,
.cid-rTujTh5VkV blockquote {
  color: #767676;
}
.cid-rTujTh5VkV .mbr-text P {
  text-align: left;
}
.cid-rTuk9aNP66 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bild-4-2000x2006.jpeg");
}
.cid-rTuk9aNP66 h1 {
  color: #616161;
}
.cid-rTuk9aNP66 h2,
.cid-rTuk9aNP66 h3,
.cid-rTuk9aNP66 p {
  color: #767676;
}
.cid-rTuk9aNP66 .mbr-section-subtitle {
  font-style: italic;
}
.cid-rTuk9aNP66 H1 {
  color: #3a516a;
  text-align: center;
}
.cid-rTuk9aNP66 .mbr-text,
.cid-rTuk9aNP66 .mbr-section-btn {
  color: #3a516a;
  text-align: center;
}
.cid-rTukiQZPo2 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #5a7f93;
}
.cid-rTukiQZPo2 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rTukiQZPo2 .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #ffffff;
}
.cid-rTukiQZPo2 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rTukiQZPo2 .inner-container {
    width: 100% !important;
  }
}
.cid-rTukkwLiL5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #5a7f93;
}
.cid-rTukkwLiL5 .mbr-text,
.cid-rTukkwLiL5 blockquote {
  color: #767676;
}
.cid-rTukkwLiL5 .mbr-text P {
  text-align: left;
}
.cid-rTukkwLiL5 .mbr-text {
  color: #ffffff;
}
.cid-rTukmpWZkL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #5a7f93;
}
.cid-rTukmpWZkL .counter-container {
  color: #767676;
}
.cid-rTukmpWZkL .counter-container ul {
  margin-bottom: 0;
}
.cid-rTukmpWZkL .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rTukmpWZkL .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-radius: 0;
  content: '✓';
}
.cid-rTukmpWZkL .mbr-text {
  color: #ffffff;
}
.cid-rTukoozldF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #5a7f93;
}
.cid-rTukoozldF .mbr-text,
.cid-rTukoozldF blockquote {
  color: #767676;
}
.cid-rTukoozldF .mbr-text P {
  text-align: left;
}
.cid-rTukoozldF .mbr-text {
  color: #ffffff;
}
.cid-rTukqxFDxC {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-rTukqxFDxC h1 {
  color: #616161;
}
.cid-rTukqxFDxC h2,
.cid-rTukqxFDxC h3,
.cid-rTukqxFDxC p {
  color: #767676;
}
.cid-rTukqxFDxC .mbr-section-subtitle {
  font-style: italic;
}
.cid-rTukqxFDxC H1 {
  color: #3a516a;
  text-align: center;
}
.cid-rTukqxFDxC .mbr-text,
.cid-rTukqxFDxC .mbr-section-btn {
  color: #3a516a;
  text-align: center;
}
.cid-rTukG5V6H4 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rTukG5V6H4 .line {
  background-color: #3a516a;
  color: #3a516a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rTukG5V6H4 .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #3a516a;
}
.cid-rTukG5V6H4 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rTukG5V6H4 .inner-container {
    width: 100% !important;
  }
}
.cid-rTukH9dmKL {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTukH9dmKL .mbr-text,
.cid-rTukH9dmKL blockquote {
  color: #767676;
}
.cid-rTukH9dmKL .mbr-text P {
  text-align: left;
}
.cid-rTukJkp2i5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTukJkp2i5 .counter-container {
  color: #767676;
}
.cid-rTukJkp2i5 .counter-container ul {
  margin-bottom: 0;
}
.cid-rTukJkp2i5 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rTukJkp2i5 .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #3a516a;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-radius: 0;
  content: '✓';
}
.cid-rTukKP4G4W {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTukKP4G4W .mbr-text,
.cid-rTukKP4G4W blockquote {
  color: #767676;
}
.cid-rTukKP4G4W .mbr-text P {
  text-align: left;
}
.cid-rTukNmxCFX {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/bild-2.jpeg");
}
.cid-rTukNmxCFX h1 {
  color: #616161;
}
.cid-rTukNmxCFX h2,
.cid-rTukNmxCFX h3,
.cid-rTukNmxCFX p {
  color: #767676;
}
.cid-rTukNmxCFX .mbr-section-subtitle {
  font-style: italic;
}
.cid-rTukNmxCFX H1 {
  color: #3a516a;
  text-align: center;
}
.cid-rTukNmxCFX .mbr-text,
.cid-rTukNmxCFX .mbr-section-btn {
  color: #3a516a;
  text-align: center;
}
.cid-rTukXifMrb {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #5a7f93;
}
.cid-rTukXifMrb .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rTukXifMrb .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #ffffff;
}
.cid-rTukXifMrb .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rTukXifMrb .inner-container {
    width: 100% !important;
  }
}
.cid-rTukZAqug4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #5a7f93;
}
.cid-rTukZAqug4 .mbr-text,
.cid-rTukZAqug4 blockquote {
  color: #767676;
}
.cid-rTukZAqug4 .mbr-text P {
  text-align: left;
}
.cid-rTukZAqug4 .mbr-text {
  color: #ffffff;
}
.cid-rTul10r0Y2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #5a7f93;
}
.cid-rTul10r0Y2 .counter-container {
  color: #767676;
}
.cid-rTul10r0Y2 .counter-container ul {
  margin-bottom: 0;
}
.cid-rTul10r0Y2 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rTul10r0Y2 .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-radius: 0;
  content: '✓';
}
.cid-rTul10r0Y2 .mbr-text {
  color: #ffffff;
}
.cid-rTul5RRk2X {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-rTul5RRk2X h1 {
  color: #616161;
}
.cid-rTul5RRk2X h2,
.cid-rTul5RRk2X h3,
.cid-rTul5RRk2X p {
  color: #767676;
}
.cid-rTul5RRk2X .mbr-section-subtitle {
  font-style: italic;
}
.cid-rTul5RRk2X H1 {
  color: #3a516a;
  text-align: center;
}
.cid-rTul5RRk2X .mbr-text,
.cid-rTul5RRk2X .mbr-section-btn {
  color: #3a516a;
  text-align: center;
}
.cid-rTul9izlVn {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rTul9izlVn .line {
  background-color: #3a516a;
  color: #3a516a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rTul9izlVn .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #3a516a;
}
.cid-rTul9izlVn .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rTul9izlVn .inner-container {
    width: 100% !important;
  }
}
.cid-rTulba5z4B {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTulba5z4B .mbr-text,
.cid-rTulba5z4B blockquote {
  color: #767676;
}
.cid-rTulba5z4B .mbr-text P {
  text-align: left;
}
.cid-rTuld2Q4zB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTuld2Q4zB .counter-container {
  color: #767676;
}
.cid-rTuld2Q4zB .counter-container ul {
  margin-bottom: 0;
}
.cid-rTuld2Q4zB .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rTuld2Q4zB .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #3a516a;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-radius: 0;
  content: '✓';
}
.cid-rTulg2n0Q6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTulg2n0Q6 .mbr-text,
.cid-rTulg2n0Q6 blockquote {
  color: #767676;
}
.cid-rTulg2n0Q6 .mbr-text P {
  text-align: left;
}
.cid-rTuli7E1Ml {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/bild-4.jpeg");
}
.cid-rTuli7E1Ml h1 {
  color: #616161;
}
.cid-rTuli7E1Ml h2,
.cid-rTuli7E1Ml h3,
.cid-rTuli7E1Ml p {
  color: #767676;
}
.cid-rTuli7E1Ml .mbr-section-subtitle {
  font-style: italic;
}
.cid-rTuli7E1Ml H1 {
  color: #3a516a;
  text-align: center;
}
.cid-rTuli7E1Ml .mbr-text,
.cid-rTuli7E1Ml .mbr-section-btn {
  color: #3a516a;
  text-align: center;
}
.cid-rTullRYiQk {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTullRYiQk P {
  color: #767676;
}
.cid-rTullRYiQk .mbr-text,
.cid-rTullRYiQk .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-rTullRYiQk H1 {
  color: #3a516a;
  text-align: center;
}
.cid-rTulnLSo8X {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #5a7f93;
}
@media (min-width: 992px) {
  .cid-rTulnLSo8X .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rTulnLSo8X .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rTulnLSo8X .mbr-text {
    text-align: center;
  }
}
.cid-rTulnLSo8X .mbr-text,
.cid-rTulnLSo8X .mbr-section-btn {
  text-align: left;
}
.cid-rTulpI9caJ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #5a7f93;
}
.cid-rTulpI9caJ .title {
  margin-bottom: 2rem;
}
.cid-rTulpI9caJ .mbr-section-subtitle {
  color: #767676;
}
.cid-rTulpI9caJ a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rTulpI9caJ a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rTulpI9caJ textarea.form-control {
  min-height: 188px;
}
.cid-rTulpI9caJ LABEL {
  color: #ffffff;
}
.cid-rTulrTX6EO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rTulrTX6EO div.b {
  padding-top: 2rem;
}
.cid-rTulrTX6EO .mbr-text {
  color: #3a516a;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-rTulrTX6EO a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rTulrTX6EO .google-map {
  height: 20rem;
  position: relative;
}
.cid-rTulrTX6EO .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rTulrTX6EO .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-rTulrTX6EO .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rTulrTX6EO .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rTulrTX6EO div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-rTulrTX6EO div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-rTulrTX6EO H5 {
  color: #3a516a;
}
.cid-rTulrTX6EO H2 {
  color: #3a516a;
}
.cid-rTuluWOXS9 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rTuluWOXS9 .item {
  padding-bottom: 2rem;
}
.cid-rTuluWOXS9 .item-wrapper {
  height: 100%;
}
.cid-rTuluWOXS9 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-rTuluWOXS9 .carousel-control,
.cid-rTuluWOXS9 .close {
  background: #1b1b1b;
}
.cid-rTuluWOXS9 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-rTuluWOXS9 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-rTuluWOXS9 .close {
  position: fixed;
  opacity: .5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  font-family: 'MobiriseIcons';
}
.cid-rTuluWOXS9 .close::before {
  content: '\e91a';
}
.cid-rTuluWOXS9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-rTuluWOXS9 .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: .5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-rTuluWOXS9 .carousel-inner > .active {
  display: block;
}
.cid-rTuluWOXS9 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rTuluWOXS9 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rTuluWOXS9 .carousel-control .icon-next,
.cid-rTuluWOXS9 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rTuluWOXS9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-rTuluWOXS9 .carousel-control,
  .cid-rTuluWOXS9 .carousel-indicators,
  .cid-rTuluWOXS9 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-rTuluWOXS9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-rTuluWOXS9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rTuluWOXS9 .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-rTuluWOXS9 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-rTuluWOXS9 .carousel-indicators {
    display: none;
  }
}
.cid-rTuluWOXS9 .carousel-indicators .active,
.cid-rTuluWOXS9 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: .5;
  border: 4px solid #1b1b1b;
}
.cid-rTuluWOXS9 .carousel-indicators .active {
  background: #fff;
}
.cid-rTuluWOXS9 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-rTuluWOXS9 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-rTuluWOXS9 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rTuluWOXS9 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-rTuluWOXS9 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-rTuluWOXS9 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(98.25vh);
}
.cid-rTuluWOXS9 .carousel {
  width: 100%;
}
.cid-rTuluWOXS9 .modal-dialog .carousel-inner {
  height: auto;
}
.cid-rTuluWOXS9 .modal-backdrop.in {
  opacity: .8;
}
.cid-rTuluWOXS9 .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-rTuluWOXS9 .modal.fade .modal-dialog,
.cid-rTuluWOXS9 .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-shO87r04h6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #5a7f93;
}
@media (max-width: 767px) {
  .cid-shO87r04h6 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-shO87r04h6 .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-shO87r04h6 .media-wrap img {
  height: 6rem;
}
.cid-shO87r04h6 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-shO87r04h6 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-shO87r04h6 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-shO87r04h6 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-shO87r04h6 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-shO87r04h6 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-shO87r04h6 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-shO87r04h6 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-shO87r04h6 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-shO87r04h6 .copyright > p {
  color: #ffffff;
}
.cid-shO87r04h6 .links {
  color: #ffffff;
}
.cid-rTuwz3Klbm .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rTuwz3Klbm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rTuwz3Klbm a {
  font-style: normal;
}
.cid-rTuwz3Klbm .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rTuwz3Klbm .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rTuwz3Klbm .nav-item:focus,
.cid-rTuwz3Klbm .nav-link:focus {
  outline: none;
}
.cid-rTuwz3Klbm .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rTuwz3Klbm .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rTuwz3Klbm .menu-logo {
  margin-right: auto;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rTuwz3Klbm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rTuwz3Klbm .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rTuwz3Klbm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rTuwz3Klbm button.navbar-toggler:focus {
  outline: none;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rTuwz3Klbm .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rTuwz3Klbm .collapsed .btn {
  display: -webkit-flex;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rTuwz3Klbm .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rTuwz3Klbm .collapsed button.navbar-toggler {
  display: block;
}
.cid-rTuwz3Klbm .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rTuwz3Klbm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rTuwz3Klbm.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rTuwz3Klbm img {
    height: 3.8rem !important;
  }
  .cid-rTuwz3Klbm .btn {
    display: -webkit-flex;
  }
  .cid-rTuwz3Klbm button.navbar-toggler {
    display: block;
  }
  .cid-rTuwz3Klbm .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rTuwz3Klbm .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rTuwz3Klbm .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing,
  .cid-rTuwz3Klbm .navbar-collapse.show {
    display: block !important;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-nav,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-buttons,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rTuwz3Klbm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rTuwz3Klbm .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rTuwz3Klbm .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rTuwz3Klbm .nav-link:hover,
.cid-rTuwz3Klbm .dropdown-item:hover {
  color: #5b686b !important;
}
.cid-shz3LDd78Y {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-shz3LDd78Y .line {
  background-color: #3a516a;
  color: #3a516a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-shz3LDd78Y .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #3a516a;
}
.cid-shz3LDd78Y .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-shz3LDd78Y .inner-container {
    width: 100% !important;
  }
}
.cid-shz3ULXOzt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-shz3ULXOzt .testimonial-text {
  font-style: italic;
  font-weight: 300;
  text-align: left;
  color: #71787c;
}
.cid-shz3ULXOzt .mbr-author-name {
  font-weight: bold;
  color: #71787c;
}
.cid-shz3ULXOzt .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-shz3ULXOzt .mbr-figure,
  .cid-shz3ULXOzt img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-shz3ULXOzt .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-shz3Wm6QUn {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #5a7f93;
}
.cid-shz3Wm6QUn .counter-container {
  color: #767676;
}
.cid-shz3Wm6QUn .counter-container ul {
  margin-bottom: 0;
}
.cid-shz3Wm6QUn .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-shz3Wm6QUn .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-radius: 0;
  content: '✓';
}
.cid-shz3Wm6QUn .mbr-text {
  color: #ffffff;
}
.cid-shz4m5XTWB {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-shz4m5XTWB .counter-container {
  color: #767676;
}
.cid-shz4m5XTWB .counter-container ul {
  margin-bottom: 0;
}
.cid-shz4m5XTWB .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-shz4m5XTWB .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #3a516a;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-radius: 0;
  content: '✓';
}
.cid-shz4m5XTWB .mbr-text {
  color: #71787c;
}
.cid-shz4IFCp5m {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-shz4IFCp5m h1 {
  color: #616161;
}
.cid-shz4IFCp5m h2,
.cid-shz4IFCp5m h3,
.cid-shz4IFCp5m p {
  color: #767676;
}
.cid-shz4IFCp5m .mbr-section-subtitle {
  font-style: italic;
}
.cid-shz4IFCp5m H1 {
  color: #3a516a;
  text-align: center;
}
.cid-shz4IFCp5m .mbr-text,
.cid-shz4IFCp5m .mbr-section-btn {
  color: #3a516a;
  text-align: center;
}
.cid-shz6utCAkI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-shz6utCAkI .item {
  padding-bottom: 2rem;
}
.cid-shz6utCAkI .item-wrapper {
  height: 100%;
}
.cid-shz6utCAkI .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-shz6utCAkI .carousel-control,
.cid-shz6utCAkI .close {
  background: #1b1b1b;
}
.cid-shz6utCAkI .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-shz6utCAkI .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-shz6utCAkI .close {
  position: fixed;
  opacity: .5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  font-family: 'MobiriseIcons';
}
.cid-shz6utCAkI .close::before {
  content: '\e91a';
}
.cid-shz6utCAkI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-shz6utCAkI .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: .5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-shz6utCAkI .carousel-inner > .active {
  display: block;
}
.cid-shz6utCAkI .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shz6utCAkI .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shz6utCAkI .carousel-control .icon-next,
.cid-shz6utCAkI .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-shz6utCAkI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-shz6utCAkI .carousel-control,
  .cid-shz6utCAkI .carousel-indicators,
  .cid-shz6utCAkI .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-shz6utCAkI .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-shz6utCAkI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-shz6utCAkI .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-shz6utCAkI .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-shz6utCAkI .carousel-indicators {
    display: none;
  }
}
.cid-shz6utCAkI .carousel-indicators .active,
.cid-shz6utCAkI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: .5;
  border: 4px solid #1b1b1b;
}
.cid-shz6utCAkI .carousel-indicators .active {
  background: #fff;
}
.cid-shz6utCAkI .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-shz6utCAkI .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-shz6utCAkI .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-shz6utCAkI .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-shz6utCAkI .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-shz6utCAkI .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(98.25vh);
}
.cid-shz6utCAkI .carousel {
  width: 100%;
}
.cid-shz6utCAkI .modal-dialog .carousel-inner {
  height: auto;
}
.cid-shz6utCAkI .modal-backdrop.in {
  opacity: .8;
}
.cid-shz6utCAkI .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-shz6utCAkI .modal.fade .modal-dialog,
.cid-shz6utCAkI .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-shz62pS78W {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-shz62pS78W P {
  color: #767676;
}
.cid-shz62pS78W .mbr-text,
.cid-shz62pS78W .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-shz62pS78W H1 {
  color: #3a516a;
  text-align: center;
}
.cid-shz7iKzwJh {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #5a7f93;
}
@media (min-width: 992px) {
  .cid-shz7iKzwJh .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-shz7iKzwJh .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-shz7iKzwJh .mbr-text {
    text-align: center;
  }
}
.cid-shz7iKzwJh .mbr-text,
.cid-shz7iKzwJh .mbr-section-btn {
  text-align: left;
}
.cid-shz5wVf5PM {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #5a7f93;
}
.cid-shz5wVf5PM .title {
  margin-bottom: 2rem;
}
.cid-shz5wVf5PM .mbr-section-subtitle {
  color: #767676;
}
.cid-shz5wVf5PM a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-shz5wVf5PM a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-shz5wVf5PM textarea.form-control {
  min-height: 188px;
}
.cid-shz5wVf5PM LABEL {
  color: #ffffff;
}
.cid-shz5znFZgK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-shz5znFZgK div.b {
  padding-top: 2rem;
}
.cid-shz5znFZgK .mbr-text {
  color: #3a516a;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-shz5znFZgK a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-shz5znFZgK .google-map {
  height: 20rem;
  position: relative;
}
.cid-shz5znFZgK .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-shz5znFZgK .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-shz5znFZgK .google-map[data-state] {
  background: #e9e5dc;
}
.cid-shz5znFZgK .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-shz5znFZgK div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-shz5znFZgK div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-shz5znFZgK H5 {
  color: #3a516a;
}
.cid-shz5znFZgK H2 {
  color: #3a516a;
}
.cid-rTuwz3Klbm .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rTuwz3Klbm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rTuwz3Klbm a {
  font-style: normal;
}
.cid-rTuwz3Klbm .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rTuwz3Klbm .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rTuwz3Klbm .nav-item:focus,
.cid-rTuwz3Klbm .nav-link:focus {
  outline: none;
}
.cid-rTuwz3Klbm .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rTuwz3Klbm .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rTuwz3Klbm .menu-logo {
  margin-right: auto;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rTuwz3Klbm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rTuwz3Klbm .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rTuwz3Klbm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rTuwz3Klbm button.navbar-toggler:focus {
  outline: none;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rTuwz3Klbm .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rTuwz3Klbm .collapsed .btn {
  display: -webkit-flex;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rTuwz3Klbm .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rTuwz3Klbm .collapsed button.navbar-toggler {
  display: block;
}
.cid-rTuwz3Klbm .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rTuwz3Klbm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rTuwz3Klbm.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rTuwz3Klbm img {
    height: 3.8rem !important;
  }
  .cid-rTuwz3Klbm .btn {
    display: -webkit-flex;
  }
  .cid-rTuwz3Klbm button.navbar-toggler {
    display: block;
  }
  .cid-rTuwz3Klbm .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rTuwz3Klbm .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rTuwz3Klbm .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing,
  .cid-rTuwz3Klbm .navbar-collapse.show {
    display: block !important;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-nav,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-buttons,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rTuwz3Klbm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rTuwz3Klbm .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rTuwz3Klbm .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rTuwz3Klbm .nav-link:hover,
.cid-rTuwz3Klbm .dropdown-item:hover {
  color: #5b686b !important;
}
.cid-shz7EWPeRS {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-shz7EWPeRS .line {
  background-color: #3a516a;
  color: #3a516a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-shz7EWPeRS .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #3a516a;
}
.cid-shz7EWPeRS .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-shz7EWPeRS .inner-container {
    width: 100% !important;
  }
}
.cid-shz7HqcHKf {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-shz7HqcHKf .mbr-text,
.cid-shz7HqcHKf blockquote {
  color: #767676;
}
.cid-shz7HqcHKf .mbr-text P {
  text-align: left;
}
.cid-shz7HqcHKf .mbr-text {
  color: #71787c;
}
.cid-shz7J6zcdP {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-shz7J6zcdP .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-shz7J6zcdP .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-shz7J6zcdP .mbr-text {
  color: #71787c;
}
.cid-shz7K2XfPE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-shz7K2XfPE .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-shz7K2XfPE .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-shz7K2XfPE .mbr-text {
  color: #71787c;
}
.cid-shz7L9pnyA {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-shz7L9pnyA .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-shz7L9pnyA .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-shz7L9pnyA .mbr-text {
  color: #71787c;
}
.cid-shz8IW52VT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/bild-8.jpeg");
}
.cid-shz8IW52VT h1 {
  color: #616161;
}
.cid-shz8IW52VT h2,
.cid-shz8IW52VT h3,
.cid-shz8IW52VT p {
  color: #767676;
}
.cid-shz8IW52VT .mbr-section-subtitle {
  font-style: italic;
}
.cid-shz8IW52VT H1 {
  color: #3a516a;
  text-align: center;
}
.cid-shz8IW52VT .mbr-text,
.cid-shz8IW52VT .mbr-section-btn {
  color: #3a516a;
  text-align: center;
}
.cid-rTuwz3Klbm .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rTuwz3Klbm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rTuwz3Klbm a {
  font-style: normal;
}
.cid-rTuwz3Klbm .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rTuwz3Klbm .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rTuwz3Klbm .nav-item:focus,
.cid-rTuwz3Klbm .nav-link:focus {
  outline: none;
}
.cid-rTuwz3Klbm .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rTuwz3Klbm .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rTuwz3Klbm .menu-logo {
  margin-right: auto;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rTuwz3Klbm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rTuwz3Klbm .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rTuwz3Klbm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rTuwz3Klbm button.navbar-toggler:focus {
  outline: none;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rTuwz3Klbm .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rTuwz3Klbm .collapsed .btn {
  display: -webkit-flex;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rTuwz3Klbm .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rTuwz3Klbm .collapsed button.navbar-toggler {
  display: block;
}
.cid-rTuwz3Klbm .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rTuwz3Klbm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rTuwz3Klbm.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rTuwz3Klbm img {
    height: 3.8rem !important;
  }
  .cid-rTuwz3Klbm .btn {
    display: -webkit-flex;
  }
  .cid-rTuwz3Klbm button.navbar-toggler {
    display: block;
  }
  .cid-rTuwz3Klbm .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rTuwz3Klbm .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rTuwz3Klbm .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing,
  .cid-rTuwz3Klbm .navbar-collapse.show {
    display: block !important;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-nav,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-buttons,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rTuwz3Klbm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rTuwz3Klbm .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rTuwz3Klbm .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rTuwz3Klbm .nav-link:hover,
.cid-rTuwz3Klbm .dropdown-item:hover {
  color: #5b686b !important;
}
.cid-shz92oARCW {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-shz92oARCW .line {
  background-color: #3a516a;
  color: #3a516a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-shz92oARCW .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #3a516a;
}
.cid-shz92oARCW .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-shz92oARCW .inner-container {
    width: 100% !important;
  }
}
.cid-shz942lfB7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-shz942lfB7 .mbr-text,
.cid-shz942lfB7 blockquote {
  color: #767676;
}
.cid-shz942lfB7 .mbr-text P {
  text-align: left;
}
.cid-shz942lfB7 .mbr-text {
  color: #71787c;
}
.cid-shz94xUDAE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-shz94xUDAE .counter-container {
  color: #767676;
}
.cid-shz94xUDAE .counter-container ul {
  margin-bottom: 0;
}
.cid-shz94xUDAE .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-shz94xUDAE .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #3a516a;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-radius: 0;
  content: '✓';
}
.cid-shz9tVpxV9 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-shz9tVpxV9 .item {
  padding-bottom: 2rem;
}
.cid-shz9tVpxV9 .item-wrapper {
  height: 100%;
}
.cid-shz9tVpxV9 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-shz9tVpxV9 .carousel-control,
.cid-shz9tVpxV9 .close {
  background: #1b1b1b;
}
.cid-shz9tVpxV9 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-shz9tVpxV9 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-shz9tVpxV9 .close {
  position: fixed;
  opacity: .5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  font-family: 'MobiriseIcons';
}
.cid-shz9tVpxV9 .close::before {
  content: '\e91a';
}
.cid-shz9tVpxV9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-shz9tVpxV9 .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: .5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-shz9tVpxV9 .carousel-inner > .active {
  display: block;
}
.cid-shz9tVpxV9 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shz9tVpxV9 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shz9tVpxV9 .carousel-control .icon-next,
.cid-shz9tVpxV9 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-shz9tVpxV9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-shz9tVpxV9 .carousel-control,
  .cid-shz9tVpxV9 .carousel-indicators,
  .cid-shz9tVpxV9 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-shz9tVpxV9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-shz9tVpxV9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-shz9tVpxV9 .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-shz9tVpxV9 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-shz9tVpxV9 .carousel-indicators {
    display: none;
  }
}
.cid-shz9tVpxV9 .carousel-indicators .active,
.cid-shz9tVpxV9 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: .5;
  border: 4px solid #1b1b1b;
}
.cid-shz9tVpxV9 .carousel-indicators .active {
  background: #fff;
}
.cid-shz9tVpxV9 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-shz9tVpxV9 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-shz9tVpxV9 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-shz9tVpxV9 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-shz9tVpxV9 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-shz9tVpxV9 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(98.25vh);
}
.cid-shz9tVpxV9 .carousel {
  width: 100%;
}
.cid-shz9tVpxV9 .modal-dialog .carousel-inner {
  height: auto;
}
.cid-shz9tVpxV9 .modal-backdrop.in {
  opacity: .8;
}
.cid-shz9tVpxV9 .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-shz9tVpxV9 .modal.fade .modal-dialog,
.cid-shz9tVpxV9 .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-rTuwz3Klbm .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rTuwz3Klbm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rTuwz3Klbm a {
  font-style: normal;
}
.cid-rTuwz3Klbm .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rTuwz3Klbm .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rTuwz3Klbm .nav-item:focus,
.cid-rTuwz3Klbm .nav-link:focus {
  outline: none;
}
.cid-rTuwz3Klbm .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rTuwz3Klbm .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rTuwz3Klbm .menu-logo {
  margin-right: auto;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rTuwz3Klbm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rTuwz3Klbm .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rTuwz3Klbm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rTuwz3Klbm button.navbar-toggler:focus {
  outline: none;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rTuwz3Klbm .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rTuwz3Klbm .collapsed .btn {
  display: -webkit-flex;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rTuwz3Klbm .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rTuwz3Klbm .collapsed button.navbar-toggler {
  display: block;
}
.cid-rTuwz3Klbm .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rTuwz3Klbm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rTuwz3Klbm.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rTuwz3Klbm img {
    height: 3.8rem !important;
  }
  .cid-rTuwz3Klbm .btn {
    display: -webkit-flex;
  }
  .cid-rTuwz3Klbm button.navbar-toggler {
    display: block;
  }
  .cid-rTuwz3Klbm .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rTuwz3Klbm .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rTuwz3Klbm .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing,
  .cid-rTuwz3Klbm .navbar-collapse.show {
    display: block !important;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-nav,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-buttons,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rTuwz3Klbm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rTuwz3Klbm .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rTuwz3Klbm .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rTuwz3Klbm .nav-link:hover,
.cid-rTuwz3Klbm .dropdown-item:hover {
  color: #5b686b !important;
}
.cid-sl9kOzgu4o {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sl9kOzgu4o .line {
  background-color: #3a516a;
  color: #3a516a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sl9kOzgu4o .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #3a516a;
}
.cid-sl9kOzgu4o .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sl9kOzgu4o .inner-container {
    width: 100% !important;
  }
}
.cid-sldit19fk6 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #5a7f93;
}
.cid-sldit19fk6 .mbr-text,
.cid-sldit19fk6 blockquote {
  color: #767676;
}
.cid-sldit19fk6 .mbr-text P {
  text-align: center;
}
.cid-sldit19fk6 .mbr-text {
  color: #ffffff;
}
.cid-soP58Rrpg5 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-soP58Rrpg5 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-soP58Rrpg5 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-soP58Rrpg5 .mbr-text {
    text-align: center;
  }
}
.cid-soP58Rrpg5 H1 {
  text-align: left;
  color: #3a516a;
}
.cid-soP58Rrpg5 .mbr-text,
.cid-soP58Rrpg5 .mbr-section-btn {
  color: #3a516a;
}
.cid-soP58Rrpg5 H3 {
  color: #3a516a;
}
.cid-sl9kFiZbPp {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-sl9kFiZbPp .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sl9kFiZbPp .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sl9kFiZbPp .mbr-text {
    text-align: center;
  }
}
.cid-sl9kFiZbPp H1 {
  text-align: left;
  color: #3a516a;
}
.cid-sl9kFiZbPp .mbr-text,
.cid-sl9kFiZbPp .mbr-section-btn {
  color: #3a516a;
}
.cid-sl9kKPQBpw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sl9kKPQBpw .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sl9kKPQBpw .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sl9kKPQBpw .mbr-text {
    text-align: center;
  }
}
.cid-sl9kKPQBpw H1 {
  text-align: left;
  color: #3a516a;
}
.cid-sl9kKPQBpw .mbr-text,
.cid-sl9kKPQBpw .mbr-section-btn {
  color: #3a516a;
}
.cid-sl9kKPQBpw H3 {
  color: #3a516a;
}
.cid-sl9kK5JFjC {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-sl9kK5JFjC .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sl9kK5JFjC .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sl9kK5JFjC .mbr-text {
    text-align: center;
  }
}
.cid-sl9kK5JFjC H1 {
  text-align: left;
  color: #3a516a;
}
.cid-sl9kK5JFjC .mbr-text,
.cid-sl9kK5JFjC .mbr-section-btn {
  color: #3a516a;
}
.cid-sl9kK5JFjC H3 {
  color: #3a516a;
}
.cid-sl9IauLr3V {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sl9IauLr3V .item {
  padding-bottom: 2rem;
}
.cid-sl9IauLr3V .item-wrapper {
  height: 100%;
}
.cid-sl9IauLr3V .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sl9IauLr3V .carousel-control,
.cid-sl9IauLr3V .close {
  background: #1b1b1b;
}
.cid-sl9IauLr3V .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sl9IauLr3V .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sl9IauLr3V .close {
  position: fixed;
  opacity: .5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  font-family: 'MobiriseIcons';
}
.cid-sl9IauLr3V .close::before {
  content: '\e91a';
}
.cid-sl9IauLr3V .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sl9IauLr3V .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: .5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-sl9IauLr3V .carousel-inner > .active {
  display: block;
}
.cid-sl9IauLr3V .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sl9IauLr3V .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sl9IauLr3V .carousel-control .icon-next,
.cid-sl9IauLr3V .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sl9IauLr3V .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sl9IauLr3V .carousel-control,
  .cid-sl9IauLr3V .carousel-indicators,
  .cid-sl9IauLr3V .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sl9IauLr3V .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sl9IauLr3V .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sl9IauLr3V .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-sl9IauLr3V .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sl9IauLr3V .carousel-indicators {
    display: none;
  }
}
.cid-sl9IauLr3V .carousel-indicators .active,
.cid-sl9IauLr3V .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: .5;
  border: 4px solid #1b1b1b;
}
.cid-sl9IauLr3V .carousel-indicators .active {
  background: #fff;
}
.cid-sl9IauLr3V .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sl9IauLr3V .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sl9IauLr3V .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sl9IauLr3V .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sl9IauLr3V .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sl9IauLr3V .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(98.25vh);
}
.cid-sl9IauLr3V .carousel {
  width: 100%;
}
.cid-sl9IauLr3V .modal-dialog .carousel-inner {
  height: auto;
}
.cid-sl9IauLr3V .modal-backdrop.in {
  opacity: .8;
}
.cid-sl9IauLr3V .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-sl9IauLr3V .modal.fade .modal-dialog,
.cid-sl9IauLr3V .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-sl9JBcZWOV {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #5a7f93;
}
@media (max-width: 767px) {
  .cid-sl9JBcZWOV .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sl9JBcZWOV .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-sl9JBcZWOV .media-wrap img {
  height: 6rem;
}
.cid-sl9JBcZWOV .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sl9JBcZWOV .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sl9JBcZWOV .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sl9JBcZWOV .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sl9JBcZWOV .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sl9JBcZWOV .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sl9JBcZWOV .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sl9JBcZWOV .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sl9JBcZWOV .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sl9JBcZWOV .copyright > p {
  color: #ffffff;
}
.cid-sl9JBcZWOV .links {
  color: #ffffff;
}
.cid-rTuwz3Klbm .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rTuwz3Klbm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rTuwz3Klbm a {
  font-style: normal;
}
.cid-rTuwz3Klbm .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rTuwz3Klbm .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rTuwz3Klbm .nav-item:focus,
.cid-rTuwz3Klbm .nav-link:focus {
  outline: none;
}
.cid-rTuwz3Klbm .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rTuwz3Klbm .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rTuwz3Klbm .menu-logo {
  margin-right: auto;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rTuwz3Klbm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rTuwz3Klbm .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rTuwz3Klbm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rTuwz3Klbm button.navbar-toggler:focus {
  outline: none;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rTuwz3Klbm .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rTuwz3Klbm .collapsed .btn {
  display: -webkit-flex;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rTuwz3Klbm .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rTuwz3Klbm .collapsed button.navbar-toggler {
  display: block;
}
.cid-rTuwz3Klbm .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rTuwz3Klbm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rTuwz3Klbm.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rTuwz3Klbm img {
    height: 3.8rem !important;
  }
  .cid-rTuwz3Klbm .btn {
    display: -webkit-flex;
  }
  .cid-rTuwz3Klbm button.navbar-toggler {
    display: block;
  }
  .cid-rTuwz3Klbm .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rTuwz3Klbm .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rTuwz3Klbm .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing,
  .cid-rTuwz3Klbm .navbar-collapse.show {
    display: block !important;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-nav,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-buttons,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rTuwz3Klbm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rTuwz3Klbm .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rTuwz3Klbm .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rTuwz3Klbm .nav-link:hover,
.cid-rTuwz3Klbm .dropdown-item:hover {
  color: #5b686b !important;
}
.cid-sl9xdgtAbL {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sl9xdgtAbL .line {
  background-color: #3a516a;
  color: #3a516a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sl9xdgtAbL .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #3a516a;
}
.cid-sl9xdgtAbL .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sl9xdgtAbL .inner-container {
    width: 100% !important;
  }
}
.cid-sldjUXU2M0 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #5a7f93;
}
.cid-sldjUXU2M0 .mbr-text,
.cid-sldjUXU2M0 blockquote {
  color: #767676;
}
.cid-sldjUXU2M0 .mbr-text P {
  text-align: center;
}
.cid-sldjUXU2M0 .mbr-text {
  color: #ffffff;
}
.cid-sl9xEz7lm1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-sl9xEz7lm1 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sl9xEz7lm1 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sl9xEz7lm1 .mbr-text {
    text-align: center;
  }
}
.cid-sl9xEz7lm1 H1 {
  text-align: left;
  color: #3a516a;
}
.cid-sl9xEz7lm1 .mbr-text,
.cid-sl9xEz7lm1 .mbr-section-btn {
  color: #3a516a;
}
.cid-sl9xEz7lm1 H3 {
  color: #3a516a;
}
.cid-sl9xDmNZOQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sl9xDmNZOQ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sl9xDmNZOQ .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sl9xDmNZOQ .mbr-text {
    text-align: center;
  }
}
.cid-sl9xDmNZOQ H1 {
  text-align: left;
  color: #3a516a;
}
.cid-sl9xDmNZOQ .mbr-text,
.cid-sl9xDmNZOQ .mbr-section-btn {
  color: #3a516a;
}
.cid-sl9xDmNZOQ H3 {
  color: #3a516a;
}
.cid-sldnYjyri5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("");
}
.cid-sldnYjyri5 h1 {
  color: #616161;
}
.cid-sldnYjyri5 h2,
.cid-sldnYjyri5 h3,
.cid-sldnYjyri5 p {
  color: #767676;
}
.cid-sldnYjyri5 .mbr-section-subtitle {
  font-style: italic;
}
.cid-sldnYjyri5 H1 {
  color: #3a516a;
  text-align: center;
}
.cid-sldnYjyri5 .mbr-text,
.cid-sldnYjyri5 .mbr-section-btn {
  color: #3a516a;
  text-align: center;
}
.cid-sldnOiqAPz {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #5a7f93;
}
@media (max-width: 767px) {
  .cid-sldnOiqAPz .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sldnOiqAPz .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-sldnOiqAPz .media-wrap img {
  height: 6rem;
}
.cid-sldnOiqAPz .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sldnOiqAPz .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sldnOiqAPz .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sldnOiqAPz .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sldnOiqAPz .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sldnOiqAPz .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sldnOiqAPz .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sldnOiqAPz .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sldnOiqAPz .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sldnOiqAPz .copyright > p {
  color: #ffffff;
}
.cid-sldnOiqAPz .links {
  color: #ffffff;
}
.cid-rTuwz3Klbm .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rTuwz3Klbm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rTuwz3Klbm a {
  font-style: normal;
}
.cid-rTuwz3Klbm .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rTuwz3Klbm .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rTuwz3Klbm .nav-item:focus,
.cid-rTuwz3Klbm .nav-link:focus {
  outline: none;
}
.cid-rTuwz3Klbm .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rTuwz3Klbm .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rTuwz3Klbm .menu-logo {
  margin-right: auto;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rTuwz3Klbm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rTuwz3Klbm .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rTuwz3Klbm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rTuwz3Klbm button.navbar-toggler:focus {
  outline: none;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rTuwz3Klbm .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rTuwz3Klbm .collapsed .btn {
  display: -webkit-flex;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rTuwz3Klbm .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rTuwz3Klbm .collapsed button.navbar-toggler {
  display: block;
}
.cid-rTuwz3Klbm .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rTuwz3Klbm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rTuwz3Klbm.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rTuwz3Klbm img {
    height: 3.8rem !important;
  }
  .cid-rTuwz3Klbm .btn {
    display: -webkit-flex;
  }
  .cid-rTuwz3Klbm button.navbar-toggler {
    display: block;
  }
  .cid-rTuwz3Klbm .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rTuwz3Klbm .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rTuwz3Klbm .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing,
  .cid-rTuwz3Klbm .navbar-collapse.show {
    display: block !important;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-nav,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-buttons,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rTuwz3Klbm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rTuwz3Klbm .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rTuwz3Klbm .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rTuwz3Klbm .nav-link:hover,
.cid-rTuwz3Klbm .dropdown-item:hover {
  color: #5b686b !important;
}
.cid-sl9LrGo0Ef {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #5a7f93;
}
.cid-sl9LrGo0Ef .mbr-text,
.cid-sl9LrGo0Ef blockquote {
  color: #767676;
}
.cid-sl9LrGo0Ef .mbr-text P {
  text-align: left;
}
.cid-sl9LrGo0Ef .mbr-text {
  color: #3a516a;
}
.cid-sl9N5KvSBu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sl9N5KvSBu .line {
  background-color: #3a516a;
  color: #3a516a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sl9N5KvSBu .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #3a516a;
}
.cid-sl9N5KvSBu .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sl9N5KvSBu .inner-container {
    width: 100% !important;
  }
}
.cid-sl9LtgUaZW {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sl9LtgUaZW .mbr-text,
.cid-sl9LtgUaZW blockquote {
  color: #767676;
}
.cid-sl9LtgUaZW .mbr-text P {
  text-align: left;
}
.cid-sl9LtgUaZW .mbr-text {
  color: #3a516a;
}
.cid-sl9Lu3Ac1j {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-sl9Lu3Ac1j .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sl9Lu3Ac1j .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sl9Lu3Ac1j .mbr-text {
    text-align: center;
  }
}
.cid-sl9Lu3Ac1j .mbr-text,
.cid-sl9Lu3Ac1j .mbr-section-btn {
  text-align: left;
  color: #3a516a;
}
.cid-sl9LvMocvC {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sl9LvMocvC .counter-container {
  color: #767676;
}
.cid-sl9LvMocvC .counter-container ul {
  margin-bottom: 0;
}
.cid-sl9LvMocvC .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sl9LvMocvC .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-radius: 0;
  content: '✓';
}
.cid-sl9LvMocvC .mbr-text {
  color: #3a516a;
}
.cid-sl9MDe3Yqx {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sl9MDe3Yqx .mbr-text,
.cid-sl9MDe3Yqx blockquote {
  color: #767676;
}
.cid-sl9MDe3Yqx .mbr-text P {
  text-align: left;
}
.cid-sl9MDe3Yqx .mbr-text {
  color: #3a516a;
}
.cid-sl9OAe0D0d {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sl9OAe0D0d [class^="socicon-"]:before,
.cid-sl9OAe0D0d [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-sl9OAe0D0d .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  color: #232323;
  cursor: pointer;
  border-color: #3a516a;
}
.cid-sl9OAe0D0d .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sl9OAe0D0d .btn-social:hover {
  color: #fff;
  background: #3a516a;
}
.cid-sl9OAe0D0d .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-sl9OAe0D0d .btn-social + .btn {
  margin-left: .1rem;
}
@media (max-width: 767px) {
  .cid-sl9OAe0D0d .btn {
    font-size: 20px !important;
  }
}
.cid-sl9OAe0D0d .btn-social,
.cid-sl9OAe0D0d .mbr-section-title {
  color: #3a516a;
}
.cid-sl9OAXLbY5 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sl9OPNrbQu {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sl9OPNrbQu .item {
  padding-bottom: 2rem;
}
.cid-sl9OPNrbQu .item-wrapper {
  height: 100%;
}
.cid-sl9OPNrbQu .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sl9OPNrbQu .carousel-control,
.cid-sl9OPNrbQu .close {
  background: #1b1b1b;
}
.cid-sl9OPNrbQu .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sl9OPNrbQu .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sl9OPNrbQu .close {
  position: fixed;
  opacity: .5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  font-family: 'MobiriseIcons';
}
.cid-sl9OPNrbQu .close::before {
  content: '\e91a';
}
.cid-sl9OPNrbQu .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sl9OPNrbQu .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: .5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-sl9OPNrbQu .carousel-inner > .active {
  display: block;
}
.cid-sl9OPNrbQu .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sl9OPNrbQu .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sl9OPNrbQu .carousel-control .icon-next,
.cid-sl9OPNrbQu .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sl9OPNrbQu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sl9OPNrbQu .carousel-control,
  .cid-sl9OPNrbQu .carousel-indicators,
  .cid-sl9OPNrbQu .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sl9OPNrbQu .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sl9OPNrbQu .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sl9OPNrbQu .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-sl9OPNrbQu .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sl9OPNrbQu .carousel-indicators {
    display: none;
  }
}
.cid-sl9OPNrbQu .carousel-indicators .active,
.cid-sl9OPNrbQu .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: .5;
  border: 4px solid #1b1b1b;
}
.cid-sl9OPNrbQu .carousel-indicators .active {
  background: #fff;
}
.cid-sl9OPNrbQu .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sl9OPNrbQu .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sl9OPNrbQu .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sl9OPNrbQu .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sl9OPNrbQu .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sl9OPNrbQu .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(98.25vh);
}
.cid-sl9OPNrbQu .carousel {
  width: 100%;
}
.cid-sl9OPNrbQu .modal-dialog .carousel-inner {
  height: auto;
}
.cid-sl9OPNrbQu .modal-backdrop.in {
  opacity: .8;
}
.cid-sl9OPNrbQu .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-sl9OPNrbQu .modal.fade .modal-dialog,
.cid-sl9OPNrbQu .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-sl9OR8xcKs {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #5a7f93;
}
@media (max-width: 767px) {
  .cid-sl9OR8xcKs .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sl9OR8xcKs .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-sl9OR8xcKs .media-wrap img {
  height: 6rem;
}
.cid-sl9OR8xcKs .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sl9OR8xcKs .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sl9OR8xcKs .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sl9OR8xcKs .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sl9OR8xcKs .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sl9OR8xcKs .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sl9OR8xcKs .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sl9OR8xcKs .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sl9OR8xcKs .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sl9OR8xcKs .copyright > p {
  color: #ffffff;
}
.cid-sl9OR8xcKs .links {
  color: #ffffff;
}
.cid-sl9QURBTLX .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sl9QURBTLX .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sl9QURBTLX a {
  font-style: normal;
}
.cid-sl9QURBTLX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sl9QURBTLX .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sl9QURBTLX .nav-item:focus,
.cid-sl9QURBTLX .nav-link:focus {
  outline: none;
}
.cid-sl9QURBTLX .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sl9QURBTLX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sl9QURBTLX .menu-logo {
  margin-right: auto;
}
.cid-sl9QURBTLX .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sl9QURBTLX .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sl9QURBTLX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sl9QURBTLX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sl9QURBTLX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sl9QURBTLX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sl9QURBTLX .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sl9QURBTLX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sl9QURBTLX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sl9QURBTLX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sl9QURBTLX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sl9QURBTLX .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sl9QURBTLX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sl9QURBTLX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sl9QURBTLX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sl9QURBTLX .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sl9QURBTLX .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sl9QURBTLX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sl9QURBTLX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sl9QURBTLX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sl9QURBTLX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sl9QURBTLX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sl9QURBTLX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sl9QURBTLX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sl9QURBTLX button.navbar-toggler:focus {
  outline: none;
}
.cid-sl9QURBTLX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sl9QURBTLX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sl9QURBTLX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sl9QURBTLX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sl9QURBTLX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sl9QURBTLX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sl9QURBTLX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sl9QURBTLX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sl9QURBTLX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sl9QURBTLX .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sl9QURBTLX .collapsed .btn {
  display: -webkit-flex;
}
.cid-sl9QURBTLX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sl9QURBTLX .collapsed .navbar-collapse.collapsing,
.cid-sl9QURBTLX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sl9QURBTLX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sl9QURBTLX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sl9QURBTLX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sl9QURBTLX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sl9QURBTLX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sl9QURBTLX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sl9QURBTLX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sl9QURBTLX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sl9QURBTLX .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sl9QURBTLX .collapsed button.navbar-toggler {
  display: block;
}
.cid-sl9QURBTLX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sl9QURBTLX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sl9QURBTLX .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sl9QURBTLX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sl9QURBTLX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sl9QURBTLX .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sl9QURBTLX.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sl9QURBTLX img {
    height: 3.8rem !important;
  }
  .cid-sl9QURBTLX .btn {
    display: -webkit-flex;
  }
  .cid-sl9QURBTLX button.navbar-toggler {
    display: block;
  }
  .cid-sl9QURBTLX .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sl9QURBTLX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sl9QURBTLX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sl9QURBTLX .navbar-collapse.collapsing,
  .cid-sl9QURBTLX .navbar-collapse.show {
    display: block !important;
  }
  .cid-sl9QURBTLX .navbar-collapse.collapsing .navbar-nav,
  .cid-sl9QURBTLX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sl9QURBTLX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sl9QURBTLX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sl9QURBTLX .navbar-collapse.collapsing .navbar-buttons,
  .cid-sl9QURBTLX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sl9QURBTLX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sl9QURBTLX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sl9QURBTLX .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sl9QURBTLX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sl9QURBTLX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sl9QURBTLX .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sl9QURBTLX .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sl9QURBTLX .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sl9QURBTLX .nav-link:hover,
.cid-sl9QURBTLX .dropdown-item:hover {
  color: #5b686b !important;
}
.cid-sl9QUS2K1j {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #5a7f93;
}
.cid-sl9QUS2K1j .mbr-text,
.cid-sl9QUS2K1j blockquote {
  color: #767676;
}
.cid-sl9QUS2K1j .mbr-text P {
  text-align: left;
}
.cid-sl9QUS2K1j .mbr-text {
  color: #3a516a;
}
.cid-sl9QUSbjz4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sl9QUSbjz4 .line {
  background-color: #3a516a;
  color: #3a516a;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sl9QUSbjz4 .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #3a516a;
}
.cid-sl9QUSbjz4 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sl9QUSbjz4 .inner-container {
    width: 100% !important;
  }
}
.cid-sl9QUSklMm {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sl9QUSklMm .mbr-text,
.cid-sl9QUSklMm blockquote {
  color: #767676;
}
.cid-sl9QUSklMm .mbr-text P {
  text-align: left;
}
.cid-sl9QUSklMm .mbr-text {
  color: #3a516a;
}
.cid-sl9QUSuHRg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-sl9QUSuHRg .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sl9QUSuHRg .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sl9QUSuHRg .mbr-text {
    text-align: center;
  }
}
.cid-sl9QUSuHRg .mbr-text,
.cid-sl9QUSuHRg .mbr-section-btn {
  text-align: left;
  color: #3a516a;
}
.cid-sla29B5zsc {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sla29B5zsc .mbr-text,
.cid-sla29B5zsc blockquote {
  color: #767676;
}
.cid-sla29B5zsc .mbr-text P {
  text-align: left;
}
.cid-sla29B5zsc .mbr-text {
  color: #3a516a;
}
.cid-sl9QUSNofv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sl9QUSNofv .counter-container {
  color: #767676;
}
.cid-sl9QUSNofv .counter-container ul {
  margin-bottom: 0;
}
.cid-sl9QUSNofv .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sl9QUSNofv .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-radius: 0;
  content: '✓';
}
.cid-sl9QUSNofv .mbr-text {
  color: #3a516a;
}
.cid-sl9QUSNofv .mbr-text UL {
  text-align: left;
}
.cid-sl9QUSW293 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sl9QUSW293 .mbr-text,
.cid-sl9QUSW293 blockquote {
  color: #767676;
}
.cid-sl9QUSW293 .mbr-text P {
  text-align: left;
}
.cid-sl9QUSW293 .mbr-text {
  color: #3a516a;
}
.cid-sl9QUT7Z8W {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sl9QUT7Z8W [class^="socicon-"]:before,
.cid-sl9QUT7Z8W [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-sl9QUT7Z8W .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  color: #232323;
  cursor: pointer;
  border-color: #3a516a;
}
.cid-sl9QUT7Z8W .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sl9QUT7Z8W .btn-social:hover {
  color: #fff;
  background: #3a516a;
}
.cid-sl9QUT7Z8W .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-sl9QUT7Z8W .btn-social + .btn {
  margin-left: .1rem;
}
@media (max-width: 767px) {
  .cid-sl9QUT7Z8W .btn {
    font-size: 20px !important;
  }
}
.cid-sl9QUT7Z8W .btn-social,
.cid-sl9QUT7Z8W .mbr-section-title {
  color: #3a516a;
}
.cid-sl9QUTm6mC {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sl9WYRgJ9x {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #5a7f93;
}
.cid-sl9WYRgJ9x h1 {
  color: #616161;
}
.cid-sl9WYRgJ9x h2,
.cid-sl9WYRgJ9x h3,
.cid-sl9WYRgJ9x p {
  color: #767676;
}
.cid-sl9WYRgJ9x .mbr-section-subtitle {
  font-style: italic;
}
.cid-sl9WYRgJ9x H1 {
  color: #ffffff;
  text-align: center;
}
.cid-sl9WYRgJ9x .mbr-text,
.cid-sl9WYRgJ9x .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sl9QUUGYIB {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sl9QUUGYIB .item {
  padding-bottom: 2rem;
}
.cid-sl9QUUGYIB .item-wrapper {
  height: 100%;
}
.cid-sl9QUUGYIB .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sl9QUUGYIB .carousel-control,
.cid-sl9QUUGYIB .close {
  background: #1b1b1b;
}
.cid-sl9QUUGYIB .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sl9QUUGYIB .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sl9QUUGYIB .close {
  position: fixed;
  opacity: .5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  font-family: 'MobiriseIcons';
}
.cid-sl9QUUGYIB .close::before {
  content: '\e91a';
}
.cid-sl9QUUGYIB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sl9QUUGYIB .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: .5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-sl9QUUGYIB .carousel-inner > .active {
  display: block;
}
.cid-sl9QUUGYIB .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sl9QUUGYIB .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sl9QUUGYIB .carousel-control .icon-next,
.cid-sl9QUUGYIB .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sl9QUUGYIB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sl9QUUGYIB .carousel-control,
  .cid-sl9QUUGYIB .carousel-indicators,
  .cid-sl9QUUGYIB .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sl9QUUGYIB .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sl9QUUGYIB .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sl9QUUGYIB .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-sl9QUUGYIB .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sl9QUUGYIB .carousel-indicators {
    display: none;
  }
}
.cid-sl9QUUGYIB .carousel-indicators .active,
.cid-sl9QUUGYIB .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: .5;
  border: 4px solid #1b1b1b;
}
.cid-sl9QUUGYIB .carousel-indicators .active {
  background: #fff;
}
.cid-sl9QUUGYIB .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sl9QUUGYIB .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sl9QUUGYIB .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sl9QUUGYIB .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sl9QUUGYIB .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sl9QUUGYIB .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(98.25vh);
}
.cid-sl9QUUGYIB .carousel {
  width: 100%;
}
.cid-sl9QUUGYIB .modal-dialog .carousel-inner {
  height: auto;
}
.cid-sl9QUUGYIB .modal-backdrop.in {
  opacity: .8;
}
.cid-sl9QUUGYIB .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-sl9QUUGYIB .modal.fade .modal-dialog,
.cid-sl9QUUGYIB .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-sl9QUUZj86 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #5a7f93;
}
@media (max-width: 767px) {
  .cid-sl9QUUZj86 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sl9QUUZj86 .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-sl9QUUZj86 .media-wrap img {
  height: 6rem;
}
.cid-sl9QUUZj86 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sl9QUUZj86 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sl9QUUZj86 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sl9QUUZj86 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sl9QUUZj86 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sl9QUUZj86 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sl9QUUZj86 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sl9QUUZj86 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sl9QUUZj86 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sl9QUUZj86 .copyright > p {
  color: #ffffff;
}
.cid-sl9QUUZj86 .links {
  color: #ffffff;
}
.cid-sla0LQrAHG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sla0LQrAHG .mbr-text,
.cid-sla0LQrAHG blockquote {
  color: #767676;
}
.cid-rTuwz3Klbm .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rTuwz3Klbm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rTuwz3Klbm a {
  font-style: normal;
}
.cid-rTuwz3Klbm .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rTuwz3Klbm .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rTuwz3Klbm .nav-item:focus,
.cid-rTuwz3Klbm .nav-link:focus {
  outline: none;
}
.cid-rTuwz3Klbm .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rTuwz3Klbm .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rTuwz3Klbm .menu-logo {
  margin-right: auto;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rTuwz3Klbm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rTuwz3Klbm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rTuwz3Klbm .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rTuwz3Klbm .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rTuwz3Klbm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rTuwz3Klbm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rTuwz3Klbm button.navbar-toggler:focus {
  outline: none;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rTuwz3Klbm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rTuwz3Klbm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rTuwz3Klbm .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rTuwz3Klbm .collapsed .btn {
  display: -webkit-flex;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rTuwz3Klbm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rTuwz3Klbm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rTuwz3Klbm .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rTuwz3Klbm .collapsed button.navbar-toggler {
  display: block;
}
.cid-rTuwz3Klbm .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rTuwz3Klbm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rTuwz3Klbm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rTuwz3Klbm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rTuwz3Klbm.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rTuwz3Klbm img {
    height: 3.8rem !important;
  }
  .cid-rTuwz3Klbm .btn {
    display: -webkit-flex;
  }
  .cid-rTuwz3Klbm button.navbar-toggler {
    display: block;
  }
  .cid-rTuwz3Klbm .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rTuwz3Klbm .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rTuwz3Klbm .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing,
  .cid-rTuwz3Klbm .navbar-collapse.show {
    display: block !important;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-nav,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-buttons,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rTuwz3Klbm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rTuwz3Klbm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rTuwz3Klbm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rTuwz3Klbm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rTuwz3Klbm .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rTuwz3Klbm .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rTuwz3Klbm .nav-link:hover,
.cid-rTuwz3Klbm .dropdown-item:hover {
  color: #5b686b !important;
}
.cid-soP9wXOjsg {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-soP9wXOjsg .mbr-text,
.cid-soP9wXOjsg blockquote {
  color: #767676;
}
.cid-soP9wXOjsg .mbr-text P {
  text-align: left;
}
.cid-soP9wXOjsg .mbr-text {
  color: #3a516a;
}
.cid-soP8XpAVWy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-soP8XpAVWy .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-soP8XpAVWy .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-soP8XpAVWy .mbr-text {
    text-align: center;
  }
}
.cid-soP8XpAVWy .mbr-text,
.cid-soP8XpAVWy .mbr-section-btn {
  text-align: left;
  color: #3a516a;
}
.cid-soP9dXTmJd {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-soP9dXTmJd .mbr-text,
.cid-soP9dXTmJd blockquote {
  color: #767676;
}
.cid-soP9dXTmJd .mbr-text P {
  text-align: left;
}
.cid-soP9dXTmJd .mbr-text {
  color: #3a516a;
}
.cid-soPe0M0o5w {
  padding-top: 90px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/strae-grau.jpg");
}
.cid-soPe0M0o5w .mbr-text {
  color: #3a516a;
}
.cid-soPe0M0o5w H2 {
  color: #3a516a;
}
.cid-soPglSIrLX {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-soPglSIrLX .mbr-text,
.cid-soPglSIrLX blockquote {
  color: #767676;
}
.cid-soPglSIrLX .mbr-text P {
  text-align: left;
}
.cid-soPglSIrLX .mbr-text {
  color: #3a516a;
}
.cid-soPhkJWsag {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-soPhkJWsag .counter-container {
  color: #767676;
}
.cid-soPhkJWsag .counter-container ul {
  margin-bottom: 0;
}
.cid-soPhkJWsag .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-soPhkJWsag .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #3a516a;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-radius: 0;
  content: '✓';
}
.cid-soPhkJWsag .mbr-text {
  color: #3a516a;
}
.cid-soPjg33w6f {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-soPjg33w6f .counter-container {
  color: #767676;
}
.cid-soPjg33w6f .counter-container ul {
  margin-bottom: 0;
}
.cid-soPjg33w6f .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-soPjg33w6f .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #3a516a;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-radius: 0;
  content: '✓';
}
.cid-soPjg33w6f .mbr-text {
  color: #3a516a;
}
.cid-soPkUtTMUR {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-soPkUtTMUR .mbr-text,
.cid-soPkUtTMUR blockquote {
  color: #767676;
}
.cid-soPkUtTMUR .mbr-text P {
  text-align: left;
}
.cid-soPkUtTMUR .mbr-text {
  color: #3a516a;
}
.cid-soPlSfU08H {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-soPlPGtNUz {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-soPlPGtNUz [class^="socicon-"]:before,
.cid-soPlPGtNUz [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-soPlPGtNUz .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  color: #232323;
  cursor: pointer;
  border-color: #3a516a;
}
.cid-soPlPGtNUz .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-soPlPGtNUz .btn-social:hover {
  color: #fff;
  background: #3a516a;
}
.cid-soPlPGtNUz .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-soPlPGtNUz .btn-social + .btn {
  margin-left: .1rem;
}
@media (max-width: 767px) {
  .cid-soPlPGtNUz .btn {
    font-size: 20px !important;
  }
}
.cid-soPlPGtNUz .btn-social,
.cid-soPlPGtNUz .mbr-section-title {
  color: #3a516a;
}
