body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Old Standard TT', serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Old Standard TT', serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Mulish', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Old Standard TT', serif;
  font-size: 2rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Mulish', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 2.24rem;
}
/* ---- 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: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    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-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Mulish', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 2.24rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  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: #149dcc;
  border-bottom-color: #149dcc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #149dcc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23149dcc' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-sfPWg8E8tM .navbar {
  background: #149dcc;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sfPWg8E8tM .navbar-dropdown.bg-color.transparent.opened {
  background: #149dcc;
}
.cid-sfPWg8E8tM a {
  font-style: normal;
}
.cid-sfPWg8E8tM .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sfPWg8E8tM .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sfPWg8E8tM .nav-item:focus,
.cid-sfPWg8E8tM .nav-link:focus {
  outline: none;
}
.cid-sfPWg8E8tM .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sfPWg8E8tM .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sfPWg8E8tM .menu-logo {
  margin-right: auto;
}
.cid-sfPWg8E8tM .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfPWg8E8tM .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-sfPWg8E8tM .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sfPWg8E8tM .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sfPWg8E8tM .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sfPWg8E8tM .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sfPWg8E8tM .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sfPWg8E8tM .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sfPWg8E8tM .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sfPWg8E8tM .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sfPWg8E8tM .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sfPWg8E8tM .dropdown .dropdown-menu {
  background: #149dcc;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sfPWg8E8tM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sfPWg8E8tM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfPWg8E8tM .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sfPWg8E8tM .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sfPWg8E8tM .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sfPWg8E8tM .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sfPWg8E8tM .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sfPWg8E8tM .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sfPWg8E8tM .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sfPWg8E8tM .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sfPWg8E8tM .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sfPWg8E8tM button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sfPWg8E8tM button.navbar-toggler:focus {
  outline: none;
}
.cid-sfPWg8E8tM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efefef;
}
.cid-sfPWg8E8tM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sfPWg8E8tM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sfPWg8E8tM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sfPWg8E8tM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sfPWg8E8tM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfPWg8E8tM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sfPWg8E8tM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sfPWg8E8tM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfPWg8E8tM .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sfPWg8E8tM .collapsed .btn {
  display: -webkit-flex;
}
.cid-sfPWg8E8tM .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sfPWg8E8tM .collapsed .navbar-collapse.collapsing,
.cid-sfPWg8E8tM .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sfPWg8E8tM .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sfPWg8E8tM .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sfPWg8E8tM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sfPWg8E8tM .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sfPWg8E8tM .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sfPWg8E8tM .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sfPWg8E8tM .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sfPWg8E8tM .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sfPWg8E8tM .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sfPWg8E8tM .collapsed button.navbar-toggler {
  display: block;
}
.cid-sfPWg8E8tM .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sfPWg8E8tM .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sfPWg8E8tM .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sfPWg8E8tM .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sfPWg8E8tM .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sfPWg8E8tM .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sfPWg8E8tM.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sfPWg8E8tM img {
    height: 3.8rem !important;
  }
  .cid-sfPWg8E8tM .btn {
    display: -webkit-flex;
  }
  .cid-sfPWg8E8tM button.navbar-toggler {
    display: block;
  }
  .cid-sfPWg8E8tM .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sfPWg8E8tM .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sfPWg8E8tM .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sfPWg8E8tM .navbar-collapse.collapsing,
  .cid-sfPWg8E8tM .navbar-collapse.show {
    display: block !important;
  }
  .cid-sfPWg8E8tM .navbar-collapse.collapsing .navbar-nav,
  .cid-sfPWg8E8tM .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sfPWg8E8tM .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sfPWg8E8tM .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sfPWg8E8tM .navbar-collapse.collapsing .navbar-buttons,
  .cid-sfPWg8E8tM .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sfPWg8E8tM .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sfPWg8E8tM .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sfPWg8E8tM .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sfPWg8E8tM .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sfPWg8E8tM .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sfPWg8E8tM .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sfPWg8E8tM .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sfPWg8E8tM .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sfPWg8E8tM .nav-link:hover,
.cid-sfPWg8E8tM .dropdown-item:hover {
  color: #b2ccd2 !important;
}
.cid-sfQ0R3aiyS {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/hout-verticaal-2000x3009.jpeg");
}
.cid-sfQ0R3aiyS H3 {
  color: #cebfaf;
}
.cid-sfQ0R3aiyS H1 {
  color: #cebfaf;
}
.cid-sfQ0R3aiyS .mbr-text,
.cid-sfQ0R3aiyS .mbr-section-btn {
  color: #cebfaf;
}
.cid-sfQeDIx3Mi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4f4943;
}
.cid-sfQeDIx3Mi .media-container-row .mbr-text {
  color: #cebfaf;
}
.cid-sfQ4WoiHRc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/hout-verticaal-2000x3009.jpeg");
}
.cid-sfQ4WoiHRc .mbr-section-subtitle,
.cid-sfQ4WoiHRc .mbr-text {
  color: #767676;
}
.cid-sfQ4WoiHRc .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sfQ4WoiHRc .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sfQ4WoiHRc .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sfQ4WoiHRc .card-wrapper .card-img .mbr-overlay {
  background-color: #4f4943;
  display: none;
  transition: opacity .3s;
}
.cid-sfQ4WoiHRc .card-wrapper .card-img img {
  width: 100%;
}
.cid-sfQ4WoiHRc .card-wrapper .card-box {
  background-color: #4f4943;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-sfQ4WoiHRc .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-sfQ4WoiHRc .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-sfQ4WoiHRc .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-sfQ4WoiHRc .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-sfQ4WoiHRc .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-sfQ4WoiHRc .mbr-text {
  color: #82786e;
  text-align: center;
}
.cid-sfQ4WoiHRc .card-title {
  color: #82786e;
  text-align: center;
}
.cid-sfQ34LNxI4 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
.cid-sfQ34LNxI4 .mbr-text {
  color: #82786e;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-sfQ34LNxI4 div.b {
  padding-top: 2rem;
}
.cid-sfQ34LNxI4 H2 {
  color: #82786e;
}
.cid-shePLOoPRc {
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #4f4943, #4f4943);
}
.cid-shePLOoPRc .mbr-iconfont-social {
  font-size: 32px;
  color: #149dcc;
}
.cid-shePLOoPRc .social-list a:focus {
  text-decoration: none;
}
.cid-shePLOoPRc H2 {
  color: #82786e;
  text-align: center;
}
.cid-sfQ1RC9JB9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #635a51;
}
.cid-sfQ1RC9JB9 .line {
  background-color: #635a51;
  color: #635a51;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sfQ1RC9JB9 .section-text {
  padding: 2rem 0;
}
.cid-sfQ1RC9JB9 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sfQ1RC9JB9 .inner-container {
    width: 100% !important;
  }
}
.cid-sfQ8KgUC3P .navbar {
  background: #149dcc;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sfQ8KgUC3P .navbar-dropdown.bg-color.transparent.opened {
  background: #149dcc;
}
.cid-sfQ8KgUC3P a {
  font-style: normal;
}
.cid-sfQ8KgUC3P .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sfQ8KgUC3P .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sfQ8KgUC3P .nav-item:focus,
.cid-sfQ8KgUC3P .nav-link:focus {
  outline: none;
}
.cid-sfQ8KgUC3P .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sfQ8KgUC3P .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sfQ8KgUC3P .menu-logo {
  margin-right: auto;
}
.cid-sfQ8KgUC3P .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfQ8KgUC3P .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-sfQ8KgUC3P .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sfQ8KgUC3P .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sfQ8KgUC3P .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sfQ8KgUC3P .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sfQ8KgUC3P .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sfQ8KgUC3P .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sfQ8KgUC3P .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sfQ8KgUC3P .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sfQ8KgUC3P .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sfQ8KgUC3P .dropdown .dropdown-menu {
  background: #149dcc;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sfQ8KgUC3P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sfQ8KgUC3P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfQ8KgUC3P .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sfQ8KgUC3P .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sfQ8KgUC3P .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sfQ8KgUC3P .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sfQ8KgUC3P .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sfQ8KgUC3P .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sfQ8KgUC3P .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sfQ8KgUC3P .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sfQ8KgUC3P .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sfQ8KgUC3P button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sfQ8KgUC3P button.navbar-toggler:focus {
  outline: none;
}
.cid-sfQ8KgUC3P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efefef;
}
.cid-sfQ8KgUC3P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sfQ8KgUC3P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sfQ8KgUC3P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sfQ8KgUC3P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sfQ8KgUC3P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfQ8KgUC3P nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sfQ8KgUC3P nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sfQ8KgUC3P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfQ8KgUC3P .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sfQ8KgUC3P .collapsed .btn {
  display: -webkit-flex;
}
.cid-sfQ8KgUC3P .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sfQ8KgUC3P .collapsed .navbar-collapse.collapsing,
.cid-sfQ8KgUC3P .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sfQ8KgUC3P .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sfQ8KgUC3P .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sfQ8KgUC3P .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sfQ8KgUC3P .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sfQ8KgUC3P .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sfQ8KgUC3P .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sfQ8KgUC3P .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sfQ8KgUC3P .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sfQ8KgUC3P .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sfQ8KgUC3P .collapsed button.navbar-toggler {
  display: block;
}
.cid-sfQ8KgUC3P .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sfQ8KgUC3P .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sfQ8KgUC3P .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sfQ8KgUC3P .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sfQ8KgUC3P .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sfQ8KgUC3P .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sfQ8KgUC3P.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sfQ8KgUC3P img {
    height: 3.8rem !important;
  }
  .cid-sfQ8KgUC3P .btn {
    display: -webkit-flex;
  }
  .cid-sfQ8KgUC3P button.navbar-toggler {
    display: block;
  }
  .cid-sfQ8KgUC3P .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sfQ8KgUC3P .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sfQ8KgUC3P .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sfQ8KgUC3P .navbar-collapse.collapsing,
  .cid-sfQ8KgUC3P .navbar-collapse.show {
    display: block !important;
  }
  .cid-sfQ8KgUC3P .navbar-collapse.collapsing .navbar-nav,
  .cid-sfQ8KgUC3P .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sfQ8KgUC3P .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sfQ8KgUC3P .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sfQ8KgUC3P .navbar-collapse.collapsing .navbar-buttons,
  .cid-sfQ8KgUC3P .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sfQ8KgUC3P .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sfQ8KgUC3P .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sfQ8KgUC3P .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sfQ8KgUC3P .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sfQ8KgUC3P .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sfQ8KgUC3P .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sfQ8KgUC3P .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sfQ8KgUC3P .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sfQ8KgUC3P .nav-link:hover,
.cid-sfQ8KgUC3P .dropdown-item:hover {
  color: #b2ccd2 !important;
}
.cid-sfQ8Ki3m2f {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/hout-verticaal-2000x3009.jpeg");
}
.cid-sfQ8Ki3m2f .mbr-section-subtitle,
.cid-sfQ8Ki3m2f .mbr-text {
  color: #767676;
}
.cid-sfQ8Ki3m2f .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sfQ8Ki3m2f .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sfQ8Ki3m2f .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sfQ8Ki3m2f .card-wrapper .card-img .mbr-overlay {
  background-color: #4f4943;
  display: none;
  transition: opacity .3s;
}
.cid-sfQ8Ki3m2f .card-wrapper .card-img img {
  width: 100%;
}
.cid-sfQ8Ki3m2f .card-wrapper .card-box {
  background-color: #4f4943;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-sfQ8Ki3m2f .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-sfQ8Ki3m2f .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-sfQ8Ki3m2f .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-sfQ8Ki3m2f .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-sfQ8Ki3m2f .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-sfQ8Ki3m2f .mbr-text {
  color: #82786e;
  text-align: center;
}
.cid-sfQ8Ki3m2f .card-title {
  color: #82786e;
  text-align: center;
}
.cid-sfW6HO0BxR {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #4f4943;
}
.cid-sfW6HO0BxR .mbr-text,
.cid-sfW6HO0BxR blockquote {
  color: #767676;
}
.cid-sfQd4Y43GU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sfQd4Y43GU .media-container-row .mbr-text {
  color: #cebfaf;
}
.cid-sfQ8KiO1vd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #4f4943;
}
.cid-sfQ8KiO1vd .line {
  background-color: #635a51;
  color: #635a51;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sfQ8KiO1vd .section-text {
  padding: 2rem 0;
}
.cid-sfQ8KiO1vd .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sfQ8KiO1vd .inner-container {
    width: 100% !important;
  }
}
.cid-sfVQsKlc1Q .navbar {
  background: #149dcc;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sfVQsKlc1Q .navbar-dropdown.bg-color.transparent.opened {
  background: #149dcc;
}
.cid-sfVQsKlc1Q a {
  font-style: normal;
}
.cid-sfVQsKlc1Q .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sfVQsKlc1Q .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sfVQsKlc1Q .nav-item:focus,
.cid-sfVQsKlc1Q .nav-link:focus {
  outline: none;
}
.cid-sfVQsKlc1Q .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sfVQsKlc1Q .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sfVQsKlc1Q .menu-logo {
  margin-right: auto;
}
.cid-sfVQsKlc1Q .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfVQsKlc1Q .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-sfVQsKlc1Q .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sfVQsKlc1Q .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sfVQsKlc1Q .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sfVQsKlc1Q .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sfVQsKlc1Q .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sfVQsKlc1Q .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sfVQsKlc1Q .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sfVQsKlc1Q .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sfVQsKlc1Q .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sfVQsKlc1Q .dropdown .dropdown-menu {
  background: #149dcc;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sfVQsKlc1Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sfVQsKlc1Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfVQsKlc1Q .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sfVQsKlc1Q .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sfVQsKlc1Q .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sfVQsKlc1Q .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sfVQsKlc1Q .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sfVQsKlc1Q .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sfVQsKlc1Q .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sfVQsKlc1Q .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sfVQsKlc1Q .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sfVQsKlc1Q button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sfVQsKlc1Q button.navbar-toggler:focus {
  outline: none;
}
.cid-sfVQsKlc1Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efefef;
}
.cid-sfVQsKlc1Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sfVQsKlc1Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sfVQsKlc1Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sfVQsKlc1Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sfVQsKlc1Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfVQsKlc1Q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sfVQsKlc1Q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sfVQsKlc1Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfVQsKlc1Q .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sfVQsKlc1Q .collapsed .btn {
  display: -webkit-flex;
}
.cid-sfVQsKlc1Q .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sfVQsKlc1Q .collapsed .navbar-collapse.collapsing,
.cid-sfVQsKlc1Q .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sfVQsKlc1Q .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sfVQsKlc1Q .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sfVQsKlc1Q .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sfVQsKlc1Q .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sfVQsKlc1Q .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sfVQsKlc1Q .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sfVQsKlc1Q .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sfVQsKlc1Q .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sfVQsKlc1Q .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sfVQsKlc1Q .collapsed button.navbar-toggler {
  display: block;
}
.cid-sfVQsKlc1Q .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sfVQsKlc1Q .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sfVQsKlc1Q .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sfVQsKlc1Q .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sfVQsKlc1Q .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sfVQsKlc1Q .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sfVQsKlc1Q.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sfVQsKlc1Q img {
    height: 3.8rem !important;
  }
  .cid-sfVQsKlc1Q .btn {
    display: -webkit-flex;
  }
  .cid-sfVQsKlc1Q button.navbar-toggler {
    display: block;
  }
  .cid-sfVQsKlc1Q .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sfVQsKlc1Q .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sfVQsKlc1Q .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sfVQsKlc1Q .navbar-collapse.collapsing,
  .cid-sfVQsKlc1Q .navbar-collapse.show {
    display: block !important;
  }
  .cid-sfVQsKlc1Q .navbar-collapse.collapsing .navbar-nav,
  .cid-sfVQsKlc1Q .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sfVQsKlc1Q .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sfVQsKlc1Q .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sfVQsKlc1Q .navbar-collapse.collapsing .navbar-buttons,
  .cid-sfVQsKlc1Q .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sfVQsKlc1Q .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sfVQsKlc1Q .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sfVQsKlc1Q .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sfVQsKlc1Q .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sfVQsKlc1Q .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sfVQsKlc1Q .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sfVQsKlc1Q .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sfVQsKlc1Q .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sfVQsKlc1Q .nav-link:hover,
.cid-sfVQsKlc1Q .dropdown-item:hover {
  color: #b2ccd2 !important;
}
.cid-sfVQXvh32r {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/sara-keuring-2013-844x606.png");
}
.cid-sfVQXvh32r .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sfVQXvh32r .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sfVQXvh32r .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sfVQXvh32r .mbr-text {
    text-align: center;
  }
}
.cid-sfVQXvh32r H1 {
  color: #cebfaf;
}
.cid-sfVQXvh32r .mbr-text,
.cid-sfVQXvh32r .mbr-section-btn {
  color: #cebfaf;
}
.cid-sfVYiFfdDm {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
.cid-sfVYiFfdDm .mbr-section-subtitle {
  color: #767676;
}
.cid-sfVRG8cl9m {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/hout-verticaal-2000x3009.jpeg");
}
.cid-sfVRG8cl9m .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-sfVRG8cl9m .mbr-text,
.cid-sfVRG8cl9m .mbr-section-btn {
  color: #cebfaf;
}
.cid-sfVYrdCyyY {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
.cid-sfVYrdCyyY .mbr-section-subtitle {
  color: #767676;
}
.cid-sfVTa2ljva {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #635a51;
}
.cid-sfVTa2ljva h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sfVTa2ljva p {
  color: #767676;
  text-align: left;
}
.cid-sfVTa2ljva .card-box {
  padding-top: 2rem;
}
.cid-sfVTa2ljva .card-wrapper {
  height: 100%;
}
.cid-sfVTa2ljva .card-title {
  text-align: center;
  color: #cebfaf;
}
.cid-sfVZqJNnuF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
.cid-sfVZqJNnuF .line {
  background-color: #4f4943;
  color: #4f4943;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sfVZqJNnuF .section-text {
  padding: 2rem 0;
  color: #cebfaf;
}
.cid-sfVZqJNnuF .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sfVZqJNnuF .inner-container {
    width: 100% !important;
  }
}
.cid-sfVWD0XzTk {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #635a51;
}
.cid-sfVWD0XzTk .images-container.container-fluid {
  padding: 0;
}
.cid-sfVWD0XzTk .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sfVWD0XzTk .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-sfVWD0XzTk .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-sfVWD0XzTk .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sfVWD0XzTk .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-sfVWD0XzTk .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sfVWD0XzTk .img-item {
    width: 100% !important;
  }
  .cid-sfVWD0XzTk .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-sfVWVYnM8u {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #635a51;
}
.cid-sfVWVYnM8u .images-container.container-fluid {
  padding: 0;
}
.cid-sfVWVYnM8u .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sfVWVYnM8u .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-sfVWVYnM8u .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-sfVWVYnM8u .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sfVWVYnM8u .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-sfVWVYnM8u .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sfVWVYnM8u .img-item {
    width: 100% !important;
  }
  .cid-sfVWVYnM8u .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-sfVXjhGGPD {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #635a51;
}
.cid-sfVXjhGGPD .images-container.container-fluid {
  padding: 0;
}
.cid-sfVXjhGGPD .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sfVXjhGGPD .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-sfVXjhGGPD .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-sfVXjhGGPD .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sfVXjhGGPD .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-sfVXjhGGPD .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sfVXjhGGPD .img-item {
    width: 100% !important;
  }
  .cid-sfVXjhGGPD .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-sh3HYSCp6J {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #635a51;
}
.cid-sh3HYSCp6J .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sh3HYSCp6J .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-sh3HYSCp6J .media-container-row .img-item .img-cont {
  position: relative;
  overflow: hidden;
}
.cid-sh3HYSCp6J .media-container-row .img-item .img-cont img {
  width: 100%;
}
.cid-sh3HYSCp6J .media-container-row .img-item .img-cont .img-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sh3HYSCp6J .media-container-row .img-item .img-cont .img-caption p {
  margin-bottom: 0;
}
.cid-sh3HYSCp6J .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sh3HYSCp6J .img-item {
    width: 100% !important;
  }
  .cid-sh3HYSCp6J .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-sfVQsLtqC5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #4f4943;
}
.cid-sfVQsLtqC5 .line {
  background-color: #635a51;
  color: #635a51;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sfVQsLtqC5 .section-text {
  padding: 2rem 0;
}
.cid-sfVQsLtqC5 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sfVQsLtqC5 .inner-container {
    width: 100% !important;
  }
}
.cid-sfVZZoKYnB .navbar {
  background: #149dcc;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sfVZZoKYnB .navbar-dropdown.bg-color.transparent.opened {
  background: #149dcc;
}
.cid-sfVZZoKYnB a {
  font-style: normal;
}
.cid-sfVZZoKYnB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sfVZZoKYnB .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sfVZZoKYnB .nav-item:focus,
.cid-sfVZZoKYnB .nav-link:focus {
  outline: none;
}
.cid-sfVZZoKYnB .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sfVZZoKYnB .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sfVZZoKYnB .menu-logo {
  margin-right: auto;
}
.cid-sfVZZoKYnB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfVZZoKYnB .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-sfVZZoKYnB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sfVZZoKYnB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sfVZZoKYnB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sfVZZoKYnB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sfVZZoKYnB .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sfVZZoKYnB .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sfVZZoKYnB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sfVZZoKYnB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sfVZZoKYnB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sfVZZoKYnB .dropdown .dropdown-menu {
  background: #149dcc;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sfVZZoKYnB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sfVZZoKYnB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfVZZoKYnB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sfVZZoKYnB .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sfVZZoKYnB .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sfVZZoKYnB .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sfVZZoKYnB .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sfVZZoKYnB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sfVZZoKYnB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sfVZZoKYnB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sfVZZoKYnB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sfVZZoKYnB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sfVZZoKYnB button.navbar-toggler:focus {
  outline: none;
}
.cid-sfVZZoKYnB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efefef;
}
.cid-sfVZZoKYnB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sfVZZoKYnB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sfVZZoKYnB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sfVZZoKYnB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sfVZZoKYnB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfVZZoKYnB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sfVZZoKYnB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sfVZZoKYnB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfVZZoKYnB .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sfVZZoKYnB .collapsed .btn {
  display: -webkit-flex;
}
.cid-sfVZZoKYnB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sfVZZoKYnB .collapsed .navbar-collapse.collapsing,
.cid-sfVZZoKYnB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sfVZZoKYnB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sfVZZoKYnB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sfVZZoKYnB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sfVZZoKYnB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sfVZZoKYnB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sfVZZoKYnB .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sfVZZoKYnB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sfVZZoKYnB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sfVZZoKYnB .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sfVZZoKYnB .collapsed button.navbar-toggler {
  display: block;
}
.cid-sfVZZoKYnB .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sfVZZoKYnB .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sfVZZoKYnB .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sfVZZoKYnB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sfVZZoKYnB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sfVZZoKYnB .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sfVZZoKYnB.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sfVZZoKYnB img {
    height: 3.8rem !important;
  }
  .cid-sfVZZoKYnB .btn {
    display: -webkit-flex;
  }
  .cid-sfVZZoKYnB button.navbar-toggler {
    display: block;
  }
  .cid-sfVZZoKYnB .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sfVZZoKYnB .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sfVZZoKYnB .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sfVZZoKYnB .navbar-collapse.collapsing,
  .cid-sfVZZoKYnB .navbar-collapse.show {
    display: block !important;
  }
  .cid-sfVZZoKYnB .navbar-collapse.collapsing .navbar-nav,
  .cid-sfVZZoKYnB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sfVZZoKYnB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sfVZZoKYnB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sfVZZoKYnB .navbar-collapse.collapsing .navbar-buttons,
  .cid-sfVZZoKYnB .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sfVZZoKYnB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sfVZZoKYnB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sfVZZoKYnB .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sfVZZoKYnB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sfVZZoKYnB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sfVZZoKYnB .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sfVZZoKYnB .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sfVZZoKYnB .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sfVZZoKYnB .nav-link:hover,
.cid-sfVZZoKYnB .dropdown-item:hover {
  color: #b2ccd2 !important;
}
.cid-sfVZZpgnzK {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/sara-keuring-2013-844x606.png");
}
.cid-sfVZZpgnzK .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sfVZZpgnzK .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sfVZZpgnzK .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sfVZZpgnzK .mbr-text {
    text-align: center;
  }
}
.cid-sfVZZpgnzK H1 {
  color: #cebfaf;
}
.cid-sfVZZpgnzK .mbr-text,
.cid-sfVZZpgnzK .mbr-section-btn {
  color: #cebfaf;
}
.cid-sfVZZpDIlD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
.cid-sfVZZpDIlD .mbr-section-subtitle {
  color: #767676;
}
.cid-sfVZZpQawJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/hout-verticaal-2000x3009.jpeg");
}
.cid-sfVZZpQawJ .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-sfVZZpQawJ .mbr-text,
.cid-sfVZZpQawJ .mbr-section-btn {
  color: #cebfaf;
}
.cid-sfVZZq5Nvf {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
.cid-sfVZZq5Nvf .mbr-section-subtitle {
  color: #767676;
}
.cid-sfVZZqhvz5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #635a51;
}
.cid-sfVZZqhvz5 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sfVZZqhvz5 p {
  color: #767676;
  text-align: left;
}
.cid-sfVZZqhvz5 .card-box {
  padding-top: 2rem;
}
.cid-sfVZZqhvz5 .card-wrapper {
  height: 100%;
}
.cid-sfVZZqhvz5 .card-title {
  text-align: center;
  color: #cebfaf;
}
.cid-sfVZZqDPSE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
.cid-sfVZZqDPSE .line {
  background-color: #4f4943;
  color: #4f4943;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sfVZZqDPSE .section-text {
  padding: 2rem 0;
  color: #cebfaf;
}
.cid-sfVZZqDPSE .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sfVZZqDPSE .inner-container {
    width: 100% !important;
  }
}
.cid-sfVZZqNIPa {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #635a51;
}
.cid-sfVZZqNIPa .images-container.container-fluid {
  padding: 0;
}
.cid-sfVZZqNIPa .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sfVZZqNIPa .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-sfVZZqNIPa .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-sfVZZqNIPa .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sfVZZqNIPa .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-sfVZZqNIPa .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sfVZZqNIPa .img-item {
    width: 100% !important;
  }
  .cid-sfVZZqNIPa .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-sfVZZqZ9oB {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #635a51;
}
.cid-sfVZZqZ9oB .images-container.container-fluid {
  padding: 0;
}
.cid-sfVZZqZ9oB .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sfVZZqZ9oB .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-sfVZZqZ9oB .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-sfVZZqZ9oB .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sfVZZqZ9oB .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-sfVZZqZ9oB .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sfVZZqZ9oB .img-item {
    width: 100% !important;
  }
  .cid-sfVZZqZ9oB .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-sfVZZrc01o {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #635a51;
}
.cid-sfVZZrc01o .images-container.container-fluid {
  padding: 0;
}
.cid-sfVZZrc01o .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sfVZZrc01o .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-sfVZZrc01o .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-sfVZZrc01o .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sfVZZrc01o .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-sfVZZrc01o .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sfVZZrc01o .img-item {
    width: 100% !important;
  }
  .cid-sfVZZrc01o .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-sh3G9JiUtJ {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #635a51;
}
.cid-sh3G9JiUtJ .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sh3G9JiUtJ .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-sh3G9JiUtJ .media-container-row .img-item .img-cont {
  position: relative;
  overflow: hidden;
}
.cid-sh3G9JiUtJ .media-container-row .img-item .img-cont img {
  width: 100%;
}
.cid-sh3G9JiUtJ .media-container-row .img-item .img-cont .img-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sh3G9JiUtJ .media-container-row .img-item .img-cont .img-caption p {
  margin-bottom: 0;
}
.cid-sh3G9JiUtJ .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sh3G9JiUtJ .img-item {
    width: 100% !important;
  }
  .cid-sh3G9JiUtJ .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-sfVZZromBG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #4f4943;
}
.cid-sfVZZromBG .line {
  background-color: #635a51;
  color: #635a51;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sfVZZromBG .section-text {
  padding: 2rem 0;
}
.cid-sfVZZromBG .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sfVZZromBG .inner-container {
    width: 100% !important;
  }
}
.cid-sfW9g8kqeW .navbar {
  background: #149dcc;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sfW9g8kqeW .navbar-dropdown.bg-color.transparent.opened {
  background: #149dcc;
}
.cid-sfW9g8kqeW a {
  font-style: normal;
}
.cid-sfW9g8kqeW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sfW9g8kqeW .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sfW9g8kqeW .nav-item:focus,
.cid-sfW9g8kqeW .nav-link:focus {
  outline: none;
}
.cid-sfW9g8kqeW .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sfW9g8kqeW .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sfW9g8kqeW .menu-logo {
  margin-right: auto;
}
.cid-sfW9g8kqeW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfW9g8kqeW .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-sfW9g8kqeW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sfW9g8kqeW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sfW9g8kqeW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sfW9g8kqeW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sfW9g8kqeW .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sfW9g8kqeW .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sfW9g8kqeW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sfW9g8kqeW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sfW9g8kqeW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sfW9g8kqeW .dropdown .dropdown-menu {
  background: #149dcc;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sfW9g8kqeW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sfW9g8kqeW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfW9g8kqeW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sfW9g8kqeW .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sfW9g8kqeW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sfW9g8kqeW .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sfW9g8kqeW .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sfW9g8kqeW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sfW9g8kqeW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sfW9g8kqeW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sfW9g8kqeW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sfW9g8kqeW button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sfW9g8kqeW button.navbar-toggler:focus {
  outline: none;
}
.cid-sfW9g8kqeW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efefef;
}
.cid-sfW9g8kqeW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sfW9g8kqeW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sfW9g8kqeW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sfW9g8kqeW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sfW9g8kqeW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfW9g8kqeW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sfW9g8kqeW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sfW9g8kqeW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfW9g8kqeW .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sfW9g8kqeW .collapsed .btn {
  display: -webkit-flex;
}
.cid-sfW9g8kqeW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sfW9g8kqeW .collapsed .navbar-collapse.collapsing,
.cid-sfW9g8kqeW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sfW9g8kqeW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sfW9g8kqeW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sfW9g8kqeW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sfW9g8kqeW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sfW9g8kqeW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sfW9g8kqeW .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sfW9g8kqeW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sfW9g8kqeW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sfW9g8kqeW .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sfW9g8kqeW .collapsed button.navbar-toggler {
  display: block;
}
.cid-sfW9g8kqeW .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sfW9g8kqeW .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sfW9g8kqeW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sfW9g8kqeW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sfW9g8kqeW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sfW9g8kqeW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sfW9g8kqeW.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sfW9g8kqeW img {
    height: 3.8rem !important;
  }
  .cid-sfW9g8kqeW .btn {
    display: -webkit-flex;
  }
  .cid-sfW9g8kqeW button.navbar-toggler {
    display: block;
  }
  .cid-sfW9g8kqeW .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sfW9g8kqeW .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sfW9g8kqeW .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sfW9g8kqeW .navbar-collapse.collapsing,
  .cid-sfW9g8kqeW .navbar-collapse.show {
    display: block !important;
  }
  .cid-sfW9g8kqeW .navbar-collapse.collapsing .navbar-nav,
  .cid-sfW9g8kqeW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sfW9g8kqeW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sfW9g8kqeW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sfW9g8kqeW .navbar-collapse.collapsing .navbar-buttons,
  .cid-sfW9g8kqeW .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sfW9g8kqeW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sfW9g8kqeW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sfW9g8kqeW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sfW9g8kqeW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sfW9g8kqeW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sfW9g8kqeW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sfW9g8kqeW .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sfW9g8kqeW .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sfW9g8kqeW .nav-link:hover,
.cid-sfW9g8kqeW .dropdown-item:hover {
  color: #b2ccd2 !important;
}
.cid-uhyaeSR4A1 {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #4f4943;
}
.cid-uhyaeSR4A1 .line {
  background-color: #cebfaf;
  color: #cebfaf;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uhyaeSR4A1 .section-text {
  padding: 2rem 0;
  color: #cebfaf;
}
.cid-uhyaeSR4A1 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uhyaeSR4A1 .inner-container {
    width: 100% !important;
  }
}
.cid-uhyaozaWS2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
.cid-uhyaozaWS2 .mbr-text,
.cid-uhyaozaWS2 blockquote {
  color: #767676;
}
.cid-uhyaozaWS2 .mbr-text P {
  text-align: center;
}
.cid-uhyaozaWS2 .mbr-text {
  color: #cebfaf;
}
.cid-uhyfLr3sPJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/hout-verticaal-2000x3009.jpeg");
}
.cid-uhyfLr3sPJ .card-box {
  padding: 0 2rem;
}
.cid-uhyfLr3sPJ .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uhyfLr3sPJ .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uhyfLr3sPJ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uhyfLr3sPJ p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uhyfLr3sPJ .mbr-text {
  color: #767676;
}
.cid-uhyfLr3sPJ .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #4f4943;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uhyfLr3sPJ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uhyfLr3sPJ .card-title {
  color: #cebfaf;
  text-align: center;
}
.cid-uhyi8y4P6Y {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/hout-verticaal-2000x3009.jpeg");
}
.cid-uhyi8y4P6Y .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-uhyi8y4P6Y .mbr-text,
.cid-uhyi8y4P6Y .mbr-section-btn {
  color: #cebfaf;
}
.cid-uhyi8y4P6Y .mbr-section-title {
  color: #cebfaf;
}
.cid-uhyipuEZNH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/hout-verticaal-2000x3009.jpeg");
}
.cid-uhyipuEZNH .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-uhyipuEZNH .mbr-text,
.cid-uhyipuEZNH .mbr-section-btn {
  color: #cebfaf;
}
.cid-uhyipuEZNH .mbr-section-title {
  color: #cebfaf;
}
.cid-uhyjIfLk73 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/hout-verticaal-2000x3009.jpeg");
}
.cid-uhyjIfLk73 .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-uhyjIfLk73 .mbr-text,
.cid-uhyjIfLk73 .mbr-section-btn {
  color: #cebfaf;
}
.cid-uhyjIfLk73 .mbr-section-title {
  color: #cebfaf;
}
.cid-uhyahuFzA3 {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #4f4943;
}
.cid-uhyahuFzA3 .line {
  background-color: #cebfaf;
  color: #cebfaf;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uhyahuFzA3 .section-text {
  padding: 2rem 0;
  color: #cebfaf;
}
.cid-uhyahuFzA3 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uhyahuFzA3 .inner-container {
    width: 100% !important;
  }
}
.cid-uhyanEXIKI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
.cid-uhyanEXIKI .mbr-text,
.cid-uhyanEXIKI blockquote {
  color: #767676;
}
.cid-uhyanEXIKI .mbr-text P {
  text-align: center;
}
.cid-uhyanEXIKI .mbr-text {
  color: #cebfaf;
}
.cid-uhyaMFXzg8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/hout-verticaal-2000x3009.jpeg");
}
.cid-uhyaMFXzg8 .card-box {
  padding: 0 2rem;
}
.cid-uhyaMFXzg8 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uhyaMFXzg8 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uhyaMFXzg8 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uhyaMFXzg8 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-uhyaMFXzg8 .mbr-text {
  color: #767676;
}
.cid-uhyaMFXzg8 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #4f4943;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uhyaMFXzg8 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uhyaMFXzg8 .card-title {
  color: #cebfaf;
  text-align: center;
}
.cid-sfWaFnq9AW {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #4f4943;
}
.cid-sfWaFnq9AW .line {
  background-color: #cebfaf;
  color: #cebfaf;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sfWaFnq9AW .section-text {
  padding: 2rem 0;
  color: #cebfaf;
}
.cid-sfWaFnq9AW .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sfWaFnq9AW .inner-container {
    width: 100% !important;
  }
}
.cid-sfWRnLTPqm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
.cid-sfWRnLTPqm .mbr-text,
.cid-sfWRnLTPqm blockquote {
  color: #767676;
}
.cid-sfWRnLTPqm .mbr-text P {
  text-align: center;
}
.cid-sfWRnLTPqm .mbr-text {
  color: #cebfaf;
}
.cid-sfWaPsYugQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/hout-verticaal-2000x3009.jpeg");
}
.cid-sfWaPsYugQ .card-box {
  padding: 0 2rem;
}
.cid-sfWaPsYugQ .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sfWaPsYugQ .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sfWaPsYugQ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sfWaPsYugQ p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sfWaPsYugQ .mbr-text {
  color: #767676;
}
.cid-sfWaPsYugQ .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #4f4943;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sfWaPsYugQ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sfWaPsYugQ .card-title {
  color: #cebfaf;
  text-align: center;
}
.cid-sQKnrEhwgz {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #4f4943;
}
.cid-sQKnrEhwgz .mbr-section-subtitle {
  color: #767676;
}
.cid-sQKniUi4ek {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/hout-verticaal-2000x3009.jpeg");
}
.cid-sQKniUi4ek .card-box {
  padding: 0 2rem;
}
.cid-sQKniUi4ek .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sQKniUi4ek .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sQKniUi4ek h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sQKniUi4ek p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sQKniUi4ek .mbr-text {
  color: #767676;
}
.cid-sQKniUi4ek .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #4f4943;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sQKniUi4ek .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sQKniUi4ek .card-title {
  color: #cebfaf;
  text-align: center;
}
.cid-sfWawvuwEI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4f4943;
}
.cid-sfWawvuwEI .line {
  background-color: #cebfaf;
  color: #cebfaf;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sfWawvuwEI .section-text {
  padding: 2rem 0;
  color: #cebfaf;
}
.cid-sfWawvuwEI .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sfWawvuwEI .inner-container {
    width: 100% !important;
  }
}
.cid-sfWRJOmHFn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
.cid-sfWRJOmHFn .mbr-text,
.cid-sfWRJOmHFn blockquote {
  color: #767676;
}
.cid-sfWRJOmHFn .mbr-text P {
  text-align: center;
}
.cid-sfWRJOmHFn .mbr-text {
  color: #cebfaf;
}
.cid-sfWOnZKnn9 {
  padding-top: 75px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/hout-verticaal-2000x3009.jpeg");
}
.cid-sfWOnZKnn9 .card-box {
  padding: 0 2rem;
}
.cid-sfWOnZKnn9 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sfWOnZKnn9 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sfWOnZKnn9 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sfWOnZKnn9 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sfWOnZKnn9 .mbr-text {
  color: #767676;
}
.cid-sfWOnZKnn9 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #4f4943;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sfWOnZKnn9 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sfWOnZKnn9 .card-title {
  color: #cebfaf;
  text-align: center;
}
.cid-sgAMG1B7gX {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #4f4943;
}
.cid-sgAMG1B7gX .mbr-section-subtitle {
  color: #767676;
}
.cid-sgAMB9CDp8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/hout-verticaal-2000x3009.jpeg");
}
.cid-sgAMB9CDp8 .card-box {
  padding: 0 2rem;
}
.cid-sgAMB9CDp8 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sgAMB9CDp8 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sgAMB9CDp8 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sgAMB9CDp8 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sgAMB9CDp8 .mbr-text {
  color: #767676;
}
.cid-sgAMB9CDp8 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #4f4943;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sgAMB9CDp8 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sgAMB9CDp8 .card-title {
  color: #cebfaf;
  text-align: center;
}
.cid-sfW9g9FLAk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #4f4943;
}
.cid-sfW9g9FLAk .line {
  background-color: #635a51;
  color: #635a51;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sfW9g9FLAk .section-text {
  padding: 2rem 0;
}
.cid-sfW9g9FLAk .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sfW9g9FLAk .inner-container {
    width: 100% !important;
  }
}
.cid-sgjcqy1XNz .navbar {
  background: #149dcc;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sgjcqy1XNz .navbar-dropdown.bg-color.transparent.opened {
  background: #149dcc;
}
.cid-sgjcqy1XNz a {
  font-style: normal;
}
.cid-sgjcqy1XNz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sgjcqy1XNz .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sgjcqy1XNz .nav-item:focus,
.cid-sgjcqy1XNz .nav-link:focus {
  outline: none;
}
.cid-sgjcqy1XNz .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sgjcqy1XNz .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sgjcqy1XNz .menu-logo {
  margin-right: auto;
}
.cid-sgjcqy1XNz .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgjcqy1XNz .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-sgjcqy1XNz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sgjcqy1XNz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sgjcqy1XNz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sgjcqy1XNz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sgjcqy1XNz .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sgjcqy1XNz .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sgjcqy1XNz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sgjcqy1XNz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgjcqy1XNz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sgjcqy1XNz .dropdown .dropdown-menu {
  background: #149dcc;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sgjcqy1XNz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sgjcqy1XNz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgjcqy1XNz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sgjcqy1XNz .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sgjcqy1XNz .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sgjcqy1XNz .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sgjcqy1XNz .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sgjcqy1XNz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sgjcqy1XNz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sgjcqy1XNz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sgjcqy1XNz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sgjcqy1XNz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sgjcqy1XNz button.navbar-toggler:focus {
  outline: none;
}
.cid-sgjcqy1XNz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efefef;
}
.cid-sgjcqy1XNz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgjcqy1XNz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgjcqy1XNz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgjcqy1XNz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgjcqy1XNz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgjcqy1XNz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgjcqy1XNz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgjcqy1XNz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgjcqy1XNz .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgjcqy1XNz .collapsed .btn {
  display: -webkit-flex;
}
.cid-sgjcqy1XNz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sgjcqy1XNz .collapsed .navbar-collapse.collapsing,
.cid-sgjcqy1XNz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sgjcqy1XNz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sgjcqy1XNz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sgjcqy1XNz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sgjcqy1XNz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sgjcqy1XNz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sgjcqy1XNz .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sgjcqy1XNz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sgjcqy1XNz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sgjcqy1XNz .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sgjcqy1XNz .collapsed button.navbar-toggler {
  display: block;
}
.cid-sgjcqy1XNz .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sgjcqy1XNz .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgjcqy1XNz .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sgjcqy1XNz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sgjcqy1XNz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sgjcqy1XNz .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sgjcqy1XNz.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgjcqy1XNz img {
    height: 3.8rem !important;
  }
  .cid-sgjcqy1XNz .btn {
    display: -webkit-flex;
  }
  .cid-sgjcqy1XNz button.navbar-toggler {
    display: block;
  }
  .cid-sgjcqy1XNz .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sgjcqy1XNz .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgjcqy1XNz .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sgjcqy1XNz .navbar-collapse.collapsing,
  .cid-sgjcqy1XNz .navbar-collapse.show {
    display: block !important;
  }
  .cid-sgjcqy1XNz .navbar-collapse.collapsing .navbar-nav,
  .cid-sgjcqy1XNz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sgjcqy1XNz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sgjcqy1XNz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sgjcqy1XNz .navbar-collapse.collapsing .navbar-buttons,
  .cid-sgjcqy1XNz .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sgjcqy1XNz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sgjcqy1XNz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgjcqy1XNz .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sgjcqy1XNz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sgjcqy1XNz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sgjcqy1XNz .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sgjcqy1XNz .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sgjcqy1XNz .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sgjcqy1XNz .nav-link:hover,
.cid-sgjcqy1XNz .dropdown-item:hover {
  color: #b2ccd2 !important;
}
.cid-sgjcqyl0XB {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/sara-keuring-2013-844x606.png");
}
.cid-sgjcqyl0XB .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sgjcqyl0XB .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgjcqyl0XB .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sgjcqyl0XB .mbr-text {
    text-align: center;
  }
}
.cid-sgjcqyl0XB H1 {
  color: #cebfaf;
}
.cid-sgjcqyl0XB .mbr-text,
.cid-sgjcqyl0XB .mbr-section-btn {
  color: #cebfaf;
}
.cid-sgjcqyl0XB H3 {
  color: #cebfaf;
}
.cid-sgjcqyA24K {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
.cid-sgjcqyA24K .mbr-section-subtitle {
  color: #767676;
}
.cid-sgjcqyYa54 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
.cid-sgjcqyYa54 .mbr-section-subtitle {
  color: #767676;
}
.cid-sgjcqz6KW4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #635a51;
}
.cid-sgjcqz6KW4 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sgjcqz6KW4 p {
  color: #767676;
  text-align: left;
}
.cid-sgjcqz6KW4 .card-box {
  padding-top: 2rem;
}
.cid-sgjcqz6KW4 .card-wrapper {
  height: 100%;
}
.cid-sgjcqz6KW4 .card-title {
  text-align: center;
  color: #cebfaf;
}
.cid-sgjcqzosBQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
.cid-sgjcqzosBQ .line {
  background-color: #4f4943;
  color: #4f4943;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgjcqzosBQ .section-text {
  padding: 2rem 0;
  color: #cebfaf;
}
.cid-sgjcqzosBQ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgjcqzosBQ .inner-container {
    width: 100% !important;
  }
}
.cid-sgjcqzyVsd {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #635a51;
}
.cid-sgjcqzyVsd .images-container.container-fluid {
  padding: 0;
}
.cid-sgjcqzyVsd .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sgjcqzyVsd .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-sgjcqzyVsd .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-sgjcqzyVsd .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sgjcqzyVsd .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-sgjcqzyVsd .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sgjcqzyVsd .img-item {
    width: 100% !important;
  }
  .cid-sgjcqzyVsd .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-sh3FLaaY7r {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #635a51;
}
.cid-sh3FLaaY7r .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sh3FLaaY7r .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-sh3FLaaY7r .media-container-row .img-item .img-cont {
  position: relative;
  overflow: hidden;
}
.cid-sh3FLaaY7r .media-container-row .img-item .img-cont img {
  width: 100%;
}
.cid-sh3FLaaY7r .media-container-row .img-item .img-cont .img-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sh3FLaaY7r .media-container-row .img-item .img-cont .img-caption p {
  margin-bottom: 0;
}
.cid-sh3FLaaY7r .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sh3FLaaY7r .img-item {
    width: 100% !important;
  }
  .cid-sh3FLaaY7r .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-sgjcqA4jPP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #4f4943;
}
.cid-sgjcqA4jPP .line {
  background-color: #635a51;
  color: #635a51;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgjcqA4jPP .section-text {
  padding: 2rem 0;
}
.cid-sgjcqA4jPP .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgjcqA4jPP .inner-container {
    width: 100% !important;
  }
}
.cid-sgAON0IbGs .navbar {
  background: #149dcc;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sgAON0IbGs .navbar-dropdown.bg-color.transparent.opened {
  background: #149dcc;
}
.cid-sgAON0IbGs a {
  font-style: normal;
}
.cid-sgAON0IbGs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sgAON0IbGs .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sgAON0IbGs .nav-item:focus,
.cid-sgAON0IbGs .nav-link:focus {
  outline: none;
}
.cid-sgAON0IbGs .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sgAON0IbGs .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sgAON0IbGs .menu-logo {
  margin-right: auto;
}
.cid-sgAON0IbGs .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgAON0IbGs .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-sgAON0IbGs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sgAON0IbGs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sgAON0IbGs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sgAON0IbGs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sgAON0IbGs .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sgAON0IbGs .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sgAON0IbGs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sgAON0IbGs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgAON0IbGs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sgAON0IbGs .dropdown .dropdown-menu {
  background: #149dcc;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sgAON0IbGs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sgAON0IbGs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgAON0IbGs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sgAON0IbGs .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sgAON0IbGs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sgAON0IbGs .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sgAON0IbGs .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sgAON0IbGs .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sgAON0IbGs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sgAON0IbGs .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sgAON0IbGs .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sgAON0IbGs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sgAON0IbGs button.navbar-toggler:focus {
  outline: none;
}
.cid-sgAON0IbGs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efefef;
}
.cid-sgAON0IbGs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgAON0IbGs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgAON0IbGs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgAON0IbGs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgAON0IbGs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgAON0IbGs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgAON0IbGs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgAON0IbGs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgAON0IbGs .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgAON0IbGs .collapsed .btn {
  display: -webkit-flex;
}
.cid-sgAON0IbGs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sgAON0IbGs .collapsed .navbar-collapse.collapsing,
.cid-sgAON0IbGs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sgAON0IbGs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sgAON0IbGs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sgAON0IbGs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sgAON0IbGs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sgAON0IbGs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sgAON0IbGs .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sgAON0IbGs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sgAON0IbGs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sgAON0IbGs .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sgAON0IbGs .collapsed button.navbar-toggler {
  display: block;
}
.cid-sgAON0IbGs .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sgAON0IbGs .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgAON0IbGs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sgAON0IbGs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sgAON0IbGs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sgAON0IbGs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sgAON0IbGs.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgAON0IbGs img {
    height: 3.8rem !important;
  }
  .cid-sgAON0IbGs .btn {
    display: -webkit-flex;
  }
  .cid-sgAON0IbGs button.navbar-toggler {
    display: block;
  }
  .cid-sgAON0IbGs .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sgAON0IbGs .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgAON0IbGs .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sgAON0IbGs .navbar-collapse.collapsing,
  .cid-sgAON0IbGs .navbar-collapse.show {
    display: block !important;
  }
  .cid-sgAON0IbGs .navbar-collapse.collapsing .navbar-nav,
  .cid-sgAON0IbGs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sgAON0IbGs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sgAON0IbGs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sgAON0IbGs .navbar-collapse.collapsing .navbar-buttons,
  .cid-sgAON0IbGs .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sgAON0IbGs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sgAON0IbGs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgAON0IbGs .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sgAON0IbGs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sgAON0IbGs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sgAON0IbGs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sgAON0IbGs .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sgAON0IbGs .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sgAON0IbGs .nav-link:hover,
.cid-sgAON0IbGs .dropdown-item:hover {
  color: #b2ccd2 !important;
}
.cid-sgAON13NjH {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/sara-keuring-2013-844x606.png");
}
.cid-sgAON13NjH .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sgAON13NjH .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgAON13NjH .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sgAON13NjH .mbr-text {
    text-align: center;
  }
}
.cid-sgAON13NjH H1 {
  color: #cebfaf;
}
.cid-sgAON13NjH .mbr-text,
.cid-sgAON13NjH .mbr-section-btn {
  color: #cebfaf;
}
.cid-sgAON13NjH H3 {
  color: #cebfaf;
}
.cid-sgAWleRad9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4f4943;
}
.cid-sgAWleRad9 .line {
  background-color: #4f4943;
  color: #4f4943;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgAWleRad9 .section-text {
  padding: 2rem 0;
  color: #cebfaf;
}
.cid-sgAWleRad9 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgAWleRad9 .inner-container {
    width: 100% !important;
  }
}
.cid-sgAON1wUNE {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
.cid-sgAON1wUNE .mbr-section-subtitle {
  color: #767676;
}
.cid-sgAON1H3bx {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #635a51;
}
.cid-sgAON1H3bx h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sgAON1H3bx p {
  color: #767676;
  text-align: left;
}
.cid-sgAON1H3bx .card-box {
  padding-top: 2rem;
}
.cid-sgAON1H3bx .card-wrapper {
  height: 100%;
}
.cid-sgAON1H3bx .card-title {
  text-align: center;
  color: #cebfaf;
}
.cid-sgAON22fm8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
.cid-sgAON22fm8 .line {
  background-color: #4f4943;
  color: #4f4943;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgAON22fm8 .section-text {
  padding: 2rem 0;
  color: #cebfaf;
}
.cid-sgAON22fm8 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgAON22fm8 .inner-container {
    width: 100% !important;
  }
}
.cid-sgAON2b8Wh {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #635a51;
}
.cid-sgAON2b8Wh .images-container.container-fluid {
  padding: 0;
}
.cid-sgAON2b8Wh .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sgAON2b8Wh .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-sgAON2b8Wh .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-sgAON2b8Wh .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sgAON2b8Wh .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-sgAON2b8Wh .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sgAON2b8Wh .img-item {
    width: 100% !important;
  }
  .cid-sgAON2b8Wh .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-sh3H8Bkmq1 {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #635a51;
}
.cid-sh3H8Bkmq1 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sh3H8Bkmq1 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-sh3H8Bkmq1 .media-container-row .img-item .img-cont {
  position: relative;
  overflow: hidden;
}
.cid-sh3H8Bkmq1 .media-container-row .img-item .img-cont img {
  width: 100%;
}
.cid-sh3H8Bkmq1 .media-container-row .img-item .img-cont .img-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sh3H8Bkmq1 .media-container-row .img-item .img-cont .img-caption p {
  margin-bottom: 0;
}
.cid-sh3H8Bkmq1 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sh3H8Bkmq1 .img-item {
    width: 100% !important;
  }
  .cid-sh3H8Bkmq1 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-sh3H9gBoGs {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #635a51;
}
.cid-sh3H9gBoGs .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sh3H9gBoGs .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-sh3H9gBoGs .media-container-row .img-item .img-cont {
  position: relative;
  overflow: hidden;
}
.cid-sh3H9gBoGs .media-container-row .img-item .img-cont img {
  width: 100%;
}
.cid-sh3H9gBoGs .media-container-row .img-item .img-cont .img-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sh3H9gBoGs .media-container-row .img-item .img-cont .img-caption p {
  margin-bottom: 0;
}
.cid-sh3H9gBoGs .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sh3H9gBoGs .img-item {
    width: 100% !important;
  }
  .cid-sh3H9gBoGs .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-sgAON2nxNZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #4f4943;
}
.cid-sgAON2nxNZ .line {
  background-color: #635a51;
  color: #635a51;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgAON2nxNZ .section-text {
  padding: 2rem 0;
}
.cid-sgAON2nxNZ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgAON2nxNZ .inner-container {
    width: 100% !important;
  }
}
.cid-sgAQCw5o6h .navbar {
  background: #149dcc;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sgAQCw5o6h .navbar-dropdown.bg-color.transparent.opened {
  background: #149dcc;
}
.cid-sgAQCw5o6h a {
  font-style: normal;
}
.cid-sgAQCw5o6h .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sgAQCw5o6h .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sgAQCw5o6h .nav-item:focus,
.cid-sgAQCw5o6h .nav-link:focus {
  outline: none;
}
.cid-sgAQCw5o6h .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sgAQCw5o6h .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sgAQCw5o6h .menu-logo {
  margin-right: auto;
}
.cid-sgAQCw5o6h .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgAQCw5o6h .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-sgAQCw5o6h .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sgAQCw5o6h .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sgAQCw5o6h .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sgAQCw5o6h .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sgAQCw5o6h .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sgAQCw5o6h .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sgAQCw5o6h .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sgAQCw5o6h .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgAQCw5o6h .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sgAQCw5o6h .dropdown .dropdown-menu {
  background: #149dcc;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sgAQCw5o6h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sgAQCw5o6h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgAQCw5o6h .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sgAQCw5o6h .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sgAQCw5o6h .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sgAQCw5o6h .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sgAQCw5o6h .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sgAQCw5o6h .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sgAQCw5o6h .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sgAQCw5o6h .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sgAQCw5o6h .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sgAQCw5o6h button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sgAQCw5o6h button.navbar-toggler:focus {
  outline: none;
}
.cid-sgAQCw5o6h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efefef;
}
.cid-sgAQCw5o6h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgAQCw5o6h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgAQCw5o6h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgAQCw5o6h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgAQCw5o6h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgAQCw5o6h nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgAQCw5o6h nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgAQCw5o6h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgAQCw5o6h .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgAQCw5o6h .collapsed .btn {
  display: -webkit-flex;
}
.cid-sgAQCw5o6h .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sgAQCw5o6h .collapsed .navbar-collapse.collapsing,
.cid-sgAQCw5o6h .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sgAQCw5o6h .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sgAQCw5o6h .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sgAQCw5o6h .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sgAQCw5o6h .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sgAQCw5o6h .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sgAQCw5o6h .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sgAQCw5o6h .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sgAQCw5o6h .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sgAQCw5o6h .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sgAQCw5o6h .collapsed button.navbar-toggler {
  display: block;
}
.cid-sgAQCw5o6h .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sgAQCw5o6h .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgAQCw5o6h .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sgAQCw5o6h .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sgAQCw5o6h .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sgAQCw5o6h .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sgAQCw5o6h.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgAQCw5o6h img {
    height: 3.8rem !important;
  }
  .cid-sgAQCw5o6h .btn {
    display: -webkit-flex;
  }
  .cid-sgAQCw5o6h button.navbar-toggler {
    display: block;
  }
  .cid-sgAQCw5o6h .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sgAQCw5o6h .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgAQCw5o6h .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sgAQCw5o6h .navbar-collapse.collapsing,
  .cid-sgAQCw5o6h .navbar-collapse.show {
    display: block !important;
  }
  .cid-sgAQCw5o6h .navbar-collapse.collapsing .navbar-nav,
  .cid-sgAQCw5o6h .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sgAQCw5o6h .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sgAQCw5o6h .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sgAQCw5o6h .navbar-collapse.collapsing .navbar-buttons,
  .cid-sgAQCw5o6h .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sgAQCw5o6h .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sgAQCw5o6h .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgAQCw5o6h .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sgAQCw5o6h .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sgAQCw5o6h .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sgAQCw5o6h .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sgAQCw5o6h .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sgAQCw5o6h .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sgAQCw5o6h .nav-link:hover,
.cid-sgAQCw5o6h .dropdown-item:hover {
  color: #b2ccd2 !important;
}
.cid-sgAQCwDHej {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/sara-keuring-2013-844x606.png");
}
.cid-sgAQCwDHej .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sgAQCwDHej .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgAQCwDHej .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sgAQCwDHej .mbr-text {
    text-align: center;
  }
}
.cid-sgAQCwDHej H1 {
  color: #cebfaf;
}
.cid-sgAQCwDHej .mbr-text,
.cid-sgAQCwDHej .mbr-section-btn {
  color: #cebfaf;
}
.cid-sgAQCwDHej H3 {
  color: #cebfaf;
}
.cid-sgAWDlPnjp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4f4943;
}
.cid-sgAWDlPnjp .line {
  background-color: #4f4943;
  color: #4f4943;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgAWDlPnjp .section-text {
  padding: 2rem 0;
  color: #cebfaf;
}
.cid-sgAWDlPnjp .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgAWDlPnjp .inner-container {
    width: 100% !important;
  }
}
.cid-sgAQCx1Rin {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
.cid-sgAQCx1Rin .mbr-section-subtitle {
  color: #767676;
}
.cid-sgAQCxeV4m {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
.cid-sgAQCxeV4m .mbr-section-subtitle {
  color: #767676;
}
.cid-sgAQCxsZlN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #635a51;
}
.cid-sgAQCxsZlN h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sgAQCxsZlN p {
  color: #767676;
  text-align: left;
}
.cid-sgAQCxsZlN .card-box {
  padding-top: 2rem;
}
.cid-sgAQCxsZlN .card-wrapper {
  height: 100%;
}
.cid-sgAQCxsZlN .card-title {
  text-align: center;
  color: #cebfaf;
}
.cid-sgAQCy1F3Y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
.cid-sgAQCy1F3Y .line {
  background-color: #4f4943;
  color: #4f4943;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgAQCy1F3Y .section-text {
  padding: 2rem 0;
  color: #cebfaf;
}
.cid-sgAQCy1F3Y .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgAQCy1F3Y .inner-container {
    width: 100% !important;
  }
}
.cid-sgAQCybkhr {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #635a51;
}
.cid-sgAQCybkhr .images-container.container-fluid {
  padding: 0;
}
.cid-sgAQCybkhr .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sgAQCybkhr .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-sgAQCybkhr .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-sgAQCybkhr .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sgAQCybkhr .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-sgAQCybkhr .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sgAQCybkhr .img-item {
    width: 100% !important;
  }
  .cid-sgAQCybkhr .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-sh3GH31wHh {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #635a51;
}
.cid-sh3GH31wHh .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sh3GH31wHh .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-sh3GH31wHh .media-container-row .img-item .img-cont {
  position: relative;
  overflow: hidden;
}
.cid-sh3GH31wHh .media-container-row .img-item .img-cont img {
  width: 100%;
}
.cid-sh3GH31wHh .media-container-row .img-item .img-cont .img-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sh3GH31wHh .media-container-row .img-item .img-cont .img-caption p {
  margin-bottom: 0;
}
.cid-sh3GH31wHh .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sh3GH31wHh .img-item {
    width: 100% !important;
  }
  .cid-sh3GH31wHh .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-sh3GTZfxSt {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #635a51;
}
.cid-sh3GTZfxSt .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sh3GTZfxSt .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-sh3GTZfxSt .media-container-row .img-item .img-cont {
  position: relative;
  overflow: hidden;
}
.cid-sh3GTZfxSt .media-container-row .img-item .img-cont img {
  width: 100%;
}
.cid-sh3GTZfxSt .media-container-row .img-item .img-cont .img-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sh3GTZfxSt .media-container-row .img-item .img-cont .img-caption p {
  margin-bottom: 0;
}
.cid-sh3GTZfxSt .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sh3GTZfxSt .img-item {
    width: 100% !important;
  }
  .cid-sh3GTZfxSt .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-sgAQCymKI6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #4f4943;
}
.cid-sgAQCymKI6 .line {
  background-color: #635a51;
  color: #635a51;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgAQCymKI6 .section-text {
  padding: 2rem 0;
}
.cid-sgAQCymKI6 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgAQCymKI6 .inner-container {
    width: 100% !important;
  }
}
.cid-sgS0J6bEw8 .navbar {
  background: #149dcc;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sgS0J6bEw8 .navbar-dropdown.bg-color.transparent.opened {
  background: #149dcc;
}
.cid-sgS0J6bEw8 a {
  font-style: normal;
}
.cid-sgS0J6bEw8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sgS0J6bEw8 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sgS0J6bEw8 .nav-item:focus,
.cid-sgS0J6bEw8 .nav-link:focus {
  outline: none;
}
.cid-sgS0J6bEw8 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sgS0J6bEw8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sgS0J6bEw8 .menu-logo {
  margin-right: auto;
}
.cid-sgS0J6bEw8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgS0J6bEw8 .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-sgS0J6bEw8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sgS0J6bEw8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sgS0J6bEw8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sgS0J6bEw8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sgS0J6bEw8 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sgS0J6bEw8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sgS0J6bEw8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sgS0J6bEw8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgS0J6bEw8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sgS0J6bEw8 .dropdown .dropdown-menu {
  background: #149dcc;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sgS0J6bEw8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sgS0J6bEw8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgS0J6bEw8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sgS0J6bEw8 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sgS0J6bEw8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sgS0J6bEw8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sgS0J6bEw8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sgS0J6bEw8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sgS0J6bEw8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sgS0J6bEw8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sgS0J6bEw8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sgS0J6bEw8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sgS0J6bEw8 button.navbar-toggler:focus {
  outline: none;
}
.cid-sgS0J6bEw8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efefef;
}
.cid-sgS0J6bEw8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgS0J6bEw8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgS0J6bEw8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgS0J6bEw8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgS0J6bEw8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgS0J6bEw8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgS0J6bEw8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgS0J6bEw8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgS0J6bEw8 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgS0J6bEw8 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sgS0J6bEw8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sgS0J6bEw8 .collapsed .navbar-collapse.collapsing,
.cid-sgS0J6bEw8 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sgS0J6bEw8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sgS0J6bEw8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sgS0J6bEw8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sgS0J6bEw8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sgS0J6bEw8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sgS0J6bEw8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sgS0J6bEw8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sgS0J6bEw8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sgS0J6bEw8 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sgS0J6bEw8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sgS0J6bEw8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sgS0J6bEw8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgS0J6bEw8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sgS0J6bEw8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sgS0J6bEw8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sgS0J6bEw8 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sgS0J6bEw8.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgS0J6bEw8 img {
    height: 3.8rem !important;
  }
  .cid-sgS0J6bEw8 .btn {
    display: -webkit-flex;
  }
  .cid-sgS0J6bEw8 button.navbar-toggler {
    display: block;
  }
  .cid-sgS0J6bEw8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sgS0J6bEw8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgS0J6bEw8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sgS0J6bEw8 .navbar-collapse.collapsing,
  .cid-sgS0J6bEw8 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sgS0J6bEw8 .navbar-collapse.collapsing .navbar-nav,
  .cid-sgS0J6bEw8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sgS0J6bEw8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sgS0J6bEw8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sgS0J6bEw8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sgS0J6bEw8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sgS0J6bEw8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sgS0J6bEw8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgS0J6bEw8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sgS0J6bEw8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sgS0J6bEw8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sgS0J6bEw8 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sgS0J6bEw8 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sgS0J6bEw8 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sgS0J6bEw8 .nav-link:hover,
.cid-sgS0J6bEw8 .dropdown-item:hover {
  color: #b2ccd2 !important;
}
.cid-sgS0J6N1Nf {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/sara-keuring-2013-844x606.png");
}
.cid-sgS0J6N1Nf .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sgS0J6N1Nf .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgS0J6N1Nf .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sgS0J6N1Nf .mbr-text {
    text-align: center;
  }
}
.cid-sgS0J6N1Nf H1 {
  color: #cebfaf;
}
.cid-sgS0J6N1Nf .mbr-text,
.cid-sgS0J6N1Nf .mbr-section-btn {
  color: #cebfaf;
}
.cid-sgS0J6N1Nf H3 {
  color: #cebfaf;
}
.cid-sgS0J7aNUb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
.cid-sgS0J7aNUb .line {
  background-color: #4f4943;
  color: #4f4943;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgS0J7aNUb .section-text {
  padding: 2rem 0;
  color: #cebfaf;
}
.cid-sgS0J7aNUb .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgS0J7aNUb .inner-container {
    width: 100% !important;
  }
}
.cid-sgS0J7ku1o {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
.cid-sgS0J7ku1o .mbr-section-subtitle {
  color: #767676;
}
.cid-sgS0J7uQvI {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #635a51;
}
.cid-sgS0J7uQvI h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sgS0J7uQvI p {
  color: #767676;
  text-align: left;
}
.cid-sgS0J7uQvI .card-box {
  padding-top: 2rem;
}
.cid-sgS0J7uQvI .card-wrapper {
  height: 100%;
}
.cid-sgS0J7uQvI .card-title {
  text-align: center;
  color: #cebfaf;
}
.cid-sQKlGTqpVS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
.cid-sQKlGTqpVS .line {
  background-color: #4f4943;
  color: #4f4943;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sQKlGTqpVS .section-text {
  padding: 2rem 0;
  color: #cebfaf;
}
.cid-sQKlGTqpVS .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sQKlGTqpVS .inner-container {
    width: 100% !important;
  }
}
.cid-sQKlHyh7B2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #635a51;
}
.cid-sQKlHyh7B2 .images-container.container-fluid {
  padding: 0;
}
.cid-sQKlHyh7B2 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sQKlHyh7B2 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-sQKlHyh7B2 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-sQKlHyh7B2 .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sQKlHyh7B2 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-sQKlHyh7B2 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sQKlHyh7B2 .img-item {
    width: 100% !important;
  }
  .cid-sQKlHyh7B2 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-sgS0J7N0Kz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
.cid-sgS0J7N0Kz .mbr-section-subtitle {
  color: #767676;
}
.cid-sgS0J7VsEj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #4f4943;
}
.cid-sgS0J7VsEj .line {
  background-color: #635a51;
  color: #635a51;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgS0J7VsEj .section-text {
  padding: 2rem 0;
}
.cid-sgS0J7VsEj .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgS0J7VsEj .inner-container {
    width: 100% !important;
  }
}
.cid-sgRYEW2jN0 .navbar {
  background: #149dcc;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sgRYEW2jN0 .navbar-dropdown.bg-color.transparent.opened {
  background: #149dcc;
}
.cid-sgRYEW2jN0 a {
  font-style: normal;
}
.cid-sgRYEW2jN0 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sgRYEW2jN0 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sgRYEW2jN0 .nav-item:focus,
.cid-sgRYEW2jN0 .nav-link:focus {
  outline: none;
}
.cid-sgRYEW2jN0 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sgRYEW2jN0 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sgRYEW2jN0 .menu-logo {
  margin-right: auto;
}
.cid-sgRYEW2jN0 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sgRYEW2jN0 .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-sgRYEW2jN0 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sgRYEW2jN0 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sgRYEW2jN0 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sgRYEW2jN0 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sgRYEW2jN0 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sgRYEW2jN0 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sgRYEW2jN0 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sgRYEW2jN0 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sgRYEW2jN0 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sgRYEW2jN0 .dropdown .dropdown-menu {
  background: #149dcc;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sgRYEW2jN0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sgRYEW2jN0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sgRYEW2jN0 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sgRYEW2jN0 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sgRYEW2jN0 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sgRYEW2jN0 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sgRYEW2jN0 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sgRYEW2jN0 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sgRYEW2jN0 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sgRYEW2jN0 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sgRYEW2jN0 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sgRYEW2jN0 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sgRYEW2jN0 button.navbar-toggler:focus {
  outline: none;
}
.cid-sgRYEW2jN0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efefef;
}
.cid-sgRYEW2jN0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sgRYEW2jN0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sgRYEW2jN0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sgRYEW2jN0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sgRYEW2jN0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgRYEW2jN0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sgRYEW2jN0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sgRYEW2jN0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sgRYEW2jN0 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgRYEW2jN0 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sgRYEW2jN0 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sgRYEW2jN0 .collapsed .navbar-collapse.collapsing,
.cid-sgRYEW2jN0 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sgRYEW2jN0 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sgRYEW2jN0 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sgRYEW2jN0 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sgRYEW2jN0 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sgRYEW2jN0 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sgRYEW2jN0 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sgRYEW2jN0 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sgRYEW2jN0 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sgRYEW2jN0 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sgRYEW2jN0 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sgRYEW2jN0 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sgRYEW2jN0 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sgRYEW2jN0 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sgRYEW2jN0 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sgRYEW2jN0 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sgRYEW2jN0 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sgRYEW2jN0.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgRYEW2jN0 img {
    height: 3.8rem !important;
  }
  .cid-sgRYEW2jN0 .btn {
    display: -webkit-flex;
  }
  .cid-sgRYEW2jN0 button.navbar-toggler {
    display: block;
  }
  .cid-sgRYEW2jN0 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sgRYEW2jN0 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sgRYEW2jN0 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sgRYEW2jN0 .navbar-collapse.collapsing,
  .cid-sgRYEW2jN0 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sgRYEW2jN0 .navbar-collapse.collapsing .navbar-nav,
  .cid-sgRYEW2jN0 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sgRYEW2jN0 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sgRYEW2jN0 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sgRYEW2jN0 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sgRYEW2jN0 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sgRYEW2jN0 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sgRYEW2jN0 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sgRYEW2jN0 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sgRYEW2jN0 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sgRYEW2jN0 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sgRYEW2jN0 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sgRYEW2jN0 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sgRYEW2jN0 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sgRYEW2jN0 .nav-link:hover,
.cid-sgRYEW2jN0 .dropdown-item:hover {
  color: #b2ccd2 !important;
}
.cid-sgRYEWrVk8 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/sara-keuring-2013-844x606.png");
}
.cid-sgRYEWrVk8 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sgRYEWrVk8 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgRYEWrVk8 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sgRYEWrVk8 .mbr-text {
    text-align: center;
  }
}
.cid-sgRYEWrVk8 H1 {
  color: #cebfaf;
}
.cid-sgRYEWrVk8 .mbr-text,
.cid-sgRYEWrVk8 .mbr-section-btn {
  color: #cebfaf;
}
.cid-sgRYEWrVk8 H3 {
  color: #cebfaf;
}
.cid-sgRYEXmDMV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
.cid-sgRYEXmDMV .line {
  background-color: #4f4943;
  color: #4f4943;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgRYEXmDMV .section-text {
  padding: 2rem 0;
  color: #cebfaf;
}
.cid-sgRYEXmDMV .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgRYEXmDMV .inner-container {
    width: 100% !important;
  }
}
.cid-sgRYEWL9AQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
.cid-sgRYEWL9AQ .mbr-section-subtitle {
  color: #767676;
}
.cid-sgRYEX4hov {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #635a51;
}
.cid-sgRYEX4hov h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sgRYEX4hov p {
  color: #767676;
  text-align: left;
}
.cid-sgRYEX4hov .card-box {
  padding-top: 2rem;
}
.cid-sgRYEX4hov .card-wrapper {
  height: 100%;
}
.cid-sgRYEX4hov .card-title {
  text-align: center;
  color: #cebfaf;
}
.cid-sQKkZpC4hA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
.cid-sQKkZpC4hA .line {
  background-color: #4f4943;
  color: #4f4943;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sQKkZpC4hA .section-text {
  padding: 2rem 0;
  color: #cebfaf;
}
.cid-sQKkZpC4hA .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sQKkZpC4hA .inner-container {
    width: 100% !important;
  }
}
.cid-uhzFCugwdS {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #635a51;
}
.cid-uhzFCugwdS .images-container.container-fluid {
  padding: 0;
}
.cid-uhzFCugwdS .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uhzFCugwdS .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uhzFCugwdS .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uhzFCugwdS .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uhzFCugwdS .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uhzFCugwdS .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uhzFCugwdS .img-item {
    width: 100% !important;
  }
  .cid-uhzFCugwdS .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-sQKkYAR7HQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #635a51;
}
.cid-sQKkYAR7HQ .images-container.container-fluid {
  padding: 0;
}
.cid-sQKkYAR7HQ .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sQKkYAR7HQ .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-sQKkYAR7HQ .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-sQKkYAR7HQ .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sQKkYAR7HQ .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-sQKkYAR7HQ .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sQKkYAR7HQ .img-item {
    width: 100% !important;
  }
  .cid-sQKkYAR7HQ .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-sQKlf71htY {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #635a51;
}
.cid-sQKlf71htY .images-container.container-fluid {
  padding: 0;
}
.cid-sQKlf71htY .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sQKlf71htY .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-sQKlf71htY .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-sQKlf71htY .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sQKlf71htY .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-sQKlf71htY .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sQKlf71htY .img-item {
    width: 100% !important;
  }
  .cid-sQKlf71htY .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-sgRYEWVCgQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
.cid-sgRYEWVCgQ .mbr-section-subtitle {
  color: #767676;
}
.cid-sgRYEXLTMs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #4f4943;
}
.cid-sgRYEXLTMs .line {
  background-color: #635a51;
  color: #635a51;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sgRYEXLTMs .section-text {
  padding: 2rem 0;
}
.cid-sgRYEXLTMs .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sgRYEXLTMs .inner-container {
    width: 100% !important;
  }
}
.cid-smAlLUCgxe .navbar {
  background: #149dcc;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-smAlLUCgxe .navbar-dropdown.bg-color.transparent.opened {
  background: #149dcc;
}
.cid-smAlLUCgxe a {
  font-style: normal;
}
.cid-smAlLUCgxe .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-smAlLUCgxe .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-smAlLUCgxe .nav-item:focus,
.cid-smAlLUCgxe .nav-link:focus {
  outline: none;
}
.cid-smAlLUCgxe .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-smAlLUCgxe .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-smAlLUCgxe .menu-logo {
  margin-right: auto;
}
.cid-smAlLUCgxe .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smAlLUCgxe .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-smAlLUCgxe .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-smAlLUCgxe .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-smAlLUCgxe .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-smAlLUCgxe .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-smAlLUCgxe .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-smAlLUCgxe .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-smAlLUCgxe .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-smAlLUCgxe .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-smAlLUCgxe .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-smAlLUCgxe .dropdown .dropdown-menu {
  background: #149dcc;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-smAlLUCgxe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-smAlLUCgxe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smAlLUCgxe .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-smAlLUCgxe .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-smAlLUCgxe .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-smAlLUCgxe .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-smAlLUCgxe .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-smAlLUCgxe .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-smAlLUCgxe .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-smAlLUCgxe .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-smAlLUCgxe .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-smAlLUCgxe button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-smAlLUCgxe button.navbar-toggler:focus {
  outline: none;
}
.cid-smAlLUCgxe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efefef;
}
.cid-smAlLUCgxe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-smAlLUCgxe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-smAlLUCgxe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-smAlLUCgxe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-smAlLUCgxe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-smAlLUCgxe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-smAlLUCgxe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-smAlLUCgxe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-smAlLUCgxe .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-smAlLUCgxe .collapsed .btn {
  display: -webkit-flex;
}
.cid-smAlLUCgxe .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-smAlLUCgxe .collapsed .navbar-collapse.collapsing,
.cid-smAlLUCgxe .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-smAlLUCgxe .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-smAlLUCgxe .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-smAlLUCgxe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-smAlLUCgxe .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-smAlLUCgxe .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-smAlLUCgxe .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-smAlLUCgxe .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-smAlLUCgxe .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-smAlLUCgxe .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-smAlLUCgxe .collapsed button.navbar-toggler {
  display: block;
}
.cid-smAlLUCgxe .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-smAlLUCgxe .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-smAlLUCgxe .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-smAlLUCgxe .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-smAlLUCgxe .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-smAlLUCgxe .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-smAlLUCgxe.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-smAlLUCgxe img {
    height: 3.8rem !important;
  }
  .cid-smAlLUCgxe .btn {
    display: -webkit-flex;
  }
  .cid-smAlLUCgxe button.navbar-toggler {
    display: block;
  }
  .cid-smAlLUCgxe .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-smAlLUCgxe .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-smAlLUCgxe .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-smAlLUCgxe .navbar-collapse.collapsing,
  .cid-smAlLUCgxe .navbar-collapse.show {
    display: block !important;
  }
  .cid-smAlLUCgxe .navbar-collapse.collapsing .navbar-nav,
  .cid-smAlLUCgxe .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-smAlLUCgxe .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-smAlLUCgxe .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-smAlLUCgxe .navbar-collapse.collapsing .navbar-buttons,
  .cid-smAlLUCgxe .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-smAlLUCgxe .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-smAlLUCgxe .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-smAlLUCgxe .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-smAlLUCgxe .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-smAlLUCgxe .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-smAlLUCgxe .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-smAlLUCgxe .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-smAlLUCgxe .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-smAlLUCgxe .nav-link:hover,
.cid-smAlLUCgxe .dropdown-item:hover {
  color: #b2ccd2 !important;
}
.cid-smAlLUTnDp {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/sara-keuring-2013-844x606.png");
}
.cid-smAlLUTnDp .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-smAlLUTnDp .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-smAlLUTnDp .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-smAlLUTnDp .mbr-text {
    text-align: center;
  }
}
.cid-smAlLUTnDp H1 {
  color: #cebfaf;
}
.cid-smAlLUTnDp .mbr-text,
.cid-smAlLUTnDp .mbr-section-btn {
  color: #cebfaf;
}
.cid-smAlLUTnDp H3 {
  color: #cebfaf;
}
.cid-smAlLV7Bx1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
.cid-smAlLV7Bx1 .line {
  background-color: #4f4943;
  color: #4f4943;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-smAlLV7Bx1 .section-text {
  padding: 2rem 0;
  color: #cebfaf;
}
.cid-smAlLV7Bx1 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-smAlLV7Bx1 .inner-container {
    width: 100% !important;
  }
}
.cid-smAlLVgmsN {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
.cid-smAlLVgmsN .mbr-section-subtitle {
  color: #767676;
}
.cid-smAlLVpnAp {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #635a51;
}
.cid-smAlLVpnAp h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-smAlLVpnAp p {
  color: #767676;
  text-align: left;
}
.cid-smAlLVpnAp .card-box {
  padding-top: 2rem;
}
.cid-smAlLVpnAp .card-wrapper {
  height: 100%;
}
.cid-smAlLVpnAp .card-title {
  text-align: center;
  color: #cebfaf;
}
.cid-sQKlrYbZYK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
.cid-sQKlrYbZYK .line {
  background-color: #4f4943;
  color: #4f4943;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sQKlrYbZYK .section-text {
  padding: 2rem 0;
  color: #cebfaf;
}
.cid-sQKlrYbZYK .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sQKlrYbZYK .inner-container {
    width: 100% !important;
  }
}
.cid-sQKluEw87l {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #635a51;
}
.cid-sQKluEw87l .images-container.container-fluid {
  padding: 0;
}
.cid-sQKluEw87l .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sQKluEw87l .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-sQKluEw87l .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-sQKluEw87l .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sQKluEw87l .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-sQKluEw87l .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sQKluEw87l .img-item {
    width: 100% !important;
  }
  .cid-sQKluEw87l .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-smAlLVKCuH {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
.cid-smAlLVKCuH .mbr-section-subtitle {
  color: #767676;
}
.cid-smAlLVTBEV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #4f4943;
}
.cid-smAlLVTBEV .line {
  background-color: #635a51;
  color: #635a51;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-smAlLVTBEV .section-text {
  padding: 2rem 0;
}
.cid-smAlLVTBEV .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-smAlLVTBEV .inner-container {
    width: 100% !important;
  }
}
.cid-smAjrKlWn8 .navbar {
  background: #149dcc;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-smAjrKlWn8 .navbar-dropdown.bg-color.transparent.opened {
  background: #149dcc;
}
.cid-smAjrKlWn8 a {
  font-style: normal;
}
.cid-smAjrKlWn8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-smAjrKlWn8 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-smAjrKlWn8 .nav-item:focus,
.cid-smAjrKlWn8 .nav-link:focus {
  outline: none;
}
.cid-smAjrKlWn8 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-smAjrKlWn8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-smAjrKlWn8 .menu-logo {
  margin-right: auto;
}
.cid-smAjrKlWn8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smAjrKlWn8 .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-smAjrKlWn8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-smAjrKlWn8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-smAjrKlWn8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-smAjrKlWn8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-smAjrKlWn8 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-smAjrKlWn8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-smAjrKlWn8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-smAjrKlWn8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-smAjrKlWn8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-smAjrKlWn8 .dropdown .dropdown-menu {
  background: #149dcc;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-smAjrKlWn8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-smAjrKlWn8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smAjrKlWn8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-smAjrKlWn8 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-smAjrKlWn8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-smAjrKlWn8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-smAjrKlWn8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-smAjrKlWn8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-smAjrKlWn8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-smAjrKlWn8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-smAjrKlWn8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-smAjrKlWn8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-smAjrKlWn8 button.navbar-toggler:focus {
  outline: none;
}
.cid-smAjrKlWn8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efefef;
}
.cid-smAjrKlWn8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-smAjrKlWn8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-smAjrKlWn8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-smAjrKlWn8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-smAjrKlWn8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-smAjrKlWn8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-smAjrKlWn8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-smAjrKlWn8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-smAjrKlWn8 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-smAjrKlWn8 .collapsed .btn {
  display: -webkit-flex;
}
.cid-smAjrKlWn8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-smAjrKlWn8 .collapsed .navbar-collapse.collapsing,
.cid-smAjrKlWn8 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-smAjrKlWn8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-smAjrKlWn8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-smAjrKlWn8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-smAjrKlWn8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-smAjrKlWn8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-smAjrKlWn8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-smAjrKlWn8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-smAjrKlWn8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-smAjrKlWn8 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-smAjrKlWn8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-smAjrKlWn8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-smAjrKlWn8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-smAjrKlWn8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-smAjrKlWn8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-smAjrKlWn8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-smAjrKlWn8 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-smAjrKlWn8.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-smAjrKlWn8 img {
    height: 3.8rem !important;
  }
  .cid-smAjrKlWn8 .btn {
    display: -webkit-flex;
  }
  .cid-smAjrKlWn8 button.navbar-toggler {
    display: block;
  }
  .cid-smAjrKlWn8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-smAjrKlWn8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-smAjrKlWn8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-smAjrKlWn8 .navbar-collapse.collapsing,
  .cid-smAjrKlWn8 .navbar-collapse.show {
    display: block !important;
  }
  .cid-smAjrKlWn8 .navbar-collapse.collapsing .navbar-nav,
  .cid-smAjrKlWn8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-smAjrKlWn8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-smAjrKlWn8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-smAjrKlWn8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-smAjrKlWn8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-smAjrKlWn8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-smAjrKlWn8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-smAjrKlWn8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-smAjrKlWn8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-smAjrKlWn8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-smAjrKlWn8 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-smAjrKlWn8 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-smAjrKlWn8 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-smAjrKlWn8 .nav-link:hover,
.cid-smAjrKlWn8 .dropdown-item:hover {
  color: #b2ccd2 !important;
}
.cid-smAjrKEL4S {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/sara-keuring-2013-844x606.png");
}
.cid-smAjrKEL4S .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-smAjrKEL4S .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-smAjrKEL4S .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-smAjrKEL4S .mbr-text {
    text-align: center;
  }
}
.cid-smAjrKEL4S H1 {
  color: #cebfaf;
}
.cid-smAjrKEL4S .mbr-text,
.cid-smAjrKEL4S .mbr-section-btn {
  color: #cebfaf;
}
.cid-smAjrKTXZQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
.cid-smAjrKTXZQ .mbr-section-subtitle {
  color: #767676;
}
.cid-smAjrL2vvs {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/hout-verticaal-2000x3009.jpeg");
}
.cid-smAjrL2vvs .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-smAjrL2vvs .mbr-text,
.cid-smAjrL2vvs .mbr-section-btn {
  color: #cebfaf;
}
.cid-smAjrLf394 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
.cid-smAjrLf394 .mbr-section-subtitle {
  color: #767676;
}
.cid-smAjrLq2l4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #635a51;
}
.cid-smAjrLq2l4 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-smAjrLq2l4 p {
  color: #767676;
  text-align: left;
}
.cid-smAjrLq2l4 .card-box {
  padding-top: 2rem;
}
.cid-smAjrLq2l4 .card-wrapper {
  height: 100%;
}
.cid-smAjrLq2l4 .card-title {
  text-align: center;
  color: #cebfaf;
}
.cid-smAjrLKk4d {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
.cid-smAjrLKk4d .line {
  background-color: #4f4943;
  color: #4f4943;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-smAjrLKk4d .section-text {
  padding: 2rem 0;
  color: #cebfaf;
}
.cid-smAjrLKk4d .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-smAjrLKk4d .inner-container {
    width: 100% !important;
  }
}
.cid-smAjrLSRyv {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #635a51;
}
.cid-smAjrLSRyv .images-container.container-fluid {
  padding: 0;
}
.cid-smAjrLSRyv .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-smAjrLSRyv .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-smAjrLSRyv .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-smAjrLSRyv .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-smAjrLSRyv .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-smAjrLSRyv .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-smAjrLSRyv .img-item {
    width: 100% !important;
  }
  .cid-smAjrLSRyv .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-soKtbBLe33 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
.cid-soKtbBLe33 .line {
  background-color: #4f4943;
  color: #4f4943;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-soKtbBLe33 .section-text {
  padding: 2rem 0;
  color: #cebfaf;
}
.cid-soKtbBLe33 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-soKtbBLe33 .inner-container {
    width: 100% !important;
  }
}
.cid-soKtzw6cgR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
.cid-soKtzw6cgR .mbr-text,
.cid-soKtzw6cgR blockquote {
  color: #767676;
}
.cid-soKtzw6cgR .mbr-text P {
  text-align: center;
}
.cid-soKtzw6cgR .mbr-text {
  color: #cebfaf;
}
.cid-soKrG09W2k {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #635a51;
}
.cid-soKrG09W2k .images-container.container-fluid {
  padding: 0;
}
.cid-soKrG09W2k .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-soKrG09W2k .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-soKrG09W2k .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-soKrG09W2k .media-container-row .img-item .img-caption {
  background: #635a51;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-soKrG09W2k .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-soKrG09W2k .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-soKrG09W2k .img-item {
    width: 100% !important;
  }
  .cid-soKrG09W2k .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-soKrG09W2k P {
  color: #cebfaf;
}
.cid-soKrwlCrux {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #635a51;
}
.cid-soKrwlCrux .images-container.container-fluid {
  padding: 0;
}
.cid-soKrwlCrux .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-soKrwlCrux .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-soKrwlCrux .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-soKrwlCrux .media-container-row .img-item .img-caption {
  background: #635a51;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-soKrwlCrux .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-soKrwlCrux .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-soKrwlCrux .img-item {
    width: 100% !important;
  }
  .cid-soKrwlCrux .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-soKrwlCrux P {
  color: #cebfaf;
}
.cid-smAjrMMW2o {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #4f4943;
}
.cid-smAjrMMW2o .line {
  background-color: #635a51;
  color: #635a51;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-smAjrMMW2o .section-text {
  padding: 2rem 0;
}
.cid-smAjrMMW2o .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-smAjrMMW2o .inner-container {
    width: 100% !important;
  }
}
.cid-tkIHlMSFVm .navbar {
  background: #149dcc;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tkIHlMSFVm .navbar-dropdown.bg-color.transparent.opened {
  background: #149dcc;
}
.cid-tkIHlMSFVm a {
  font-style: normal;
}
.cid-tkIHlMSFVm .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tkIHlMSFVm .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tkIHlMSFVm .nav-item:focus,
.cid-tkIHlMSFVm .nav-link:focus {
  outline: none;
}
.cid-tkIHlMSFVm .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tkIHlMSFVm .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tkIHlMSFVm .menu-logo {
  margin-right: auto;
}
.cid-tkIHlMSFVm .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tkIHlMSFVm .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-tkIHlMSFVm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tkIHlMSFVm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tkIHlMSFVm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tkIHlMSFVm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tkIHlMSFVm .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tkIHlMSFVm .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tkIHlMSFVm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tkIHlMSFVm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tkIHlMSFVm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tkIHlMSFVm .dropdown .dropdown-menu {
  background: #149dcc;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tkIHlMSFVm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tkIHlMSFVm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkIHlMSFVm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tkIHlMSFVm .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tkIHlMSFVm .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tkIHlMSFVm .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tkIHlMSFVm .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tkIHlMSFVm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tkIHlMSFVm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tkIHlMSFVm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tkIHlMSFVm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tkIHlMSFVm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tkIHlMSFVm button.navbar-toggler:focus {
  outline: none;
}
.cid-tkIHlMSFVm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efefef;
}
.cid-tkIHlMSFVm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tkIHlMSFVm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tkIHlMSFVm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tkIHlMSFVm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tkIHlMSFVm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tkIHlMSFVm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tkIHlMSFVm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tkIHlMSFVm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tkIHlMSFVm .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tkIHlMSFVm .collapsed .btn {
  display: -webkit-flex;
}
.cid-tkIHlMSFVm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tkIHlMSFVm .collapsed .navbar-collapse.collapsing,
.cid-tkIHlMSFVm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tkIHlMSFVm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tkIHlMSFVm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tkIHlMSFVm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tkIHlMSFVm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tkIHlMSFVm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tkIHlMSFVm .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tkIHlMSFVm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tkIHlMSFVm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tkIHlMSFVm .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tkIHlMSFVm .collapsed button.navbar-toggler {
  display: block;
}
.cid-tkIHlMSFVm .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tkIHlMSFVm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tkIHlMSFVm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tkIHlMSFVm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tkIHlMSFVm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tkIHlMSFVm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tkIHlMSFVm.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tkIHlMSFVm img {
    height: 3.8rem !important;
  }
  .cid-tkIHlMSFVm .btn {
    display: -webkit-flex;
  }
  .cid-tkIHlMSFVm button.navbar-toggler {
    display: block;
  }
  .cid-tkIHlMSFVm .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tkIHlMSFVm .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tkIHlMSFVm .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tkIHlMSFVm .navbar-collapse.collapsing,
  .cid-tkIHlMSFVm .navbar-collapse.show {
    display: block !important;
  }
  .cid-tkIHlMSFVm .navbar-collapse.collapsing .navbar-nav,
  .cid-tkIHlMSFVm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tkIHlMSFVm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tkIHlMSFVm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tkIHlMSFVm .navbar-collapse.collapsing .navbar-buttons,
  .cid-tkIHlMSFVm .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tkIHlMSFVm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tkIHlMSFVm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tkIHlMSFVm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tkIHlMSFVm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tkIHlMSFVm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tkIHlMSFVm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tkIHlMSFVm .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tkIHlMSFVm .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tkIHlMSFVm .nav-link:hover,
.cid-tkIHlMSFVm .dropdown-item:hover {
  color: #b2ccd2 !important;
}
.cid-tkIHlNbxUx {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/sara-keuring-2013-844x606.png");
}
.cid-tkIHlNbxUx .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tkIHlNbxUx .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tkIHlNbxUx .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tkIHlNbxUx .mbr-text {
    text-align: center;
  }
}
.cid-tkIHlNbxUx H1 {
  color: #cebfaf;
}
.cid-tkIHlNbxUx .mbr-text,
.cid-tkIHlNbxUx .mbr-section-btn {
  color: #cebfaf;
}
.cid-tkIHlNbxUx H3 {
  color: #cebfaf;
}
.cid-tkIHlNs5DA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
.cid-tkIHlNs5DA .line {
  background-color: #4f4943;
  color: #4f4943;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tkIHlNs5DA .section-text {
  padding: 2rem 0;
  color: #cebfaf;
}
.cid-tkIHlNs5DA .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tkIHlNs5DA .inner-container {
    width: 100% !important;
  }
}
.cid-tkIHlNDNOl {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
.cid-tkIHlNDNOl .mbr-section-subtitle {
  color: #767676;
}
.cid-tkIHlNNrCO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #635a51;
}
.cid-tkIHlNNrCO h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tkIHlNNrCO p {
  color: #767676;
  text-align: left;
}
.cid-tkIHlNNrCO .card-box {
  padding-top: 2rem;
}
.cid-tkIHlNNrCO .card-wrapper {
  height: 100%;
}
.cid-tkIHlNNrCO .card-title {
  text-align: center;
  color: #cebfaf;
}
.cid-tkIHlO970V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
.cid-tkIHlO970V .line {
  background-color: #4f4943;
  color: #4f4943;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tkIHlO970V .section-text {
  padding: 2rem 0;
  color: #cebfaf;
}
.cid-tkIHlO970V .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tkIHlO970V .inner-container {
    width: 100% !important;
  }
}
.cid-tkIHlOi2gR {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #635a51;
}
.cid-tkIHlOi2gR .images-container.container-fluid {
  padding: 0;
}
.cid-tkIHlOi2gR .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-tkIHlOi2gR .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-tkIHlOi2gR .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-tkIHlOi2gR .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-tkIHlOi2gR .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-tkIHlOi2gR .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-tkIHlOi2gR .img-item {
    width: 100% !important;
  }
  .cid-tkIHlOi2gR .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-tkIHlOtXTE {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #635a51;
}
.cid-tkIHlOtXTE .images-container.container-fluid {
  padding: 0;
}
.cid-tkIHlOtXTE .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-tkIHlOtXTE .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-tkIHlOtXTE .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-tkIHlOtXTE .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-tkIHlOtXTE .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-tkIHlOtXTE .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-tkIHlOtXTE .img-item {
    width: 100% !important;
  }
  .cid-tkIHlOtXTE .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-tkIHlODsGX {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
.cid-tkIHlODsGX .mbr-section-subtitle {
  color: #767676;
}
.cid-tkIHlOP4L4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #4f4943;
}
.cid-tkIHlOP4L4 .line {
  background-color: #635a51;
  color: #635a51;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tkIHlOP4L4 .section-text {
  padding: 2rem 0;
}
.cid-tkIHlOP4L4 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tkIHlOP4L4 .inner-container {
    width: 100% !important;
  }
}
.cid-tkIKbulg7a .navbar {
  background: #149dcc;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tkIKbulg7a .navbar-dropdown.bg-color.transparent.opened {
  background: #149dcc;
}
.cid-tkIKbulg7a a {
  font-style: normal;
}
.cid-tkIKbulg7a .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tkIKbulg7a .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tkIKbulg7a .nav-item:focus,
.cid-tkIKbulg7a .nav-link:focus {
  outline: none;
}
.cid-tkIKbulg7a .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tkIKbulg7a .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tkIKbulg7a .menu-logo {
  margin-right: auto;
}
.cid-tkIKbulg7a .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tkIKbulg7a .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-tkIKbulg7a .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tkIKbulg7a .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tkIKbulg7a .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tkIKbulg7a .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tkIKbulg7a .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tkIKbulg7a .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tkIKbulg7a .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tkIKbulg7a .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tkIKbulg7a .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tkIKbulg7a .dropdown .dropdown-menu {
  background: #149dcc;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tkIKbulg7a .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tkIKbulg7a .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkIKbulg7a .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tkIKbulg7a .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tkIKbulg7a .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tkIKbulg7a .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tkIKbulg7a .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tkIKbulg7a .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tkIKbulg7a .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tkIKbulg7a .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tkIKbulg7a .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tkIKbulg7a button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tkIKbulg7a button.navbar-toggler:focus {
  outline: none;
}
.cid-tkIKbulg7a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efefef;
}
.cid-tkIKbulg7a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tkIKbulg7a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tkIKbulg7a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tkIKbulg7a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tkIKbulg7a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tkIKbulg7a nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tkIKbulg7a nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tkIKbulg7a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tkIKbulg7a .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tkIKbulg7a .collapsed .btn {
  display: -webkit-flex;
}
.cid-tkIKbulg7a .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tkIKbulg7a .collapsed .navbar-collapse.collapsing,
.cid-tkIKbulg7a .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tkIKbulg7a .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tkIKbulg7a .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tkIKbulg7a .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tkIKbulg7a .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tkIKbulg7a .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tkIKbulg7a .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tkIKbulg7a .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tkIKbulg7a .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tkIKbulg7a .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tkIKbulg7a .collapsed button.navbar-toggler {
  display: block;
}
.cid-tkIKbulg7a .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tkIKbulg7a .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tkIKbulg7a .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tkIKbulg7a .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tkIKbulg7a .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tkIKbulg7a .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tkIKbulg7a.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tkIKbulg7a img {
    height: 3.8rem !important;
  }
  .cid-tkIKbulg7a .btn {
    display: -webkit-flex;
  }
  .cid-tkIKbulg7a button.navbar-toggler {
    display: block;
  }
  .cid-tkIKbulg7a .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tkIKbulg7a .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tkIKbulg7a .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tkIKbulg7a .navbar-collapse.collapsing,
  .cid-tkIKbulg7a .navbar-collapse.show {
    display: block !important;
  }
  .cid-tkIKbulg7a .navbar-collapse.collapsing .navbar-nav,
  .cid-tkIKbulg7a .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tkIKbulg7a .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tkIKbulg7a .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tkIKbulg7a .navbar-collapse.collapsing .navbar-buttons,
  .cid-tkIKbulg7a .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tkIKbulg7a .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tkIKbulg7a .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tkIKbulg7a .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tkIKbulg7a .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tkIKbulg7a .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tkIKbulg7a .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tkIKbulg7a .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tkIKbulg7a .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tkIKbulg7a .nav-link:hover,
.cid-tkIKbulg7a .dropdown-item:hover {
  color: #b2ccd2 !important;
}
.cid-tkIKbuP65q {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/sara-keuring-2013-844x606.png");
}
.cid-tkIKbuP65q .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tkIKbuP65q .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tkIKbuP65q .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tkIKbuP65q .mbr-text {
    text-align: center;
  }
}
.cid-tkIKbuP65q H1 {
  color: #cebfaf;
}
.cid-tkIKbuP65q .mbr-text,
.cid-tkIKbuP65q .mbr-section-btn {
  color: #cebfaf;
}
.cid-tkIKbuP65q H3 {
  color: #cebfaf;
}
.cid-tkIKbvdc0U {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
.cid-tkIKbvdc0U .line {
  background-color: #4f4943;
  color: #4f4943;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tkIKbvdc0U .section-text {
  padding: 2rem 0;
  color: #cebfaf;
}
.cid-tkIKbvdc0U .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tkIKbvdc0U .inner-container {
    width: 100% !important;
  }
}
.cid-tkIKbvosTZ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
.cid-tkIKbvosTZ .mbr-section-subtitle {
  color: #767676;
}
.cid-tkIKbvyBu6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #635a51;
}
.cid-tkIKbvyBu6 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tkIKbvyBu6 p {
  color: #767676;
  text-align: left;
}
.cid-tkIKbvyBu6 .card-box {
  padding-top: 2rem;
}
.cid-tkIKbvyBu6 .card-wrapper {
  height: 100%;
}
.cid-tkIKbvyBu6 .card-title {
  text-align: center;
  color: #cebfaf;
}
.cid-tkIKbvTUMK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
.cid-tkIKbvTUMK .line {
  background-color: #4f4943;
  color: #4f4943;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tkIKbvTUMK .section-text {
  padding: 2rem 0;
  color: #cebfaf;
}
.cid-tkIKbvTUMK .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tkIKbvTUMK .inner-container {
    width: 100% !important;
  }
}
.cid-tkIKbw34m4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #635a51;
}
.cid-tkIKbw34m4 .images-container.container-fluid {
  padding: 0;
}
.cid-tkIKbw34m4 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-tkIKbw34m4 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-tkIKbw34m4 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-tkIKbw34m4 .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-tkIKbw34m4 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-tkIKbw34m4 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-tkIKbw34m4 .img-item {
    width: 100% !important;
  }
  .cid-tkIKbw34m4 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-tkIKbwfuOE {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #635a51;
}
.cid-tkIKbwfuOE .images-container.container-fluid {
  padding: 0;
}
.cid-tkIKbwfuOE .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-tkIKbwfuOE .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-tkIKbwfuOE .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-tkIKbwfuOE .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-tkIKbwfuOE .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-tkIKbwfuOE .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-tkIKbwfuOE .img-item {
    width: 100% !important;
  }
  .cid-tkIKbwfuOE .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-tkIKbwrXyn {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
.cid-tkIKbwrXyn .mbr-section-subtitle {
  color: #767676;
}
.cid-tkIKbwCklh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #4f4943;
}
.cid-tkIKbwCklh .line {
  background-color: #635a51;
  color: #635a51;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tkIKbwCklh .section-text {
  padding: 2rem 0;
}
.cid-tkIKbwCklh .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tkIKbwCklh .inner-container {
    width: 100% !important;
  }
}
.cid-uhy7VrUA3W .navbar {
  background: #149dcc;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uhy7VrUA3W .navbar-dropdown.bg-color.transparent.opened {
  background: #149dcc;
}
.cid-uhy7VrUA3W a {
  font-style: normal;
}
.cid-uhy7VrUA3W .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uhy7VrUA3W .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uhy7VrUA3W .nav-item:focus,
.cid-uhy7VrUA3W .nav-link:focus {
  outline: none;
}
.cid-uhy7VrUA3W .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uhy7VrUA3W .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uhy7VrUA3W .menu-logo {
  margin-right: auto;
}
.cid-uhy7VrUA3W .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uhy7VrUA3W .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-uhy7VrUA3W .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uhy7VrUA3W .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uhy7VrUA3W .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uhy7VrUA3W .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uhy7VrUA3W .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uhy7VrUA3W .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uhy7VrUA3W .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uhy7VrUA3W .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhy7VrUA3W .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uhy7VrUA3W .dropdown .dropdown-menu {
  background: #149dcc;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uhy7VrUA3W .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uhy7VrUA3W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhy7VrUA3W .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uhy7VrUA3W .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uhy7VrUA3W .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uhy7VrUA3W .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uhy7VrUA3W .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uhy7VrUA3W .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uhy7VrUA3W .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uhy7VrUA3W .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uhy7VrUA3W .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uhy7VrUA3W button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uhy7VrUA3W button.navbar-toggler:focus {
  outline: none;
}
.cid-uhy7VrUA3W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efefef;
}
.cid-uhy7VrUA3W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uhy7VrUA3W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uhy7VrUA3W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uhy7VrUA3W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uhy7VrUA3W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhy7VrUA3W nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uhy7VrUA3W nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uhy7VrUA3W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhy7VrUA3W .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uhy7VrUA3W .collapsed .btn {
  display: -webkit-flex;
}
.cid-uhy7VrUA3W .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uhy7VrUA3W .collapsed .navbar-collapse.collapsing,
.cid-uhy7VrUA3W .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uhy7VrUA3W .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uhy7VrUA3W .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uhy7VrUA3W .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uhy7VrUA3W .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uhy7VrUA3W .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uhy7VrUA3W .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uhy7VrUA3W .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uhy7VrUA3W .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uhy7VrUA3W .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uhy7VrUA3W .collapsed button.navbar-toggler {
  display: block;
}
.cid-uhy7VrUA3W .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uhy7VrUA3W .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uhy7VrUA3W .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uhy7VrUA3W .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uhy7VrUA3W .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uhy7VrUA3W .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uhy7VrUA3W.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uhy7VrUA3W img {
    height: 3.8rem !important;
  }
  .cid-uhy7VrUA3W .btn {
    display: -webkit-flex;
  }
  .cid-uhy7VrUA3W button.navbar-toggler {
    display: block;
  }
  .cid-uhy7VrUA3W .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uhy7VrUA3W .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uhy7VrUA3W .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uhy7VrUA3W .navbar-collapse.collapsing,
  .cid-uhy7VrUA3W .navbar-collapse.show {
    display: block !important;
  }
  .cid-uhy7VrUA3W .navbar-collapse.collapsing .navbar-nav,
  .cid-uhy7VrUA3W .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uhy7VrUA3W .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uhy7VrUA3W .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uhy7VrUA3W .navbar-collapse.collapsing .navbar-buttons,
  .cid-uhy7VrUA3W .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uhy7VrUA3W .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uhy7VrUA3W .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uhy7VrUA3W .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uhy7VrUA3W .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uhy7VrUA3W .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uhy7VrUA3W .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uhy7VrUA3W .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uhy7VrUA3W .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uhy7VrUA3W .nav-link:hover,
.cid-uhy7VrUA3W .dropdown-item:hover {
  color: #b2ccd2 !important;
}
.cid-uhy7Vs84KK {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/sara-keuring-2013-844x606.png");
}
.cid-uhy7Vs84KK .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uhy7Vs84KK .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uhy7Vs84KK .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uhy7Vs84KK .mbr-text {
    text-align: center;
  }
}
.cid-uhy7Vs84KK H1 {
  color: #cebfaf;
}
.cid-uhy7Vs84KK .mbr-text,
.cid-uhy7Vs84KK .mbr-section-btn {
  color: #cebfaf;
}
.cid-uhy7VsjtDc {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
.cid-uhy7VsjtDc .mbr-section-subtitle {
  color: #767676;
}
.cid-uhy7VsuOji {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/hout-verticaal-2000x3009.jpeg");
}
.cid-uhy7VsuOji .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-uhy7VsuOji .mbr-text,
.cid-uhy7VsuOji .mbr-section-btn {
  color: #cebfaf;
}
.cid-uhy8BLycO1 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #4f4943;
}
.cid-uhy8BLycO1 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uhy8BLycO1 .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uhy8BLycO1 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-uhy8BLycO1 .mbr-text,
.cid-uhy8BLycO1 .mbr-section-btn {
  color: #cebfaf;
}
.cid-uhy7VsF8xe {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
.cid-uhy7VsF8xe .mbr-section-subtitle {
  color: #767676;
}
.cid-uhy9otn9EN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #635a51;
}
.cid-uhy9otn9EN h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uhy9otn9EN p {
  color: #767676;
  text-align: left;
}
.cid-uhy9otn9EN .card-box {
  padding-top: 2rem;
}
.cid-uhy9otn9EN .card-wrapper {
  height: 100%;
}
.cid-uhy9otn9EN .card-title {
  text-align: center;
  color: #cebfaf;
}
.cid-uhy7Vt225X {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
.cid-uhy7Vt225X .line {
  background-color: #4f4943;
  color: #4f4943;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uhy7Vt225X .section-text {
  padding: 2rem 0;
  color: #cebfaf;
}
.cid-uhy7Vt225X .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uhy7Vt225X .inner-container {
    width: 100% !important;
  }
}
.cid-uhy7VtbSfx {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #635a51;
}
.cid-uhy7VtbSfx .images-container.container-fluid {
  padding: 0;
}
.cid-uhy7VtbSfx .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uhy7VtbSfx .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uhy7VtbSfx .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uhy7VtbSfx .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uhy7VtbSfx .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uhy7VtbSfx .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uhy7VtbSfx .img-item {
    width: 100% !important;
  }
  .cid-uhy7VtbSfx .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uhy7VtPoOq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #4f4943;
}
.cid-uhy7VtPoOq .line {
  background-color: #635a51;
  color: #635a51;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uhy7VtPoOq .section-text {
  padding: 2rem 0;
}
.cid-uhy7VtPoOq .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uhy7VtPoOq .inner-container {
    width: 100% !important;
  }
}
.cid-uhybh2t8Ht .navbar {
  background: #149dcc;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uhybh2t8Ht .navbar-dropdown.bg-color.transparent.opened {
  background: #149dcc;
}
.cid-uhybh2t8Ht a {
  font-style: normal;
}
.cid-uhybh2t8Ht .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uhybh2t8Ht .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uhybh2t8Ht .nav-item:focus,
.cid-uhybh2t8Ht .nav-link:focus {
  outline: none;
}
.cid-uhybh2t8Ht .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uhybh2t8Ht .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uhybh2t8Ht .menu-logo {
  margin-right: auto;
}
.cid-uhybh2t8Ht .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uhybh2t8Ht .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-uhybh2t8Ht .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uhybh2t8Ht .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uhybh2t8Ht .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uhybh2t8Ht .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uhybh2t8Ht .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uhybh2t8Ht .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uhybh2t8Ht .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uhybh2t8Ht .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhybh2t8Ht .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uhybh2t8Ht .dropdown .dropdown-menu {
  background: #149dcc;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uhybh2t8Ht .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uhybh2t8Ht .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhybh2t8Ht .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uhybh2t8Ht .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uhybh2t8Ht .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uhybh2t8Ht .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uhybh2t8Ht .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uhybh2t8Ht .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uhybh2t8Ht .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uhybh2t8Ht .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uhybh2t8Ht .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uhybh2t8Ht button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uhybh2t8Ht button.navbar-toggler:focus {
  outline: none;
}
.cid-uhybh2t8Ht button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efefef;
}
.cid-uhybh2t8Ht button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uhybh2t8Ht button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uhybh2t8Ht button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uhybh2t8Ht button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uhybh2t8Ht nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhybh2t8Ht nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uhybh2t8Ht nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uhybh2t8Ht nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhybh2t8Ht .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uhybh2t8Ht .collapsed .btn {
  display: -webkit-flex;
}
.cid-uhybh2t8Ht .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uhybh2t8Ht .collapsed .navbar-collapse.collapsing,
.cid-uhybh2t8Ht .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uhybh2t8Ht .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uhybh2t8Ht .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uhybh2t8Ht .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uhybh2t8Ht .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uhybh2t8Ht .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uhybh2t8Ht .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uhybh2t8Ht .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uhybh2t8Ht .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uhybh2t8Ht .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uhybh2t8Ht .collapsed button.navbar-toggler {
  display: block;
}
.cid-uhybh2t8Ht .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uhybh2t8Ht .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uhybh2t8Ht .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uhybh2t8Ht .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uhybh2t8Ht .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uhybh2t8Ht .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uhybh2t8Ht.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uhybh2t8Ht img {
    height: 3.8rem !important;
  }
  .cid-uhybh2t8Ht .btn {
    display: -webkit-flex;
  }
  .cid-uhybh2t8Ht button.navbar-toggler {
    display: block;
  }
  .cid-uhybh2t8Ht .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uhybh2t8Ht .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uhybh2t8Ht .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uhybh2t8Ht .navbar-collapse.collapsing,
  .cid-uhybh2t8Ht .navbar-collapse.show {
    display: block !important;
  }
  .cid-uhybh2t8Ht .navbar-collapse.collapsing .navbar-nav,
  .cid-uhybh2t8Ht .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uhybh2t8Ht .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uhybh2t8Ht .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uhybh2t8Ht .navbar-collapse.collapsing .navbar-buttons,
  .cid-uhybh2t8Ht .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uhybh2t8Ht .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uhybh2t8Ht .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uhybh2t8Ht .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uhybh2t8Ht .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uhybh2t8Ht .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uhybh2t8Ht .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uhybh2t8Ht .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uhybh2t8Ht .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uhybh2t8Ht .nav-link:hover,
.cid-uhybh2t8Ht .dropdown-item:hover {
  color: #b2ccd2 !important;
}
.cid-uhybh2HkI0 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/sara-keuring-2013-844x606.png");
}
.cid-uhybh2HkI0 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uhybh2HkI0 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uhybh2HkI0 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uhybh2HkI0 .mbr-text {
    text-align: center;
  }
}
.cid-uhybh2HkI0 H1 {
  color: #cebfaf;
}
.cid-uhybh2HkI0 .mbr-text,
.cid-uhybh2HkI0 .mbr-section-btn {
  color: #cebfaf;
}
.cid-uhybh2HkI0 H3 {
  color: #cebfaf;
}
.cid-uhybh2Ro4R {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4f4943;
}
.cid-uhybh2Ro4R .line {
  background-color: #4f4943;
  color: #4f4943;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uhybh2Ro4R .section-text {
  padding: 2rem 0;
  color: #cebfaf;
}
.cid-uhybh2Ro4R .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uhybh2Ro4R .inner-container {
    width: 100% !important;
  }
}
.cid-uhybh307b3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
.cid-uhybh307b3 .mbr-section-subtitle {
  color: #767676;
}
.cid-uhybh3b8QR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #635a51;
}
.cid-uhybh3b8QR h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uhybh3b8QR p {
  color: #767676;
  text-align: left;
}
.cid-uhybh3b8QR .card-box {
  padding-top: 2rem;
}
.cid-uhybh3b8QR .card-wrapper {
  height: 100%;
}
.cid-uhybh3b8QR .card-title {
  text-align: center;
  color: #cebfaf;
}
.cid-uhybh3qwLy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
.cid-uhybh3qwLy .line {
  background-color: #4f4943;
  color: #4f4943;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uhybh3qwLy .section-text {
  padding: 2rem 0;
  color: #cebfaf;
}
.cid-uhybh3qwLy .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uhybh3qwLy .inner-container {
    width: 100% !important;
  }
}
.cid-uhybh3zpFE {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #635a51;
}
.cid-uhybh3zpFE .images-container.container-fluid {
  padding: 0;
}
.cid-uhybh3zpFE .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uhybh3zpFE .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uhybh3zpFE .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uhybh3zpFE .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uhybh3zpFE .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uhybh3zpFE .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uhybh3zpFE .img-item {
    width: 100% !important;
  }
  .cid-uhybh3zpFE .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uhybh44Usk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #4f4943;
}
.cid-uhybh44Usk .line {
  background-color: #635a51;
  color: #635a51;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uhybh44Usk .section-text {
  padding: 2rem 0;
}
.cid-uhybh44Usk .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uhybh44Usk .inner-container {
    width: 100% !important;
  }
}
.cid-uhycWHU3w5 .navbar {
  background: #149dcc;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uhycWHU3w5 .navbar-dropdown.bg-color.transparent.opened {
  background: #149dcc;
}
.cid-uhycWHU3w5 a {
  font-style: normal;
}
.cid-uhycWHU3w5 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uhycWHU3w5 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uhycWHU3w5 .nav-item:focus,
.cid-uhycWHU3w5 .nav-link:focus {
  outline: none;
}
.cid-uhycWHU3w5 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uhycWHU3w5 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uhycWHU3w5 .menu-logo {
  margin-right: auto;
}
.cid-uhycWHU3w5 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uhycWHU3w5 .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-uhycWHU3w5 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uhycWHU3w5 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uhycWHU3w5 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uhycWHU3w5 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uhycWHU3w5 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uhycWHU3w5 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uhycWHU3w5 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uhycWHU3w5 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhycWHU3w5 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uhycWHU3w5 .dropdown .dropdown-menu {
  background: #149dcc;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uhycWHU3w5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uhycWHU3w5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhycWHU3w5 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uhycWHU3w5 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uhycWHU3w5 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uhycWHU3w5 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uhycWHU3w5 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uhycWHU3w5 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uhycWHU3w5 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uhycWHU3w5 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uhycWHU3w5 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uhycWHU3w5 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uhycWHU3w5 button.navbar-toggler:focus {
  outline: none;
}
.cid-uhycWHU3w5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #efefef;
}
.cid-uhycWHU3w5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uhycWHU3w5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uhycWHU3w5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uhycWHU3w5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uhycWHU3w5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhycWHU3w5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uhycWHU3w5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uhycWHU3w5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhycWHU3w5 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uhycWHU3w5 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uhycWHU3w5 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uhycWHU3w5 .collapsed .navbar-collapse.collapsing,
.cid-uhycWHU3w5 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uhycWHU3w5 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uhycWHU3w5 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uhycWHU3w5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uhycWHU3w5 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uhycWHU3w5 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uhycWHU3w5 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uhycWHU3w5 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uhycWHU3w5 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uhycWHU3w5 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uhycWHU3w5 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uhycWHU3w5 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uhycWHU3w5 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uhycWHU3w5 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uhycWHU3w5 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uhycWHU3w5 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uhycWHU3w5 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uhycWHU3w5.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uhycWHU3w5 img {
    height: 3.8rem !important;
  }
  .cid-uhycWHU3w5 .btn {
    display: -webkit-flex;
  }
  .cid-uhycWHU3w5 button.navbar-toggler {
    display: block;
  }
  .cid-uhycWHU3w5 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uhycWHU3w5 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uhycWHU3w5 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uhycWHU3w5 .navbar-collapse.collapsing,
  .cid-uhycWHU3w5 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uhycWHU3w5 .navbar-collapse.collapsing .navbar-nav,
  .cid-uhycWHU3w5 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uhycWHU3w5 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uhycWHU3w5 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uhycWHU3w5 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uhycWHU3w5 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uhycWHU3w5 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uhycWHU3w5 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uhycWHU3w5 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uhycWHU3w5 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uhycWHU3w5 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uhycWHU3w5 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uhycWHU3w5 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uhycWHU3w5 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uhycWHU3w5 .nav-link:hover,
.cid-uhycWHU3w5 .dropdown-item:hover {
  color: #b2ccd2 !important;
}
.cid-uhycWI8HhP {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/sara-keuring-2013-844x606.png");
}
.cid-uhycWI8HhP .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uhycWI8HhP .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uhycWI8HhP .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uhycWI8HhP .mbr-text {
    text-align: center;
  }
}
.cid-uhycWI8HhP H1 {
  color: #cebfaf;
}
.cid-uhycWI8HhP .mbr-text,
.cid-uhycWI8HhP .mbr-section-btn {
  color: #cebfaf;
}
.cid-uhycWI8HhP H3 {
  color: #cebfaf;
}
.cid-uhycWIl8dl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4f4943;
}
.cid-uhycWIl8dl .line {
  background-color: #4f4943;
  color: #4f4943;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uhycWIl8dl .section-text {
  padding: 2rem 0;
  color: #cebfaf;
}
.cid-uhycWIl8dl .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uhycWIl8dl .inner-container {
    width: 100% !important;
  }
}
.cid-uhycWIwfWt {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
.cid-uhycWIwfWt .mbr-section-subtitle {
  color: #767676;
}
.cid-uhycWIH69x {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #635a51;
}
.cid-uhycWIH69x h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uhycWIH69x p {
  color: #767676;
  text-align: left;
}
.cid-uhycWIH69x .card-box {
  padding-top: 2rem;
}
.cid-uhycWIH69x .card-wrapper {
  height: 100%;
}
.cid-uhycWIH69x .card-title {
  text-align: center;
  color: #cebfaf;
}
.cid-uhycWIXxDS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
.cid-uhycWIXxDS .line {
  background-color: #4f4943;
  color: #4f4943;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uhycWIXxDS .section-text {
  padding: 2rem 0;
  color: #cebfaf;
}
.cid-uhycWIXxDS .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uhycWIXxDS .inner-container {
    width: 100% !important;
  }
}
.cid-uhycWJ67jI {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #635a51;
}
.cid-uhycWJ67jI .images-container.container-fluid {
  padding: 0;
}
.cid-uhycWJ67jI .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uhycWJ67jI .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uhycWJ67jI .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uhycWJ67jI .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uhycWJ67jI .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uhycWJ67jI .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uhycWJ67jI .img-item {
    width: 100% !important;
  }
  .cid-uhycWJ67jI .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uhycWJiOeA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #4f4943;
}
.cid-uhycWJiOeA .line {
  background-color: #635a51;
  color: #635a51;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uhycWJiOeA .section-text {
  padding: 2rem 0;
}
.cid-uhycWJiOeA .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uhycWJiOeA .inner-container {
    width: 100% !important;
  }
}
