body {
  font-family: Jost;
}
.display-1 {
  font-family: 'CUBANOTTF';
  font-size: 5.2rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.2rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 0.9375rem;
}
.display-4 > .mbr-iconfont {
  font-size: 0.9375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.875rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.02rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.02rem;
}
/* ---- 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: 4.16rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((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.75rem;
    font-size: calc( 0.978125rem + (0.9375 - 0.978125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.978125rem + (0.9375 - 0.978125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 18px 38px;
  border-radius: 6px;
}
.btn-md {
  padding: 18px 42px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 47px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #253b6f !important;
}
.bg-success {
  background-color: #ff0000 !important;
}
.bg-info {
  background-color: #011833 !important;
}
.bg-warning {
  background-color: #eff2f7 !important;
}
.bg-danger {
  background-color: #0a1126 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #253b6f !important;
  border-color: #253b6f !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #121d36 !important;
  border-color: #121d36 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #121d36 !important;
  border-color: #121d36 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #526e3c !important;
  border-color: #526e3c !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #2d3d21 !important;
  border-color: #2d3d21 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2d3d21 !important;
  border-color: #2d3d21 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #011833 !important;
  border-color: #011833 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #b30000 !important;
  border-color: #b30000 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #b30000 !important;
  border-color: #b30000 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #eff2f7 !important;
  border-color: #eff2f7 !important;
  color: #4d6a9a !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #4d6a9a !important;
  background-color: #bcc9de !important;
  border-color: #bcc9de !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #4d6a9a !important;
  background-color: #bcc9de !important;
  border-color: #bcc9de !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #0a1126 !important;
  border-color: #0a1126 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #0c1223;
  color: #0c1223;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #253b6f;
  border-color: #253b6f;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #253b6f !important;
  border-color: #253b6f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #212c18;
  color: #212c18;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #526e3c;
  border-color: #526e3c;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #526e3c !important;
  border-color: #526e3c !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #011833;
  border-color: #011833;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #011833 !important;
  border-color: #011833 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #990000;
  color: #990000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #ff0000;
  border-color: #ff0000;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #abbbd5;
  color: #abbbd5;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #4d6a9a;
  background-color: #eff2f7;
  border-color: #eff2f7;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #4d6a9a !important;
  background-color: #eff2f7 !important;
  border-color: #eff2f7 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #0a1126;
  border-color: #0a1126;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0a1126 !important;
  border-color: #0a1126 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  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: #253b6f !important;
}
.text-secondary {
  color: #526e3c !important;
}
.text-success {
  color: #ff0000 !important;
}
.text-info {
  color: #011833 !important;
}
.text-warning {
  color: #eff2f7 !important;
}
.text-danger {
  color: #0a1126 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0c1223 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #212c18 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #990000 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #abbbd5 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !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: #011833;
}
.alert-warning {
  background-color: #eff2f7;
}
.alert-danger {
  background-color: #0a1126;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #253b6f;
  border-color: #253b6f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #253b6f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4f72c4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffcccc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #1f84fb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #acbbe9;
}
.scrollToTop_wraper {
  display: none !important;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.02rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.02rem;
}
blockquote {
  border-color: #253b6f;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.btn-primary:hover {
  color: #253b6f !important;
  background: white !important;
  border-color: white !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #253b6f;
  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: #253b6f;
  border-bottom-color: #253b6f;
}
.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: #253b6f !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: #526e3c !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23253b6f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-siMOi9OCOU {
  overflow-x: hidden !important;
}
.cid-siMOi9OCOU,
.cid-siMOi9OCOU .scroll-wrapper {
  padding-top: 675px;
  padding-bottom: 225px;
}
.cid-siMOi9OCOU .mbr-section-title {
  color: #ff0000;
}
.cid-siMOi9OCOU .mbr-section-title span {
  color: #253b6f;
}
.cid-siMOi9OCOU .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-siMOi9OCOU .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 26s !important;
  animation-duration: 26s;
  background-image: url("../../../assets/images/5-prijzen-utrecht-giveaway-2000x1073.jpeg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-siMOi9OCOU .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-siMOi9OCOU .mbr-overlay {
  z-index: 1;
}
.cid-siMOi9OCOU .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sjQfaqlD6g {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sjQfaqlD6g .image-block {
  margin: auto;
}
.cid-sjQfaqlD6g .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sjQfaqlD6g .image-block {
    width: 100% !important;
  }
}
.cid-sjQfaqlD6g .container-fluid {
  padding: 0;
}
.cid-sjR9QCVKPl {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sjR9QCVKPl .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sjR9QCVKPl .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sjR9QCVKPl .image-block {
    width: 100% !important;
  }
}
.cid-sjR9QCVKPl .container-fluid {
  padding: 0;
}
.cid-siNV5G72NP {
  padding-top: 210px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/kerstversiering-2000x583.jpg");
}
.cid-siNV5G72NP .content-inner .left-content {
  display: block;
}
.cid-siNV5G72NP .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-siNV5G72NP .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-siNV5G72NP .content-inner .right-content {
  display: block;
}
.cid-siNV5G72NP .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-siNV5G72NP .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-siNV5G72NP .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-siNV5G72NP .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
@media (max-width: 991px) {
  .cid-siNV5G72NP .content-inner {
    justify-content: center !important;
  }
  .cid-siNV5G72NP * {
    text-align: center;
  }
}
.cid-siNaTPRJDh {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-siNaTPRJDh .mbr-section-subtitle {
  color: #526e3c;
}
.cid-siNaTPRJDh .mbr-section-title {
  text-align: left;
  color: #253b6f;
}
.cid-siNaTPRJDh .mbr-text {
  color: #011833;
}
.cid-siNaTPRJDh .mbr-section-btn {
  margin-top: 40px;
}
.cid-siNaTPRJDh .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-siNaTPRJDh .mbr-list {
  color: #011833;
}
.cid-siNaTPRJDh .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .cid-siNaTPRJDh .mbr-list .list {
    text-align: left;
  }
}
.cid-siNaTPRJDh .mbr-list .list li {
  line-height: 1.8;
  padding-bottom: 14px;
  margin-top: 14px;
  font-weight: 400;
}
.cid-siNaTPRJDh .mbr-list .list li:first-child {
  margin-top: 0;
}
.cid-siNaTPRJDh .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1em;
  transition: all 0.3s;
  margin-right: 11.25px;
  border-radius: 50%;
  padding: 5px;
  background-color: #279e64;
}
@media (max-width: 768px) {
  .cid-siNaTPRJDh * {
    text-align: left;
  }
}
.cid-siMbEZOCLa {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/kerstversiering-wit-2000x1335.jpg");
}
.cid-siMbEZOCLa p {
  text-align: center;
}
.cid-siMbEZOCLa .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-siMbEZOCLa .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-siMbEZOCLa .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #253b6f;
  text-align: center;
}
.cid-siMbEZOCLa .logo-footer {
  line-height: normal;
}
.cid-siMbEZOCLa .copyright {
  display: flex;
  align-items: center;
}
.cid-siMbEZOCLa .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-siMbEZOCLa .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-siMbEZOCLa .icon-transition span {
  color: #011833;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #253b6f;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-siMbEZOCLa .icon-transition span:hover {
  background-color: #253b6f;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-siMbEZOCLa .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-siMbEZOCLa .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-siMbEZOCLa .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-siMbEZOCLa .logo-footer {
    text-align: center;
  }
  .cid-siMbEZOCLa .social-media {
    justify-content: center;
  }
}
.cid-siMccLPfGG .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-siMccLPfGG .nav-item:focus,
.cid-siMccLPfGG .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-siMccLPfGG .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-siMccLPfGG .nav-item .nav-link {
    position: relative;
  }
  .cid-siMccLPfGG .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #253b6f, #526e3c);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-siMccLPfGG .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-siMccLPfGG .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-siMccLPfGG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-siMccLPfGG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-siMccLPfGG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-siMccLPfGG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-siMccLPfGG .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-siMccLPfGG .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-siMccLPfGG .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-siMccLPfGG .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-siMccLPfGG .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-siMccLPfGG .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-siMccLPfGG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-siMccLPfGG .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-siMccLPfGG .navbar.collapsed .navbar-collapse.show,
.cid-siMccLPfGG .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-siMccLPfGG .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-siMccLPfGG .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-siMccLPfGG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-siMccLPfGG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-siMccLPfGG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-siMccLPfGG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-siMccLPfGG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-siMccLPfGG .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-siMccLPfGG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-siMccLPfGG .navbar.collapsed .right-menu,
.cid-siMccLPfGG .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-siMccLPfGG .navbar .navbar-collapse.show,
  .cid-siMccLPfGG .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-siMccLPfGG .navbar .navbar-collapse.show .brand-container,
  .cid-siMccLPfGG .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-siMccLPfGG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-siMccLPfGG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-siMccLPfGG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-siMccLPfGG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-siMccLPfGG .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-siMccLPfGG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-siMccLPfGG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-siMccLPfGG .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-siMccLPfGG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-siMccLPfGG .navbar .right-menu,
  .cid-siMccLPfGG .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-siMccLPfGG .navbar.navbar-short {
  min-height: 60px;
}
.cid-siMccLPfGG .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-siMccLPfGG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-siMccLPfGG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-siMccLPfGG .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-siMccLPfGG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-siMccLPfGG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-siMccLPfGG .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-siMccLPfGG .dropdown-item.active,
.cid-siMccLPfGG .dropdown-item:active {
  background-color: transparent;
}
.cid-siMccLPfGG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-siMccLPfGG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-siMccLPfGG .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-siMccLPfGG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-siMccLPfGG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-siMccLPfGG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-siMccLPfGG ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-siMccLPfGG ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-siMccLPfGG .navbar-buttons {
  margin-left: auto;
}
.cid-siMccLPfGG button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-siMccLPfGG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #253b6f;
}
.cid-siMccLPfGG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-siMccLPfGG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-siMccLPfGG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-siMccLPfGG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-siMccLPfGG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-siMccLPfGG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-siMccLPfGG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-siMccLPfGG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-siMccLPfGG .navbar-dropdown {
  position: fixed;
}
.cid-siMccLPfGG a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-siMccLPfGG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-siMccLPfGG .right-menu,
.cid-siMccLPfGG .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-siMccLPfGG .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-siMccLPfGG .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-siMccLPfGG .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-siMccLPfGG .menu-top {
  text-align: center;
  width: 100%;
  background-color: #253b6f;
  padding: 0.5rem 0;
}
.cid-siMccLPfGG .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-siMccLPfGG .card-wrapper {
  z-index: 3;
}
.cid-siMccLPfGG .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-siMccLPfGG .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-siMccLPfGG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-siNXMNtqwf {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/rijnlaan-winter-utrecht-2000x515.jpg");
}
.cid-siNXMNtqwf .mbr-text {
  color: #767676;
}
.cid-siNXMNtqwf .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(107, 143, 78, 0.35);
}
.cid-siNXMNtqwf .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-siNXMNtqwf .card-wrapper:hover .ico2 {
  color: #253b6f !important;
}
.cid-siNXMNtqwf .text-info:hover {
  color: inherit!important;
}
.cid-siNXMNtqwf .ico2 {
  color: #eff2f7 !important;
  transition: all 0.6s;
}
.cid-siNXMNtqwf .card-box {
  padding: 0rem 1rem;
}
.cid-siNXMNtqwf .card-img {
  width: auto;
}
.cid-siNXMNtqwf .ico1 {
  font-size: 2rem !important;
}
.cid-siNXMNtqwf h3,
.cid-siNXMNtqwf h4 {
  padding: 0;
  margin: 0;
}
.cid-siNXMNtqwf .card-title,
.cid-siNXMNtqwf .card-img {
  color: #232323;
}
.cid-siNXMNtqwf H3 {
  color: #767676;
}
.cid-siNXMNtqwf H1 {
  color: #ffffff;
}
.cid-siNdG29Ow1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #011833;
}
.cid-siNdG29Ow1 h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-siNdG29Ow1 .panel-text {
  letter-spacing: 0.03em;
  color: #232323;
}
.cid-siNdG29Ow1 .mbr-section-title {
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-siNdG29Ow1 .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #ffffff;
}
.cid-siNdG29Ow1 .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-siNdG29Ow1 .panel-group {
  width: 100%;
}
.cid-siNdG29Ow1 .card {
  border-bottom: 1px solid #ffffff !important;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-siNdG29Ow1 .card .card-header {
  border-radius: 0px;
  border: 0px !important;
  padding: 0;
}
.cid-siNdG29Ow1 .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #253b6f;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-siNdG29Ow1 .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-siNdG29Ow1 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-siNdG29Ow1 .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-siNdG29Ow1 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-siNdG29Ow1 .card .panel-body {
  background: #ffffff;
}
.cid-siNdG29Ow1 .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-siNdG29Ow1 .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-siNdG29Ow1 .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-siNdG29Ow1 .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-siNdG29Ow1 .header-text,
.cid-siNdG29Ow1 .sign {
  color: #ffffff;
}
.cid-siOjUG27j5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #efefef;
}
.cid-siOjUG27j5 .container-fluid {
  padding: 0 3rem;
}
.cid-siOjUG27j5 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-siOjUG27j5 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #253b6f, #526e3c);
  display: inline-block;
}
.cid-siOjUG27j5 .title-wrap {
  padding-left: 0;
  padding-right: 0;
}
.cid-siOjUG27j5 .image-wrap {
  overflow: hidden;
  width: 100%;
}
.cid-siOjUG27j5 .image-wrap img {
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.cid-siOjUG27j5 .image-wrap img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-siOjUG27j5 .content-section {
  padding: 3rem;
}
.cid-siOjUG27j5 .btn {
  margin-top: 1rem;
  margin-left: 0rem;
  margin-right: 0rem;
}
.cid-siOjUG27j5 .card-wrapper {
  overflow: hidden;
  margin-top: 1.6rem;
  background-color: #ffffff;
  padding: 0rem;
  z-index: 10;
  border-radius: 15px;
  margin-bottom: 3rem;
}
@media (max-width: 1200px) {
  .cid-siOjUG27j5 .container-fluid {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-siOjUG27j5 .container-fluid {
    padding: 0rem;
  }
}
@media (max-width: 439px) {
  .cid-siOjUG27j5 .card-wrapper {
    margin-bottom: 0rem;
    border-radius: 0px;
  }
  .cid-siOjUG27j5 .title-wrap {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-siOf8wfBwj {
  background-image: url("../../../assets/images/p1230795-2000x1500.jpg");
  overflow: hidden;
}
.cid-siOf8wfBwj svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-siOf8wfBwj #e2_shape {
  fill: #ffffff !important;
}
.cid-siOf8wfBwj img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(107, 143, 78, 0.35);
}
@media (max-width: 576px) {
  .cid-siOf8wfBwj img {
    width: 90%!important;
  }
}
.cid-siOf8wfBwj H1 {
  color: #ffffff;
}
.cid-siOdPtnlWS {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/kerstversiering-wit-2000x1335.jpg");
}
.cid-siOdPtnlWS p {
  text-align: center;
}
.cid-siOdPtnlWS .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-siOdPtnlWS .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-siOdPtnlWS .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #253b6f;
  text-align: center;
}
.cid-siOdPtnlWS .logo-footer {
  line-height: normal;
}
.cid-siOdPtnlWS .copyright {
  display: flex;
  align-items: center;
}
.cid-siOdPtnlWS .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-siOdPtnlWS .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-siOdPtnlWS .icon-transition span {
  color: #011833;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #253b6f;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-siOdPtnlWS .icon-transition span:hover {
  background-color: #253b6f;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-siOdPtnlWS .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-siOdPtnlWS .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-siOdPtnlWS .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-siOdPtnlWS .logo-footer {
    text-align: center;
  }
  .cid-siOdPtnlWS .social-media {
    justify-content: center;
  }
}
.cid-siOdPvd3oQ .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-siOdPvd3oQ .nav-item:focus,
.cid-siOdPvd3oQ .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-siOdPvd3oQ .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-siOdPvd3oQ .nav-item .nav-link {
    position: relative;
  }
  .cid-siOdPvd3oQ .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #253b6f, #526e3c);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-siOdPvd3oQ .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-siOdPvd3oQ .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-siOdPvd3oQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-siOdPvd3oQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-siOdPvd3oQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-siOdPvd3oQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-siOdPvd3oQ .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-siOdPvd3oQ .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-siOdPvd3oQ .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-siOdPvd3oQ .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-siOdPvd3oQ .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-siOdPvd3oQ .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-siOdPvd3oQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-siOdPvd3oQ .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-siOdPvd3oQ .navbar.collapsed .navbar-collapse.show,
.cid-siOdPvd3oQ .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-siOdPvd3oQ .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-siOdPvd3oQ .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-siOdPvd3oQ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-siOdPvd3oQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-siOdPvd3oQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-siOdPvd3oQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-siOdPvd3oQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-siOdPvd3oQ .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-siOdPvd3oQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-siOdPvd3oQ .navbar.collapsed .right-menu,
.cid-siOdPvd3oQ .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-siOdPvd3oQ .navbar .navbar-collapse.show,
  .cid-siOdPvd3oQ .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-siOdPvd3oQ .navbar .navbar-collapse.show .brand-container,
  .cid-siOdPvd3oQ .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-siOdPvd3oQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-siOdPvd3oQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-siOdPvd3oQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-siOdPvd3oQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-siOdPvd3oQ .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-siOdPvd3oQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-siOdPvd3oQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-siOdPvd3oQ .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-siOdPvd3oQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-siOdPvd3oQ .navbar .right-menu,
  .cid-siOdPvd3oQ .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-siOdPvd3oQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-siOdPvd3oQ .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-siOdPvd3oQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-siOdPvd3oQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-siOdPvd3oQ .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-siOdPvd3oQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-siOdPvd3oQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-siOdPvd3oQ .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-siOdPvd3oQ .dropdown-item.active,
.cid-siOdPvd3oQ .dropdown-item:active {
  background-color: transparent;
}
.cid-siOdPvd3oQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-siOdPvd3oQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-siOdPvd3oQ .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-siOdPvd3oQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-siOdPvd3oQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-siOdPvd3oQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-siOdPvd3oQ ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-siOdPvd3oQ ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-siOdPvd3oQ .navbar-buttons {
  margin-left: auto;
}
.cid-siOdPvd3oQ button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-siOdPvd3oQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #253b6f;
}
.cid-siOdPvd3oQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-siOdPvd3oQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-siOdPvd3oQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-siOdPvd3oQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-siOdPvd3oQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-siOdPvd3oQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-siOdPvd3oQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-siOdPvd3oQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-siOdPvd3oQ .navbar-dropdown {
  position: fixed;
}
.cid-siOdPvd3oQ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-siOdPvd3oQ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-siOdPvd3oQ .right-menu,
.cid-siOdPvd3oQ .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-siOdPvd3oQ .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-siOdPvd3oQ .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-siOdPvd3oQ .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-siOdPvd3oQ .menu-top {
  text-align: center;
  width: 100%;
  background-color: #253b6f;
  padding: 0.5rem 0;
}
.cid-siOdPvd3oQ .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-siOdPvd3oQ .card-wrapper {
  z-index: 3;
}
.cid-siOdPvd3oQ .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-siOdPvd3oQ .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-siOdPvd3oQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
