.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Cabin', sans-serif;
  font-size: 3.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-2 {
  font-family: 'Cabin', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Cabin', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Cabin', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Cabin', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.88rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.52rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((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.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #bbe530 !important;
}
.bg-warning {
  background-color: #c9c9c9 !important;
}
.bg-danger {
  background-color: #a5cf1b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #93b523 !important;
  border-color: #93b523 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #586c15 !important;
  border-color: #586c15 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #586c15 !important;
  border-color: #586c15 !important;
}
.btn-info,
.btn-info:active {
  background-color: #bbe530 !important;
  border-color: #bbe530 !important;
  color: #101402 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #87a915 !important;
  border-color: #87a915 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #101402 !important;
  background-color: #87a915 !important;
  border-color: #87a915 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9e9e9e !important;
  border-color: #9e9e9e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9e9e9e !important;
  border-color: #9e9e9e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #a5cf1b !important;
  border-color: #a5cf1b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #688211 !important;
  border-color: #688211 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #688211 !important;
  border-color: #688211 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #93b523;
  color: #93b523;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #586c15 !important;
  background-color: transparent!important;
  border-color: #586c15 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #93b523 !important;
  border-color: #93b523 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #bbe530;
  color: #bbe530;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #87a915 !important;
  background-color: transparent!important;
  border-color: #87a915 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #101402 !important;
  background-color: #bbe530 !important;
  border-color: #bbe530 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #c9c9c9;
  color: #c9c9c9;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #9e9e9e !important;
  background-color: transparent!important;
  border-color: #9e9e9e !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #a5cf1b;
  color: #a5cf1b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #688211 !important;
  background-color: transparent!important;
  border-color: #688211 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #a5cf1b !important;
  border-color: #a5cf1b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #93b523 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #bbe530 !important;
}
.text-warning {
  color: #c9c9c9 !important;
}
.text-danger {
  color: #a5cf1b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #4e6012 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #7c9b14 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #969696 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #5d750f !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #bbe530;
}
.alert-warning {
  background-color: #c9c9c9;
}
.alert-danger {
  background-color: #a5cf1b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f7fce5;
}
.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: #eaf7bf;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Cabin', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Cabin', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #93b523 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  position: relative !important;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  position: absolute !important;
}
.cid-sFCw1qGFAI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFCw1qGFAI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-sFCw1qGFAI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFCw1qGFAI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFCw1qGFAI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFCw1qGFAI .nav-link {
  position: relative;
}
.cid-sFCw1qGFAI .container {
  display: flex;
  margin: auto;
}
.cid-sFCw1qGFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
  background: #0a0d01 !important;
}
.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCw1qGFAI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(10, 13, 1, 0);
}
.cid-sFCw1qGFAI .navbar.opened {
  transition: all 0.3s;
}
.cid-sFCw1qGFAI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFCw1qGFAI .navbar .navbar-logo img {
  width: auto;
}
.cid-sFCw1qGFAI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar.collapsed {
  justify-content: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFCw1qGFAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFCw1qGFAI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFCw1qGFAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFCw1qGFAI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFCw1qGFAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFCw1qGFAI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFCw1qGFAI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFCw1qGFAI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFCw1qGFAI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFCw1qGFAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFCw1qGFAI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFCw1qGFAI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0a0d01;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCw1qGFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFCw1qGFAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFCw1qGFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFCw1qGFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCw1qGFAI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFCw1qGFAI .navbar {
    height: 70px;
  }
  .cid-sFCw1qGFAI .navbar.opened {
    height: auto;
  }
  .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8dLYQbFht {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/afbeelding2-1-2000x790.webp");
}
.cid-u8dLYQbFht .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8dLYQbFht .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8dLYQbFht .mbr-section-title {
  text-align: center;
}
.cid-u8dLYQbFht .mbr-section-subtitle {
  text-align: left;
  color: #93b523;
}
.cid-u8dLYQbFht .mbr-text,
.cid-u8dLYQbFht .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uKbynqdRmD {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: linear-gradient(0deg, #f3f5ed 10%, #ffffff 100%) !important;
}
.cid-uKbynqdRmD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKbynqdRmD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKbynqdRmD .mbr-section-title {
  color: #a1c723;
  text-align: center;
}
.cid-uKbynqdRmD .mbr-text,
.cid-uKbynqdRmD .mbr-section-btn {
  color: #2a330a;
  text-align: center;
}
.cid-uKbynqdRmD .mbr-section-subtitle {
  color: #2a330a;
}
.cid-uKbcL6QR23 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uKbcL6QR23 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKbcL6QR23 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKbcL6QR23 .mbr-section-title {
  color: #a1c723;
  text-align: center;
}
.cid-uKbcL6QR23 .mbr-text,
.cid-uKbcL6QR23 .mbr-section-btn {
  color: #1a6bb6;
  text-align: center;
}
.cid-uKb7Rst1Fn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uKb7Rst1Fn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKb7Rst1Fn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKb7Rst1Fn .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uKb7Rst1Fn .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uKb7Rst1Fn .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKb7Rst1Fn .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uKb7Rst1Fn .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKb7Rst1Fn .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uKb7Rst1Fn .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uKb7Rst1Fn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKb7Rst1Fn .card-title {
  color: #404e0a;
}
.cid-uKb7Rst1Fn .mbr-text,
.cid-uKb7Rst1Fn .mbr-section-btn {
  color: #404e0a;
}
.cid-uKbuxDgVI2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKbuxDgVI2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKbuxDgVI2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKbuxDgVI2 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uKbuxDgVI2 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKbuxDgVI2 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uKbuxDgVI2 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKbuxDgVI2 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uKbuxDgVI2 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uKbuxDgVI2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKbuxDgVI2 .card-title {
  color: #404e0a;
}
.cid-uKbuxDgVI2 .mbr-text,
.cid-uKbuxDgVI2 .mbr-section-btn {
  color: #404e0a;
}
.cid-u8dRukMmXM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f3f5ed;
}
.cid-u8dRukMmXM img,
.cid-u8dRukMmXM .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-u8dRukMmXM .item:focus,
.cid-u8dRukMmXM span:focus {
  outline: none;
}
.cid-u8dRukMmXM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u8dRukMmXM .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u8dRukMmXM .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u8dRukMmXM .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8dRukMmXM .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u8dRukMmXM .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u8dRukMmXM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u8dRukMmXM .mbr-section-title {
  color: #93b523;
  text-align: center;
}
.cid-u8dRukMmXM .mbr-text,
.cid-u8dRukMmXM .mbr-section-btn {
  text-align: left;
}
.cid-u8dRukMmXM .item-title {
  text-align: left;
  color: #93b523;
}
.cid-u8dRukMmXM .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-u8dRukMmXM .mbr-section-subtitle {
  color: #2a330a;
  text-align: center;
}
.cid-u8dRhu3t47 {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #f1f3eb;
}
.cid-u8dRhu3t47 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8dRhu3t47 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8dRhu3t47 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-u8dRhu3t47 .container {
    max-width: 1400px;
  }
}
.cid-u8dRhu3t47 .card {
  margin: auto;
}
.cid-u8dRhu3t47 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #93b523;
  margin-bottom: 2rem;
}
.cid-u8dRhu3t47 .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u8dRhu3t47 .row {
  justify-content: center;
}
.cid-uKb7EnNOXl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uKb7EnNOXl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKb7EnNOXl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKb7EnNOXl .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uKb7EnNOXl .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uKb7EnNOXl .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKb7EnNOXl .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uKb7EnNOXl .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKb7EnNOXl .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uKb7EnNOXl .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uKb7EnNOXl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sFzxmVl7J6 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-sFzxmVl7J6 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-sFzxmVl7J6 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFzxmVl7J6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sFzxmVl7J6 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sFzxmVl7J6 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFzxmVl7J6 .mbr-text,
.cid-sFzxmVl7J6 .mbr-section-btn {
  color: #353535;
}
.cid-sFzyUE9AaP {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
@media (min-width: 1500px) {
  .cid-sFzyUE9AaP .container {
    max-width: 1400px;
  }
}
.cid-sFzyUE9AaP .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-sFzyUE9AaP .card-wrapper {
  margin-top: 3rem;
}
.cid-sFzyUE9AaP .row {
  justify-content: center;
}
.cid-sFzyUE9AaP .card-title,
.cid-sFzyUE9AaP .iconfont-wrapper {
  color: #000000;
}
.cid-sFzyUE9AaP .card-text {
  color: #000000;
}
.cid-sFzyUE9AaP .mbr-section-title {
  color: #000000;
}
.cid-sFzz5E692j {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sFzz5E692j .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFzz5E692j .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sFzz5E692j .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sFzz5E692j .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFzFvgBfc0 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-sFzFvgBfc0 img,
.cid-sFzFvgBfc0 .item-img {
  width: 100%;
}
.cid-sFzFvgBfc0 .item:focus,
.cid-sFzFvgBfc0 span:focus {
  outline: none;
}
.cid-sFzFvgBfc0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFzFvgBfc0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sFzFvgBfc0 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sFzFvgBfc0 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sFzFvgBfc0 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sFzFvgBfc0 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sFzFvgBfc0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sFzFvgBfc0 .mbr-section-title {
  color: #000000;
}
.cid-sFzFvgBfc0 .mbr-text,
.cid-sFzFvgBfc0 .mbr-section-btn {
  text-align: left;
}
.cid-sFzFvgBfc0 .item-title {
  text-align: left;
}
.cid-sFzFvgBfc0 .item-subtitle {
  text-align: left;
}
.cid-sFAZRnJnnI {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-sFzIdnt1ra {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sFzDdjoEIw {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background: #fafafa;
}
.cid-sFzDdjoEIw .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-sFzDdjoEIw .plan-body {
  padding-bottom: 2rem;
}
.cid-sFzDdjoEIw .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sFzDdjoEIw .price {
  color: #fb8018;
}
.cid-sFzDdjoEIw .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-sFzDdjoEIw .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-sFzDdjoEIw .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-sFzDdjoEIw .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-sFzDdjoEIw .plan {
    margin-bottom: 2rem;
  }
}
.cid-sFzErVWEaH {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background: #ffffff;
}
.cid-sFzErVWEaH .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sFzErVWEaH .team-card:hover {
  transform: translateY(-10px);
}
.cid-sFzErVWEaH .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sFzErVWEaH .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sFzErVWEaH .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sFzErVWEaH .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFzErVWEaH .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sFzErVWEaH .social-row {
  text-align: center;
}
.cid-sFzErVWEaH .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sFzErVWEaH .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sFzErVWEaH .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sFzErVWEaH .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sFzErVWEaH .mbr-section-title {
  color: #000000;
}
.cid-sFzErVWEaH .mbr-section-title1 {
  color: #000000;
}
.cid-sFAw7z51L3 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #fafafa;
}
.cid-sFAw7z51L3 img {
  width: 120px;
  margin: auto;
}
.cid-sFAw7z51L3 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sFAw7z51L3 .card {
    max-width: 12.5%;
  }
}
.cid-sFAw7z51L3 .mbr-section-subtitle {
  color: #353535;
}
.cid-sFAyMcKwph {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sFAyMcKwph .media-container-row {
  justify-content: space-between;
}
.cid-sFAyMcKwph .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-sFAyMcKwph .text-content {
    max-width: none;
  }
}
.cid-sFAyMcKwph .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4479d9;
  border: 2px solid #4479d9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-sFAyMcKwph .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-sFAyMcKwph .mbr-iconfont-social:hover {
  background-color: #4479d9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-sFAyMcKwph .icons {
    justify-content: center !important;
  }
  .cid-sFAyMcKwph .text-content * {
    text-align: center;
  }
}
.cid-sFAyMcKwph .mbr-section-title {
  color: #353535;
}
.cid-sFAyMcKwph P {
  color: #000000;
}
.cid-sFAyHxWQ1N {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-sFAyHxWQ1N .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-sFAyHxWQ1N .item .icon-wrap {
  text-align: center;
}
.cid-sFAyHxWQ1N .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-sFAyHxWQ1N .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #4479d9;
}
.cid-sFAyHxWQ1N .item.first:before {
  display: none;
}
.cid-sFAyHxWQ1N .item.five:before {
  display: none;
}
.cid-sFAyHxWQ1N .icon-box {
  background: #4479d9;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-sFAyHxWQ1N .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-sFAyHxWQ1N .mbr-iconfont {
  color: #ffffff !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-sFAyHxWQ1N .item:before {
    display: none;
  }
  .cid-sFAyHxWQ1N .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFzDs3t9EG {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-sFzDs3t9EG .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sFzDs3t9EG form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sFzDs3t9EG form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sFzDs3t9EG form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sFzDs3t9EG .mbr-section-title {
  color: #000000;
}
.cid-sFzDs3t9EG .mbr-section-subtitle {
  color: #000000;
}
.cid-sFzIA7KGYz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-sFzIA7KGYz .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sFzIA7KGYz .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sFzIA7KGYz .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sFzIA7KGYz .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sFzIA7KGYz .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ffffff;
}
.cid-sFAxp7Y5iM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-sFAxp7Y5iM .google-map {
  height: 30rem;
  position: relative;
}
.cid-sFAxp7Y5iM .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sFAxp7Y5iM .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sFAxp7Y5iM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sFAxp7Y5iM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sFCygHrmNf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sFCygHrmNf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sFCygHrmNf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sFCygHrmNf .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sFCygHrmNf .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sFCygHrmNf .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sFCygHrmNf .row .foot-menu li p {
  margin: 0;
}
.cid-sFCygHrmNf .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sFCygHrmNf .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sFCygHrmNf .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFCygHrmNf .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sFCygHrmNf .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFCygHrmNf .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sFCygHrmNf .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sFCygHrmNf .row .row-copirayt p {
  width: 100%;
}
.cid-uKIjn5KE77 .navbar-dropdown {
  position: relative !important;
}
.cid-uKIjn5KE77 .navbar-dropdown {
  position: absolute !important;
}
.cid-uKIjn5KE77 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKIjn5KE77 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKIjn5KE77 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKIjn5KE77 .dropdown-item:hover,
.cid-uKIjn5KE77 .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uKIjn5KE77 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKIjn5KE77 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKIjn5KE77 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uKIjn5KE77 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKIjn5KE77 .nav-link {
  position: relative;
}
.cid-uKIjn5KE77 .container {
  display: flex;
  margin: auto;
}
.cid-uKIjn5KE77 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKIjn5KE77 .dropdown-menu,
.cid-uKIjn5KE77 .navbar.opened {
  background: #0a0d01 !important;
}
.cid-uKIjn5KE77 .nav-item:focus,
.cid-uKIjn5KE77 .nav-link:focus {
  outline: none;
}
.cid-uKIjn5KE77 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKIjn5KE77 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKIjn5KE77 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKIjn5KE77 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKIjn5KE77 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKIjn5KE77 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKIjn5KE77 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(10, 13, 1, 0);
}
.cid-uKIjn5KE77 .navbar.opened {
  transition: all 0.3s;
}
.cid-uKIjn5KE77 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKIjn5KE77 .navbar .navbar-logo img {
  width: auto;
}
.cid-uKIjn5KE77 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKIjn5KE77 .navbar.collapsed {
  justify-content: center;
}
.cid-uKIjn5KE77 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKIjn5KE77 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKIjn5KE77 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uKIjn5KE77 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKIjn5KE77 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKIjn5KE77 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uKIjn5KE77 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKIjn5KE77 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKIjn5KE77 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKIjn5KE77 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKIjn5KE77 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKIjn5KE77 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKIjn5KE77 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKIjn5KE77 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uKIjn5KE77 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKIjn5KE77 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKIjn5KE77 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKIjn5KE77 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKIjn5KE77 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKIjn5KE77 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKIjn5KE77 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKIjn5KE77 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKIjn5KE77 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKIjn5KE77 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKIjn5KE77 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKIjn5KE77 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKIjn5KE77 .dropdown-item.active,
.cid-uKIjn5KE77 .dropdown-item:active {
  background-color: transparent;
}
.cid-uKIjn5KE77 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKIjn5KE77 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKIjn5KE77 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKIjn5KE77 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0a0d01;
}
.cid-uKIjn5KE77 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKIjn5KE77 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKIjn5KE77 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKIjn5KE77 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKIjn5KE77 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKIjn5KE77 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uKIjn5KE77 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKIjn5KE77 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKIjn5KE77 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKIjn5KE77 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKIjn5KE77 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKIjn5KE77 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKIjn5KE77 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKIjn5KE77 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKIjn5KE77 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uKIjn5KE77 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKIjn5KE77 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKIjn5KE77 .navbar {
    height: 70px;
  }
  .cid-uKIjn5KE77 .navbar.opened {
    height: auto;
  }
  .cid-uKIjn5KE77 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKIjylSFE9 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-image: linear-gradient(0deg, #0a0d01 10%, #48570b 100%) !important;
}
.cid-uKIjylSFE9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKIjylSFE9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKIjylSFE9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uKIjylSFE9 .mbr-text,
.cid-uKIjylSFE9 .mbr-section-btn {
  color: #bded1d;
  text-align: center;
}
.cid-uKIjylSFE9 .mbr-section-subtitle {
  text-align: center;
}
.cid-uKIzVRwwZP {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: linear-gradient(0deg, #454545 10%, #0a0d01 100%) !important;
}
.cid-uKIzVRwwZP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKIzVRwwZP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKIzVRwwZP .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uKIzVRwwZP .mbr-text,
.cid-uKIzVRwwZP .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-uKIzVRwwZP .mbr-section-subtitle {
  text-align: center;
}
.cid-uKIoBZePrU {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/materialo-image-1920x1080.webp");
}
.cid-uKIoBZePrU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKIoBZePrU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKIoBZePrU .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uKIoBZePrU .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-uKIoBZePrU .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uKIoBZePrU .mbr-text,
.cid-uKIoBZePrU .mbr-section-btn {
  color: #ffffff;
}
.cid-uKIjn6huxo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/afbeelding2-1-2000x790.webp");
}
.cid-uKIjn6huxo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKIjn6huxo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKIjn6huxo .mbr-section-title {
  text-align: center;
}
.cid-uKIjn6huxo .mbr-section-subtitle {
  text-align: left;
  color: #93b523;
}
.cid-uKIjn6huxo .mbr-text,
.cid-uKIjn6huxo .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uKIjn6GAws {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: linear-gradient(0deg, #f3f5ed 10%, #ffffff 100%) !important;
}
.cid-uKIjn6GAws .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKIjn6GAws .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKIjn6GAws .mbr-section-title {
  color: #a1c723;
  text-align: center;
}
.cid-uKIjn6GAws .mbr-text,
.cid-uKIjn6GAws .mbr-section-btn {
  color: #2a330a;
  text-align: center;
}
.cid-uKIjn6GAws .mbr-section-subtitle {
  color: #2a330a;
}
.cid-uKIjn76zEV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uKIjn76zEV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKIjn76zEV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKIjn76zEV .mbr-section-title {
  color: #a1c723;
  text-align: center;
}
.cid-uKIjn76zEV .mbr-text,
.cid-uKIjn76zEV .mbr-section-btn {
  color: #1a6bb6;
  text-align: center;
}
.cid-uKIjn7sMPA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uKIjn7sMPA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKIjn7sMPA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKIjn7sMPA .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uKIjn7sMPA .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uKIjn7sMPA .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKIjn7sMPA .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uKIjn7sMPA .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKIjn7sMPA .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uKIjn7sMPA .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uKIjn7sMPA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKIjn7sMPA .card-title {
  color: #404e0a;
}
.cid-uKIjn7sMPA .mbr-text,
.cid-uKIjn7sMPA .mbr-section-btn {
  color: #404e0a;
}
.cid-uKIjn7Qjxr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKIjn7Qjxr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKIjn7Qjxr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKIjn7Qjxr .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uKIjn7Qjxr .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKIjn7Qjxr .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uKIjn7Qjxr .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKIjn7Qjxr .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uKIjn7Qjxr .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uKIjn7Qjxr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKIjn7Qjxr .card-title {
  color: #404e0a;
}
.cid-uKIjn7Qjxr .mbr-text,
.cid-uKIjn7Qjxr .mbr-section-btn {
  color: #404e0a;
}
.cid-uKIjn8bZNp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f3f5ed;
}
.cid-uKIjn8bZNp img,
.cid-uKIjn8bZNp .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uKIjn8bZNp .item:focus,
.cid-uKIjn8bZNp span:focus {
  outline: none;
}
.cid-uKIjn8bZNp .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uKIjn8bZNp .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uKIjn8bZNp .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uKIjn8bZNp .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKIjn8bZNp .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uKIjn8bZNp .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uKIjn8bZNp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uKIjn8bZNp .mbr-section-title {
  color: #93b523;
  text-align: center;
}
.cid-uKIjn8bZNp .mbr-text,
.cid-uKIjn8bZNp .mbr-section-btn {
  text-align: left;
}
.cid-uKIjn8bZNp .item-title {
  text-align: left;
  color: #93b523;
}
.cid-uKIjn8bZNp .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uKIjn8bZNp .mbr-section-subtitle {
  color: #2a330a;
  text-align: center;
}
.cid-uKIjn8N2vH {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #f1f3eb;
}
.cid-uKIjn8N2vH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKIjn8N2vH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKIjn8N2vH .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uKIjn8N2vH .container {
    max-width: 1400px;
  }
}
.cid-uKIjn8N2vH .card {
  margin: auto;
}
.cid-uKIjn8N2vH .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #93b523;
  margin-bottom: 2rem;
}
.cid-uKIjn8N2vH .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uKIjn8N2vH .row {
  justify-content: center;
}
.cid-uKIjn9hzXJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uKIjn9hzXJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKIjn9hzXJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKIjn9hzXJ .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uKIjn9hzXJ .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uKIjn9hzXJ .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKIjn9hzXJ .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uKIjn9hzXJ .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKIjn9hzXJ .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uKIjn9hzXJ .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uKIjn9hzXJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKIjn9B1xb {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uKIjn9B1xb .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uKIjn9B1xb .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uKIjn9B1xb .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uKIjn9B1xb .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uKIjn9B1xb .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uKIjn9B1xb .mbr-text,
.cid-uKIjn9B1xb .mbr-section-btn {
  color: #353535;
}
.cid-uKIjn9UpLm {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
@media (min-width: 1500px) {
  .cid-uKIjn9UpLm .container {
    max-width: 1400px;
  }
}
.cid-uKIjn9UpLm .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-uKIjn9UpLm .card-wrapper {
  margin-top: 3rem;
}
.cid-uKIjn9UpLm .row {
  justify-content: center;
}
.cid-uKIjn9UpLm .card-title,
.cid-uKIjn9UpLm .iconfont-wrapper {
  color: #000000;
}
.cid-uKIjn9UpLm .card-text {
  color: #000000;
}
.cid-uKIjn9UpLm .mbr-section-title {
  color: #000000;
}
.cid-uKIjnapMxJ {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uKIjnapMxJ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uKIjnapMxJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uKIjnapMxJ .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uKIjnapMxJ .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uKIjnb45OU {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uKIjnb45OU img,
.cid-uKIjnb45OU .item-img {
  width: 100%;
}
.cid-uKIjnb45OU .item:focus,
.cid-uKIjnb45OU span:focus {
  outline: none;
}
.cid-uKIjnb45OU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uKIjnb45OU .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uKIjnb45OU .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uKIjnb45OU .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKIjnb45OU .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uKIjnb45OU .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uKIjnb45OU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uKIjnb45OU .mbr-section-title {
  color: #000000;
}
.cid-uKIjnb45OU .mbr-text,
.cid-uKIjnb45OU .mbr-section-btn {
  text-align: left;
}
.cid-uKIjnb45OU .item-title {
  text-align: left;
}
.cid-uKIjnb45OU .item-subtitle {
  text-align: left;
}
.cid-uKIjnbuneN {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uKIjnbLFRP {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uKIjnc7BSf {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background: #fafafa;
}
.cid-uKIjnc7BSf .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uKIjnc7BSf .plan-body {
  padding-bottom: 2rem;
}
.cid-uKIjnc7BSf .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uKIjnc7BSf .price {
  color: #fb8018;
}
.cid-uKIjnc7BSf .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uKIjnc7BSf .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uKIjnc7BSf .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uKIjnc7BSf .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uKIjnc7BSf .plan {
    margin-bottom: 2rem;
  }
}
.cid-uKIjncAXgT {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background: #ffffff;
}
.cid-uKIjncAXgT .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uKIjncAXgT .team-card:hover {
  transform: translateY(-10px);
}
.cid-uKIjncAXgT .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uKIjncAXgT .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uKIjncAXgT .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uKIjncAXgT .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKIjncAXgT .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uKIjncAXgT .social-row {
  text-align: center;
}
.cid-uKIjncAXgT .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uKIjncAXgT .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uKIjncAXgT .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uKIjncAXgT .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uKIjncAXgT .mbr-section-title {
  color: #000000;
}
.cid-uKIjncAXgT .mbr-section-title1 {
  color: #000000;
}
.cid-uKIjndo7Rt {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #fafafa;
}
.cid-uKIjndo7Rt img {
  width: 120px;
  margin: auto;
}
.cid-uKIjndo7Rt .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uKIjndo7Rt .card {
    max-width: 12.5%;
  }
}
.cid-uKIjndo7Rt .mbr-section-subtitle {
  color: #353535;
}
.cid-uKIjndSxxG {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uKIjndSxxG .media-container-row {
  justify-content: space-between;
}
.cid-uKIjndSxxG .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uKIjndSxxG .text-content {
    max-width: none;
  }
}
.cid-uKIjndSxxG .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4479d9;
  border: 2px solid #4479d9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uKIjndSxxG .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uKIjndSxxG .mbr-iconfont-social:hover {
  background-color: #4479d9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uKIjndSxxG .icons {
    justify-content: center !important;
  }
  .cid-uKIjndSxxG .text-content * {
    text-align: center;
  }
}
.cid-uKIjndSxxG .mbr-section-title {
  color: #353535;
}
.cid-uKIjndSxxG P {
  color: #000000;
}
.cid-uKIjneoSBq {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-uKIjneoSBq .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-uKIjneoSBq .item .icon-wrap {
  text-align: center;
}
.cid-uKIjneoSBq .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-uKIjneoSBq .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #4479d9;
}
.cid-uKIjneoSBq .item.first:before {
  display: none;
}
.cid-uKIjneoSBq .item.five:before {
  display: none;
}
.cid-uKIjneoSBq .icon-box {
  background: #4479d9;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-uKIjneoSBq .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-uKIjneoSBq .mbr-iconfont {
  color: #ffffff !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uKIjneoSBq .item:before {
    display: none;
  }
  .cid-uKIjneoSBq .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uKIjnf2NSD {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uKIjnf2NSD .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uKIjnf2NSD form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uKIjnf2NSD form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uKIjnf2NSD form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uKIjnf2NSD .mbr-section-title {
  color: #000000;
}
.cid-uKIjnf2NSD .mbr-section-subtitle {
  color: #000000;
}
.cid-uKIjnfrzHC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uKIjnfrzHC .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uKIjnfrzHC .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uKIjnfrzHC .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKIjnfrzHC .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uKIjnfrzHC .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ffffff;
}
.cid-uKIjnfVBDF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uKIjnfVBDF .google-map {
  height: 30rem;
  position: relative;
}
.cid-uKIjnfVBDF .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uKIjnfVBDF .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uKIjnfVBDF .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uKIjnfVBDF .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uKIjngr5g0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uKIjngr5g0 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uKIjngr5g0 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uKIjngr5g0 .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uKIjngr5g0 .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uKIjngr5g0 .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uKIjngr5g0 .row .foot-menu li p {
  margin: 0;
}
.cid-uKIjngr5g0 .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uKIjngr5g0 .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uKIjngr5g0 .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uKIjngr5g0 .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uKIjngr5g0 .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uKIjngr5g0 .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uKIjngr5g0 .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uKIjngr5g0 .row .row-copirayt p {
  width: 100%;
}
.cid-uKIWIDhgL1 .navbar-dropdown {
  position: relative !important;
}
.cid-uKIWIDhgL1 .navbar-dropdown {
  position: absolute !important;
}
.cid-uKIWIDhgL1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKIWIDhgL1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKIWIDhgL1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKIWIDhgL1 .dropdown-item:hover,
.cid-uKIWIDhgL1 .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uKIWIDhgL1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKIWIDhgL1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKIWIDhgL1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uKIWIDhgL1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKIWIDhgL1 .nav-link {
  position: relative;
}
.cid-uKIWIDhgL1 .container {
  display: flex;
  margin: auto;
}
.cid-uKIWIDhgL1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKIWIDhgL1 .dropdown-menu,
.cid-uKIWIDhgL1 .navbar.opened {
  background: #0a0d01 !important;
}
.cid-uKIWIDhgL1 .nav-item:focus,
.cid-uKIWIDhgL1 .nav-link:focus {
  outline: none;
}
.cid-uKIWIDhgL1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKIWIDhgL1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKIWIDhgL1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKIWIDhgL1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKIWIDhgL1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKIWIDhgL1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKIWIDhgL1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(10, 13, 1, 0);
}
.cid-uKIWIDhgL1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uKIWIDhgL1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKIWIDhgL1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uKIWIDhgL1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKIWIDhgL1 .navbar.collapsed {
  justify-content: center;
}
.cid-uKIWIDhgL1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKIWIDhgL1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKIWIDhgL1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uKIWIDhgL1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKIWIDhgL1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKIWIDhgL1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uKIWIDhgL1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKIWIDhgL1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKIWIDhgL1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKIWIDhgL1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKIWIDhgL1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKIWIDhgL1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKIWIDhgL1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKIWIDhgL1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uKIWIDhgL1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKIWIDhgL1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKIWIDhgL1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKIWIDhgL1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKIWIDhgL1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKIWIDhgL1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKIWIDhgL1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKIWIDhgL1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKIWIDhgL1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKIWIDhgL1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKIWIDhgL1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKIWIDhgL1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKIWIDhgL1 .dropdown-item.active,
.cid-uKIWIDhgL1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uKIWIDhgL1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKIWIDhgL1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKIWIDhgL1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKIWIDhgL1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0a0d01;
}
.cid-uKIWIDhgL1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKIWIDhgL1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKIWIDhgL1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKIWIDhgL1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKIWIDhgL1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKIWIDhgL1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uKIWIDhgL1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKIWIDhgL1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKIWIDhgL1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKIWIDhgL1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKIWIDhgL1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKIWIDhgL1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKIWIDhgL1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKIWIDhgL1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKIWIDhgL1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uKIWIDhgL1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKIWIDhgL1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKIWIDhgL1 .navbar {
    height: 70px;
  }
  .cid-uKIWIDhgL1 .navbar.opened {
    height: auto;
  }
  .cid-uKIWIDhgL1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKIWIDXlxH {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: linear-gradient(360deg, #000000 10%, #3b470b 100%) !important;
}
.cid-uKIWIDXlxH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKIWIDXlxH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKIWIDXlxH .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uKIWIDXlxH .mbr-text,
.cid-uKIWIDXlxH .mbr-section-btn {
  color: #a5cf1b;
  text-align: center;
}
.cid-uKIWIDXlxH .mbr-section-subtitle {
  text-align: center;
}
.cid-uKIWIEskyX {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: linear-gradient(0deg, #353535 10%, #000000 100%) !important;
}
.cid-uKIWIEskyX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKIWIEskyX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKIWIEskyX .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uKIWIEskyX .mbr-text,
.cid-uKIWIEskyX .mbr-section-btn {
  color: #c9c9c9;
  text-align: center;
}
.cid-uKIWIEskyX .mbr-section-subtitle {
  text-align: center;
}
.cid-uKJL9IxWrk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKJL9IxWrk .line {
  background-color: #fafafa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uKJL9IxWrk .mbr-text {
  color: #353535;
}
.cid-uKIWIGlkWn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: linear-gradient(0deg, #efefef 10%, #ffffff 100%) !important;
}
.cid-uKIWIGlkWn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKIWIGlkWn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKIWIGlkWn .mbr-section-title {
  color: #696363;
  text-align: center;
}
.cid-uKIWIGlkWn .mbr-text,
.cid-uKIWIGlkWn .mbr-section-btn {
  color: #353535;
  text-align: center;
}
.cid-uKIWIGlkWn .mbr-section-subtitle {
  color: #000000;
}
.cid-uKIWIGKbd8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-uKIWIGKbd8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKIWIGKbd8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKIWIGKbd8 .content-wrapper {
  background: #efefef;
}
@media (max-width: 991px) {
  .cid-uKIWIGKbd8 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uKIWIGKbd8 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKIWIGKbd8 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uKIWIGKbd8 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKIWIGKbd8 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uKIWIGKbd8 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uKIWIGKbd8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKIWIGKbd8 .card-title {
  color: #404e0a;
}
.cid-uKIWIGKbd8 .mbr-text,
.cid-uKIWIGKbd8 .mbr-section-btn {
  color: #404e0a;
}
.cid-uKIWIFUkoh {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/29-750x400.webp");
}
.cid-uKIWIFUkoh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKIWIFUkoh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKIWIFUkoh .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uKIWIFUkoh .mbr-text,
.cid-uKIWIFUkoh .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uKIWIFUkoh .mbr-section-subtitle {
  color: #93b523;
}
.cid-uKIWIEXnj0 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/materialo-image-1920x1080.webp");
}
.cid-uKIWIEXnj0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKIWIEXnj0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKIWIEXnj0 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uKIWIEXnj0 .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-uKIWIEXnj0 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uKIWIEXnj0 .mbr-text,
.cid-uKIWIEXnj0 .mbr-section-btn {
  color: #ffffff;
}
.cid-uKIWIFr2tK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/afbeelding2-1-2000x790.webp");
}
.cid-uKIWIFr2tK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKIWIFr2tK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKIWIFr2tK .mbr-section-title {
  text-align: center;
}
.cid-uKIWIFr2tK .mbr-section-subtitle {
  text-align: left;
  color: #93b523;
}
.cid-uKIWIFr2tK .mbr-text,
.cid-uKIWIFr2tK .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uKIWIHa1wQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKIWIHa1wQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKIWIHa1wQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKIWIHa1wQ .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uKIWIHa1wQ .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKIWIHa1wQ .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uKIWIHa1wQ .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKIWIHa1wQ .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uKIWIHa1wQ .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uKIWIHa1wQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKIWIHa1wQ .card-title {
  color: #404e0a;
}
.cid-uKIWIHa1wQ .mbr-text,
.cid-uKIWIHa1wQ .mbr-section-btn {
  color: #404e0a;
}
.cid-uKIWIHAHqv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f3f5ed;
}
.cid-uKIWIHAHqv img,
.cid-uKIWIHAHqv .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uKIWIHAHqv .item:focus,
.cid-uKIWIHAHqv span:focus {
  outline: none;
}
.cid-uKIWIHAHqv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uKIWIHAHqv .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uKIWIHAHqv .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uKIWIHAHqv .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKIWIHAHqv .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uKIWIHAHqv .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uKIWIHAHqv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uKIWIHAHqv .mbr-section-title {
  color: #93b523;
  text-align: center;
}
.cid-uKIWIHAHqv .mbr-text,
.cid-uKIWIHAHqv .mbr-section-btn {
  text-align: left;
}
.cid-uKIWIHAHqv .item-title {
  text-align: left;
  color: #93b523;
}
.cid-uKIWIHAHqv .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uKIWIHAHqv .mbr-section-subtitle {
  color: #2a330a;
  text-align: center;
}
.cid-uKIWIIeEvU {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #f1f3eb;
}
.cid-uKIWIIeEvU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKIWIIeEvU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKIWIIeEvU .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uKIWIIeEvU .container {
    max-width: 1400px;
  }
}
.cid-uKIWIIeEvU .card {
  margin: auto;
}
.cid-uKIWIIeEvU .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #93b523;
  margin-bottom: 2rem;
}
.cid-uKIWIIeEvU .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uKIWIIeEvU .row {
  justify-content: center;
}
.cid-uKIWIIP4xW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uKIWIIP4xW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKIWIIP4xW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKIWIIP4xW .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uKIWIIP4xW .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uKIWIIP4xW .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKIWIIP4xW .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uKIWIIP4xW .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKIWIIP4xW .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uKIWIIP4xW .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uKIWIIP4xW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKIWIJi6nW {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uKIWIJi6nW .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uKIWIJi6nW .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uKIWIJi6nW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uKIWIJi6nW .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uKIWIJi6nW .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uKIWIJi6nW .mbr-text,
.cid-uKIWIJi6nW .mbr-section-btn {
  color: #353535;
}
.cid-uKIWIJKLxI {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
@media (min-width: 1500px) {
  .cid-uKIWIJKLxI .container {
    max-width: 1400px;
  }
}
.cid-uKIWIJKLxI .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #4479d9;
  margin-bottom: 2rem;
}
.cid-uKIWIJKLxI .card-wrapper {
  margin-top: 3rem;
}
.cid-uKIWIJKLxI .row {
  justify-content: center;
}
.cid-uKIWIJKLxI .card-title,
.cid-uKIWIJKLxI .iconfont-wrapper {
  color: #000000;
}
.cid-uKIWIJKLxI .card-text {
  color: #000000;
}
.cid-uKIWIJKLxI .mbr-section-title {
  color: #000000;
}
.cid-uKIWIKNvH4 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uKIWIKNvH4 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uKIWIKNvH4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uKIWIKNvH4 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uKIWIKNvH4 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uKIWILImPv {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uKIWILImPv img,
.cid-uKIWILImPv .item-img {
  width: 100%;
}
.cid-uKIWILImPv .item:focus,
.cid-uKIWILImPv span:focus {
  outline: none;
}
.cid-uKIWILImPv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uKIWILImPv .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uKIWILImPv .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uKIWILImPv .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKIWILImPv .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uKIWILImPv .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uKIWILImPv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uKIWILImPv .mbr-section-title {
  color: #000000;
}
.cid-uKIWILImPv .mbr-text,
.cid-uKIWILImPv .mbr-section-btn {
  text-align: left;
}
.cid-uKIWILImPv .item-title {
  text-align: left;
}
.cid-uKIWILImPv .item-subtitle {
  text-align: left;
}
.cid-uKIWIMFbWR {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uKIWINf9x7 {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uKIWIOahs0 {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background: #fafafa;
}
.cid-uKIWIOahs0 .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uKIWIOahs0 .plan-body {
  padding-bottom: 2rem;
}
.cid-uKIWIOahs0 .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uKIWIOahs0 .price {
  color: #fb8018;
}
.cid-uKIWIOahs0 .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uKIWIOahs0 .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uKIWIOahs0 .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uKIWIOahs0 .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uKIWIOahs0 .plan {
    margin-bottom: 2rem;
  }
}
.cid-uKIWIPe1AI {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background: #ffffff;
}
.cid-uKIWIPe1AI .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uKIWIPe1AI .team-card:hover {
  transform: translateY(-10px);
}
.cid-uKIWIPe1AI .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uKIWIPe1AI .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uKIWIPe1AI .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uKIWIPe1AI .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKIWIPe1AI .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uKIWIPe1AI .social-row {
  text-align: center;
}
.cid-uKIWIPe1AI .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uKIWIPe1AI .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uKIWIPe1AI .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uKIWIPe1AI .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uKIWIPe1AI .mbr-section-title {
  color: #000000;
}
.cid-uKIWIPe1AI .mbr-section-title1 {
  color: #000000;
}
.cid-uKIWIR0zss {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #fafafa;
}
.cid-uKIWIR0zss img {
  width: 120px;
  margin: auto;
}
.cid-uKIWIR0zss .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uKIWIR0zss .card {
    max-width: 12.5%;
  }
}
.cid-uKIWIR0zss .mbr-section-subtitle {
  color: #353535;
}
.cid-uKIWIRNdZ1 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uKIWIRNdZ1 .media-container-row {
  justify-content: space-between;
}
.cid-uKIWIRNdZ1 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uKIWIRNdZ1 .text-content {
    max-width: none;
  }
}
.cid-uKIWIRNdZ1 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4479d9;
  border: 2px solid #4479d9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uKIWIRNdZ1 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uKIWIRNdZ1 .mbr-iconfont-social:hover {
  background-color: #4479d9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uKIWIRNdZ1 .icons {
    justify-content: center !important;
  }
  .cid-uKIWIRNdZ1 .text-content * {
    text-align: center;
  }
}
.cid-uKIWIRNdZ1 .mbr-section-title {
  color: #353535;
}
.cid-uKIWIRNdZ1 P {
  color: #000000;
}
.cid-uKIWISAboU {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #fafafa;
}
.cid-uKIWISAboU .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-uKIWISAboU .item .icon-wrap {
  text-align: center;
}
.cid-uKIWISAboU .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-uKIWISAboU .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #4479d9;
}
.cid-uKIWISAboU .item.first:before {
  display: none;
}
.cid-uKIWISAboU .item.five:before {
  display: none;
}
.cid-uKIWISAboU .icon-box {
  background: #4479d9;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-uKIWISAboU .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-uKIWISAboU .mbr-iconfont {
  color: #ffffff !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uKIWISAboU .item:before {
    display: none;
  }
  .cid-uKIWISAboU .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uKIWITJGXg {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uKIWITJGXg .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uKIWITJGXg form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uKIWITJGXg form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uKIWITJGXg form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uKIWITJGXg .mbr-section-title {
  color: #000000;
}
.cid-uKIWITJGXg .mbr-section-subtitle {
  color: #000000;
}
.cid-uKIWIUvDle {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uKIWIUvDle .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uKIWIUvDle .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uKIWIUvDle .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKIWIUvDle .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uKIWIUvDle .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ffffff;
}
.cid-uKIWIVoXFz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uKIWIVoXFz .google-map {
  height: 30rem;
  position: relative;
}
.cid-uKIWIVoXFz .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uKIWIVoXFz .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uKIWIVoXFz .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uKIWIVoXFz .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uKIWIWcl7Y {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uKIWIWcl7Y .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uKIWIWcl7Y .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uKIWIWcl7Y .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uKIWIWcl7Y .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uKIWIWcl7Y .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uKIWIWcl7Y .row .foot-menu li p {
  margin: 0;
}
.cid-uKIWIWcl7Y .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uKIWIWcl7Y .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uKIWIWcl7Y .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uKIWIWcl7Y .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uKIWIWcl7Y .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uKIWIWcl7Y .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uKIWIWcl7Y .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uKIWIWcl7Y .row .row-copirayt p {
  width: 100%;
}
.cid-uKJWZ0kID9 .navbar-dropdown {
  position: relative !important;
}
.cid-uKJWZ0kID9 .navbar-dropdown {
  position: absolute !important;
}
.cid-uKJWZ0kID9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKJWZ0kID9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKJWZ0kID9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKJWZ0kID9 .dropdown-item:hover,
.cid-uKJWZ0kID9 .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-uKJWZ0kID9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKJWZ0kID9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKJWZ0kID9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uKJWZ0kID9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKJWZ0kID9 .nav-link {
  position: relative;
}
.cid-uKJWZ0kID9 .container {
  display: flex;
  margin: auto;
}
.cid-uKJWZ0kID9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKJWZ0kID9 .dropdown-menu,
.cid-uKJWZ0kID9 .navbar.opened {
  background: #0a0d01 !important;
}
.cid-uKJWZ0kID9 .nav-item:focus,
.cid-uKJWZ0kID9 .nav-link:focus {
  outline: none;
}
.cid-uKJWZ0kID9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKJWZ0kID9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKJWZ0kID9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKJWZ0kID9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKJWZ0kID9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKJWZ0kID9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKJWZ0kID9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(10, 13, 1, 0);
}
.cid-uKJWZ0kID9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uKJWZ0kID9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKJWZ0kID9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uKJWZ0kID9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKJWZ0kID9 .navbar.collapsed {
  justify-content: center;
}
.cid-uKJWZ0kID9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKJWZ0kID9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKJWZ0kID9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uKJWZ0kID9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKJWZ0kID9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKJWZ0kID9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uKJWZ0kID9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKJWZ0kID9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKJWZ0kID9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKJWZ0kID9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKJWZ0kID9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKJWZ0kID9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKJWZ0kID9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKJWZ0kID9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uKJWZ0kID9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKJWZ0kID9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKJWZ0kID9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKJWZ0kID9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKJWZ0kID9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKJWZ0kID9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKJWZ0kID9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKJWZ0kID9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKJWZ0kID9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKJWZ0kID9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKJWZ0kID9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKJWZ0kID9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKJWZ0kID9 .dropdown-item.active,
.cid-uKJWZ0kID9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uKJWZ0kID9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKJWZ0kID9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKJWZ0kID9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKJWZ0kID9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0a0d01;
}
.cid-uKJWZ0kID9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKJWZ0kID9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKJWZ0kID9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKJWZ0kID9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKJWZ0kID9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKJWZ0kID9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uKJWZ0kID9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKJWZ0kID9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKJWZ0kID9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKJWZ0kID9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKJWZ0kID9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKJWZ0kID9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKJWZ0kID9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKJWZ0kID9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKJWZ0kID9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uKJWZ0kID9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKJWZ0kID9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKJWZ0kID9 .navbar {
    height: 70px;
  }
  .cid-uKJWZ0kID9 .navbar.opened {
    height: auto;
  }
  .cid-uKJWZ0kID9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKJWZ404SS {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: linear-gradient(360deg, #000000 10%, #3b470b 100%) !important;
}
.cid-uKJWZ404SS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKJWZ404SS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKJWZ404SS .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uKJWZ404SS .mbr-text,
.cid-uKJWZ404SS .mbr-section-btn {
  color: #a5cf1b;
  text-align: center;
}
.cid-uKJWZ404SS .mbr-section-subtitle {
  text-align: center;
}
.cid-uKJWZ4JlOM {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: linear-gradient(0deg, #353535 10%, #000000 100%) !important;
}
.cid-uKJWZ4JlOM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKJWZ4JlOM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKJWZ4JlOM .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uKJWZ4JlOM .mbr-text,
.cid-uKJWZ4JlOM .mbr-section-btn {
  color: #c9c9c9;
  text-align: center;
}
.cid-uKJWZ4JlOM .mbr-section-subtitle {
  text-align: center;
}
.cid-uKJWZ9q8d5 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/29-750x400.webp");
}
.cid-uKJWZ9q8d5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKJWZ9q8d5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKJWZ9q8d5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uKJWZ9q8d5 .mbr-text,
.cid-uKJWZ9q8d5 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uKJWZ9q8d5 .mbr-section-subtitle {
  color: #93b523;
}
.cid-uKJWZ82QU9 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: linear-gradient(0deg, #efefef 10%, #ffffff 100%) !important;
}
.cid-uKJWZ82QU9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKJWZ82QU9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKJWZ82QU9 .mbr-section-title {
  color: #353535;
  text-align: center;
}
.cid-uKJWZ82QU9 .mbr-text,
.cid-uKJWZ82QU9 .mbr-section-btn {
  color: #353535;
  text-align: center;
}
.cid-uKJWZ82QU9 .mbr-section-subtitle {
  color: #000000;
}
.cid-uKJWZ8Nh9W {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKJWZ8Nh9W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKJWZ8Nh9W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKJWZ8Nh9W .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uKJWZ8Nh9W .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uKJWZ8Nh9W .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKJWZ8Nh9W .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uKJWZ8Nh9W .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKJWZ8Nh9W .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uKJWZ8Nh9W .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uKJWZ8Nh9W .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKJWZ8Nh9W .card-title {
  color: #a3c31f;
}
.cid-uKJWZ8Nh9W .mbr-text,
.cid-uKJWZ8Nh9W .mbr-section-btn {
  color: #575c43;
}
.cid-uKJWZbBTMt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKJWZbBTMt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKJWZbBTMt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKJWZbBTMt .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uKJWZbBTMt .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKJWZbBTMt .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uKJWZbBTMt .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uKJWZbBTMt .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uKJWZbBTMt .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uKJWZbBTMt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uKJWZbBTMt .card-title {
  color: #404e0a;
}
.cid-uKJWZbBTMt .mbr-text,
.cid-uKJWZbBTMt .mbr-section-btn {
  color: #404e0a;
}
.cid-uKJWZqzas7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uKJWZqzas7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uKJWZqzas7 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uKJWZqzas7 .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uKJWZqzas7 .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uKJWZqzas7 .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uKJWZqzas7 .row .foot-menu li p {
  margin: 0;
}
.cid-uKJWZqzas7 .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uKJWZqzas7 .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uKJWZqzas7 .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uKJWZqzas7 .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uKJWZqzas7 .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uKJWZqzas7 .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uKJWZqzas7 .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uKJWZqzas7 .row .row-copirayt p {
  width: 100%;
}
