body {
  font-family: Dosis;
}
.display-1 {
  font-family: 'Quicksand', sans-serif;
  font-size: 3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Quicksand', sans-serif;
  font-size: 2.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-5 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.9rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.04rem;
}
.display-7 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.3rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
/* ---- 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: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #feb100 !important;
}
.bg-success {
  background-color: #099b30 !important;
}
.bg-info {
  background-color: #ff4100 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #feb100 !important;
  border-color: #feb100 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #b27c00 !important;
  border-color: #b27c00 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b27c00 !important;
  border-color: #b27c00 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #0275b8 !important;
  border-color: #0275b8 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #01456c !important;
  border-color: #01456c !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #01456c !important;
  border-color: #01456c !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #ff4100 !important;
  border-color: #ff4100 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #b32d00 !important;
  border-color: #b32d00 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #b32d00 !important;
  border-color: #b32d00 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #099b30 !important;
  border-color: #099b30 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #05531a !important;
  border-color: #05531a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #05531a !important;
  border-color: #05531a !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  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,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  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,
.btn-primary-outline.active {
  background: none;
  border-color: #986a00;
  color: #986a00 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #feb100;
  border-color: #feb100;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #feb100 !important;
  border-color: #feb100 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #013553;
  color: #013553 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #0275b8;
  border-color: #0275b8;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0275b8 !important;
  border-color: #0275b8 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #992700;
  color: #992700 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #ff4100;
  border-color: #ff4100;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4100 !important;
  border-color: #ff4100 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #033b12;
  color: #033b12 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #099b30;
  border-color: #099b30;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #099b30 !important;
  border-color: #099b30 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #111111;
  color: #111111 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #444444;
  border-color: #444444;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  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 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #feb100 !important;
}
.text-secondary {
  color: #0275b8 !important;
}
.text-success {
  color: #099b30 !important;
}
.text-info {
  color: #ff4100 !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #986a00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #013553 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #033b12 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #992700 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !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: #ff4100;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #444444;
}
.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: #feb100;
  border-color: #feb100;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #feb100;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffefcb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #30f364;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffd9cc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7b7b7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a {
  background: #444444;
}
#scrollToTop a i:before {
  background: #ffffff;
}
#scrollToTop a i:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.mbr-arrow {
  background-color: #444444;
  opacity: .5;
  transition: .3s;
}
.mbr-arrow a {
  color: #ffffff;
}
.mbr-arrow:hover {
  opacity: .7;
}
.form-control {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.3rem;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
blockquote {
  border-color: #feb100;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #feb100;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #feb100;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #feb100;
  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: #feb100;
  border-bottom-color: #feb100;
}
.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: #000000 !important;
  background-color: #feb100 !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: #0275b8 !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: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23feb100' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-s4gClWWzZB .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-s4gClWWzZB .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s4gClWWzZB a {
  font-style: normal;
}
.cid-s4gClWWzZB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-s4gClWWzZB .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-s4gClWWzZB .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s4gClWWzZB .content-text {
  margin-bottom: 0;
}
.cid-s4gClWWzZB .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-s4gClWWzZB .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #feb100;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-s4gClWWzZB .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-s4gClWWzZB .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-s4gClWWzZB .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-s4gClWWzZB .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s4gClWWzZB .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s4gClWWzZB .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-s4gClWWzZB .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s4gClWWzZB .nav-dropdown .link {
  font-weight: 400;
}
.cid-s4gClWWzZB .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-s4gClWWzZB .content-right-side {
  text-align: center;
}
.cid-s4gClWWzZB .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-s4gClWWzZB .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-s4gClWWzZB .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-s4gClWWzZB .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-s4gClWWzZB .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-s4gClWWzZB .menu-bottom {
    justify-content: flex-end;
  }
  .cid-s4gClWWzZB img {
    height: 3.8rem !important;
  }
  .cid-s4gClWWzZB .btn {
    display: -webkit-flex;
  }
  .cid-s4gClWWzZB button.navbar-toggler {
    display: block;
  }
  .cid-s4gClWWzZB .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-s4gClWWzZB .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s4gClWWzZB .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s4gClWWzZB .navbar-collapse.collapsing,
  .cid-s4gClWWzZB .navbar-collapse.show {
    display: block !important;
  }
  .cid-s4gClWWzZB .navbar-collapse.collapsing .navbar-nav,
  .cid-s4gClWWzZB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s4gClWWzZB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s4gClWWzZB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s4gClWWzZB .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s4gClWWzZB .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s4gClWWzZB .navbar-collapse.collapsing .navbar-buttons,
  .cid-s4gClWWzZB .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-s4gClWWzZB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s4gClWWzZB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s4gClWWzZB .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s4gClWWzZB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s4gClWWzZB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s4gClWWzZB .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;
  }
  .cid-s4gClWWzZB .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-s4gClWWzZB .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-s4gClWWzZB .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-s4gClWWzZB .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-s4gClWWzZB .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-s4gClWWzZB .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-s4gClWWzZB .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-s4gClWWzZB .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-s4gClWWzZB .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-s4gClWWzZB .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-s4gClWWzZB .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s4gClWWzZB .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-s4gClWWzZB .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-s4gClWWzZB .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-s4gClWWzZB .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-s4gClWWzZB .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-s4gClWWzZB .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-s4gClWWzZB .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-s4gClWWzZB .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s4gClWWzZB .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-s4gClWWzZB .navbar {
    display: block;
    padding: 0;
  }
  .cid-s4gClWWzZB .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s4gClWWzZB .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-s4gClWWzZB .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-s4gClWWzZB .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-s4gClWWzZB .navbar-toggler {
    display: none;
  }
  .cid-s4gClWWzZB .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s4gClWWzZB .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s4gClWWzZB .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-s4gClWWzZB .menu-logo {
  margin-right: auto;
}
.cid-s4gClWWzZB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s4gClWWzZB .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-s4gClWWzZB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s4gClWWzZB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s4gClWWzZB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s4gClWWzZB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s4gClWWzZB .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-s4gClWWzZB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-s4gClWWzZB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s4gClWWzZB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s4gClWWzZB .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s4gClWWzZB .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s4gClWWzZB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s4gClWWzZB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s4gClWWzZB .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s4gClWWzZB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s4gClWWzZB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s4gClWWzZB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s4gClWWzZB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s4gClWWzZB .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-s4gClWWzZB .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-s4gClWWzZB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s4gClWWzZB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s4gClWWzZB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s4gClWWzZB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s4gClWWzZB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s4gClWWzZB button.navbar-toggler:focus {
  outline: none;
}
.cid-s4gClWWzZB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s4gClWWzZB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s4gClWWzZB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s4gClWWzZB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s4gClWWzZB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s4gClWWzZB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s4gClWWzZB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s4gClWWzZB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s4gClWWzZB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s4gClWWzZB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s4gClWWzZB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s4gClWWzZB .collapsed .btn {
  display: -webkit-flex;
}
.cid-s4gClWWzZB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s4gClWWzZB .collapsed .navbar-collapse.collapsing,
.cid-s4gClWWzZB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s4gClWWzZB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s4gClWWzZB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s4gClWWzZB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s4gClWWzZB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s4gClWWzZB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s4gClWWzZB .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s4gClWWzZB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s4gClWWzZB .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-s4gClWWzZB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s4gClWWzZB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s4gClWWzZB .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.5rem - 1.5rem);
  }
  .cid-s4gClWWzZB .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s4gClWWzZB .collapsed button.navbar-toggler {
  display: block;
}
.cid-s4gClWWzZB .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-s4gClWWzZB .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s4gClWWzZB .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s4gClWWzZB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s4gClWWzZB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s4gClWWzZB .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;
}
.cid-s4gClWWzZB .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s4gClWWzZB .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-s4gClWWzZB .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-s4gClWWzZB .nav-link:focus {
  outline: none;
}
.cid-s4gClWWzZB .navbar-toggler {
  position: relative;
}
.cid-s4gClWWzZB .dropdown-item.active,
.cid-s4gClWWzZB .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-s4gClWWzZB .nav-link:hover,
.cid-s4gClWWzZB .dropdown-item:hover {
  color: #4284df;
}
.cid-s4gClWWzZB .widget-title,
.cid-s4gClWWzZB .widget-icon {
  color: #099b30;
}
.cid-s4gELem98x {
  background-image: url("../../../assets/images/intro-1-1920x1499.jpeg");
}
.cid-s4gELem98x .mbr-text,
.cid-s4gELem98x .typed-text,
.cid-s4gELem98x .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-s4gELem98x .btn {
  margin-left: 4px !important;
}
.cid-s4gELem98x .animated-element {
  color: #ffbc00;
}
.cid-s4gELem98x .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffbc00;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-s4gELem98x .typed-text {
  color: #099b30;
}
.cid-s4BfL1WUSX {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-s4BfL1WUSX .card-title {
  letter-spacing: 0.03em;
  color: #232323;
  margin: 0;
  padding: 0;
}
.cid-s4BfL1WUSX .card {
  margin-bottom: 2rem;
}
.cid-s4BfL1WUSX .card-box {
  word-break: break-word;
  padding-top: 2rem;
}
.cid-s4BfL1WUSX .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-s4BfL1WUSX .btn {
  margin: .3rem;
}
.cid-s4BfL1WUSX .mbr-section-title {
  margin: 0;
}
.cid-s4BfL1WUSX .card-underline,
.cid-s4BfL1WUSX .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-s4BfL1WUSX .card-underline .line,
.cid-s4BfL1WUSX .underline .line {
  width: 3rem;
  height: 2px;
  background: #feb100;
  display: inline-block;
}
.cid-s4BfL1WUSX .card-underline {
  margin-bottom: 1.5rem;
  margin-top: 0 !important;
}
.cid-s4BfL1WUSX .card-underline .line {
  background: #feb100;
}
@media (max-width: 767px) {
  .cid-s4BfL1WUSX .row.blog-block {
    padding: 0 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s4BfL1WUSX .row-content {
    min-width: 100%;
  }
  .cid-s4BfL1WUSX .card {
    display: block;
  }
}
.cid-s5jKXpIPOb {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-s5jKXpIPOb svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-s5jKXpIPOb #e2_shape {
  fill: #0275b8 !important;
}
.cid-s5jKXpIPOb img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(3, 149, 234, 0.35);
}
@media (max-width: 576px) {
  .cid-s5jKXpIPOb img {
    width: 90%!important;
  }
}
.cid-s5jKXpIPOb H1 {
  color: #ffffff;
}
.cid-s5jKXpIPOb H3 {
  color: #0275b8;
}
.cid-s5jKXpIPOb .mbr-text,
.cid-s5jKXpIPOb .mbr-section-btn {
  color: #0275b8;
}
.cid-s4BmlTjAfW {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #0275b8;
}
.cid-s4BmlTjAfW .mbr-text {
  color: #65a6d1;
  text-align: center;
}
.cid-s4BmlTjAfW .mbr-title {
  color: #65a6d1;
  text-align: center;
}
.cid-s4BpR05X8D {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #65a6d1;
}
.cid-s4BpR05X8D .mbr-text,
.cid-s4BpR05X8D .ornament {
  color: #0275b8;
}
.cid-s5jNN8rMAN .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-s5jNN8rMAN .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s5jNN8rMAN a {
  font-style: normal;
}
.cid-s5jNN8rMAN .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-s5jNN8rMAN .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-s5jNN8rMAN .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s5jNN8rMAN .content-text {
  margin-bottom: 0;
}
.cid-s5jNN8rMAN .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-s5jNN8rMAN .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #feb100;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-s5jNN8rMAN .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-s5jNN8rMAN .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-s5jNN8rMAN .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-s5jNN8rMAN .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s5jNN8rMAN .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s5jNN8rMAN .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-s5jNN8rMAN .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s5jNN8rMAN .nav-dropdown .link {
  font-weight: 400;
}
.cid-s5jNN8rMAN .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-s5jNN8rMAN .content-right-side {
  text-align: center;
}
.cid-s5jNN8rMAN .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-s5jNN8rMAN .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-s5jNN8rMAN .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-s5jNN8rMAN .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-s5jNN8rMAN .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-s5jNN8rMAN .menu-bottom {
    justify-content: flex-end;
  }
  .cid-s5jNN8rMAN img {
    height: 3.8rem !important;
  }
  .cid-s5jNN8rMAN .btn {
    display: -webkit-flex;
  }
  .cid-s5jNN8rMAN button.navbar-toggler {
    display: block;
  }
  .cid-s5jNN8rMAN .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-s5jNN8rMAN .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s5jNN8rMAN .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s5jNN8rMAN .navbar-collapse.collapsing,
  .cid-s5jNN8rMAN .navbar-collapse.show {
    display: block !important;
  }
  .cid-s5jNN8rMAN .navbar-collapse.collapsing .navbar-nav,
  .cid-s5jNN8rMAN .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s5jNN8rMAN .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s5jNN8rMAN .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s5jNN8rMAN .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s5jNN8rMAN .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s5jNN8rMAN .navbar-collapse.collapsing .navbar-buttons,
  .cid-s5jNN8rMAN .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-s5jNN8rMAN .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s5jNN8rMAN .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s5jNN8rMAN .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s5jNN8rMAN .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s5jNN8rMAN .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s5jNN8rMAN .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;
  }
  .cid-s5jNN8rMAN .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-s5jNN8rMAN .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-s5jNN8rMAN .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-s5jNN8rMAN .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-s5jNN8rMAN .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-s5jNN8rMAN .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-s5jNN8rMAN .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-s5jNN8rMAN .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-s5jNN8rMAN .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-s5jNN8rMAN .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-s5jNN8rMAN .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5jNN8rMAN .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-s5jNN8rMAN .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-s5jNN8rMAN .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-s5jNN8rMAN .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-s5jNN8rMAN .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-s5jNN8rMAN .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-s5jNN8rMAN .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-s5jNN8rMAN .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s5jNN8rMAN .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-s5jNN8rMAN .navbar {
    display: block;
    padding: 0;
  }
  .cid-s5jNN8rMAN .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s5jNN8rMAN .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-s5jNN8rMAN .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-s5jNN8rMAN .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-s5jNN8rMAN .navbar-toggler {
    display: none;
  }
  .cid-s5jNN8rMAN .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s5jNN8rMAN .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5jNN8rMAN .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-s5jNN8rMAN .menu-logo {
  margin-right: auto;
}
.cid-s5jNN8rMAN .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5jNN8rMAN .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-s5jNN8rMAN .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s5jNN8rMAN .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s5jNN8rMAN .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s5jNN8rMAN .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s5jNN8rMAN .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-s5jNN8rMAN .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-s5jNN8rMAN .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5jNN8rMAN .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s5jNN8rMAN .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s5jNN8rMAN .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s5jNN8rMAN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s5jNN8rMAN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s5jNN8rMAN .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s5jNN8rMAN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s5jNN8rMAN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s5jNN8rMAN .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s5jNN8rMAN .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5jNN8rMAN .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-s5jNN8rMAN .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-s5jNN8rMAN .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s5jNN8rMAN .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s5jNN8rMAN .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s5jNN8rMAN .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s5jNN8rMAN button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5jNN8rMAN button.navbar-toggler:focus {
  outline: none;
}
.cid-s5jNN8rMAN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s5jNN8rMAN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5jNN8rMAN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5jNN8rMAN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5jNN8rMAN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5jNN8rMAN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5jNN8rMAN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5jNN8rMAN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5jNN8rMAN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5jNN8rMAN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s5jNN8rMAN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s5jNN8rMAN .collapsed .btn {
  display: -webkit-flex;
}
.cid-s5jNN8rMAN .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s5jNN8rMAN .collapsed .navbar-collapse.collapsing,
.cid-s5jNN8rMAN .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s5jNN8rMAN .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s5jNN8rMAN .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s5jNN8rMAN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s5jNN8rMAN .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s5jNN8rMAN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s5jNN8rMAN .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s5jNN8rMAN .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s5jNN8rMAN .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-s5jNN8rMAN .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s5jNN8rMAN .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s5jNN8rMAN .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.5rem - 1.5rem);
  }
  .cid-s5jNN8rMAN .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s5jNN8rMAN .collapsed button.navbar-toggler {
  display: block;
}
.cid-s5jNN8rMAN .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-s5jNN8rMAN .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s5jNN8rMAN .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s5jNN8rMAN .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s5jNN8rMAN .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s5jNN8rMAN .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;
}
.cid-s5jNN8rMAN .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s5jNN8rMAN .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-s5jNN8rMAN .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-s5jNN8rMAN .nav-link:focus {
  outline: none;
}
.cid-s5jNN8rMAN .navbar-toggler {
  position: relative;
}
.cid-s5jNN8rMAN .dropdown-item.active,
.cid-s5jNN8rMAN .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-s5jNN8rMAN .nav-link:hover,
.cid-s5jNN8rMAN .dropdown-item:hover {
  color: #4284df;
}
.cid-s5jNN8rMAN .widget-title,
.cid-s5jNN8rMAN .widget-icon {
  color: #099b30;
}
.cid-s5jQXAPTXh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5jQXAPTXh img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-s5jQXAPTXh .row {
  justify-content: center;
}
.cid-s5jQXAPTXh .mbr-text {
  color: #cccccc;
}
.cid-s5jQXAPTXh .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-s5jQXAPTXh .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-s5jQXAPTXh .date {
  margin: 0;
  color: #cccccc;
}
.cid-s5jQXAPTXh .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-s5jQXAPTXh .icon-box {
    flex-direction: column;
  }
  .cid-s5jQXAPTXh .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-s5jQXAPTXh img {
    margin-bottom: 2rem;
  }
}
.cid-s5jPWIpkPv {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/intro-2-1920x1499.jpeg");
}
.cid-s5jPWIpkPv .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-s5jPWIpkPv .content-panel {
  padding: 3rem;
  background-color: #444444;
}
@media (min-width: 767px) {
  .cid-s5jPWIpkPv .text-block {
    padding-right: 0;
    padding-left: 0;
  }
}
.cid-s5jPWIpkPv .google-map {
  width: 100%;
  height: 30rem;
}
.cid-s5jPWIpkPv .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-s5jPWIpkPv .google-map iframe .place-card {
  margin-left: 40px !important;
}
.cid-s5jPWIpkPv .google-map .place-card {
  margin-left: 40px !important;
}
.cid-s5jPWIpkPv .mbr-section-title {
  color: #c1c1c1;
}
.cid-s5jPWIpkPv .mbr-section-subtitle {
  color: #cccccc;
}
.cid-s5jPWIpkPv .adress-block {
  color: #cccccc;
}
.cid-s5jRu00C78 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #3e97d1;
}
.cid-s5jRu00C78 .mbr-section-heading {
  margin-bottom: 1.5em;
}
.cid-s5jRu00C78 .form-group {
  margin-bottom: 1.3em;
}
.cid-s5jRu00C78 .form-1 {
  margin: 0 1em;
  padding: 0;
}
.cid-s5jRu00C78 .form-control {
  border: 1px solid #ddd;
  background-color: white;
  padding-left: .5em;
  min-height: 2.5em;
  width: 100%;
}
.cid-s5jRu00C78 textarea.form-control {
  height: 15em;
  padding: 0.5em 0.6em;
}
.cid-s5jRu00C78 H2 {
  color: #cccccc;
}
.cid-s5jNNaTz4z {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #0275b8;
}
.cid-s5jNNaTz4z .mbr-text {
  color: #65a6d1;
  text-align: center;
}
.cid-s5jNNaTz4z .mbr-title {
  color: #65a6d1;
  text-align: center;
}
.cid-s5jNNbarBb {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #65a6d1;
}
.cid-s5jNNbarBb .mbr-text,
.cid-s5jNNbarBb .ornament {
  color: #0275b8;
}
.cid-s5jTpXixXM .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-s5jTpXixXM .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s5jTpXixXM a {
  font-style: normal;
}
.cid-s5jTpXixXM .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-s5jTpXixXM .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-s5jTpXixXM .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s5jTpXixXM .content-text {
  margin-bottom: 0;
}
.cid-s5jTpXixXM .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-s5jTpXixXM .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #feb100;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-s5jTpXixXM .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-s5jTpXixXM .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-s5jTpXixXM .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-s5jTpXixXM .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s5jTpXixXM .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s5jTpXixXM .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-s5jTpXixXM .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s5jTpXixXM .nav-dropdown .link {
  font-weight: 400;
}
.cid-s5jTpXixXM .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-s5jTpXixXM .content-right-side {
  text-align: center;
}
.cid-s5jTpXixXM .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-s5jTpXixXM .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-s5jTpXixXM .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-s5jTpXixXM .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-s5jTpXixXM .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-s5jTpXixXM .menu-bottom {
    justify-content: flex-end;
  }
  .cid-s5jTpXixXM img {
    height: 3.8rem !important;
  }
  .cid-s5jTpXixXM .btn {
    display: -webkit-flex;
  }
  .cid-s5jTpXixXM button.navbar-toggler {
    display: block;
  }
  .cid-s5jTpXixXM .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-s5jTpXixXM .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s5jTpXixXM .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s5jTpXixXM .navbar-collapse.collapsing,
  .cid-s5jTpXixXM .navbar-collapse.show {
    display: block !important;
  }
  .cid-s5jTpXixXM .navbar-collapse.collapsing .navbar-nav,
  .cid-s5jTpXixXM .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s5jTpXixXM .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s5jTpXixXM .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s5jTpXixXM .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s5jTpXixXM .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s5jTpXixXM .navbar-collapse.collapsing .navbar-buttons,
  .cid-s5jTpXixXM .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-s5jTpXixXM .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s5jTpXixXM .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s5jTpXixXM .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s5jTpXixXM .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s5jTpXixXM .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s5jTpXixXM .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;
  }
  .cid-s5jTpXixXM .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-s5jTpXixXM .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-s5jTpXixXM .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-s5jTpXixXM .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-s5jTpXixXM .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-s5jTpXixXM .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-s5jTpXixXM .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-s5jTpXixXM .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-s5jTpXixXM .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-s5jTpXixXM .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-s5jTpXixXM .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5jTpXixXM .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-s5jTpXixXM .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-s5jTpXixXM .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-s5jTpXixXM .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-s5jTpXixXM .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-s5jTpXixXM .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-s5jTpXixXM .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-s5jTpXixXM .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s5jTpXixXM .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-s5jTpXixXM .navbar {
    display: block;
    padding: 0;
  }
  .cid-s5jTpXixXM .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s5jTpXixXM .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-s5jTpXixXM .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-s5jTpXixXM .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-s5jTpXixXM .navbar-toggler {
    display: none;
  }
  .cid-s5jTpXixXM .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s5jTpXixXM .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5jTpXixXM .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-s5jTpXixXM .menu-logo {
  margin-right: auto;
}
.cid-s5jTpXixXM .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5jTpXixXM .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-s5jTpXixXM .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s5jTpXixXM .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s5jTpXixXM .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s5jTpXixXM .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s5jTpXixXM .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-s5jTpXixXM .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-s5jTpXixXM .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5jTpXixXM .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s5jTpXixXM .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s5jTpXixXM .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s5jTpXixXM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s5jTpXixXM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s5jTpXixXM .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s5jTpXixXM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s5jTpXixXM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s5jTpXixXM .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s5jTpXixXM .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5jTpXixXM .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-s5jTpXixXM .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-s5jTpXixXM .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s5jTpXixXM .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s5jTpXixXM .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s5jTpXixXM .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s5jTpXixXM button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5jTpXixXM button.navbar-toggler:focus {
  outline: none;
}
.cid-s5jTpXixXM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s5jTpXixXM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5jTpXixXM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5jTpXixXM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5jTpXixXM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5jTpXixXM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5jTpXixXM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5jTpXixXM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5jTpXixXM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5jTpXixXM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s5jTpXixXM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s5jTpXixXM .collapsed .btn {
  display: -webkit-flex;
}
.cid-s5jTpXixXM .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s5jTpXixXM .collapsed .navbar-collapse.collapsing,
.cid-s5jTpXixXM .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s5jTpXixXM .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s5jTpXixXM .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s5jTpXixXM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s5jTpXixXM .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s5jTpXixXM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s5jTpXixXM .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s5jTpXixXM .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s5jTpXixXM .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-s5jTpXixXM .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s5jTpXixXM .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s5jTpXixXM .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.5rem - 1.5rem);
  }
  .cid-s5jTpXixXM .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s5jTpXixXM .collapsed button.navbar-toggler {
  display: block;
}
.cid-s5jTpXixXM .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-s5jTpXixXM .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s5jTpXixXM .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s5jTpXixXM .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s5jTpXixXM .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s5jTpXixXM .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;
}
.cid-s5jTpXixXM .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s5jTpXixXM .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-s5jTpXixXM .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-s5jTpXixXM .nav-link:focus {
  outline: none;
}
.cid-s5jTpXixXM .navbar-toggler {
  position: relative;
}
.cid-s5jTpXixXM .dropdown-item.active,
.cid-s5jTpXixXM .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-s5jTpXixXM .nav-link:hover,
.cid-s5jTpXixXM .dropdown-item:hover {
  color: #4284df;
}
.cid-s5jTpXixXM .widget-title,
.cid-s5jTpXixXM .widget-icon {
  color: #099b30;
}
.cid-s5jTpXPEl3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5jTpXPEl3 img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-s5jTpXPEl3 .row {
  justify-content: center;
}
.cid-s5jTpXPEl3 .mbr-text {
  color: #cccccc;
}
.cid-s5jTpXPEl3 .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-s5jTpXPEl3 .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-s5jTpXPEl3 .date {
  margin: 0;
  color: #cccccc;
}
.cid-s5jTpXPEl3 .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-s5jTpXPEl3 .icon-box {
    flex-direction: column;
  }
  .cid-s5jTpXPEl3 .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-s5jTpXPEl3 img {
    margin-bottom: 2rem;
  }
}
.cid-s5jUv6Szmo {
  background-image: url("../../../assets/images/badkamer-renovatie-2000x1500.jpg");
  background-position: right;
}
.cid-s5jUv6Szmo .wrapper {
  position: relative;
  border-top: 3px solid #feb100;
  border-right: 3px solid #feb100;
  border-left: 3px solid #feb100;
  padding: 2.5rem 2.5rem;
}
.cid-s5jUv6Szmo .wrapper:before {
  content: "";
  background: #feb100;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-s5jUv6Szmo .wrapper:after {
  content: "";
  background: #feb100;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-s5jUv6Szmo img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-s5jUv6Szmo .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-s5jUv6Szmo H1 {
  color: #feb100;
}
.cid-s5jTET8pDy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s5jTET8pDy .mbr-title {
  color: #feb100;
}
.cid-s5jTET8pDy .mbr-text {
  color: #444444;
}
.cid-s6jbZlgJz6 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #feb100;
}
.cid-s6jbZlgJz6 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s6jbZlgJz6 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s6jbZlgJz6 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s6jbZlgJz6 .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-s6jbZlgJz6 .container {
  padding: 0;
}
.cid-s6jbZlgJz6 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s6jbZlgJz6 .icon-focus {
  display: none;
}
.cid-s6jbZlgJz6 .btn[class*=-outline] {
  border: none!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  color: #808080 !important;
  font-weight: 400;
  box-shadow: none !important;
}
.cid-s6jbZlgJz6 .btn[class*=-outline]:hover,
.cid-s6jbZlgJz6 .btn[class*=-outline]:active {
  background: transparent!important;
}
.cid-s6jbZlgJz6 li:hover .btn-primary-outline,
.cid-s6jbZlgJz6 li:active .btn-primary-outline,
.cid-s6jbZlgJz6 li.active .btn-primary-outline {
  color: #feb100 !important;
}
.cid-s6jbZlgJz6 li:hover .btn-secondary-outline,
.cid-s6jbZlgJz6 li:active .btn-secondary-outline,
.cid-s6jbZlgJz6 li.active .btn-secondary-outline {
  color: #0275b8 !important;
}
.cid-s6jbZlgJz6 li:hover .btn-info-outline,
.cid-s6jbZlgJz6 li:active .btn-info-outline,
.cid-s6jbZlgJz6 li.active .btn-info-outline {
  color: #ff4100 !important;
}
.cid-s6jbZlgJz6 li:hover .btn-warning-outline,
.cid-s6jbZlgJz6 li:active .btn-warning-outline,
.cid-s6jbZlgJz6 li.active .btn-warning-outline {
  color: #c1c1c1 !important;
}
.cid-s6jbZlgJz6 li:hover .btn-white-outline,
.cid-s6jbZlgJz6 li:active .btn-white-outline,
.cid-s6jbZlgJz6 li.active .btn-white-outline {
  color: #ffffff !important;
}
.cid-s6jbZlgJz6 li:hover .btn-black-outline,
.cid-s6jbZlgJz6 li:active .btn-black-outline,
.cid-s6jbZlgJz6 li.active .btn-black-outline {
  color: #000000 !important;
}
.cid-s6jbZlgJz6 li:hover .btn-success-outline,
.cid-s6jbZlgJz6 li:active .btn-success-outline,
.cid-s6jbZlgJz6 li.active .btn-success-outline {
  color: #099b30 !important;
}
.cid-s6jbZlgJz6 li:hover .btn-danger-outline,
.cid-s6jbZlgJz6 li:active .btn-danger-outline,
.cid-s6jbZlgJz6 li.active .btn-danger-outline {
  color: #444444 !important;
}
.cid-s6jbZlgJz6 li {
  position: relative;
}
.cid-s6jbZlgJz6 li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 6px;
  top: 50%;
  background: #d3d3d3 !important;
  transform: rotate(35deg) translateY(-59%);
}
.cid-s6jbZlgJz6 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s6jbZlgJz6 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s6jbZlgJz6 .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-s6jbZlgJz6 .btn {
  font-family: Dosis !important;
}
.cid-s6jbZlgJz6 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-s6jbZlgJz6 .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-s6jbZlgJz6 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-s6jbZlgJz6 .btn[class*="-outline"] {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-s5jTpZPPiE {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #0275b8;
}
.cid-s5jTpZPPiE .mbr-text {
  color: #65a6d1;
  text-align: center;
}
.cid-s5jTpZPPiE .mbr-title {
  color: #65a6d1;
  text-align: center;
}
.cid-s5jTq05ysk {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #65a6d1;
}
.cid-s5jTq05ysk .mbr-text,
.cid-s5jTq05ysk .ornament {
  color: #0275b8;
}
.cid-s5jZZ86Rrh .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-s5jZZ86Rrh .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s5jZZ86Rrh a {
  font-style: normal;
}
.cid-s5jZZ86Rrh .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-s5jZZ86Rrh .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-s5jZZ86Rrh .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s5jZZ86Rrh .content-text {
  margin-bottom: 0;
}
.cid-s5jZZ86Rrh .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-s5jZZ86Rrh .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #feb100;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-s5jZZ86Rrh .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-s5jZZ86Rrh .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-s5jZZ86Rrh .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-s5jZZ86Rrh .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s5jZZ86Rrh .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s5jZZ86Rrh .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-s5jZZ86Rrh .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s5jZZ86Rrh .nav-dropdown .link {
  font-weight: 400;
}
.cid-s5jZZ86Rrh .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-s5jZZ86Rrh .content-right-side {
  text-align: center;
}
.cid-s5jZZ86Rrh .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-s5jZZ86Rrh .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-s5jZZ86Rrh .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-s5jZZ86Rrh .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-s5jZZ86Rrh .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-s5jZZ86Rrh .menu-bottom {
    justify-content: flex-end;
  }
  .cid-s5jZZ86Rrh img {
    height: 3.8rem !important;
  }
  .cid-s5jZZ86Rrh .btn {
    display: -webkit-flex;
  }
  .cid-s5jZZ86Rrh button.navbar-toggler {
    display: block;
  }
  .cid-s5jZZ86Rrh .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-s5jZZ86Rrh .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s5jZZ86Rrh .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s5jZZ86Rrh .navbar-collapse.collapsing,
  .cid-s5jZZ86Rrh .navbar-collapse.show {
    display: block !important;
  }
  .cid-s5jZZ86Rrh .navbar-collapse.collapsing .navbar-nav,
  .cid-s5jZZ86Rrh .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s5jZZ86Rrh .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s5jZZ86Rrh .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s5jZZ86Rrh .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s5jZZ86Rrh .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s5jZZ86Rrh .navbar-collapse.collapsing .navbar-buttons,
  .cid-s5jZZ86Rrh .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-s5jZZ86Rrh .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s5jZZ86Rrh .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s5jZZ86Rrh .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s5jZZ86Rrh .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s5jZZ86Rrh .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s5jZZ86Rrh .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;
  }
  .cid-s5jZZ86Rrh .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-s5jZZ86Rrh .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-s5jZZ86Rrh .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-s5jZZ86Rrh .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-s5jZZ86Rrh .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-s5jZZ86Rrh .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-s5jZZ86Rrh .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-s5jZZ86Rrh .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-s5jZZ86Rrh .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-s5jZZ86Rrh .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-s5jZZ86Rrh .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5jZZ86Rrh .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-s5jZZ86Rrh .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-s5jZZ86Rrh .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-s5jZZ86Rrh .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-s5jZZ86Rrh .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-s5jZZ86Rrh .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-s5jZZ86Rrh .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-s5jZZ86Rrh .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s5jZZ86Rrh .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-s5jZZ86Rrh .navbar {
    display: block;
    padding: 0;
  }
  .cid-s5jZZ86Rrh .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s5jZZ86Rrh .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-s5jZZ86Rrh .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-s5jZZ86Rrh .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-s5jZZ86Rrh .navbar-toggler {
    display: none;
  }
  .cid-s5jZZ86Rrh .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s5jZZ86Rrh .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5jZZ86Rrh .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-s5jZZ86Rrh .menu-logo {
  margin-right: auto;
}
.cid-s5jZZ86Rrh .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5jZZ86Rrh .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-s5jZZ86Rrh .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s5jZZ86Rrh .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s5jZZ86Rrh .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s5jZZ86Rrh .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s5jZZ86Rrh .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-s5jZZ86Rrh .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-s5jZZ86Rrh .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5jZZ86Rrh .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s5jZZ86Rrh .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s5jZZ86Rrh .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s5jZZ86Rrh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s5jZZ86Rrh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s5jZZ86Rrh .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s5jZZ86Rrh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s5jZZ86Rrh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s5jZZ86Rrh .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s5jZZ86Rrh .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5jZZ86Rrh .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-s5jZZ86Rrh .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-s5jZZ86Rrh .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s5jZZ86Rrh .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s5jZZ86Rrh .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s5jZZ86Rrh .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s5jZZ86Rrh button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5jZZ86Rrh button.navbar-toggler:focus {
  outline: none;
}
.cid-s5jZZ86Rrh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s5jZZ86Rrh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5jZZ86Rrh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5jZZ86Rrh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5jZZ86Rrh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5jZZ86Rrh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5jZZ86Rrh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5jZZ86Rrh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5jZZ86Rrh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5jZZ86Rrh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s5jZZ86Rrh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s5jZZ86Rrh .collapsed .btn {
  display: -webkit-flex;
}
.cid-s5jZZ86Rrh .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s5jZZ86Rrh .collapsed .navbar-collapse.collapsing,
.cid-s5jZZ86Rrh .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s5jZZ86Rrh .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s5jZZ86Rrh .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s5jZZ86Rrh .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s5jZZ86Rrh .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s5jZZ86Rrh .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s5jZZ86Rrh .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s5jZZ86Rrh .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s5jZZ86Rrh .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-s5jZZ86Rrh .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s5jZZ86Rrh .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s5jZZ86Rrh .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.5rem - 1.5rem);
  }
  .cid-s5jZZ86Rrh .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s5jZZ86Rrh .collapsed button.navbar-toggler {
  display: block;
}
.cid-s5jZZ86Rrh .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-s5jZZ86Rrh .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s5jZZ86Rrh .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s5jZZ86Rrh .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s5jZZ86Rrh .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s5jZZ86Rrh .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;
}
.cid-s5jZZ86Rrh .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s5jZZ86Rrh .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-s5jZZ86Rrh .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-s5jZZ86Rrh .nav-link:focus {
  outline: none;
}
.cid-s5jZZ86Rrh .navbar-toggler {
  position: relative;
}
.cid-s5jZZ86Rrh .dropdown-item.active,
.cid-s5jZZ86Rrh .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-s5jZZ86Rrh .nav-link:hover,
.cid-s5jZZ86Rrh .dropdown-item:hover {
  color: #4284df;
}
.cid-s5jZZ86Rrh .widget-title,
.cid-s5jZZ86Rrh .widget-icon {
  color: #099b30;
}
.cid-s5jZZ8HSOq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5jZZ8HSOq img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-s5jZZ8HSOq .row {
  justify-content: center;
}
.cid-s5jZZ8HSOq .mbr-text {
  color: #cccccc;
}
.cid-s5jZZ8HSOq .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-s5jZZ8HSOq .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-s5jZZ8HSOq .date {
  margin: 0;
  color: #cccccc;
}
.cid-s5jZZ8HSOq .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-s5jZZ8HSOq .icon-box {
    flex-direction: column;
  }
  .cid-s5jZZ8HSOq .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-s5jZZ8HSOq img {
    margin-bottom: 2rem;
  }
}
.cid-s5jZZ9ecQi {
  background-image: url("../../../assets/images/centrale-verwarming-2000x1500.jpg");
  background-position: right;
}
.cid-s5jZZ9ecQi .wrapper {
  position: relative;
  border-top: 3px solid #099b30;
  border-right: 3px solid #099b30;
  border-left: 3px solid #099b30;
  padding: 2.5rem 2.5rem;
}
.cid-s5jZZ9ecQi .wrapper:before {
  content: "";
  background: #099b30;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-s5jZZ9ecQi .wrapper:after {
  content: "";
  background: #099b30;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-s5jZZ9ecQi img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-s5jZZ9ecQi .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-s5jZZ9ecQi H1 {
  color: #099b30;
}
.cid-s5jZZ9R8No {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5jZZ9R8No .mbr-title {
  color: #feb100;
}
.cid-s5jZZ9R8No .mbr-text {
  color: #444444;
}
.cid-s6jgEwjP0F {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-s6jgEwjP0F svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-s6jgEwjP0F #e2_shape {
  fill: #228555 !important;
}
.cid-s6jgEwjP0F img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(3, 149, 234, 0.35);
}
@media (max-width: 576px) {
  .cid-s6jgEwjP0F img {
    width: 90%!important;
  }
}
.cid-s6jgEwjP0F H1 {
  color: #ffffff;
}
.cid-s61Lwbuj48 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #228555;
}
.cid-s61Lwbuj48 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s61Lwbuj48 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s61Lwbuj48 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s61Lwbuj48 .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-s61Lwbuj48 .container {
  padding: 0;
}
.cid-s61Lwbuj48 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s61Lwbuj48 .icon-focus {
  display: none;
}
.cid-s61Lwbuj48 .btn[class*=-outline] {
  border: none!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  color: #ffffff !important;
  font-weight: 400;
  box-shadow: none !important;
}
.cid-s61Lwbuj48 .btn[class*=-outline]:hover,
.cid-s61Lwbuj48 .btn[class*=-outline]:active {
  background: transparent!important;
}
.cid-s61Lwbuj48 li:hover .btn-primary-outline,
.cid-s61Lwbuj48 li:active .btn-primary-outline,
.cid-s61Lwbuj48 li.active .btn-primary-outline {
  color: #feb100 !important;
}
.cid-s61Lwbuj48 li:hover .btn-secondary-outline,
.cid-s61Lwbuj48 li:active .btn-secondary-outline,
.cid-s61Lwbuj48 li.active .btn-secondary-outline {
  color: #0275b8 !important;
}
.cid-s61Lwbuj48 li:hover .btn-info-outline,
.cid-s61Lwbuj48 li:active .btn-info-outline,
.cid-s61Lwbuj48 li.active .btn-info-outline {
  color: #ff4100 !important;
}
.cid-s61Lwbuj48 li:hover .btn-warning-outline,
.cid-s61Lwbuj48 li:active .btn-warning-outline,
.cid-s61Lwbuj48 li.active .btn-warning-outline {
  color: #c1c1c1 !important;
}
.cid-s61Lwbuj48 li:hover .btn-white-outline,
.cid-s61Lwbuj48 li:active .btn-white-outline,
.cid-s61Lwbuj48 li.active .btn-white-outline {
  color: #ffffff !important;
}
.cid-s61Lwbuj48 li:hover .btn-black-outline,
.cid-s61Lwbuj48 li:active .btn-black-outline,
.cid-s61Lwbuj48 li.active .btn-black-outline {
  color: #000000 !important;
}
.cid-s61Lwbuj48 li:hover .btn-success-outline,
.cid-s61Lwbuj48 li:active .btn-success-outline,
.cid-s61Lwbuj48 li.active .btn-success-outline {
  color: #099b30 !important;
}
.cid-s61Lwbuj48 li:hover .btn-danger-outline,
.cid-s61Lwbuj48 li:active .btn-danger-outline,
.cid-s61Lwbuj48 li.active .btn-danger-outline {
  color: #444444 !important;
}
.cid-s61Lwbuj48 li {
  position: relative;
}
.cid-s61Lwbuj48 li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 6px;
  top: 50%;
  background: #ffffff !important;
  transform: rotate(35deg) translateY(-59%);
}
.cid-s61Lwbuj48 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s61Lwbuj48 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s61Lwbuj48 .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-s61Lwbuj48 .btn {
  font-family: Dosis !important;
}
.cid-s61Lwbuj48 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-s61Lwbuj48 .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-s61Lwbuj48 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-s61Lwbuj48 .btn[class*="-outline"] {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-s5jZZa8FvW {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #0275b8;
}
.cid-s5jZZa8FvW .mbr-text {
  color: #65a6d1;
  text-align: center;
}
.cid-s5jZZa8FvW .mbr-title {
  color: #65a6d1;
  text-align: center;
}
.cid-s5jZZaH4DZ {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #65a6d1;
}
.cid-s5jZZaH4DZ .mbr-text,
.cid-s5jZZaH4DZ .ornament {
  color: #0275b8;
}
.cid-s5k3ELioYH .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-s5k3ELioYH .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s5k3ELioYH a {
  font-style: normal;
}
.cid-s5k3ELioYH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-s5k3ELioYH .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-s5k3ELioYH .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s5k3ELioYH .content-text {
  margin-bottom: 0;
}
.cid-s5k3ELioYH .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-s5k3ELioYH .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #feb100;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-s5k3ELioYH .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-s5k3ELioYH .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-s5k3ELioYH .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-s5k3ELioYH .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s5k3ELioYH .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s5k3ELioYH .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-s5k3ELioYH .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s5k3ELioYH .nav-dropdown .link {
  font-weight: 400;
}
.cid-s5k3ELioYH .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-s5k3ELioYH .content-right-side {
  text-align: center;
}
.cid-s5k3ELioYH .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-s5k3ELioYH .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-s5k3ELioYH .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-s5k3ELioYH .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-s5k3ELioYH .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-s5k3ELioYH .menu-bottom {
    justify-content: flex-end;
  }
  .cid-s5k3ELioYH img {
    height: 3.8rem !important;
  }
  .cid-s5k3ELioYH .btn {
    display: -webkit-flex;
  }
  .cid-s5k3ELioYH button.navbar-toggler {
    display: block;
  }
  .cid-s5k3ELioYH .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-s5k3ELioYH .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s5k3ELioYH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s5k3ELioYH .navbar-collapse.collapsing,
  .cid-s5k3ELioYH .navbar-collapse.show {
    display: block !important;
  }
  .cid-s5k3ELioYH .navbar-collapse.collapsing .navbar-nav,
  .cid-s5k3ELioYH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s5k3ELioYH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s5k3ELioYH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s5k3ELioYH .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s5k3ELioYH .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s5k3ELioYH .navbar-collapse.collapsing .navbar-buttons,
  .cid-s5k3ELioYH .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-s5k3ELioYH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s5k3ELioYH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s5k3ELioYH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s5k3ELioYH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s5k3ELioYH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s5k3ELioYH .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;
  }
  .cid-s5k3ELioYH .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-s5k3ELioYH .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-s5k3ELioYH .navbar.opened {
    padding-bottom: 4rem;
  }
  .cid-s5k3ELioYH .navbar .navbar-collapse {
    max-height: calc(100vh - 4rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-s5k3ELioYH .navbar.opened {
    padding-bottom: 5rem;
  }
  .cid-s5k3ELioYH .navbar .navbar-collapse {
    max-height: calc(100vh - 5rem - 80px);
  }
}
.cid-s5k3ELioYH .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-s5k3ELioYH .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-s5k3ELioYH .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-s5k3ELioYH .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-s5k3ELioYH .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5k3ELioYH .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-s5k3ELioYH .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-s5k3ELioYH .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-s5k3ELioYH .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-s5k3ELioYH .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-s5k3ELioYH .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-s5k3ELioYH .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-s5k3ELioYH .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s5k3ELioYH .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-s5k3ELioYH .navbar {
    display: block;
    padding: 0;
  }
  .cid-s5k3ELioYH .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s5k3ELioYH .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-s5k3ELioYH .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-s5k3ELioYH .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-s5k3ELioYH .navbar-toggler {
    display: none;
  }
  .cid-s5k3ELioYH .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s5k3ELioYH .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5k3ELioYH .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-s5k3ELioYH .menu-logo {
  margin-right: auto;
}
.cid-s5k3ELioYH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s5k3ELioYH .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-s5k3ELioYH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s5k3ELioYH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s5k3ELioYH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s5k3ELioYH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s5k3ELioYH .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-s5k3ELioYH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-s5k3ELioYH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5k3ELioYH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s5k3ELioYH .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s5k3ELioYH .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s5k3ELioYH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s5k3ELioYH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s5k3ELioYH .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s5k3ELioYH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s5k3ELioYH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s5k3ELioYH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s5k3ELioYH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5k3ELioYH .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-s5k3ELioYH .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-s5k3ELioYH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s5k3ELioYH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s5k3ELioYH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s5k3ELioYH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s5k3ELioYH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s5k3ELioYH button.navbar-toggler:focus {
  outline: none;
}
.cid-s5k3ELioYH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s5k3ELioYH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5k3ELioYH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5k3ELioYH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5k3ELioYH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5k3ELioYH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5k3ELioYH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5k3ELioYH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5k3ELioYH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5k3ELioYH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s5k3ELioYH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s5k3ELioYH .collapsed .btn {
  display: -webkit-flex;
}
.cid-s5k3ELioYH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s5k3ELioYH .collapsed .navbar-collapse.collapsing,
.cid-s5k3ELioYH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s5k3ELioYH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s5k3ELioYH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s5k3ELioYH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s5k3ELioYH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s5k3ELioYH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s5k3ELioYH .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s5k3ELioYH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s5k3ELioYH .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-s5k3ELioYH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s5k3ELioYH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s5k3ELioYH .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5.5rem - 1.5rem);
  }
  .cid-s5k3ELioYH .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s5k3ELioYH .collapsed button.navbar-toggler {
  display: block;
}
.cid-s5k3ELioYH .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-s5k3ELioYH .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s5k3ELioYH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s5k3ELioYH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s5k3ELioYH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s5k3ELioYH .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;
}
.cid-s5k3ELioYH .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s5k3ELioYH .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-s5k3ELioYH .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-s5k3ELioYH .nav-link:focus {
  outline: none;
}
.cid-s5k3ELioYH .navbar-toggler {
  position: relative;
}
.cid-s5k3ELioYH .dropdown-item.active,
.cid-s5k3ELioYH .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-s5k3ELioYH .nav-link:hover,
.cid-s5k3ELioYH .dropdown-item:hover {
  color: #4284df;
}
.cid-s5k3ELioYH .widget-title,
.cid-s5k3ELioYH .widget-icon {
  color: #099b30;
}
.cid-s5k3ELSjtp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5k3ELSjtp img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-s5k3ELSjtp .row {
  justify-content: center;
}
.cid-s5k3ELSjtp .mbr-text {
  color: #cccccc;
}
.cid-s5k3ELSjtp .item {
  display: inline-flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-s5k3ELSjtp .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-s5k3ELSjtp .date {
  margin: 0;
  color: #cccccc;
}
.cid-s5k3ELSjtp .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-s5k3ELSjtp .icon-box {
    flex-direction: column;
  }
  .cid-s5k3ELSjtp .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-s5k3ELSjtp img {
    margin-bottom: 2rem;
  }
}
.cid-s5k3EMwv3b {
  background-image: url("../../../assets/images/sanitair-2000x1500.jpg");
  background-position: right;
}
.cid-s5k3EMwv3b .wrapper {
  position: relative;
  border-top: 3px solid #0275b8;
  border-right: 3px solid #0275b8;
  border-left: 3px solid #0275b8;
  padding: 2.5rem 2.5rem;
}
.cid-s5k3EMwv3b .wrapper:before {
  content: "";
  background: #0275b8;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-s5k3EMwv3b .wrapper:after {
  content: "";
  background: #0275b8;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-s5k3EMwv3b img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-s5k3EMwv3b .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-s5k3EMwv3b H1 {
  color: #0275b8;
}
.cid-s5k3EN4gnl {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s5k3EN4gnl .mbr-title {
  color: #feb100;
}
.cid-s5k3EN4gnl .mbr-text {
  color: #444444;
}
.cid-s5k3ENmXgX {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #0275b8;
}
.cid-s5k3ENmXgX .mbr-text {
  color: #65a6d1;
  text-align: center;
}
.cid-s5k3ENmXgX .mbr-title {
  color: #65a6d1;
  text-align: center;
}
.cid-s5k3ENB2Ih {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #65a6d1;
}
.cid-s5k3ENB2Ih .mbr-text,
.cid-s5k3ENB2Ih .ornament {
  color: #0275b8;
}
