body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Muli', sans-serif;
  font-size: 5.2rem;
}
.display-1 > .mbr-iconfont {
  font-size: 8.32rem;
}
.display-2 {
  font-family: 'Muli', sans-serif;
  font-size: 2.2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Muli', sans-serif;
  font-size: 1.6rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Muli', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.16rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #ff3366 !important;
}
.bg-warning {
  background-color: #097eeb !important;
}
.bg-danger {
  background-color: #eda566 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1873ab !important;
  border-color: #1873ab !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0f4668 !important;
  border-color: #0f4668 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0f4668 !important;
  border-color: #0f4668 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #097eeb !important;
  border-color: #097eeb !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #0656a1 !important;
  border-color: #0656a1 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0656a1 !important;
  border-color: #0656a1 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #eda566 !important;
  border-color: #eda566 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #e57d22 !important;
  border-color: #e57d22 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e57d22 !important;
  border-color: #e57d22 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #ffffff;
}
.btn-primary-outline:hover:before,
.btn-primary-outline:focus:before,
.btn-primary-outline.focus:before,
.btn-primary-outline.active:before {
  transform: scaleX(1);
}
.btn-primary-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.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: none;
  border-color: #0b3752;
  color: #0b3752;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #1873ab;
}
.btn-secondary-outline:hover:before,
.btn-secondary-outline:focus:before,
.btn-secondary-outline.focus:before,
.btn-secondary-outline.active:before {
  transform: scaleX(1);
}
.btn-secondary-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1873ab;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1873ab !important;
  border-color: #1873ab !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #ff3366;
}
.btn-info-outline:hover:before,
.btn-info-outline:focus:before,
.btn-info-outline.focus:before,
.btn-info-outline.active:before {
  transform: scaleX(1);
}
.btn-info-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff3366;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #f7ed4a;
}
.btn-success-outline:hover:before,
.btn-success-outline:focus:before,
.btn-success-outline.focus:before,
.btn-success-outline.active:before {
  transform: scaleX(1);
}
.btn-success-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f7ed4a;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #054989;
  color: #054989;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #097eeb;
}
.btn-warning-outline:hover:before,
.btn-warning-outline:focus:before,
.btn-warning-outline.focus:before,
.btn-warning-outline.active:before {
  transform: scaleX(1);
}
.btn-warning-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #097eeb;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #097eeb !important;
  border-color: #097eeb !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #d47019;
  color: #d47019;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #eda566;
}
.btn-danger-outline:hover:before,
.btn-danger-outline:focus:before,
.btn-danger-outline.focus:before,
.btn-danger-outline.active:before {
  transform: scaleX(1);
}
.btn-danger-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #eda566;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #eda566 !important;
  border-color: #eda566 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #333333;
}
.btn-black-outline:hover:before,
.btn-black-outline:focus:before,
.btn-black-outline.focus:before,
.btn-black-outline.active:before {
  transform: scaleX(1);
}
.btn-black-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333333;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #1873ab !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #ff3366 !important;
}
.text-warning {
  color: #097eeb !important;
}
.text-danger {
  color: #eda566 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0b3752 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cc0033 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #054989 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d47019 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ff3366;
}
.alert-warning {
  background-color: #097eeb;
}
.alert-danger {
  background-color: #eda566;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.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: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c3e1fd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Muli', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #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: #ffffff !important;
  background: #1873ab !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%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;
}
.cid-tsUxpfytAI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 106px;
}
.cid-tsUxpfytAI nav.navbar {
  position: fixed;
}
.cid-tsUxpfytAI .dropdown-menu {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-tsUxpfytAI .navbar:not(.collapsed) .dropdown-item {
    border-bottom: 1px solid #e6e6e6;
  }
  .cid-tsUxpfytAI .navbar:not(.collapsed) .dropdown-item:last-child {
    border: 0;
  }
}
.cid-tsUxpfytAI .nav-dropdown .link {
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
}
.cid-tsUxpfytAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsUxpfytAI .nav-link,
.cid-tsUxpfytAI .dropdown-item {
  font-weight: 700;
}
.cid-tsUxpfytAI .nav-link {
  position: relative;
  background-size: 100% 0% !important;
  background-position: 0 70% !important;
  transition: background-size 0.2s ease-in !important;
  background-image: linear-gradient(120deg, #ffffff 0%, #ffffff 100%) !important;
}
.cid-tsUxpfytAI .nav-link:hover {
  background-size: 100% 80% !important;
  opacity: 1;
  transition: background-size 0.2s ease-in !important;
}
.cid-tsUxpfytAI .container {
  display: flex;
  margin: auto;
}
.cid-tsUxpfytAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tsUxpfytAI .navbar-caption,
.cid-tsUxpfytAI .dropdown-item {
  background-image: none;
}
.cid-tsUxpfytAI .dropdown-menu,
.cid-tsUxpfytAI .navbar.opened {
  background: #ffffff !important;
}
.cid-tsUxpfytAI .nav-item:focus,
.cid-tsUxpfytAI .nav-link:focus {
  outline: none;
}
.cid-tsUxpfytAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
}
.cid-tsUxpfytAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsUxpfytAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsUxpfytAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsUxpfytAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsUxpfytAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsUxpfytAI .navbar {
  min-height: 106px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tsUxpfytAI .navbar.opened {
  transition: all 0.3s;
}
.cid-tsUxpfytAI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsUxpfytAI .navbar .navbar-logo img {
  width: auto;
}
.cid-tsUxpfytAI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsUxpfytAI .navbar.collapsed {
  justify-content: center;
}
.cid-tsUxpfytAI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsUxpfytAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tsUxpfytAI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-tsUxpfytAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsUxpfytAI .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-tsUxpfytAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsUxpfytAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsUxpfytAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsUxpfytAI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsUxpfytAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsUxpfytAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsUxpfytAI .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-tsUxpfytAI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsUxpfytAI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsUxpfytAI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsUxpfytAI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsUxpfytAI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsUxpfytAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tsUxpfytAI .navbar.navbar-short {
  min-height: 106px;
}
.cid-tsUxpfytAI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsUxpfytAI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsUxpfytAI .navbar-brand {
  min-height: 106px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tsUxpfytAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsUxpfytAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsUxpfytAI .dropdown-item.active,
.cid-tsUxpfytAI .dropdown-item:active {
  background-color: transparent;
}
.cid-tsUxpfytAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsUxpfytAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsUxpfytAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsUxpfytAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tsUxpfytAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsUxpfytAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsUxpfytAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsUxpfytAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsUxpfytAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsUxpfytAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tsUxpfytAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsUxpfytAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsUxpfytAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsUxpfytAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsUxpfytAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsUxpfytAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsUxpfytAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsUxpfytAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsUxpfytAI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tsUxpfytAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsUxpfytAI .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-tsUxpfytAI .navbar {
    height: 70px;
  }
  .cid-tsUxpfytAI .navbar.opened {
    height: auto;
  }
  .cid-tsUxpfytAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tsUxpfytAI .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tsUxpfytAI .nav-item a {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sWtSR8JMZr {
  background-image: url("../../../assets/images/img-359-2000x1196.jpg");
}
.cid-sWtSR8JMZr .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-sWtSR8JMZr .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sWtSR8JMZr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sWtSR8JMZr .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sWtSR8JMZr .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sWtSR8JMZr .mbr-text,
.cid-sWtSR8JMZr .mbr-section-btn {
  text-align: center;
}
.cid-sWtSR8JMZr .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-sWtUusiXZu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sWtUusiXZu .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-sWtUusiXZu .row {
    text-align: center;
  }
}
.cid-sWtUusiXZu .mbr-section-title {
  text-align: center;
  color: #222222;
}
.cid-sWtUusiXZu .mbr-text {
  text-align: center;
}
.cid-rArWHD1YFc {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rArWHD1YFc .mbr-text {
  color: #767676;
}
.cid-rArWHD1YFc h4 {
  text-align: center;
}
.cid-rArWHD1YFc p {
  text-align: center;
}
.cid-rArWHD1YFc .card-img span {
  font-size: 96px;
  color: #ffffff;
}
.cid-sZviUvBLzy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sZviUvBLzy .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
  min-height: 220px;
}
.cid-sZviUvBLzy .icon-align-wrapper {
  display: inline-block;
}
.cid-sZviUvBLzy .card-title {
  transform: translateY(200px);
  transition: all 0.3s;
  transition-delay: 0.1s;
}
.cid-sZviUvBLzy .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  opacity: 0;
  cursor: pointer;
  transition: all 0.3s;
}
.cid-sZviUvBLzy .mbr-text {
  opacity: 0;
  transition: all 0.3s;
}
.cid-sZviUvBLzy .link-icon {
  display: inline-block;
  color: #000000;
  font-size: 1rem;
  cursor: pointer;
  justify-content: center;
}
.cid-sZviUvBLzy .card-wrapper {
  transition: all 0.6s;
  display: flex;
  justify-content: center;
  padding: 3rem 1rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
  background-size: cover;
}
.cid-sZviUvBLzy .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-sZviUvBLzy .card-wrapper {
    padding: 3rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sZviUvBLzy .card:hover .card-wrapper:after {
    opacity: 1;
    background: #1873ab;
  }
  .cid-sZviUvBLzy .card:hover .icon-wrapper,
  .cid-sZviUvBLzy .card:hover .mbr-text {
    opacity: 1;
    transition-delay: 0.1s;
  }
  .cid-sZviUvBLzy .card:hover .card-title {
    transform: translateY(0px);
    transition-delay: 0s;
  }
}
@media (max-width: 992px) {
  .cid-sZviUvBLzy .card {
    padding-bottom: 1rem !important;
  }
  .cid-sZviUvBLzy .card-title {
    transform: translateY(0px);
  }
  .cid-sZviUvBLzy .card-wrapper:after {
    opacity: 0.7;
    background: #1873ab;
  }
  .cid-sZviUvBLzy .icon-wrapper,
  .cid-sZviUvBLzy .mbr-text {
    opacity: 1;
  }
}
.cid-sZviUvBLzy .row {
  justify-content: center;
}
.cid-sZviUvBLzy .card {
  transform-style: preserve-3d;
  perspective: 800px;
}
.cid-sZviUvBLzy .card1 {
  background-image: url("../../../assets/images/129164581-161418549049738-1512308469655424468-n-p4s6v004ctcr53x1yn1isbwajx3cg03j9g37qx5wa2-455x305-455x305.jpg");
}
.cid-sZviUvBLzy .card2 {
  background-image: url("../../../assets/images/dekboxen-boekhorst-trading-1600x1200.jpg");
}
.cid-sZviUvBLzy .card3 {
  background-image: url("../../../assets/images/img-9853-2000x1500.jpg");
}
.cid-sZviUvBLzy .mbr-text,
.cid-sZviUvBLzy .card-box {
  text-align: center;
}
.cid-sZvj3qgaV3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sZvj3qgaV3 .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
  min-height: 220px;
}
.cid-sZvj3qgaV3 .icon-align-wrapper {
  display: inline-block;
}
.cid-sZvj3qgaV3 .card-title {
  transform: translateY(200px);
  transition: all 0.3s;
  transition-delay: 0.1s;
}
.cid-sZvj3qgaV3 .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  opacity: 0;
  cursor: pointer;
  transition: all 0.3s;
}
.cid-sZvj3qgaV3 .mbr-text {
  opacity: 0;
  transition: all 0.3s;
}
.cid-sZvj3qgaV3 .link-icon {
  display: inline-block;
  color: #000000;
  font-size: 1rem;
  cursor: pointer;
  justify-content: center;
}
.cid-sZvj3qgaV3 .card-wrapper {
  transition: all 0.6s;
  display: flex;
  justify-content: center;
  padding: 3rem 1rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
  background-size: cover;
}
.cid-sZvj3qgaV3 .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-sZvj3qgaV3 .card-wrapper {
    padding: 3rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sZvj3qgaV3 .card:hover .card-wrapper:after {
    opacity: 1;
    background: #1873ab;
  }
  .cid-sZvj3qgaV3 .card:hover .icon-wrapper,
  .cid-sZvj3qgaV3 .card:hover .mbr-text {
    opacity: 1;
    transition-delay: 0.1s;
  }
  .cid-sZvj3qgaV3 .card:hover .card-title {
    transform: translateY(0px);
    transition-delay: 0s;
  }
}
@media (max-width: 992px) {
  .cid-sZvj3qgaV3 .card {
    padding-bottom: 1rem !important;
  }
  .cid-sZvj3qgaV3 .card-title {
    transform: translateY(0px);
  }
  .cid-sZvj3qgaV3 .card-wrapper:after {
    opacity: 0.7;
    background: #1873ab;
  }
  .cid-sZvj3qgaV3 .icon-wrapper,
  .cid-sZvj3qgaV3 .mbr-text {
    opacity: 1;
  }
}
.cid-sZvj3qgaV3 .row {
  justify-content: center;
}
.cid-sZvj3qgaV3 .card {
  transform-style: preserve-3d;
  perspective: 800px;
}
.cid-sZvj3qgaV3 .card1 {
  background-image: url("../../../assets/images/luchtwasser-boekhorst-trading-2000x1500.jpg");
}
.cid-sZvj3qgaV3 .card2 {
  background-image: url("../../../assets/images/129719187-161421332382793-5614994983286922750-o-p4s6syopjqkdzivjurcmduec7v4prm0gzd7cbc6lre-455x305.jpg");
}
.cid-sZvj3qgaV3 .card3 {
  background-image: url("../../../assets/images/img-4909-2-scaled-p55loqkuixn605z1thpodlxr6qpu53e6p2a71r354a-455x305.jpg");
}
.cid-sZvj3qgaV3 .mbr-text,
.cid-sZvj3qgaV3 .card-box {
  text-align: center;
}
.cid-sZvj41AQap {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sZvj41AQap .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
  min-height: 220px;
}
.cid-sZvj41AQap .icon-align-wrapper {
  display: inline-block;
}
.cid-sZvj41AQap .card-title {
  transform: translateY(200px);
  transition: all 0.3s;
  transition-delay: 0.1s;
}
.cid-sZvj41AQap .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  opacity: 0;
  cursor: pointer;
  transition: all 0.3s;
}
.cid-sZvj41AQap .mbr-text {
  opacity: 0;
  transition: all 0.3s;
}
.cid-sZvj41AQap .link-icon {
  display: inline-block;
  color: #000000;
  font-size: 1rem;
  cursor: pointer;
  justify-content: center;
}
.cid-sZvj41AQap .card-wrapper {
  transition: all 0.6s;
  display: flex;
  justify-content: center;
  padding: 3rem 1rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
  background-size: cover;
}
.cid-sZvj41AQap .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-sZvj41AQap .card-wrapper {
    padding: 3rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sZvj41AQap .card:hover .card-wrapper:after {
    opacity: 1;
    background: #1873ab;
  }
  .cid-sZvj41AQap .card:hover .icon-wrapper,
  .cid-sZvj41AQap .card:hover .mbr-text {
    opacity: 1;
    transition-delay: 0.1s;
  }
  .cid-sZvj41AQap .card:hover .card-title {
    transform: translateY(0px);
    transition-delay: 0s;
  }
}
@media (max-width: 992px) {
  .cid-sZvj41AQap .card {
    padding-bottom: 1rem !important;
  }
  .cid-sZvj41AQap .card-title {
    transform: translateY(0px);
  }
  .cid-sZvj41AQap .card-wrapper:after {
    opacity: 0.7;
    background: #1873ab;
  }
  .cid-sZvj41AQap .icon-wrapper,
  .cid-sZvj41AQap .mbr-text {
    opacity: 1;
  }
}
.cid-sZvj41AQap .row {
  justify-content: center;
}
.cid-sZvj41AQap .card {
  transform-style: preserve-3d;
  perspective: 800px;
}
.cid-sZvj41AQap .card1 {
  background-image: url("../../../assets/images/img-7512-scaled-p55ls5ppe8bq9306ugxsy8v507ux5fz0tzqsx00kh6-455x305.jpg");
}
.cid-sZvj41AQap .card2 {
  background-image: url("../../../assets/images/img-7493-scaled-p55lrvdhb1xkpdf7iugwoth2gz9vsrtz4kkgmyfwdm-455x305.jpg");
}
.cid-sZvj41AQap .card3 {
  background-image: url("../../../assets/images/86-1-p4s6x377jk7oxwvtrjjobsx62qspjse27sa2522ega-455x305.jpg");
}
.cid-sZvj41AQap .mbr-text,
.cid-sZvj41AQap .card-box {
  text-align: center;
}
.cid-u7N911x96v .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-u7N911x96v .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-u7N911x96v .divider-top::before,
.cid-u7N911x96v .divider-bottom::before,
.cid-u7N911x96v .divider-top::after,
.cid-u7N911x96v .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-u7N911x96v .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-u7N911x96v .divider-triangles::before {
  top: -50px;
}
.cid-u7N911x96v .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-u7N911x96v .divider-halfcircle::before {
  top: -50px;
}
.cid-u7N911x96v .divider-multitriangles::before,
.cid-u7N911x96v .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-u7N911x96v .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-rArWIuB3C5 {
  padding-top: 600px;
  background-image: url("../../../assets/images/laden-lossen-boekhorst-trading-2000x1500.jpg");
}
.cid-sWtATyQC7s {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-sWtATyQC7s .widget-title {
  color: #ffffff;
  margin-bottom: 30px;
}
.cid-sWtATyQC7s .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #1873ab;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sWtATyQC7s .mbr-text {
  color: #343434;
}
.cid-sWtATyQC7s .phone-word {
  color: #279e64;
}
.cid-sWtATyQC7s .text-link {
  transition: all 0.3s ease-in;
}
.cid-sWtATyQC7s .text-link:hover {
  color: #279e64 !important;
}
.cid-sWtATyQC7s img {
  height: 100px;
  padding-right: 8px;
}
.cid-sWtATyQC7s .img1 {
  color: #279e64;
}
.cid-sWtATyQC7s .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-sWtATyQC7s .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sWtATyQC7s .content .link-wrap {
  color: red;
}
.cid-sWtATyQC7s .content .date-wrap {
  color: #ffffff;
}
.cid-sWtATyQC7s .item,
.cid-sWtATyQC7s .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sWtATyQC7s .item h4,
.cid-sWtATyQC7s .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sWtATyQC7s .link {
  transition: all 0.3s ease-in;
}
.cid-sWtATyQC7s .link .card-img {
  padding-bottom: 3px;
}
.cid-sWtATyQC7s .link:hover .card-img span {
  color: #279e64;
}
.cid-sWtATyQC7s .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-sWtATyQC7s .item .card-img {
  width: auto;
}
.cid-sWtATyQC7s .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-sWtATyQC7s .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-sWtATyQC7s h5 {
    text-align: left !important;
  }
  .cid-sWtATyQC7s .line-wrap {
    text-align: left !important;
  }
}
.cid-sWtATyQC7s .item-title {
  color: #343434;
  transition: all 0.3s ease-in;
}
.cid-sWtATyQC7s .item-title:hover {
  color: #279e64;
}
.cid-sWtATyQC7s .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-sWtATyQC7s .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-sWtATyQC7s .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-sWtATyQC7s .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #ffffff !important;
  box-shadow: none !important;
}
.cid-sWtATyQC7s .btn[class*="-outline"]:active,
.cid-sWtATyQC7s .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sWtATyQC7s .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-sWtATyQC7s .list .list-item:last-child {
  margin-top: 10px;
}
.cid-sWtATyQC7s .pre-form {
  color: #ff3366;
}
.cid-sWtATyQC7s .form-group,
.cid-sWtATyQC7s .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sWtATyQC7s .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-sWtATyQC7s .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sWtATyQC7s .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sWtATyQC7s .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sWtATyQC7s .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sWtATyQC7s .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-sWtATyQC7s .form-group .mbr-iconfont {
  color: #1873ab;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-sWtATyQC7s .dragArea {
  flex-direction: column;
}
.cid-sWtATyQC7s .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-sWtATyQC7s .widget-title,
.cid-sWtATyQC7s .line-wrap {
  color: #1873ab;
}
.cid-sWtATyQC7s .pre-form,
.cid-sWtATyQC7s .mbr-text {
  color: #343434;
}
.cid-sWtZ5DlUWN {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #343434;
}
.cid-sWtZ5DlUWN .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sZtXsr0BUm {
  padding-top: 30px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
.cid-sZtXsr0BUm .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sZtXsr0BUm .container-fluid {
  padding: 0 !important;
}
.cid-sZtXsr0BUm .google-map {
  height: 300px;
  position: relative;
  margin-bottom: 65px;
}
.cid-sZtXsr0BUm .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sZtXsr0BUm .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sZtXsr0BUm .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sZtXsr0BUm .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sZtXsr0BUm .wrapper {
  margin-bottom: 50px;
}
.cid-sZtXsr0BUm .mbr-section-title {
  margin-bottom: 0;
}
.cid-sZtXsr0BUm .mbr-text {
  color: #919dab;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-sZtXsr0BUm .subscribe__form {
  margin-top: 30px;
}
.cid-sZtXsr0BUm .form-group {
  margin-bottom: 0;
}
.cid-sZtXsr0BUm .dragArea .form-control {
  color: #222222;
  margin-bottom: 35px;
  border: 2px solid #0771b9 !important;
  font-weight: 700;
  padding: 0 25px;
  height: 50px;
  font-size: 18px;
  border-radius: 30px;
  background-color: #ffffff !important;
}
.cid-sZtXsr0BUm .dragArea textarea {
  height: 170px !important;
  border-radius: 10px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  resize: none;
}
.cid-sZtXsr0BUm .dragArea input::placeholder {
  color: #222222;
  opacity: .6;
}
.cid-sZtXsr0BUm .dragArea textarea::placeholder {
  color: #222222;
  opacity: .6;
}
.cid-sZtXsr0BUm .dragArea .form-control-label {
  margin-bottom: 10px;
  font-weight: 500;
}
.cid-sZtXsr0BUm .dragArea .input-group-btn .btn {
  width: 100%;
  margin: 35px 0 0;
  font-weight: 500;
  height: 50px;
}
@media (max-width: 991px) {
  .cid-sZtXsr0BUm .dragArea .input-group-btn .btn {
    margin-top: 0;
  }
}
.cid-sZtXsr0BUm .title__right {
  margin-bottom: 0;
  margin-bottom: 40px;
}
.cid-sZtXsr0BUm .text__right {
  margin: 20px 0 40px;
  color: #919dab;
}
.cid-sZtXsr0BUm .tel {
  margin: 10px 0 0;
  font-weight: 500;
  transition: all .25s;
}
.cid-sZtXsr0BUm .tel .mbr-iconfont {
  width: 30px;
  font-size: 18px;
  color: #f7ed4a;
}
.cid-sZtXsr0BUm .tel:hover {
  color: #ff3366;
}
.cid-sZtXsr0BUm .divider {
  width: 100%;
  height: 2px;
  background-color: #ebeaed;
  margin: 50px 0 40px;
}
.cid-sZtXsr0BUm .title__right_social {
  margin-bottom: 20px;
}
.cid-sZtXsr0BUm .socials {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 140px;
}
.cid-sZtXsr0BUm .socials .soc-item {
  margin-bottom: 15px;
  width: 48%;
  padding-right: 20px;
}
.cid-sZtXsr0BUm .socials .mbr-iconfont {
  color: #097eeb;
  margin-right: 15px;
  font-size: 18px;
}
.cid-sZtXsr0BUm .socname {
  transition: all .25s;
  color: #919dab;
}
.cid-sZtXsr0BUm .socname:hover {
  color: #5d6a79;
}
.cid-t0OIzUbkCG {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-t0OIzUbkCG .widget-title {
  color: #ffffff;
  margin-bottom: 30px;
}
.cid-t0OIzUbkCG .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #1873ab;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-t0OIzUbkCG .mbr-text {
  color: #343434;
}
.cid-t0OIzUbkCG .phone-word {
  color: #279e64;
}
.cid-t0OIzUbkCG .text-link {
  transition: all 0.3s ease-in;
}
.cid-t0OIzUbkCG .text-link:hover {
  color: #279e64 !important;
}
.cid-t0OIzUbkCG img {
  height: 100px;
  padding-right: 8px;
}
.cid-t0OIzUbkCG .img1 {
  color: #279e64;
}
.cid-t0OIzUbkCG .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-t0OIzUbkCG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t0OIzUbkCG .content .link-wrap {
  color: red;
}
.cid-t0OIzUbkCG .content .date-wrap {
  color: #ffffff;
}
.cid-t0OIzUbkCG .item,
.cid-t0OIzUbkCG .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-t0OIzUbkCG .item h4,
.cid-t0OIzUbkCG .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-t0OIzUbkCG .link {
  transition: all 0.3s ease-in;
}
.cid-t0OIzUbkCG .link .card-img {
  padding-bottom: 3px;
}
.cid-t0OIzUbkCG .link:hover .card-img span {
  color: #279e64;
}
.cid-t0OIzUbkCG .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-t0OIzUbkCG .item .card-img {
  width: auto;
}
.cid-t0OIzUbkCG .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-t0OIzUbkCG .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-t0OIzUbkCG h5 {
    text-align: left !important;
  }
  .cid-t0OIzUbkCG .line-wrap {
    text-align: left !important;
  }
}
.cid-t0OIzUbkCG .item-title {
  color: #343434;
  transition: all 0.3s ease-in;
}
.cid-t0OIzUbkCG .item-title:hover {
  color: #279e64;
}
.cid-t0OIzUbkCG .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-t0OIzUbkCG .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-t0OIzUbkCG .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-t0OIzUbkCG .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #ffffff !important;
  box-shadow: none !important;
}
.cid-t0OIzUbkCG .btn[class*="-outline"]:active,
.cid-t0OIzUbkCG .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-t0OIzUbkCG .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-t0OIzUbkCG .list .list-item:last-child {
  margin-top: 10px;
}
.cid-t0OIzUbkCG .pre-form {
  color: #ff3366;
}
.cid-t0OIzUbkCG .form-group,
.cid-t0OIzUbkCG .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-t0OIzUbkCG .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-t0OIzUbkCG .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-t0OIzUbkCG .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-t0OIzUbkCG .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-t0OIzUbkCG .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-t0OIzUbkCG .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-t0OIzUbkCG .form-group .mbr-iconfont {
  color: #1873ab;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-t0OIzUbkCG .dragArea {
  flex-direction: column;
}
.cid-t0OIzUbkCG .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-t0OIzUbkCG .widget-title,
.cid-t0OIzUbkCG .line-wrap {
  color: #1873ab;
}
.cid-t0OIzUbkCG .pre-form,
.cid-t0OIzUbkCG .mbr-text {
  color: #343434;
}
.cid-sWtZ5DlUWN {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #343434;
}
.cid-sWtZ5DlUWN .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sXw28FbKYZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 106px;
}
.cid-sXw28FbKYZ nav.navbar {
  position: fixed;
}
.cid-sXw28FbKYZ .dropdown-menu {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-sXw28FbKYZ .navbar:not(.collapsed) .dropdown-item {
    border-bottom: 1px solid #e6e6e6;
  }
  .cid-sXw28FbKYZ .navbar:not(.collapsed) .dropdown-item:last-child {
    border: 0;
  }
}
.cid-sXw28FbKYZ .nav-dropdown .link {
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
}
.cid-sXw28FbKYZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sXw28FbKYZ .nav-link,
.cid-sXw28FbKYZ .dropdown-item {
  font-weight: 700;
}
.cid-sXw28FbKYZ .nav-link {
  position: relative;
  background-size: 100% 0% !important;
  background-position: 0 70% !important;
  transition: background-size 0.2s ease-in !important;
  background-image: linear-gradient(120deg, #ffffff 0%, #ffffff 100%) !important;
}
.cid-sXw28FbKYZ .nav-link:hover {
  background-size: 100% 80% !important;
  opacity: 1;
  transition: background-size 0.2s ease-in !important;
}
.cid-sXw28FbKYZ .container {
  display: flex;
  margin: auto;
}
.cid-sXw28FbKYZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sXw28FbKYZ .navbar-caption,
.cid-sXw28FbKYZ .dropdown-item {
  background-image: none;
}
.cid-sXw28FbKYZ .dropdown-menu,
.cid-sXw28FbKYZ .navbar.opened {
  background: #ffffff !important;
}
.cid-sXw28FbKYZ .nav-item:focus,
.cid-sXw28FbKYZ .nav-link:focus {
  outline: none;
}
.cid-sXw28FbKYZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
}
.cid-sXw28FbKYZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sXw28FbKYZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sXw28FbKYZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sXw28FbKYZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sXw28FbKYZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sXw28FbKYZ .navbar {
  min-height: 106px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sXw28FbKYZ .navbar.opened {
  transition: all 0.3s;
}
.cid-sXw28FbKYZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sXw28FbKYZ .navbar .navbar-logo img {
  width: auto;
}
.cid-sXw28FbKYZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sXw28FbKYZ .navbar.collapsed {
  justify-content: center;
}
.cid-sXw28FbKYZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sXw28FbKYZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sXw28FbKYZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-sXw28FbKYZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sXw28FbKYZ .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-sXw28FbKYZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sXw28FbKYZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sXw28FbKYZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sXw28FbKYZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sXw28FbKYZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sXw28FbKYZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sXw28FbKYZ .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-sXw28FbKYZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sXw28FbKYZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sXw28FbKYZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sXw28FbKYZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sXw28FbKYZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sXw28FbKYZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sXw28FbKYZ .navbar.navbar-short {
  min-height: 106px;
}
.cid-sXw28FbKYZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sXw28FbKYZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sXw28FbKYZ .navbar-brand {
  min-height: 106px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sXw28FbKYZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sXw28FbKYZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sXw28FbKYZ .dropdown-item.active,
.cid-sXw28FbKYZ .dropdown-item:active {
  background-color: transparent;
}
.cid-sXw28FbKYZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sXw28FbKYZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sXw28FbKYZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sXw28FbKYZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sXw28FbKYZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sXw28FbKYZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sXw28FbKYZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sXw28FbKYZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sXw28FbKYZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sXw28FbKYZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sXw28FbKYZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sXw28FbKYZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXw28FbKYZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXw28FbKYZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sXw28FbKYZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXw28FbKYZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sXw28FbKYZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sXw28FbKYZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXw28FbKYZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sXw28FbKYZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sXw28FbKYZ .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-sXw28FbKYZ .navbar {
    height: 70px;
  }
  .cid-sXw28FbKYZ .navbar.opened {
    height: auto;
  }
  .cid-sXw28FbKYZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXw28FbKYZ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sXw28FbKYZ .nav-item a {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sXw28FbKYZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 106px;
}
.cid-sXw28FbKYZ nav.navbar {
  position: fixed;
}
.cid-sXw28FbKYZ .dropdown-menu {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-sXw28FbKYZ .navbar:not(.collapsed) .dropdown-item {
    border-bottom: 1px solid #e6e6e6;
  }
  .cid-sXw28FbKYZ .navbar:not(.collapsed) .dropdown-item:last-child {
    border: 0;
  }
}
.cid-sXw28FbKYZ .nav-dropdown .link {
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
}
.cid-sXw28FbKYZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sXw28FbKYZ .nav-link,
.cid-sXw28FbKYZ .dropdown-item {
  font-weight: 700;
}
.cid-sXw28FbKYZ .nav-link {
  position: relative;
  background-size: 100% 0% !important;
  background-position: 0 70% !important;
  transition: background-size 0.2s ease-in !important;
  background-image: linear-gradient(120deg, #ffffff 0%, #ffffff 100%) !important;
}
.cid-sXw28FbKYZ .nav-link:hover {
  background-size: 100% 80% !important;
  opacity: 1;
  transition: background-size 0.2s ease-in !important;
}
.cid-sXw28FbKYZ .container {
  display: flex;
  margin: auto;
}
.cid-sXw28FbKYZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sXw28FbKYZ .navbar-caption,
.cid-sXw28FbKYZ .dropdown-item {
  background-image: none;
}
.cid-sXw28FbKYZ .dropdown-menu,
.cid-sXw28FbKYZ .navbar.opened {
  background: #ffffff !important;
}
.cid-sXw28FbKYZ .nav-item:focus,
.cid-sXw28FbKYZ .nav-link:focus {
  outline: none;
}
.cid-sXw28FbKYZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
}
.cid-sXw28FbKYZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sXw28FbKYZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sXw28FbKYZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sXw28FbKYZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sXw28FbKYZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sXw28FbKYZ .navbar {
  min-height: 106px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sXw28FbKYZ .navbar.opened {
  transition: all 0.3s;
}
.cid-sXw28FbKYZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sXw28FbKYZ .navbar .navbar-logo img {
  width: auto;
}
.cid-sXw28FbKYZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sXw28FbKYZ .navbar.collapsed {
  justify-content: center;
}
.cid-sXw28FbKYZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sXw28FbKYZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sXw28FbKYZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-sXw28FbKYZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sXw28FbKYZ .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-sXw28FbKYZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sXw28FbKYZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sXw28FbKYZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sXw28FbKYZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sXw28FbKYZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sXw28FbKYZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sXw28FbKYZ .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-sXw28FbKYZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sXw28FbKYZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sXw28FbKYZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sXw28FbKYZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sXw28FbKYZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sXw28FbKYZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sXw28FbKYZ .navbar.navbar-short {
  min-height: 106px;
}
.cid-sXw28FbKYZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sXw28FbKYZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sXw28FbKYZ .navbar-brand {
  min-height: 106px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sXw28FbKYZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sXw28FbKYZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sXw28FbKYZ .dropdown-item.active,
.cid-sXw28FbKYZ .dropdown-item:active {
  background-color: transparent;
}
.cid-sXw28FbKYZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sXw28FbKYZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sXw28FbKYZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sXw28FbKYZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sXw28FbKYZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sXw28FbKYZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sXw28FbKYZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sXw28FbKYZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sXw28FbKYZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sXw28FbKYZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sXw28FbKYZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sXw28FbKYZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXw28FbKYZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXw28FbKYZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sXw28FbKYZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXw28FbKYZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sXw28FbKYZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sXw28FbKYZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXw28FbKYZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sXw28FbKYZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sXw28FbKYZ .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-sXw28FbKYZ .navbar {
    height: 70px;
  }
  .cid-sXw28FbKYZ .navbar.opened {
    height: auto;
  }
  .cid-sXw28FbKYZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXw28FbKYZ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sXw28FbKYZ .nav-item a {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sXw8J83NOo {
  padding-top: 180px;
  padding-bottom: 105px;
}
.cid-sXw8J83NOo h3 {
  position: relative;
}
.cid-sXw8J83NOo h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-sXw8J83NOo svg {
  position: absolute;
  bottom: -30px;
  left: 0;
  transform: scaleY(-1);
}
.cid-sXw8J83NOo g rect {
  fill: #ffffff;
}
.cid-sXw18Vws7N {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sXw18Vws7N img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sXw18Vws7N H1 {
  color: #222222;
  text-align: center;
}
.cid-sXw18Vws7N .mbr-text,
.cid-sXw18Vws7N .mbr-section-btn {
  color: #716c80;
}
.cid-sXw18Vws7N H3 {
  color: #716c80;
}
.cid-sXw18Vws7N .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sXw18Vws7N .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-sXw18Vws7N .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-sXw18Vws7N .link:hover {
  color: #ffffff !important;
}
.cid-sXw18Vws7N .link:hover .link-ico {
  color: #ffffff !important;
  padding-left: 10px;
}
.cid-sXw18Vws7N DIV {
  color: #57468b;
}
.cid-sXw18Vws7N .mbr-text,
.cid-sXw18Vws7N .media-content {
  text-align: center;
}
.cid-sXvS07iZo3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sXvS07iZo3 .container-fluid {
  padding: 0 3rem;
}
.cid-sXvS07iZo3 .media-container-column {
  padding: 0 2rem;
}
.cid-sXvS07iZo3 .mbr-section-title {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .cid-sXvS07iZo3 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-sXvRR4B9Gp {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sZvmhqHP0I {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sZvmhqHP0I .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
  min-height: 220px;
}
.cid-sZvmhqHP0I .icon-align-wrapper {
  display: inline-block;
}
.cid-sZvmhqHP0I .card-title {
  transform: translateY(200px);
  transition: all 0.3s;
  transition-delay: 0.1s;
}
.cid-sZvmhqHP0I .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  opacity: 0;
  cursor: pointer;
  transition: all 0.3s;
}
.cid-sZvmhqHP0I .mbr-text {
  opacity: 0;
  transition: all 0.3s;
}
.cid-sZvmhqHP0I .link-icon {
  display: inline-block;
  color: #000000;
  font-size: 1rem;
  cursor: pointer;
  justify-content: center;
}
.cid-sZvmhqHP0I .card-wrapper {
  transition: all 0.6s;
  display: flex;
  justify-content: center;
  padding: 3rem 1rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
  background-size: cover;
}
.cid-sZvmhqHP0I .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-sZvmhqHP0I .card-wrapper {
    padding: 3rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sZvmhqHP0I .card:hover .card-wrapper:after {
    opacity: 1;
    background: #1873ab;
  }
  .cid-sZvmhqHP0I .card:hover .icon-wrapper,
  .cid-sZvmhqHP0I .card:hover .mbr-text {
    opacity: 1;
    transition-delay: 0.1s;
  }
  .cid-sZvmhqHP0I .card:hover .card-title {
    transform: translateY(0px);
    transition-delay: 0s;
  }
}
@media (max-width: 992px) {
  .cid-sZvmhqHP0I .card {
    padding-bottom: 1rem !important;
  }
  .cid-sZvmhqHP0I .card-title {
    transform: translateY(0px);
  }
  .cid-sZvmhqHP0I .card-wrapper:after {
    opacity: 0.7;
    background: #1873ab;
  }
  .cid-sZvmhqHP0I .icon-wrapper,
  .cid-sZvmhqHP0I .mbr-text {
    opacity: 1;
  }
}
.cid-sZvmhqHP0I .row {
  justify-content: center;
}
.cid-sZvmhqHP0I .card {
  transform-style: preserve-3d;
  perspective: 800px;
}
.cid-sZvmhqHP0I .card1 {
  background-image: url("../../../assets/images/129164581-161418549049738-1512308469655424468-n-p4s6v004ctcr53x1yn1isbwajx3cg03j9g37qx5wa2-455x305-455x305.jpg");
}
.cid-sZvmhqHP0I .card2 {
  background-image: url("../../../assets/images/d8031628-af62-4a74-9db1-fc115b0e5930-p57hchosjk07j7wmqcy5myefnx78h15xkx6gqrkl9m-455x305.jpg");
}
.cid-sZvmhqHP0I .card3 {
  background-image: url("../../../assets/images/6bc457b5-6b26-4124-9cd2-bea7d723ad11-p57hcev9z1wcke0q6tq9xh41vrl4txuqkj80axorsa-455x305.jpg");
}
.cid-sZvmhqHP0I .mbr-text,
.cid-sZvmhqHP0I .card-box {
  text-align: center;
}
.cid-sZvmhWjL1u {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sZvmhWjL1u .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
  min-height: 220px;
}
.cid-sZvmhWjL1u .icon-align-wrapper {
  display: inline-block;
}
.cid-sZvmhWjL1u .card-title {
  transform: translateY(200px);
  transition: all 0.3s;
  transition-delay: 0.1s;
}
.cid-sZvmhWjL1u .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  opacity: 0;
  cursor: pointer;
  transition: all 0.3s;
}
.cid-sZvmhWjL1u .mbr-text {
  opacity: 0;
  transition: all 0.3s;
}
.cid-sZvmhWjL1u .link-icon {
  display: inline-block;
  color: #000000;
  font-size: 1rem;
  cursor: pointer;
  justify-content: center;
}
.cid-sZvmhWjL1u .card-wrapper {
  transition: all 0.6s;
  display: flex;
  justify-content: center;
  padding: 3rem 1rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
  background-size: cover;
}
.cid-sZvmhWjL1u .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-sZvmhWjL1u .card-wrapper {
    padding: 3rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sZvmhWjL1u .card:hover .card-wrapper:after {
    opacity: 1;
    background: #1873ab;
  }
  .cid-sZvmhWjL1u .card:hover .icon-wrapper,
  .cid-sZvmhWjL1u .card:hover .mbr-text {
    opacity: 1;
    transition-delay: 0.1s;
  }
  .cid-sZvmhWjL1u .card:hover .card-title {
    transform: translateY(0px);
    transition-delay: 0s;
  }
}
@media (max-width: 992px) {
  .cid-sZvmhWjL1u .card {
    padding-bottom: 1rem !important;
  }
  .cid-sZvmhWjL1u .card-title {
    transform: translateY(0px);
  }
  .cid-sZvmhWjL1u .card-wrapper:after {
    opacity: 0.7;
    background: #1873ab;
  }
  .cid-sZvmhWjL1u .icon-wrapper,
  .cid-sZvmhWjL1u .mbr-text {
    opacity: 1;
  }
}
.cid-sZvmhWjL1u .row {
  justify-content: center;
}
.cid-sZvmhWjL1u .card {
  transform-style: preserve-3d;
  perspective: 800px;
}
.cid-sZvmhWjL1u .card1 {
  background-image: url("../../../assets/images/129837291-161412519050341-4427834889592589571-o-ozgx6qair0h5gbnezstp1k90e53u95qa083zi3n3ca-455x305.jpg");
}
.cid-sZvmhWjL1u .card2 {
  background-image: url("../../../assets/images/129719187-161421332382793-5614994983286922750-o-p4s6syopjqkdzivjurcmduec7v4prm0gzd7cbc6lre-455x305.jpg");
}
.cid-sZvmhWjL1u .card3 {
  background-image: url("../../../assets/images/img-4909-2-scaled-p55loqkuixn605z1thpodlxr6qpu53e6p2a71r354a-455x305.jpg");
}
.cid-sZvmhWjL1u .mbr-text,
.cid-sZvmhWjL1u .card-box {
  text-align: center;
}
.cid-sZvmisZvnV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sZvmisZvnV .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
  min-height: 220px;
}
.cid-sZvmisZvnV .icon-align-wrapper {
  display: inline-block;
}
.cid-sZvmisZvnV .card-title {
  transform: translateY(200px);
  transition: all 0.3s;
  transition-delay: 0.1s;
}
.cid-sZvmisZvnV .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  opacity: 0;
  cursor: pointer;
  transition: all 0.3s;
}
.cid-sZvmisZvnV .mbr-text {
  opacity: 0;
  transition: all 0.3s;
}
.cid-sZvmisZvnV .link-icon {
  display: inline-block;
  color: #000000;
  font-size: 1rem;
  cursor: pointer;
  justify-content: center;
}
.cid-sZvmisZvnV .card-wrapper {
  transition: all 0.6s;
  display: flex;
  justify-content: center;
  padding: 3rem 1rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
  background-size: cover;
}
.cid-sZvmisZvnV .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-sZvmisZvnV .card-wrapper {
    padding: 3rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sZvmisZvnV .card:hover .card-wrapper:after {
    opacity: 1;
    background: #1873ab;
  }
  .cid-sZvmisZvnV .card:hover .icon-wrapper,
  .cid-sZvmisZvnV .card:hover .mbr-text {
    opacity: 1;
    transition-delay: 0.1s;
  }
  .cid-sZvmisZvnV .card:hover .card-title {
    transform: translateY(0px);
    transition-delay: 0s;
  }
}
@media (max-width: 992px) {
  .cid-sZvmisZvnV .card {
    padding-bottom: 1rem !important;
  }
  .cid-sZvmisZvnV .card-title {
    transform: translateY(0px);
  }
  .cid-sZvmisZvnV .card-wrapper:after {
    opacity: 0.7;
    background: #1873ab;
  }
  .cid-sZvmisZvnV .icon-wrapper,
  .cid-sZvmisZvnV .mbr-text {
    opacity: 1;
  }
}
.cid-sZvmisZvnV .row {
  justify-content: center;
}
.cid-sZvmisZvnV .card {
  transform-style: preserve-3d;
  perspective: 800px;
}
.cid-sZvmisZvnV .card1 {
  background-image: url("../../../assets/images/img-7512-scaled-p55ls5ppe8bq9306ugxsy8v507ux5fz0tzqsx00kh6-455x305.jpg");
}
.cid-sZvmisZvnV .card2 {
  background-image: url("../../../assets/images/img-7493-scaled-p55lrvdhb1xkpdf7iugwoth2gz9vsrtz4kkgmyfwdm-455x305.jpg");
}
.cid-sZvmisZvnV .card3 {
  background-image: url("../../../assets/images/86-1-p4s6x377jk7oxwvtrjjobsx62qspjse27sa2522ega-455x305.jpg");
}
.cid-sZvmisZvnV .mbr-text,
.cid-sZvmisZvnV .card-box {
  text-align: center;
}
#custom-html-2t {
  /* Type valid CSS here */
}
#custom-html-2t div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2t p {
  font-size: 60px;
  color: #777;
}
.cid-t0OIFbmuy1 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-t0OIFbmuy1 .widget-title {
  color: #ffffff;
  margin-bottom: 30px;
}
.cid-t0OIFbmuy1 .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #1873ab;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-t0OIFbmuy1 .mbr-text {
  color: #343434;
}
.cid-t0OIFbmuy1 .phone-word {
  color: #279e64;
}
.cid-t0OIFbmuy1 .text-link {
  transition: all 0.3s ease-in;
}
.cid-t0OIFbmuy1 .text-link:hover {
  color: #279e64 !important;
}
.cid-t0OIFbmuy1 img {
  height: 100px;
  padding-right: 8px;
}
.cid-t0OIFbmuy1 .img1 {
  color: #279e64;
}
.cid-t0OIFbmuy1 .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-t0OIFbmuy1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t0OIFbmuy1 .content .link-wrap {
  color: red;
}
.cid-t0OIFbmuy1 .content .date-wrap {
  color: #ffffff;
}
.cid-t0OIFbmuy1 .item,
.cid-t0OIFbmuy1 .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-t0OIFbmuy1 .item h4,
.cid-t0OIFbmuy1 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-t0OIFbmuy1 .link {
  transition: all 0.3s ease-in;
}
.cid-t0OIFbmuy1 .link .card-img {
  padding-bottom: 3px;
}
.cid-t0OIFbmuy1 .link:hover .card-img span {
  color: #279e64;
}
.cid-t0OIFbmuy1 .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-t0OIFbmuy1 .item .card-img {
  width: auto;
}
.cid-t0OIFbmuy1 .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-t0OIFbmuy1 .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-t0OIFbmuy1 h5 {
    text-align: left !important;
  }
  .cid-t0OIFbmuy1 .line-wrap {
    text-align: left !important;
  }
}
.cid-t0OIFbmuy1 .item-title {
  color: #343434;
  transition: all 0.3s ease-in;
}
.cid-t0OIFbmuy1 .item-title:hover {
  color: #279e64;
}
.cid-t0OIFbmuy1 .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-t0OIFbmuy1 .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-t0OIFbmuy1 .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-t0OIFbmuy1 .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #ffffff !important;
  box-shadow: none !important;
}
.cid-t0OIFbmuy1 .btn[class*="-outline"]:active,
.cid-t0OIFbmuy1 .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-t0OIFbmuy1 .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-t0OIFbmuy1 .list .list-item:last-child {
  margin-top: 10px;
}
.cid-t0OIFbmuy1 .pre-form {
  color: #ff3366;
}
.cid-t0OIFbmuy1 .form-group,
.cid-t0OIFbmuy1 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-t0OIFbmuy1 .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-t0OIFbmuy1 .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-t0OIFbmuy1 .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-t0OIFbmuy1 .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-t0OIFbmuy1 .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-t0OIFbmuy1 .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-t0OIFbmuy1 .form-group .mbr-iconfont {
  color: #1873ab;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-t0OIFbmuy1 .dragArea {
  flex-direction: column;
}
.cid-t0OIFbmuy1 .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-t0OIFbmuy1 .widget-title,
.cid-t0OIFbmuy1 .line-wrap {
  color: #1873ab;
}
.cid-t0OIFbmuy1 .pre-form,
.cid-t0OIFbmuy1 .mbr-text {
  color: #343434;
}
.cid-sWtZ5DlUWN {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #343434;
}
.cid-sWtZ5DlUWN .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-t0l8EeNk3y {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 106px;
}
.cid-t0l8EeNk3y nav.navbar {
  position: fixed;
}
.cid-t0l8EeNk3y .dropdown-menu {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-t0l8EeNk3y .navbar:not(.collapsed) .dropdown-item {
    border-bottom: 1px solid #e6e6e6;
  }
  .cid-t0l8EeNk3y .navbar:not(.collapsed) .dropdown-item:last-child {
    border: 0;
  }
}
.cid-t0l8EeNk3y .nav-dropdown .link {
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
}
.cid-t0l8EeNk3y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t0l8EeNk3y .nav-link,
.cid-t0l8EeNk3y .dropdown-item {
  font-weight: 700;
}
.cid-t0l8EeNk3y .nav-link {
  position: relative;
  background-size: 100% 0% !important;
  background-position: 0 70% !important;
  transition: background-size 0.2s ease-in !important;
  background-image: linear-gradient(120deg, #ffffff 0%, #ffffff 100%) !important;
}
.cid-t0l8EeNk3y .nav-link:hover {
  background-size: 100% 80% !important;
  opacity: 1;
  transition: background-size 0.2s ease-in !important;
}
.cid-t0l8EeNk3y .container {
  display: flex;
  margin: auto;
}
.cid-t0l8EeNk3y .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t0l8EeNk3y .navbar-caption,
.cid-t0l8EeNk3y .dropdown-item {
  background-image: none;
}
.cid-t0l8EeNk3y .dropdown-menu,
.cid-t0l8EeNk3y .navbar.opened {
  background: #ffffff !important;
}
.cid-t0l8EeNk3y .nav-item:focus,
.cid-t0l8EeNk3y .nav-link:focus {
  outline: none;
}
.cid-t0l8EeNk3y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
}
.cid-t0l8EeNk3y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t0l8EeNk3y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t0l8EeNk3y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0l8EeNk3y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0l8EeNk3y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0l8EeNk3y .navbar {
  min-height: 106px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-t0l8EeNk3y .navbar.opened {
  transition: all 0.3s;
}
.cid-t0l8EeNk3y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t0l8EeNk3y .navbar .navbar-logo img {
  width: auto;
}
.cid-t0l8EeNk3y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t0l8EeNk3y .navbar.collapsed {
  justify-content: center;
}
.cid-t0l8EeNk3y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t0l8EeNk3y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t0l8EeNk3y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-t0l8EeNk3y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t0l8EeNk3y .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-t0l8EeNk3y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t0l8EeNk3y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t0l8EeNk3y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t0l8EeNk3y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t0l8EeNk3y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0l8EeNk3y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0l8EeNk3y .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-t0l8EeNk3y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t0l8EeNk3y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t0l8EeNk3y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0l8EeNk3y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t0l8EeNk3y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t0l8EeNk3y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t0l8EeNk3y .navbar.navbar-short {
  min-height: 106px;
}
.cid-t0l8EeNk3y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t0l8EeNk3y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t0l8EeNk3y .navbar-brand {
  min-height: 106px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t0l8EeNk3y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t0l8EeNk3y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0l8EeNk3y .dropdown-item.active,
.cid-t0l8EeNk3y .dropdown-item:active {
  background-color: transparent;
}
.cid-t0l8EeNk3y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0l8EeNk3y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0l8EeNk3y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0l8EeNk3y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t0l8EeNk3y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0l8EeNk3y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0l8EeNk3y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t0l8EeNk3y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t0l8EeNk3y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t0l8EeNk3y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t0l8EeNk3y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t0l8EeNk3y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0l8EeNk3y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0l8EeNk3y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t0l8EeNk3y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0l8EeNk3y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t0l8EeNk3y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t0l8EeNk3y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0l8EeNk3y .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t0l8EeNk3y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t0l8EeNk3y .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-t0l8EeNk3y .navbar {
    height: 70px;
  }
  .cid-t0l8EeNk3y .navbar.opened {
    height: auto;
  }
  .cid-t0l8EeNk3y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0l8EeNk3y .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t0l8EeNk3y .nav-item a {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t0l6ZLLQ6G {
  padding-top: 180px;
  padding-bottom: 105px;
}
.cid-t0l6ZLLQ6G h3 {
  position: relative;
}
.cid-t0l6ZLLQ6G h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-t0l6ZLLQ6G svg {
  position: absolute;
  bottom: -30px;
  left: 0;
  transform: scaleY(-1);
}
.cid-t0l6ZLLQ6G g rect {
  fill: #ffffff;
}
.cid-t0l77bfF66 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t0l77bfF66 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-t0l77bfF66 H1 {
  color: #222222;
  text-align: center;
}
.cid-t0l77bfF66 .mbr-text,
.cid-t0l77bfF66 .mbr-section-btn {
  color: #716c80;
}
.cid-t0l77bfF66 H3 {
  color: #716c80;
}
.cid-t0l77bfF66 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-t0l77bfF66 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-t0l77bfF66 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-t0l77bfF66 .link:hover {
  color: #ffffff !important;
}
.cid-t0l77bfF66 .link:hover .link-ico {
  color: #ffffff !important;
  padding-left: 10px;
}
.cid-t0l77bfF66 DIV {
  color: #57468b;
}
.cid-t0l77bfF66 .mbr-text,
.cid-t0l77bfF66 .media-content {
  text-align: center;
}
.cid-t15CRbg5ub {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t0l7807IAD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t0l7807IAD .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
  min-height: 220px;
}
.cid-t0l7807IAD .icon-align-wrapper {
  display: inline-block;
}
.cid-t0l7807IAD .card-title {
  transform: translateY(200px);
  transition: all 0.3s;
  transition-delay: 0.1s;
}
.cid-t0l7807IAD .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  opacity: 0;
  cursor: pointer;
  transition: all 0.3s;
}
.cid-t0l7807IAD .mbr-text {
  opacity: 0;
  transition: all 0.3s;
}
.cid-t0l7807IAD .link-icon {
  display: inline-block;
  color: #000000;
  font-size: 1rem;
  cursor: pointer;
  justify-content: center;
}
.cid-t0l7807IAD .card-wrapper {
  transition: all 0.6s;
  display: flex;
  justify-content: center;
  padding: 3rem 1rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
  background-size: cover;
}
.cid-t0l7807IAD .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-t0l7807IAD .card-wrapper {
    padding: 3rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t0l7807IAD .card:hover .card-wrapper:after {
    opacity: 1;
    background: #1873ab;
  }
  .cid-t0l7807IAD .card:hover .icon-wrapper,
  .cid-t0l7807IAD .card:hover .mbr-text {
    opacity: 1;
    transition-delay: 0.1s;
  }
  .cid-t0l7807IAD .card:hover .card-title {
    transform: translateY(0px);
    transition-delay: 0s;
  }
}
@media (max-width: 992px) {
  .cid-t0l7807IAD .card {
    padding-bottom: 1rem !important;
  }
  .cid-t0l7807IAD .card-title {
    transform: translateY(0px);
  }
  .cid-t0l7807IAD .card-wrapper:after {
    opacity: 0.7;
    background: #1873ab;
  }
  .cid-t0l7807IAD .icon-wrapper,
  .cid-t0l7807IAD .mbr-text {
    opacity: 1;
  }
}
.cid-t0l7807IAD .row {
  justify-content: center;
}
.cid-t0l7807IAD .card {
  transform-style: preserve-3d;
  perspective: 800px;
}
.cid-t0l7807IAD .card1 {
  background-image: url("../../../assets/images/129164581-161418549049738-1512308469655424468-n-p4s6v004ctcr53x1yn1isbwajx3cg03j9g37qx5wa2-455x305.jpg");
}
.cid-t0l7807IAD .card2 {
  background-image: url("../../../assets/images/dekboxen-boekhorst-trading-1600x1200.jpg");
}
.cid-t0l7807IAD .card3 {
  background-image: url("../../../assets/images/img-9853-2000x1500.jpg");
}
.cid-t0l7807IAD .mbr-text,
.cid-t0l7807IAD .card-box {
  text-align: center;
}
.cid-t0l78PFdQh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t0l78PFdQh .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
  min-height: 220px;
}
.cid-t0l78PFdQh .icon-align-wrapper {
  display: inline-block;
}
.cid-t0l78PFdQh .card-title {
  transform: translateY(200px);
  transition: all 0.3s;
  transition-delay: 0.1s;
}
.cid-t0l78PFdQh .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  opacity: 0;
  cursor: pointer;
  transition: all 0.3s;
}
.cid-t0l78PFdQh .mbr-text {
  opacity: 0;
  transition: all 0.3s;
}
.cid-t0l78PFdQh .link-icon {
  display: inline-block;
  color: #000000;
  font-size: 1rem;
  cursor: pointer;
  justify-content: center;
}
.cid-t0l78PFdQh .card-wrapper {
  transition: all 0.6s;
  display: flex;
  justify-content: center;
  padding: 3rem 1rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
  background-size: cover;
}
.cid-t0l78PFdQh .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-t0l78PFdQh .card-wrapper {
    padding: 3rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t0l78PFdQh .card:hover .card-wrapper:after {
    opacity: 1;
    background: #1873ab;
  }
  .cid-t0l78PFdQh .card:hover .icon-wrapper,
  .cid-t0l78PFdQh .card:hover .mbr-text {
    opacity: 1;
    transition-delay: 0.1s;
  }
  .cid-t0l78PFdQh .card:hover .card-title {
    transform: translateY(0px);
    transition-delay: 0s;
  }
}
@media (max-width: 992px) {
  .cid-t0l78PFdQh .card {
    padding-bottom: 1rem !important;
  }
  .cid-t0l78PFdQh .card-title {
    transform: translateY(0px);
  }
  .cid-t0l78PFdQh .card-wrapper:after {
    opacity: 0.7;
    background: #1873ab;
  }
  .cid-t0l78PFdQh .icon-wrapper,
  .cid-t0l78PFdQh .mbr-text {
    opacity: 1;
  }
}
.cid-t0l78PFdQh .row {
  justify-content: center;
}
.cid-t0l78PFdQh .card {
  transform-style: preserve-3d;
  perspective: 800px;
}
.cid-t0l78PFdQh .card1 {
  background-image: url("../../../assets/images/luchtwasser-boekhorst-trading-2000x1500.jpg");
}
.cid-t0l78PFdQh .card2 {
  background-image: url("../../../assets/images/129719187-161421332382793-5614994983286922750-o-p4s6syopjqkdzivjurcmduec7v4prm0gzd7cbc6lre-455x305.jpg");
}
.cid-t0l78PFdQh .card3 {
  background-image: url("../../../assets/images/kunstof-hokken-boekhorst-trading-2000x1500.jpg");
}
.cid-t0l78PFdQh .mbr-text,
.cid-t0l78PFdQh .card-box {
  text-align: center;
}
.cid-t0l79oKnD3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t0l79oKnD3 .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
  min-height: 220px;
}
.cid-t0l79oKnD3 .icon-align-wrapper {
  display: inline-block;
}
.cid-t0l79oKnD3 .card-title {
  transform: translateY(200px);
  transition: all 0.3s;
  transition-delay: 0.1s;
}
.cid-t0l79oKnD3 .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  opacity: 0;
  cursor: pointer;
  transition: all 0.3s;
}
.cid-t0l79oKnD3 .mbr-text {
  opacity: 0;
  transition: all 0.3s;
}
.cid-t0l79oKnD3 .link-icon {
  display: inline-block;
  color: #000000;
  font-size: 1rem;
  cursor: pointer;
  justify-content: center;
}
.cid-t0l79oKnD3 .card-wrapper {
  transition: all 0.6s;
  display: flex;
  justify-content: center;
  padding: 3rem 1rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
  background-size: cover;
}
.cid-t0l79oKnD3 .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-t0l79oKnD3 .card-wrapper {
    padding: 3rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t0l79oKnD3 .card:hover .card-wrapper:after {
    opacity: 1;
    background: #1873ab;
  }
  .cid-t0l79oKnD3 .card:hover .icon-wrapper,
  .cid-t0l79oKnD3 .card:hover .mbr-text {
    opacity: 1;
    transition-delay: 0.1s;
  }
  .cid-t0l79oKnD3 .card:hover .card-title {
    transform: translateY(0px);
    transition-delay: 0s;
  }
}
@media (max-width: 992px) {
  .cid-t0l79oKnD3 .card {
    padding-bottom: 1rem !important;
  }
  .cid-t0l79oKnD3 .card-title {
    transform: translateY(0px);
  }
  .cid-t0l79oKnD3 .card-wrapper:after {
    opacity: 0.7;
    background: #1873ab;
  }
  .cid-t0l79oKnD3 .icon-wrapper,
  .cid-t0l79oKnD3 .mbr-text {
    opacity: 1;
  }
}
.cid-t0l79oKnD3 .row {
  justify-content: center;
}
.cid-t0l79oKnD3 .card {
  transform-style: preserve-3d;
  perspective: 800px;
}
.cid-t0l79oKnD3 .card1 {
  background-image: url("../../../assets/images/img-7512-scaled-p55ls5ppe8bq9306ugxsy8v507ux5fz0tzqsx00kh6-455x305.jpg");
}
.cid-t0l79oKnD3 .card2 {
  background-image: url("../../../assets/images/img-7493-scaled-p55lrvdhb1xkpdf7iugwoth2gz9vsrtz4kkgmyfwdm-455x305.jpg");
}
.cid-t0l79oKnD3 .card3 {
  background-image: url("../../../assets/images/86-1-p4s6x377jk7oxwvtrjjobsx62qspjse27sa2522ega-455x305.jpg");
}
.cid-t0l79oKnD3 .mbr-text,
.cid-t0l79oKnD3 .card-box {
  text-align: center;
}
.cid-t0OJamQJXj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-t0OJamQJXj .widget-title {
  color: #ffffff;
  margin-bottom: 30px;
}
.cid-t0OJamQJXj .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #1873ab;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-t0OJamQJXj .mbr-text {
  color: #343434;
}
.cid-t0OJamQJXj .phone-word {
  color: #279e64;
}
.cid-t0OJamQJXj .text-link {
  transition: all 0.3s ease-in;
}
.cid-t0OJamQJXj .text-link:hover {
  color: #279e64 !important;
}
.cid-t0OJamQJXj img {
  height: 100px;
  padding-right: 8px;
}
.cid-t0OJamQJXj .img1 {
  color: #279e64;
}
.cid-t0OJamQJXj .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-t0OJamQJXj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t0OJamQJXj .content .link-wrap {
  color: red;
}
.cid-t0OJamQJXj .content .date-wrap {
  color: #ffffff;
}
.cid-t0OJamQJXj .item,
.cid-t0OJamQJXj .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-t0OJamQJXj .item h4,
.cid-t0OJamQJXj .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-t0OJamQJXj .link {
  transition: all 0.3s ease-in;
}
.cid-t0OJamQJXj .link .card-img {
  padding-bottom: 3px;
}
.cid-t0OJamQJXj .link:hover .card-img span {
  color: #279e64;
}
.cid-t0OJamQJXj .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-t0OJamQJXj .item .card-img {
  width: auto;
}
.cid-t0OJamQJXj .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-t0OJamQJXj .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-t0OJamQJXj h5 {
    text-align: left !important;
  }
  .cid-t0OJamQJXj .line-wrap {
    text-align: left !important;
  }
}
.cid-t0OJamQJXj .item-title {
  color: #343434;
  transition: all 0.3s ease-in;
}
.cid-t0OJamQJXj .item-title:hover {
  color: #279e64;
}
.cid-t0OJamQJXj .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-t0OJamQJXj .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-t0OJamQJXj .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-t0OJamQJXj .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #ffffff !important;
  box-shadow: none !important;
}
.cid-t0OJamQJXj .btn[class*="-outline"]:active,
.cid-t0OJamQJXj .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-t0OJamQJXj .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-t0OJamQJXj .list .list-item:last-child {
  margin-top: 10px;
}
.cid-t0OJamQJXj .pre-form {
  color: #ff3366;
}
.cid-t0OJamQJXj .form-group,
.cid-t0OJamQJXj .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-t0OJamQJXj .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-t0OJamQJXj .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-t0OJamQJXj .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-t0OJamQJXj .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-t0OJamQJXj .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-t0OJamQJXj .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-t0OJamQJXj .form-group .mbr-iconfont {
  color: #1873ab;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-t0OJamQJXj .dragArea {
  flex-direction: column;
}
.cid-t0OJamQJXj .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-t0OJamQJXj .widget-title,
.cid-t0OJamQJXj .line-wrap {
  color: #1873ab;
  text-align: left;
}
.cid-t0OJamQJXj .pre-form,
.cid-t0OJamQJXj .mbr-text {
  color: #343434;
}
.cid-t0OJamQJXj .pre-form,
.cid-t0OJamQJXj .mbr-text DIV {
  text-align: left;
}
.cid-sWtZ5DlUWN {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #343434;
}
.cid-sWtZ5DlUWN .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-t0l8GFdGDX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 106px;
}
.cid-t0l8GFdGDX nav.navbar {
  position: fixed;
}
.cid-t0l8GFdGDX .dropdown-menu {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-t0l8GFdGDX .navbar:not(.collapsed) .dropdown-item {
    border-bottom: 1px solid #e6e6e6;
  }
  .cid-t0l8GFdGDX .navbar:not(.collapsed) .dropdown-item:last-child {
    border: 0;
  }
}
.cid-t0l8GFdGDX .nav-dropdown .link {
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
}
.cid-t0l8GFdGDX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t0l8GFdGDX .nav-link,
.cid-t0l8GFdGDX .dropdown-item {
  font-weight: 700;
}
.cid-t0l8GFdGDX .nav-link {
  position: relative;
  background-size: 100% 0% !important;
  background-position: 0 70% !important;
  transition: background-size 0.2s ease-in !important;
  background-image: linear-gradient(120deg, #ffffff 0%, #ffffff 100%) !important;
}
.cid-t0l8GFdGDX .nav-link:hover {
  background-size: 100% 80% !important;
  opacity: 1;
  transition: background-size 0.2s ease-in !important;
}
.cid-t0l8GFdGDX .container {
  display: flex;
  margin: auto;
}
.cid-t0l8GFdGDX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t0l8GFdGDX .navbar-caption,
.cid-t0l8GFdGDX .dropdown-item {
  background-image: none;
}
.cid-t0l8GFdGDX .dropdown-menu,
.cid-t0l8GFdGDX .navbar.opened {
  background: #ffffff !important;
}
.cid-t0l8GFdGDX .nav-item:focus,
.cid-t0l8GFdGDX .nav-link:focus {
  outline: none;
}
.cid-t0l8GFdGDX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
}
.cid-t0l8GFdGDX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t0l8GFdGDX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t0l8GFdGDX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0l8GFdGDX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0l8GFdGDX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0l8GFdGDX .navbar {
  min-height: 106px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-t0l8GFdGDX .navbar.opened {
  transition: all 0.3s;
}
.cid-t0l8GFdGDX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t0l8GFdGDX .navbar .navbar-logo img {
  width: auto;
}
.cid-t0l8GFdGDX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t0l8GFdGDX .navbar.collapsed {
  justify-content: center;
}
.cid-t0l8GFdGDX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t0l8GFdGDX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t0l8GFdGDX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-t0l8GFdGDX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t0l8GFdGDX .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-t0l8GFdGDX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t0l8GFdGDX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t0l8GFdGDX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t0l8GFdGDX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t0l8GFdGDX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0l8GFdGDX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0l8GFdGDX .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-t0l8GFdGDX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t0l8GFdGDX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t0l8GFdGDX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0l8GFdGDX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t0l8GFdGDX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t0l8GFdGDX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t0l8GFdGDX .navbar.navbar-short {
  min-height: 106px;
}
.cid-t0l8GFdGDX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t0l8GFdGDX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t0l8GFdGDX .navbar-brand {
  min-height: 106px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t0l8GFdGDX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t0l8GFdGDX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0l8GFdGDX .dropdown-item.active,
.cid-t0l8GFdGDX .dropdown-item:active {
  background-color: transparent;
}
.cid-t0l8GFdGDX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0l8GFdGDX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0l8GFdGDX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0l8GFdGDX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t0l8GFdGDX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0l8GFdGDX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0l8GFdGDX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t0l8GFdGDX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t0l8GFdGDX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t0l8GFdGDX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t0l8GFdGDX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t0l8GFdGDX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0l8GFdGDX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0l8GFdGDX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t0l8GFdGDX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0l8GFdGDX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t0l8GFdGDX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t0l8GFdGDX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0l8GFdGDX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t0l8GFdGDX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t0l8GFdGDX .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-t0l8GFdGDX .navbar {
    height: 70px;
  }
  .cid-t0l8GFdGDX .navbar.opened {
    height: auto;
  }
  .cid-t0l8GFdGDX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0l8GFdGDX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t0l8GFdGDX .nav-item a {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t0l7EYb2mC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-t0l7EYb2mC .container {
  max-width: 1500px;
}
.cid-t0l7EYb2mC .row {
  background: #343434;
}
.cid-t0l7EYb2mC .img-col {
  padding: 0;
}
.cid-t0l7EYb2mC .title-col {
  padding: 4rem 6rem;
}
.cid-t0l7EYb2mC img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t0l7EYb2mC h2 {
  padding: 0;
  margin: 0;
}
.cid-t0l7EYb2mC .text-wrap {
  margin: auto;
}
.cid-t0l7EYb2mC .mbr-text {
  color: #cccccc;
}
@media (max-width: 1200px) {
  .cid-t0l7EYb2mC .row {
    margin: 2rem;
  }
  .cid-t0l7EYb2mC .title-col {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t0l7EYb2mC .row {
    margin: 0rem;
  }
  .cid-t0l7EYb2mC .title-col {
    padding: 2rem 1rem;
  }
}
.cid-t0l7FNIzNf {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t0l7FNIzNf .media-container-row {
    padding-bottom: 2rem;
  }
}
.cid-t0l7FNIzNf .carousel-indicators {
  margin: 0 auto;
  padding: 3rem 0;
  align-items: center;
  position: relative;
}
.cid-t0l7FNIzNf .carousel-indicators li {
  position: relative;
  display: block;
  text-indent: 0 !important;
  max-height: 60px !important;
  height: 60px !important;
  max-width: 25%;
  width: 60px !important;
  line-height: 60px !important;
  text-align: center;
  border: 2px solid #343434;
  border-radius: 50%;
  color: #343434;
  background: #fff;
  opacity: 1;
}
.cid-t0l7FNIzNf .carousel-indicators li:not(:last-child) {
  margin-right: 240px;
}
@media (max-width: 991px) {
  .cid-t0l7FNIzNf .carousel-indicators li:not(:last-child):not(:last-child) {
    margin-right: 150px;
  }
}
@media (max-width: 767px) {
  .cid-t0l7FNIzNf .carousel-indicators li:not(:last-child):not(:last-child) {
    margin-right: 30px;
  }
}
.cid-t0l7FNIzNf .carousel-indicators li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 61px;
  width: 244px;
  height: 2px;
  background-color: #343434;
}
@media (max-width: 991px) {
  .cid-t0l7FNIzNf .carousel-indicators li:not(:first-child)::before {
    width: 153px;
  }
}
@media (max-width: 767px) {
  .cid-t0l7FNIzNf .carousel-indicators li:not(:first-child)::before {
    width: 34px;
    right: 41px;
  }
}
.cid-t0l7FNIzNf .carousel-indicators li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  color: #343434;
  width: 100%;
  height: 100%;
}
.cid-t0l7FNIzNf .carousel-indicators .li1::after {
  content: "1";
}
.cid-t0l7FNIzNf .carousel-indicators .li2::after {
  content: "2";
}
.cid-t0l7FNIzNf .carousel-indicators .li3::after {
  content: "3";
}
.cid-t0l7FNIzNf .carousel-indicators .li4::after {
  content: "4";
}
.cid-t0l7FNIzNf li.active,
.cid-t0l7FNIzNf li:active {
  opacity: 1;
  border-color: #097eeb;
}
.cid-t0l7FNIzNf li.active:after,
.cid-t0l7FNIzNf li:active:after {
  color: #097eeb;
}
.cid-t0l7FNIzNf li.active:before,
.cid-t0l7FNIzNf li:active:before {
  background-color: #097eeb !important;
}
@media (max-width: 767px) {
  .cid-t0l7FNIzNf .carousel-indicators li {
    line-height: 40px !important;
    height: 40px !important;
    width: 40px !important;
  }
  .cid-t0l7FNIzNf .carousel-control-next {
    bottom: auto;
    top: 95%;
    right: 1rem;
  }
}
.cid-t0l7FNIzNf .mbr-text {
  margin-top: 1rem;
}
.cid-t0l7FNIzNf .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-t0l7FNIzNf .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 85%;
  background-color: #097eeb;
}
@media (max-width: 767px) {
  .cid-t0l7FNIzNf .back {
    width: 100%;
    height: 105% !important;
  }
}
.cid-t0l7FNIzNf .row-element,
.cid-t0l7FNIzNf .image-element {
  padding: 0;
}
.cid-t0l7FNIzNf .image-element {
  display: flex;
  height: 550px;
  margin-right: auto;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-top: 3rem;
}
.cid-t0l7FNIzNf .image-element img {
  z-index: 1;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-t0l7FNIzNf .wrap {
  z-index: 2;
}
.cid-t0l7FNIzNf .card-wrap {
  background-color: #fff;
  padding: 3rem 2.5rem;
  margin-top: 6rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-t0l7FNIzNf .card-wrap {
    width: calc(100% + 15rem);
    margin-left: -17.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t0l7FNIzNf .card-wrap {
    margin: 2rem auto 0 auto;
    padding: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-t0l7FNIzNf .card-wrap {
    margin-top: 1rem;
  }
}
.cid-t0l7FNIzNf .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t0l7FNIzNf .carousel-item.active,
.cid-t0l7FNIzNf .carousel-item-next {
  display: flex;
}
.cid-t0l7FNIzNf .carousel-control-next {
  opacity: 1;
  width: 45px;
  height: 45px;
}
.cid-t0l7FNIzNf .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t0l7FNIzNf .mbri-arrow-next::before {
  content: "\f054" !important;
}
.cid-t0l7FNIzNf .carousel-controls a {
  transition: 0.3s;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background-color: #ffffff;
}
.cid-t0l7FNIzNf .carousel-controls a span {
  color: #ffffff;
  font-size: 1.1rem;
}
.cid-t0l7FNIzNf .carousel-controls a:hover {
  transform: scale(1.05);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t0l7FNIzNf .image-element {
    min-width: 50%;
  }
  .cid-t0l7FNIzNf .media-container-row {
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0l7FNIzNf .carousel-control-next {
    bottom: auto;
    top: 95%;
    right: 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-t0l7FNIzNf .carousel-control-next {
    bottom: 2.3rem;
    top: 95%;
    right: 1.8rem;
  }
}
.cid-t0l7FNIzNf .title-wrap {
  display: flex;
  justify-content: flex-end;
}
.cid-t0l7FNIzNf .icon-left {
  margin-right: 0.1rem;
}
.cid-t0l7FNIzNf .icon-right {
  margin-left: 0.1rem;
}
.cid-t0l7FNIzNf H1 {
  text-align: left;
}
.cid-t0l7FNIzNf .mbr-section-text,
.cid-t0l7FNIzNf .mbr-section-btn {
  text-align: left;
}
.cid-t0OJdp7xSR {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-t0OJdp7xSR .widget-title {
  color: #ffffff;
  margin-bottom: 30px;
}
.cid-t0OJdp7xSR .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #1873ab;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-t0OJdp7xSR .mbr-text {
  color: #343434;
  text-align: left;
}
.cid-t0OJdp7xSR .phone-word {
  color: #279e64;
}
.cid-t0OJdp7xSR .text-link {
  transition: all 0.3s ease-in;
}
.cid-t0OJdp7xSR .text-link:hover {
  color: #279e64 !important;
}
.cid-t0OJdp7xSR img {
  height: 100px;
  padding-right: 8px;
}
.cid-t0OJdp7xSR .img1 {
  color: #279e64;
}
.cid-t0OJdp7xSR .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-t0OJdp7xSR .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t0OJdp7xSR .content .link-wrap {
  color: red;
}
.cid-t0OJdp7xSR .content .date-wrap {
  color: #ffffff;
}
.cid-t0OJdp7xSR .item,
.cid-t0OJdp7xSR .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-t0OJdp7xSR .item h4,
.cid-t0OJdp7xSR .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-t0OJdp7xSR .link {
  transition: all 0.3s ease-in;
}
.cid-t0OJdp7xSR .link .card-img {
  padding-bottom: 3px;
}
.cid-t0OJdp7xSR .link:hover .card-img span {
  color: #279e64;
}
.cid-t0OJdp7xSR .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-t0OJdp7xSR .item .card-img {
  width: auto;
}
.cid-t0OJdp7xSR .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-t0OJdp7xSR .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-t0OJdp7xSR h5 {
    text-align: left !important;
  }
  .cid-t0OJdp7xSR .line-wrap {
    text-align: left !important;
  }
}
.cid-t0OJdp7xSR .item-title {
  color: #343434;
  transition: all 0.3s ease-in;
}
.cid-t0OJdp7xSR .item-title:hover {
  color: #279e64;
}
.cid-t0OJdp7xSR .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-t0OJdp7xSR .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-t0OJdp7xSR .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-t0OJdp7xSR .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #ffffff !important;
  box-shadow: none !important;
}
.cid-t0OJdp7xSR .btn[class*="-outline"]:active,
.cid-t0OJdp7xSR .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-t0OJdp7xSR .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-t0OJdp7xSR .list .list-item:last-child {
  margin-top: 10px;
}
.cid-t0OJdp7xSR .pre-form {
  color: #ff3366;
}
.cid-t0OJdp7xSR .form-group,
.cid-t0OJdp7xSR .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-t0OJdp7xSR .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-t0OJdp7xSR .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-t0OJdp7xSR .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-t0OJdp7xSR .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-t0OJdp7xSR .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-t0OJdp7xSR .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-t0OJdp7xSR .form-group .mbr-iconfont {
  color: #1873ab;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-t0OJdp7xSR .dragArea {
  flex-direction: column;
}
.cid-t0OJdp7xSR .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-t0OJdp7xSR .widget-title,
.cid-t0OJdp7xSR .line-wrap {
  color: #1873ab;
}
.cid-t0OJdp7xSR .pre-form,
.cid-t0OJdp7xSR .mbr-text {
  color: #343434;
}
.cid-sWtZ5DlUWN {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #343434;
}
.cid-sWtZ5DlUWN .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-t0l8II2C0D {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 106px;
}
.cid-t0l8II2C0D nav.navbar {
  position: fixed;
}
.cid-t0l8II2C0D .dropdown-menu {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-t0l8II2C0D .navbar:not(.collapsed) .dropdown-item {
    border-bottom: 1px solid #e6e6e6;
  }
  .cid-t0l8II2C0D .navbar:not(.collapsed) .dropdown-item:last-child {
    border: 0;
  }
}
.cid-t0l8II2C0D .nav-dropdown .link {
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
}
.cid-t0l8II2C0D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t0l8II2C0D .nav-link,
.cid-t0l8II2C0D .dropdown-item {
  font-weight: 700;
}
.cid-t0l8II2C0D .nav-link {
  position: relative;
  background-size: 100% 0% !important;
  background-position: 0 70% !important;
  transition: background-size 0.2s ease-in !important;
  background-image: linear-gradient(120deg, #ffffff 0%, #ffffff 100%) !important;
}
.cid-t0l8II2C0D .nav-link:hover {
  background-size: 100% 80% !important;
  opacity: 1;
  transition: background-size 0.2s ease-in !important;
}
.cid-t0l8II2C0D .container {
  display: flex;
  margin: auto;
}
.cid-t0l8II2C0D .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t0l8II2C0D .navbar-caption,
.cid-t0l8II2C0D .dropdown-item {
  background-image: none;
}
.cid-t0l8II2C0D .dropdown-menu,
.cid-t0l8II2C0D .navbar.opened {
  background: #ffffff !important;
}
.cid-t0l8II2C0D .nav-item:focus,
.cid-t0l8II2C0D .nav-link:focus {
  outline: none;
}
.cid-t0l8II2C0D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
}
.cid-t0l8II2C0D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t0l8II2C0D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t0l8II2C0D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0l8II2C0D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0l8II2C0D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0l8II2C0D .navbar {
  min-height: 106px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-t0l8II2C0D .navbar.opened {
  transition: all 0.3s;
}
.cid-t0l8II2C0D .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t0l8II2C0D .navbar .navbar-logo img {
  width: auto;
}
.cid-t0l8II2C0D .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t0l8II2C0D .navbar.collapsed {
  justify-content: center;
}
.cid-t0l8II2C0D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t0l8II2C0D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t0l8II2C0D .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-t0l8II2C0D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t0l8II2C0D .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-t0l8II2C0D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t0l8II2C0D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t0l8II2C0D .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t0l8II2C0D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t0l8II2C0D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0l8II2C0D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0l8II2C0D .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-t0l8II2C0D .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t0l8II2C0D .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t0l8II2C0D .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0l8II2C0D .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t0l8II2C0D .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t0l8II2C0D .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t0l8II2C0D .navbar.navbar-short {
  min-height: 106px;
}
.cid-t0l8II2C0D .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t0l8II2C0D .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t0l8II2C0D .navbar-brand {
  min-height: 106px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t0l8II2C0D .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t0l8II2C0D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0l8II2C0D .dropdown-item.active,
.cid-t0l8II2C0D .dropdown-item:active {
  background-color: transparent;
}
.cid-t0l8II2C0D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0l8II2C0D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0l8II2C0D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0l8II2C0D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t0l8II2C0D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0l8II2C0D .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0l8II2C0D ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t0l8II2C0D .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t0l8II2C0D button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t0l8II2C0D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t0l8II2C0D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t0l8II2C0D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0l8II2C0D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0l8II2C0D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t0l8II2C0D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0l8II2C0D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t0l8II2C0D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t0l8II2C0D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0l8II2C0D .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t0l8II2C0D a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t0l8II2C0D .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-t0l8II2C0D .navbar {
    height: 70px;
  }
  .cid-t0l8II2C0D .navbar.opened {
    height: auto;
  }
  .cid-t0l8II2C0D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0l8II2C0D .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t0l8II2C0D .nav-item a {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t0l8de5T8Z {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-t0l8de5T8Z .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-t0l8de5T8Z .container-fluid {
  padding: 0 !important;
}
.cid-t0l8de5T8Z .google-map {
  height: 300px;
  position: relative;
  margin-bottom: 65px;
}
.cid-t0l8de5T8Z .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t0l8de5T8Z .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-t0l8de5T8Z .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t0l8de5T8Z .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t0l8de5T8Z .wrapper {
  margin-bottom: 50px;
}
.cid-t0l8de5T8Z .mbr-section-title {
  margin-bottom: 0;
}
.cid-t0l8de5T8Z .mbr-text {
  color: #919dab;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-t0l8de5T8Z .subscribe__form {
  margin-top: 30px;
}
.cid-t0l8de5T8Z .form-group {
  margin-bottom: 0;
}
.cid-t0l8de5T8Z .dragArea .form-control {
  color: #222222;
  margin-bottom: 35px;
  border: 2px solid #0771b9 !important;
  font-weight: 700;
  padding: 0 25px;
  height: 50px;
  font-size: 18px;
  border-radius: 30px;
  background-color: #ffffff !important;
}
.cid-t0l8de5T8Z .dragArea textarea {
  height: 170px !important;
  border-radius: 10px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  resize: none;
}
.cid-t0l8de5T8Z .dragArea input::placeholder {
  color: #222222;
  opacity: .6;
}
.cid-t0l8de5T8Z .dragArea textarea::placeholder {
  color: #222222;
  opacity: .6;
}
.cid-t0l8de5T8Z .dragArea .form-control-label {
  margin-bottom: 10px;
  font-weight: 500;
}
.cid-t0l8de5T8Z .dragArea .input-group-btn .btn {
  width: 100%;
  margin: 35px 0 0;
  font-weight: 500;
  height: 50px;
}
@media (max-width: 991px) {
  .cid-t0l8de5T8Z .dragArea .input-group-btn .btn {
    margin-top: 0;
  }
}
.cid-t0l8de5T8Z .title__right {
  margin-bottom: 0;
  margin-bottom: 40px;
}
.cid-t0l8de5T8Z .text__right {
  margin: 20px 0 40px;
  color: #919dab;
}
.cid-t0l8de5T8Z .tel {
  margin: 10px 0 0;
  font-weight: 500;
  transition: all .25s;
}
.cid-t0l8de5T8Z .tel .mbr-iconfont {
  width: 30px;
  font-size: 18px;
  color: #f7ed4a;
}
.cid-t0l8de5T8Z .tel:hover {
  color: #ff3366;
}
.cid-t0l8de5T8Z .divider {
  width: 100%;
  height: 2px;
  background-color: #ebeaed;
  margin: 50px 0 40px;
}
.cid-t0l8de5T8Z .title__right_social {
  margin-bottom: 20px;
}
.cid-t0l8de5T8Z .socials {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 140px;
}
.cid-t0l8de5T8Z .socials .soc-item {
  margin-bottom: 15px;
  width: 48%;
  padding-right: 20px;
}
.cid-t0l8de5T8Z .socials .mbr-iconfont {
  color: #097eeb;
  margin-right: 15px;
  font-size: 18px;
}
.cid-t0l8de5T8Z .socname {
  transition: all .25s;
  color: #919dab;
}
.cid-t0l8de5T8Z .socname:hover {
  color: #5d6a79;
}
.cid-t0OJgD2BDa {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-t0OJgD2BDa .widget-title {
  color: #ffffff;
  margin-bottom: 30px;
}
.cid-t0OJgD2BDa .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #1873ab;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-t0OJgD2BDa .mbr-text {
  color: #343434;
}
.cid-t0OJgD2BDa .phone-word {
  color: #279e64;
}
.cid-t0OJgD2BDa .text-link {
  transition: all 0.3s ease-in;
}
.cid-t0OJgD2BDa .text-link:hover {
  color: #279e64 !important;
}
.cid-t0OJgD2BDa img {
  height: 100px;
  padding-right: 8px;
}
.cid-t0OJgD2BDa .img1 {
  color: #279e64;
}
.cid-t0OJgD2BDa .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-t0OJgD2BDa .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t0OJgD2BDa .content .link-wrap {
  color: red;
}
.cid-t0OJgD2BDa .content .date-wrap {
  color: #ffffff;
}
.cid-t0OJgD2BDa .item,
.cid-t0OJgD2BDa .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-t0OJgD2BDa .item h4,
.cid-t0OJgD2BDa .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-t0OJgD2BDa .link {
  transition: all 0.3s ease-in;
}
.cid-t0OJgD2BDa .link .card-img {
  padding-bottom: 3px;
}
.cid-t0OJgD2BDa .link:hover .card-img span {
  color: #279e64;
}
.cid-t0OJgD2BDa .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-t0OJgD2BDa .item .card-img {
  width: auto;
}
.cid-t0OJgD2BDa .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-t0OJgD2BDa .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-t0OJgD2BDa h5 {
    text-align: left !important;
  }
  .cid-t0OJgD2BDa .line-wrap {
    text-align: left !important;
  }
}
.cid-t0OJgD2BDa .item-title {
  color: #343434;
  transition: all 0.3s ease-in;
}
.cid-t0OJgD2BDa .item-title:hover {
  color: #279e64;
}
.cid-t0OJgD2BDa .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-t0OJgD2BDa .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-t0OJgD2BDa .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-t0OJgD2BDa .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #ffffff !important;
  box-shadow: none !important;
}
.cid-t0OJgD2BDa .btn[class*="-outline"]:active,
.cid-t0OJgD2BDa .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-t0OJgD2BDa .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-t0OJgD2BDa .list .list-item:last-child {
  margin-top: 10px;
}
.cid-t0OJgD2BDa .pre-form {
  color: #ff3366;
}
.cid-t0OJgD2BDa .form-group,
.cid-t0OJgD2BDa .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-t0OJgD2BDa .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-t0OJgD2BDa .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-t0OJgD2BDa .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-t0OJgD2BDa .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-t0OJgD2BDa .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-t0OJgD2BDa .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-t0OJgD2BDa .form-group .mbr-iconfont {
  color: #1873ab;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-t0OJgD2BDa .dragArea {
  flex-direction: column;
}
.cid-t0OJgD2BDa .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-t0OJgD2BDa .widget-title,
.cid-t0OJgD2BDa .line-wrap {
  color: #1873ab;
}
.cid-t0OJgD2BDa .pre-form,
.cid-t0OJgD2BDa .mbr-text {
  color: #343434;
}
.cid-sWtZ5DlUWN {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #343434;
}
.cid-sWtZ5DlUWN .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-t0kYQUvmEr {
  background-image: url("../../../assets/images/img-359-2000x1196.jpg");
}
.cid-t0kYQUvmEr .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-t0kYQUvmEr .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t0kYQUvmEr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-t0kYQUvmEr .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-t0kYQUvmEr .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t0kYQUvmEr .mbr-text,
.cid-t0kYQUvmEr .mbr-section-btn {
  text-align: center;
}
.cid-t0kYQUvmEr .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-t0kYRszLLC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t0kYRszLLC .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-t0kYRszLLC .row {
    text-align: center;
  }
}
.cid-t0kYRszLLC .mbr-section-title {
  text-align: center;
  color: #222222;
}
.cid-t0kYRszLLC .mbr-text {
  text-align: center;
}
.cid-t0ODRWeb1q {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-t0ODRWeb1q .mbr-text {
  color: #767676;
}
.cid-t0ODRWeb1q h4 {
  text-align: center;
}
.cid-t0ODRWeb1q p {
  text-align: center;
}
.cid-t0ODRWeb1q .card-img span {
  font-size: 96px;
  color: #ffffff;
}
.cid-t0kYS6azNJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t0kYS6azNJ .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
  min-height: 220px;
}
.cid-t0kYS6azNJ .icon-align-wrapper {
  display: inline-block;
}
.cid-t0kYS6azNJ .card-title {
  transform: translateY(200px);
  transition: all 0.3s;
  transition-delay: 0.1s;
}
.cid-t0kYS6azNJ .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  opacity: 0;
  cursor: pointer;
  transition: all 0.3s;
}
.cid-t0kYS6azNJ .mbr-text {
  opacity: 0;
  transition: all 0.3s;
}
.cid-t0kYS6azNJ .link-icon {
  display: inline-block;
  color: #000000;
  font-size: 1rem;
  cursor: pointer;
  justify-content: center;
}
.cid-t0kYS6azNJ .card-wrapper {
  transition: all 0.6s;
  display: flex;
  justify-content: center;
  padding: 3rem 1rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
  background-size: cover;
}
.cid-t0kYS6azNJ .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-t0kYS6azNJ .card-wrapper {
    padding: 3rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t0kYS6azNJ .card:hover .card-wrapper:after {
    opacity: 1;
    background: #1873ab;
  }
  .cid-t0kYS6azNJ .card:hover .icon-wrapper,
  .cid-t0kYS6azNJ .card:hover .mbr-text {
    opacity: 1;
    transition-delay: 0.1s;
  }
  .cid-t0kYS6azNJ .card:hover .card-title {
    transform: translateY(0px);
    transition-delay: 0s;
  }
}
@media (max-width: 992px) {
  .cid-t0kYS6azNJ .card {
    padding-bottom: 1rem !important;
  }
  .cid-t0kYS6azNJ .card-title {
    transform: translateY(0px);
  }
  .cid-t0kYS6azNJ .card-wrapper:after {
    opacity: 0.7;
    background: #1873ab;
  }
  .cid-t0kYS6azNJ .icon-wrapper,
  .cid-t0kYS6azNJ .mbr-text {
    opacity: 1;
  }
}
.cid-t0kYS6azNJ .row {
  justify-content: center;
}
.cid-t0kYS6azNJ .card {
  transform-style: preserve-3d;
  perspective: 800px;
}
.cid-t0kYS6azNJ .card1 {
  background-image: url("../../../assets/images/129164581-161418549049738-1512308469655424468-n-p4s6v004ctcr53x1yn1isbwajx3cg03j9g37qx5wa2-455x305.jpg");
}
.cid-t0kYS6azNJ .card2 {
  background-image: url("../../../assets/images/dekboxen-boekhorst-trading-1600x1200.jpg");
}
.cid-t0kYS6azNJ .card3 {
  background-image: url("../../../assets/images/img-9853-2000x1500.jpg");
}
.cid-t0kYS6azNJ .mbr-text,
.cid-t0kYS6azNJ .card-box {
  text-align: center;
}
.cid-t0kYSIw7Od {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t0kYSIw7Od .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
  min-height: 220px;
}
.cid-t0kYSIw7Od .icon-align-wrapper {
  display: inline-block;
}
.cid-t0kYSIw7Od .card-title {
  transform: translateY(200px);
  transition: all 0.3s;
  transition-delay: 0.1s;
}
.cid-t0kYSIw7Od .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  opacity: 0;
  cursor: pointer;
  transition: all 0.3s;
}
.cid-t0kYSIw7Od .mbr-text {
  opacity: 0;
  transition: all 0.3s;
}
.cid-t0kYSIw7Od .link-icon {
  display: inline-block;
  color: #000000;
  font-size: 1rem;
  cursor: pointer;
  justify-content: center;
}
.cid-t0kYSIw7Od .card-wrapper {
  transition: all 0.6s;
  display: flex;
  justify-content: center;
  padding: 3rem 1rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
  background-size: cover;
}
.cid-t0kYSIw7Od .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-t0kYSIw7Od .card-wrapper {
    padding: 3rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t0kYSIw7Od .card:hover .card-wrapper:after {
    opacity: 1;
    background: #1873ab;
  }
  .cid-t0kYSIw7Od .card:hover .icon-wrapper,
  .cid-t0kYSIw7Od .card:hover .mbr-text {
    opacity: 1;
    transition-delay: 0.1s;
  }
  .cid-t0kYSIw7Od .card:hover .card-title {
    transform: translateY(0px);
    transition-delay: 0s;
  }
}
@media (max-width: 992px) {
  .cid-t0kYSIw7Od .card {
    padding-bottom: 1rem !important;
  }
  .cid-t0kYSIw7Od .card-title {
    transform: translateY(0px);
  }
  .cid-t0kYSIw7Od .card-wrapper:after {
    opacity: 0.7;
    background: #1873ab;
  }
  .cid-t0kYSIw7Od .icon-wrapper,
  .cid-t0kYSIw7Od .mbr-text {
    opacity: 1;
  }
}
.cid-t0kYSIw7Od .row {
  justify-content: center;
}
.cid-t0kYSIw7Od .card {
  transform-style: preserve-3d;
  perspective: 800px;
}
.cid-t0kYSIw7Od .card1 {
  background-image: url("../../../assets/images/luchtwasser-boekhorst-trading-2000x1500.jpg");
}
.cid-t0kYSIw7Od .card2 {
  background-image: url("../../../assets/images/129719187-161421332382793-5614994983286922750-o-p4s6syopjqkdzivjurcmduec7v4prm0gzd7cbc6lre-455x305.jpg");
}
.cid-t0kYSIw7Od .card3 {
  background-image: url("../../../assets/images/img-4909-2-scaled-p55loqkuixn605z1thpodlxr6qpu53e6p2a71r354a-455x305.jpg");
}
.cid-t0kYSIw7Od .mbr-text,
.cid-t0kYSIw7Od .card-box {
  text-align: center;
}
.cid-t0kYTlBhZQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t0kYTlBhZQ .card-box {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
  min-height: 220px;
}
.cid-t0kYTlBhZQ .icon-align-wrapper {
  display: inline-block;
}
.cid-t0kYTlBhZQ .card-title {
  transform: translateY(200px);
  transition: all 0.3s;
  transition-delay: 0.1s;
}
.cid-t0kYTlBhZQ .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  opacity: 0;
  cursor: pointer;
  transition: all 0.3s;
}
.cid-t0kYTlBhZQ .mbr-text {
  opacity: 0;
  transition: all 0.3s;
}
.cid-t0kYTlBhZQ .link-icon {
  display: inline-block;
  color: #000000;
  font-size: 1rem;
  cursor: pointer;
  justify-content: center;
}
.cid-t0kYTlBhZQ .card-wrapper {
  transition: all 0.6s;
  display: flex;
  justify-content: center;
  padding: 3rem 1rem;
  align-items: center;
  perspective: 300px;
  height: 100%;
  background-size: cover;
}
.cid-t0kYTlBhZQ .card-wrapper:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-t0kYTlBhZQ .card-wrapper {
    padding: 3rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t0kYTlBhZQ .card:hover .card-wrapper:after {
    opacity: 1;
    background: #1873ab;
  }
  .cid-t0kYTlBhZQ .card:hover .icon-wrapper,
  .cid-t0kYTlBhZQ .card:hover .mbr-text {
    opacity: 1;
    transition-delay: 0.1s;
  }
  .cid-t0kYTlBhZQ .card:hover .card-title {
    transform: translateY(0px);
    transition-delay: 0s;
  }
}
@media (max-width: 992px) {
  .cid-t0kYTlBhZQ .card {
    padding-bottom: 1rem !important;
  }
  .cid-t0kYTlBhZQ .card-title {
    transform: translateY(0px);
  }
  .cid-t0kYTlBhZQ .card-wrapper:after {
    opacity: 0.7;
    background: #1873ab;
  }
  .cid-t0kYTlBhZQ .icon-wrapper,
  .cid-t0kYTlBhZQ .mbr-text {
    opacity: 1;
  }
}
.cid-t0kYTlBhZQ .row {
  justify-content: center;
}
.cid-t0kYTlBhZQ .card {
  transform-style: preserve-3d;
  perspective: 800px;
}
.cid-t0kYTlBhZQ .card1 {
  background-image: url("../../../assets/images/img-7512-scaled-p55ls5ppe8bq9306ugxsy8v507ux5fz0tzqsx00kh6-455x305.jpg");
}
.cid-t0kYTlBhZQ .card2 {
  background-image: url("../../../assets/images/img-7493-scaled-p55lrvdhb1xkpdf7iugwoth2gz9vsrtz4kkgmyfwdm-455x305.jpg");
}
.cid-t0kYTlBhZQ .card3 {
  background-image: url("../../../assets/images/86-1-p4s6x377jk7oxwvtrjjobsx62qspjse27sa2522ega-455x305.jpg");
}
.cid-t0kYTlBhZQ .mbr-text,
.cid-t0kYTlBhZQ .card-box {
  text-align: center;
}
.cid-t0kYUipIbc .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-t0kYUipIbc .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-t0kYUipIbc .divider-top::before,
.cid-t0kYUipIbc .divider-bottom::before,
.cid-t0kYUipIbc .divider-top::after,
.cid-t0kYUipIbc .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-t0kYUipIbc .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-t0kYUipIbc .divider-triangles::before {
  top: -50px;
}
.cid-t0kYUipIbc .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-t0kYUipIbc .divider-halfcircle::before {
  top: -50px;
}
.cid-t0kYUipIbc .divider-multitriangles::before,
.cid-t0kYUipIbc .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-t0kYUipIbc .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ffffff, 50px -50px 0 #ffffff;
}
.cid-t0kYUOft05 {
  padding-top: 600px;
  background-image: url("../../../assets/images/laden-lossen-boekhorst-trading-2000x1500.jpg");
}
.cid-t0kZuqQ5LY {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-t0kZuqQ5LY .widget-title {
  color: #ffffff;
  margin-bottom: 30px;
}
.cid-t0kZuqQ5LY .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #1873ab;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-t0kZuqQ5LY .mbr-text {
  color: #343434;
}
.cid-t0kZuqQ5LY .phone-word {
  color: #279e64;
}
.cid-t0kZuqQ5LY .text-link {
  transition: all 0.3s ease-in;
}
.cid-t0kZuqQ5LY .text-link:hover {
  color: #279e64 !important;
}
.cid-t0kZuqQ5LY img {
  height: 100px;
  padding-right: 8px;
}
.cid-t0kZuqQ5LY .img1 {
  color: #279e64;
}
.cid-t0kZuqQ5LY .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-t0kZuqQ5LY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t0kZuqQ5LY .content .link-wrap {
  color: red;
}
.cid-t0kZuqQ5LY .content .date-wrap {
  color: #ffffff;
}
.cid-t0kZuqQ5LY .item,
.cid-t0kZuqQ5LY .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-t0kZuqQ5LY .item h4,
.cid-t0kZuqQ5LY .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-t0kZuqQ5LY .link {
  transition: all 0.3s ease-in;
}
.cid-t0kZuqQ5LY .link .card-img {
  padding-bottom: 3px;
}
.cid-t0kZuqQ5LY .link:hover .card-img span {
  color: #279e64;
}
.cid-t0kZuqQ5LY .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-t0kZuqQ5LY .item .card-img {
  width: auto;
}
.cid-t0kZuqQ5LY .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-t0kZuqQ5LY .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-t0kZuqQ5LY h5 {
    text-align: left !important;
  }
  .cid-t0kZuqQ5LY .line-wrap {
    text-align: left !important;
  }
}
.cid-t0kZuqQ5LY .item-title {
  color: #222222;
  transition: all 0.3s ease-in;
}
.cid-t0kZuqQ5LY .item-title:hover {
  color: #279e64;
}
.cid-t0kZuqQ5LY .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-t0kZuqQ5LY .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-t0kZuqQ5LY .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-t0kZuqQ5LY .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #ffffff !important;
  box-shadow: none !important;
}
.cid-t0kZuqQ5LY .btn[class*="-outline"]:active,
.cid-t0kZuqQ5LY .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-t0kZuqQ5LY .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-t0kZuqQ5LY .list .list-item:last-child {
  margin-top: 10px;
}
.cid-t0kZuqQ5LY .pre-form {
  color: #ff3366;
}
.cid-t0kZuqQ5LY .form-group,
.cid-t0kZuqQ5LY .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-t0kZuqQ5LY .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-t0kZuqQ5LY .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-t0kZuqQ5LY .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-t0kZuqQ5LY .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-t0kZuqQ5LY .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-t0kZuqQ5LY .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-t0kZuqQ5LY .form-group .mbr-iconfont {
  color: #1873ab;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-t0kZuqQ5LY .dragArea {
  flex-direction: column;
}
.cid-t0kZuqQ5LY .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-t0kZuqQ5LY .widget-title,
.cid-t0kZuqQ5LY .line-wrap {
  color: #1873ab;
}
.cid-t0kZuqQ5LY .pre-form,
.cid-t0kZuqQ5LY .mbr-text {
  color: #343434;
}
.cid-sWtZ5DlUWN {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #343434;
}
.cid-sWtZ5DlUWN .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sXw28FbKYZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 106px;
}
.cid-sXw28FbKYZ nav.navbar {
  position: fixed;
}
.cid-sXw28FbKYZ .dropdown-menu {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-sXw28FbKYZ .navbar:not(.collapsed) .dropdown-item {
    border-bottom: 1px solid #e6e6e6;
  }
  .cid-sXw28FbKYZ .navbar:not(.collapsed) .dropdown-item:last-child {
    border: 0;
  }
}
.cid-sXw28FbKYZ .nav-dropdown .link {
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
}
.cid-sXw28FbKYZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sXw28FbKYZ .nav-link,
.cid-sXw28FbKYZ .dropdown-item {
  font-weight: 700;
}
.cid-sXw28FbKYZ .nav-link {
  position: relative;
  background-size: 100% 0% !important;
  background-position: 0 70% !important;
  transition: background-size 0.2s ease-in !important;
  background-image: linear-gradient(120deg, #ffffff 0%, #ffffff 100%) !important;
}
.cid-sXw28FbKYZ .nav-link:hover {
  background-size: 100% 80% !important;
  opacity: 1;
  transition: background-size 0.2s ease-in !important;
}
.cid-sXw28FbKYZ .container {
  display: flex;
  margin: auto;
}
.cid-sXw28FbKYZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sXw28FbKYZ .navbar-caption,
.cid-sXw28FbKYZ .dropdown-item {
  background-image: none;
}
.cid-sXw28FbKYZ .dropdown-menu,
.cid-sXw28FbKYZ .navbar.opened {
  background: #ffffff !important;
}
.cid-sXw28FbKYZ .nav-item:focus,
.cid-sXw28FbKYZ .nav-link:focus {
  outline: none;
}
.cid-sXw28FbKYZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
}
.cid-sXw28FbKYZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sXw28FbKYZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sXw28FbKYZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sXw28FbKYZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sXw28FbKYZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sXw28FbKYZ .navbar {
  min-height: 106px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sXw28FbKYZ .navbar.opened {
  transition: all 0.3s;
}
.cid-sXw28FbKYZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sXw28FbKYZ .navbar .navbar-logo img {
  width: auto;
}
.cid-sXw28FbKYZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sXw28FbKYZ .navbar.collapsed {
  justify-content: center;
}
.cid-sXw28FbKYZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sXw28FbKYZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sXw28FbKYZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-sXw28FbKYZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sXw28FbKYZ .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-sXw28FbKYZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sXw28FbKYZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sXw28FbKYZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sXw28FbKYZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sXw28FbKYZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sXw28FbKYZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sXw28FbKYZ .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-sXw28FbKYZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sXw28FbKYZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sXw28FbKYZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sXw28FbKYZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sXw28FbKYZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sXw28FbKYZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sXw28FbKYZ .navbar.navbar-short {
  min-height: 106px;
}
.cid-sXw28FbKYZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sXw28FbKYZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sXw28FbKYZ .navbar-brand {
  min-height: 106px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sXw28FbKYZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sXw28FbKYZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sXw28FbKYZ .dropdown-item.active,
.cid-sXw28FbKYZ .dropdown-item:active {
  background-color: transparent;
}
.cid-sXw28FbKYZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sXw28FbKYZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sXw28FbKYZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sXw28FbKYZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sXw28FbKYZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sXw28FbKYZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sXw28FbKYZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sXw28FbKYZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sXw28FbKYZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sXw28FbKYZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sXw28FbKYZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sXw28FbKYZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXw28FbKYZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXw28FbKYZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sXw28FbKYZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXw28FbKYZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sXw28FbKYZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sXw28FbKYZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXw28FbKYZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sXw28FbKYZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sXw28FbKYZ .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-sXw28FbKYZ .navbar {
    height: 70px;
  }
  .cid-sXw28FbKYZ .navbar.opened {
    height: auto;
  }
  .cid-sXw28FbKYZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXw28FbKYZ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sXw28FbKYZ .nav-item a {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sXv3zfuyju {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sXv3zfuyju .container {
  max-width: 1500px;
}
.cid-sXv3zfuyju .row {
  background: #343434;
}
.cid-sXv3zfuyju .img-col {
  padding: 0;
}
.cid-sXv3zfuyju .title-col {
  padding: 4rem 6rem;
}
.cid-sXv3zfuyju img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sXv3zfuyju h2 {
  padding: 0;
  margin: 0;
}
.cid-sXv3zfuyju .text-wrap {
  margin: auto;
}
.cid-sXv3zfuyju .mbr-text {
  color: #cccccc;
}
@media (max-width: 1200px) {
  .cid-sXv3zfuyju .row {
    margin: 2rem;
  }
  .cid-sXv3zfuyju .title-col {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sXv3zfuyju .row {
    margin: 0rem;
  }
  .cid-sXv3zfuyju .title-col {
    padding: 2rem 1rem;
  }
}
.cid-sXv0L5mA7J {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sXv0L5mA7J .media-container-row {
    padding-bottom: 2rem;
  }
}
.cid-sXv0L5mA7J .carousel-indicators {
  margin: 0 auto;
  padding: 3rem 0;
  align-items: center;
  position: relative;
}
.cid-sXv0L5mA7J .carousel-indicators li {
  position: relative;
  display: block;
  text-indent: 0 !important;
  max-height: 60px !important;
  height: 60px !important;
  max-width: 25%;
  width: 60px !important;
  line-height: 60px !important;
  text-align: center;
  border: 2px solid #343434;
  border-radius: 50%;
  color: #343434;
  background: #fff;
  opacity: 1;
}
.cid-sXv0L5mA7J .carousel-indicators li:not(:last-child) {
  margin-right: 240px;
}
@media (max-width: 991px) {
  .cid-sXv0L5mA7J .carousel-indicators li:not(:last-child):not(:last-child) {
    margin-right: 150px;
  }
}
@media (max-width: 767px) {
  .cid-sXv0L5mA7J .carousel-indicators li:not(:last-child):not(:last-child) {
    margin-right: 30px;
  }
}
.cid-sXv0L5mA7J .carousel-indicators li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 61px;
  width: 244px;
  height: 2px;
  background-color: #343434;
}
@media (max-width: 991px) {
  .cid-sXv0L5mA7J .carousel-indicators li:not(:first-child)::before {
    width: 153px;
  }
}
@media (max-width: 767px) {
  .cid-sXv0L5mA7J .carousel-indicators li:not(:first-child)::before {
    width: 34px;
    right: 41px;
  }
}
.cid-sXv0L5mA7J .carousel-indicators li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  color: #343434;
  width: 100%;
  height: 100%;
}
.cid-sXv0L5mA7J .carousel-indicators .li1::after {
  content: "1";
}
.cid-sXv0L5mA7J .carousel-indicators .li2::after {
  content: "2";
}
.cid-sXv0L5mA7J .carousel-indicators .li3::after {
  content: "3";
}
.cid-sXv0L5mA7J .carousel-indicators .li4::after {
  content: "4";
}
.cid-sXv0L5mA7J li.active,
.cid-sXv0L5mA7J li:active {
  opacity: 1;
  border-color: #097eeb;
}
.cid-sXv0L5mA7J li.active:after,
.cid-sXv0L5mA7J li:active:after {
  color: #097eeb;
}
.cid-sXv0L5mA7J li.active:before,
.cid-sXv0L5mA7J li:active:before {
  background-color: #097eeb !important;
}
@media (max-width: 767px) {
  .cid-sXv0L5mA7J .carousel-indicators li {
    line-height: 40px !important;
    height: 40px !important;
    width: 40px !important;
  }
  .cid-sXv0L5mA7J .carousel-control-next {
    bottom: auto;
    top: 95%;
    right: 1rem;
  }
}
.cid-sXv0L5mA7J .mbr-text {
  margin-top: 1rem;
}
.cid-sXv0L5mA7J .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-sXv0L5mA7J .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 85%;
  background-color: #097eeb;
}
@media (max-width: 767px) {
  .cid-sXv0L5mA7J .back {
    width: 100%;
    height: 105% !important;
  }
}
.cid-sXv0L5mA7J .row-element,
.cid-sXv0L5mA7J .image-element {
  padding: 0;
}
.cid-sXv0L5mA7J .image-element {
  display: flex;
  height: 550px;
  margin-right: auto;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-top: 3rem;
}
.cid-sXv0L5mA7J .image-element img {
  z-index: 1;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sXv0L5mA7J .wrap {
  z-index: 2;
}
.cid-sXv0L5mA7J .card-wrap {
  background-color: #fff;
  padding: 3rem 2.5rem;
  margin-top: 6rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-sXv0L5mA7J .card-wrap {
    width: calc(100% + 15rem);
    margin-left: -17.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sXv0L5mA7J .card-wrap {
    margin: 2rem auto 0 auto;
    padding: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-sXv0L5mA7J .card-wrap {
    margin-top: 1rem;
  }
}
.cid-sXv0L5mA7J .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sXv0L5mA7J .carousel-item.active,
.cid-sXv0L5mA7J .carousel-item-next {
  display: flex;
}
.cid-sXv0L5mA7J .carousel-control-next {
  opacity: 1;
  width: 45px;
  height: 45px;
}
.cid-sXv0L5mA7J .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sXv0L5mA7J .mbri-arrow-next::before {
  content: "\f054" !important;
}
.cid-sXv0L5mA7J .carousel-controls a {
  transition: 0.3s;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background-color: #ffffff;
}
.cid-sXv0L5mA7J .carousel-controls a span {
  color: #ffffff;
  font-size: 1.1rem;
}
.cid-sXv0L5mA7J .carousel-controls a:hover {
  transform: scale(1.05);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sXv0L5mA7J .image-element {
    min-width: 50%;
  }
  .cid-sXv0L5mA7J .media-container-row {
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sXv0L5mA7J .carousel-control-next {
    bottom: auto;
    top: 95%;
    right: 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-sXv0L5mA7J .carousel-control-next {
    bottom: 2.3rem;
    top: 95%;
    right: 1.8rem;
  }
}
.cid-sXv0L5mA7J .title-wrap {
  display: flex;
  justify-content: flex-end;
}
.cid-sXv0L5mA7J .icon-left {
  margin-right: 0.1rem;
}
.cid-sXv0L5mA7J .icon-right {
  margin-left: 0.1rem;
}
.cid-sXv0L5mA7J H1 {
  text-align: left;
}
.cid-sXv0L5mA7J .mbr-section-text,
.cid-sXv0L5mA7J .mbr-section-btn {
  text-align: left;
}
.cid-t0OICrEtVT {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-t0OICrEtVT .widget-title {
  color: #ffffff;
  margin-bottom: 30px;
}
.cid-t0OICrEtVT .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #1873ab;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-t0OICrEtVT .mbr-text {
  color: #343434;
}
.cid-t0OICrEtVT .phone-word {
  color: #279e64;
}
.cid-t0OICrEtVT .text-link {
  transition: all 0.3s ease-in;
}
.cid-t0OICrEtVT .text-link:hover {
  color: #279e64 !important;
}
.cid-t0OICrEtVT img {
  height: 100px;
  padding-right: 8px;
}
.cid-t0OICrEtVT .img1 {
  color: #279e64;
}
.cid-t0OICrEtVT .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-t0OICrEtVT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t0OICrEtVT .content .link-wrap {
  color: red;
}
.cid-t0OICrEtVT .content .date-wrap {
  color: #ffffff;
}
.cid-t0OICrEtVT .item,
.cid-t0OICrEtVT .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-t0OICrEtVT .item h4,
.cid-t0OICrEtVT .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-t0OICrEtVT .link {
  transition: all 0.3s ease-in;
}
.cid-t0OICrEtVT .link .card-img {
  padding-bottom: 3px;
}
.cid-t0OICrEtVT .link:hover .card-img span {
  color: #279e64;
}
.cid-t0OICrEtVT .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-t0OICrEtVT .item .card-img {
  width: auto;
}
.cid-t0OICrEtVT .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-t0OICrEtVT .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-t0OICrEtVT h5 {
    text-align: left !important;
  }
  .cid-t0OICrEtVT .line-wrap {
    text-align: left !important;
  }
}
.cid-t0OICrEtVT .item-title {
  color: #343434;
  transition: all 0.3s ease-in;
}
.cid-t0OICrEtVT .item-title:hover {
  color: #279e64;
}
.cid-t0OICrEtVT .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-t0OICrEtVT .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-t0OICrEtVT .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-t0OICrEtVT .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #ffffff !important;
  box-shadow: none !important;
}
.cid-t0OICrEtVT .btn[class*="-outline"]:active,
.cid-t0OICrEtVT .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-t0OICrEtVT .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-t0OICrEtVT .list .list-item:last-child {
  margin-top: 10px;
}
.cid-t0OICrEtVT .pre-form {
  color: #ff3366;
}
.cid-t0OICrEtVT .form-group,
.cid-t0OICrEtVT .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-t0OICrEtVT .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-t0OICrEtVT .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-t0OICrEtVT .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-t0OICrEtVT .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-t0OICrEtVT .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-t0OICrEtVT .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-t0OICrEtVT .form-group .mbr-iconfont {
  color: #1873ab;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-t0OICrEtVT .dragArea {
  flex-direction: column;
}
.cid-t0OICrEtVT .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-t0OICrEtVT .widget-title,
.cid-t0OICrEtVT .line-wrap {
  color: #1873ab;
}
.cid-t0OICrEtVT .pre-form,
.cid-t0OICrEtVT .mbr-text {
  color: #343434;
}
.cid-sWtZ5DlUWN {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #343434;
}
.cid-sWtZ5DlUWN .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sXw28FbKYZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 106px;
}
.cid-sXw28FbKYZ nav.navbar {
  position: fixed;
}
.cid-sXw28FbKYZ .dropdown-menu {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-sXw28FbKYZ .navbar:not(.collapsed) .dropdown-item {
    border-bottom: 1px solid #e6e6e6;
  }
  .cid-sXw28FbKYZ .navbar:not(.collapsed) .dropdown-item:last-child {
    border: 0;
  }
}
.cid-sXw28FbKYZ .nav-dropdown .link {
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
}
.cid-sXw28FbKYZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sXw28FbKYZ .nav-link,
.cid-sXw28FbKYZ .dropdown-item {
  font-weight: 700;
}
.cid-sXw28FbKYZ .nav-link {
  position: relative;
  background-size: 100% 0% !important;
  background-position: 0 70% !important;
  transition: background-size 0.2s ease-in !important;
  background-image: linear-gradient(120deg, #ffffff 0%, #ffffff 100%) !important;
}
.cid-sXw28FbKYZ .nav-link:hover {
  background-size: 100% 80% !important;
  opacity: 1;
  transition: background-size 0.2s ease-in !important;
}
.cid-sXw28FbKYZ .container {
  display: flex;
  margin: auto;
}
.cid-sXw28FbKYZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sXw28FbKYZ .navbar-caption,
.cid-sXw28FbKYZ .dropdown-item {
  background-image: none;
}
.cid-sXw28FbKYZ .dropdown-menu,
.cid-sXw28FbKYZ .navbar.opened {
  background: #ffffff !important;
}
.cid-sXw28FbKYZ .nav-item:focus,
.cid-sXw28FbKYZ .nav-link:focus {
  outline: none;
}
.cid-sXw28FbKYZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
}
.cid-sXw28FbKYZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sXw28FbKYZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sXw28FbKYZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sXw28FbKYZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sXw28FbKYZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sXw28FbKYZ .navbar {
  min-height: 106px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sXw28FbKYZ .navbar.opened {
  transition: all 0.3s;
}
.cid-sXw28FbKYZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sXw28FbKYZ .navbar .navbar-logo img {
  width: auto;
}
.cid-sXw28FbKYZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sXw28FbKYZ .navbar.collapsed {
  justify-content: center;
}
.cid-sXw28FbKYZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sXw28FbKYZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sXw28FbKYZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-sXw28FbKYZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sXw28FbKYZ .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-sXw28FbKYZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sXw28FbKYZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sXw28FbKYZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sXw28FbKYZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sXw28FbKYZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sXw28FbKYZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sXw28FbKYZ .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-sXw28FbKYZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sXw28FbKYZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sXw28FbKYZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sXw28FbKYZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sXw28FbKYZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sXw28FbKYZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sXw28FbKYZ .navbar.navbar-short {
  min-height: 106px;
}
.cid-sXw28FbKYZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sXw28FbKYZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sXw28FbKYZ .navbar-brand {
  min-height: 106px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sXw28FbKYZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sXw28FbKYZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sXw28FbKYZ .dropdown-item.active,
.cid-sXw28FbKYZ .dropdown-item:active {
  background-color: transparent;
}
.cid-sXw28FbKYZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sXw28FbKYZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sXw28FbKYZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sXw28FbKYZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sXw28FbKYZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sXw28FbKYZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sXw28FbKYZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sXw28FbKYZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sXw28FbKYZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sXw28FbKYZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sXw28FbKYZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sXw28FbKYZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXw28FbKYZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sXw28FbKYZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sXw28FbKYZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXw28FbKYZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sXw28FbKYZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sXw28FbKYZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sXw28FbKYZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sXw28FbKYZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sXw28FbKYZ .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-sXw28FbKYZ .navbar {
    height: 70px;
  }
  .cid-sXw28FbKYZ .navbar.opened {
    height: auto;
  }
  .cid-sXw28FbKYZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXw28FbKYZ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sXw28FbKYZ .nav-item a {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tsUxtHGAin {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 106px;
}
.cid-tsUxtHGAin nav.navbar {
  position: fixed;
}
.cid-tsUxtHGAin .dropdown-menu {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-tsUxtHGAin .navbar:not(.collapsed) .dropdown-item {
    border-bottom: 1px solid #e6e6e6;
  }
  .cid-tsUxtHGAin .navbar:not(.collapsed) .dropdown-item:last-child {
    border: 0;
  }
}
.cid-tsUxtHGAin .nav-dropdown .link {
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
}
.cid-tsUxtHGAin .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsUxtHGAin .nav-link,
.cid-tsUxtHGAin .dropdown-item {
  font-weight: 700;
}
.cid-tsUxtHGAin .nav-link {
  position: relative;
  background-size: 100% 0% !important;
  background-position: 0 70% !important;
  transition: background-size 0.2s ease-in !important;
  background-image: linear-gradient(120deg, #ffffff 0%, #ffffff 100%) !important;
}
.cid-tsUxtHGAin .nav-link:hover {
  background-size: 100% 80% !important;
  opacity: 1;
  transition: background-size 0.2s ease-in !important;
}
.cid-tsUxtHGAin .container {
  display: flex;
  margin: auto;
}
.cid-tsUxtHGAin .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tsUxtHGAin .navbar-caption,
.cid-tsUxtHGAin .dropdown-item {
  background-image: none;
}
.cid-tsUxtHGAin .dropdown-menu,
.cid-tsUxtHGAin .navbar.opened {
  background: #ffffff !important;
}
.cid-tsUxtHGAin .nav-item:focus,
.cid-tsUxtHGAin .nav-link:focus {
  outline: none;
}
.cid-tsUxtHGAin .dropdown .dropdown-menu .dropdown-item {
  width: auto;
}
.cid-tsUxtHGAin .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsUxtHGAin .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsUxtHGAin .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsUxtHGAin .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsUxtHGAin .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsUxtHGAin .navbar {
  min-height: 106px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tsUxtHGAin .navbar.opened {
  transition: all 0.3s;
}
.cid-tsUxtHGAin .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsUxtHGAin .navbar .navbar-logo img {
  width: auto;
}
.cid-tsUxtHGAin .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsUxtHGAin .navbar.collapsed {
  justify-content: center;
}
.cid-tsUxtHGAin .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsUxtHGAin .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tsUxtHGAin .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.2rem);
  }
}
.cid-tsUxtHGAin .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsUxtHGAin .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-tsUxtHGAin .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsUxtHGAin .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsUxtHGAin .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsUxtHGAin .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsUxtHGAin .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsUxtHGAin .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsUxtHGAin .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-tsUxtHGAin .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsUxtHGAin .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsUxtHGAin .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsUxtHGAin .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsUxtHGAin .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsUxtHGAin .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tsUxtHGAin .navbar.navbar-short {
  min-height: 106px;
}
.cid-tsUxtHGAin .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsUxtHGAin .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsUxtHGAin .navbar-brand {
  min-height: 106px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tsUxtHGAin .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsUxtHGAin .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsUxtHGAin .dropdown-item.active,
.cid-tsUxtHGAin .dropdown-item:active {
  background-color: transparent;
}
.cid-tsUxtHGAin .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsUxtHGAin .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsUxtHGAin .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsUxtHGAin .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tsUxtHGAin .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsUxtHGAin .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsUxtHGAin ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsUxtHGAin .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsUxtHGAin button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsUxtHGAin button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tsUxtHGAin button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsUxtHGAin button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsUxtHGAin button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsUxtHGAin button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsUxtHGAin nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsUxtHGAin nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsUxtHGAin nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsUxtHGAin nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsUxtHGAin .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tsUxtHGAin a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsUxtHGAin .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-tsUxtHGAin .navbar {
    height: 70px;
  }
  .cid-tsUxtHGAin .navbar.opened {
    height: auto;
  }
  .cid-tsUxtHGAin .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tsUxtHGAin .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tsUxtHGAin .nav-item a {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tsUxY1DQc3 {
  padding-top: 180px;
  padding-bottom: 105px;
}
.cid-tsUxY1DQc3 h3 {
  position: relative;
}
.cid-tsUxY1DQc3 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tsUxY1DQc3 svg {
  position: absolute;
  bottom: -30px;
  left: 0;
  transform: scaleY(-1);
}
.cid-tsUxY1DQc3 g rect {
  fill: #ffffff;
}
.cid-tsUy1GQ8tG {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tsUy1GQ8tG img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-tsUy1GQ8tG H1 {
  color: #222222;
  text-align: center;
}
.cid-tsUy1GQ8tG .mbr-text,
.cid-tsUy1GQ8tG .mbr-section-btn {
  color: #716c80;
}
.cid-tsUy1GQ8tG H3 {
  color: #716c80;
}
.cid-tsUy1GQ8tG .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tsUy1GQ8tG .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tsUy1GQ8tG .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tsUy1GQ8tG .link:hover {
  color: #ffffff !important;
}
.cid-tsUy1GQ8tG .link:hover .link-ico {
  color: #ffffff !important;
  padding-left: 10px;
}
.cid-tsUy1GQ8tG DIV {
  color: #57468b;
}
.cid-tsUy1GQ8tG .mbr-text,
.cid-tsUy1GQ8tG .media-content {
  text-align: center;
}
.cid-sWtZ5DlUWN {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #343434;
}
.cid-sWtZ5DlUWN .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tsUxxXWWE0 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-tsUxxXWWE0 .widget-title {
  color: #ffffff;
  margin-bottom: 30px;
}
.cid-tsUxxXWWE0 .line-wrap .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #1873ab;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tsUxxXWWE0 .mbr-text {
  color: #343434;
}
.cid-tsUxxXWWE0 .phone-word {
  color: #279e64;
}
.cid-tsUxxXWWE0 .text-link {
  transition: all 0.3s ease-in;
}
.cid-tsUxxXWWE0 .text-link:hover {
  color: #279e64 !important;
}
.cid-tsUxxXWWE0 img {
  height: 100px;
  padding-right: 8px;
}
.cid-tsUxxXWWE0 .img1 {
  color: #279e64;
}
.cid-tsUxxXWWE0 .img2 {
  color: #83868c;
  font-size: 10px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .cid-tsUxxXWWE0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tsUxxXWWE0 .content .link-wrap {
  color: red;
}
.cid-tsUxxXWWE0 .content .date-wrap {
  color: #ffffff;
}
.cid-tsUxxXWWE0 .item,
.cid-tsUxxXWWE0 .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-tsUxxXWWE0 .item h4,
.cid-tsUxxXWWE0 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tsUxxXWWE0 .link {
  transition: all 0.3s ease-in;
}
.cid-tsUxxXWWE0 .link .card-img {
  padding-bottom: 3px;
}
.cid-tsUxxXWWE0 .link:hover .card-img span {
  color: #279e64;
}
.cid-tsUxxXWWE0 .link:hover .card-box .link-title a {
  transition: all 0.3s;
  color: #279e64 !important;
}
.cid-tsUxxXWWE0 .item .card-img {
  width: auto;
}
.cid-tsUxxXWWE0 .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cid-tsUxxXWWE0 .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-tsUxxXWWE0 h5 {
    text-align: left !important;
  }
  .cid-tsUxxXWWE0 .line-wrap {
    text-align: left !important;
  }
}
.cid-tsUxxXWWE0 .item-title {
  color: #343434;
  transition: all 0.3s ease-in;
}
.cid-tsUxxXWWE0 .item-title:hover {
  color: #279e64;
}
.cid-tsUxxXWWE0 .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tsUxxXWWE0 .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
}
.cid-tsUxxXWWE0 .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-tsUxxXWWE0 .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #ffffff !important;
  box-shadow: none !important;
}
.cid-tsUxxXWWE0 .btn[class*="-outline"]:active,
.cid-tsUxxXWWE0 .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-tsUxxXWWE0 .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-tsUxxXWWE0 .list .list-item:last-child {
  margin-top: 10px;
}
.cid-tsUxxXWWE0 .pre-form {
  color: #ff3366;
}
.cid-tsUxxXWWE0 .form-group,
.cid-tsUxxXWWE0 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-tsUxxXWWE0 .form-control {
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe2;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-tsUxxXWWE0 .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-tsUxxXWWE0 .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-tsUxxXWWE0 .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-tsUxxXWWE0 .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-tsUxxXWWE0 .form-group {
  margin-top: 19px;
  margin-bottom: 15px;
}
.cid-tsUxxXWWE0 .form-group .mbr-iconfont {
  color: #1873ab;
  position: absolute;
  font-size: 15px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.cid-tsUxxXWWE0 .dragArea {
  flex-direction: column;
}
.cid-tsUxxXWWE0 .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
}
.cid-tsUxxXWWE0 .widget-title,
.cid-tsUxxXWWE0 .line-wrap {
  color: #1873ab;
}
.cid-tsUxxXWWE0 .pre-form,
.cid-tsUxxXWWE0 .mbr-text {
  color: #343434;
}
