body {
  font-family: 'verdana';
}
.display-1 {
  font-family: 'verdana';
  font-size: 3.25rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.0625rem;
}
.display-2 {
  font-family: 'verdana';
  font-size: 3.125rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-4 {
  font-family: 'verdana';
  font-size: 1.13rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.4125rem;
}
.display-5 {
  font-family: 'verdana';
  font-size: 2.375rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.96875rem;
}
.display-7 {
  font-family: 'verdana';
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.275rem;
    font-size: calc( 1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.904rem;
    font-size: calc( 1.0454999999999999rem + (1.13 - 1.0454999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0454999999999999rem + (1.13 - 1.0454999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.9rem;
    font-size: calc( 1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #00e701 !important;
}
.bg-success {
  background-color: #7193bc !important;
}
.bg-info {
  background-color: #e6f4f1 !important;
}
.bg-warning {
  background-color: #fff8f1 !important;
}
.bg-danger {
  background-color: #00e701 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #00e701 !important;
  border-color: #00e701 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #009001 !important;
  border-color: #009001 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #009001 !important;
  border-color: #009001 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #00c858 !important;
  border-color: #00c858 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #007132 !important;
  border-color: #007132 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #007132 !important;
  border-color: #007132 !important;
}
.btn-info,
.btn-info:active {
  background-color: #e6f4f1 !important;
  border-color: #e6f4f1 !important;
  color: #439886 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #285c51 !important;
  background-color: #aadacf !important;
  border-color: #aadacf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #439886 !important;
  background-color: #aadacf !important;
  border-color: #aadacf !important;
}
.btn-success,
.btn-success:active {
  background-color: #7193bc !important;
  border-color: #7193bc !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #456892 !important;
  border-color: #456892 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #456892 !important;
  border-color: #456892 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fff8f1 !important;
  border-color: #fff8f1 !important;
  color: #f17900 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #9a4d00 !important;
  background-color: #ffcd9a !important;
  border-color: #ffcd9a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #f17900 !important;
  background-color: #ffcd9a !important;
  border-color: #ffcd9a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #00e701 !important;
  border-color: #00e701 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #009001 !important;
  border-color: #009001 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #009001 !important;
  border-color: #009001 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f9f7f5 !important;
  border-color: #f9f7f5 !important;
  color: #95785a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #5f4c39 !important;
  background-color: #d8ccbf !important;
  border-color: #d8ccbf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #95785a !important;
  background-color: #d8ccbf !important;
  border-color: #d8ccbf !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #00e701;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #009001 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #00e701 !important;
  border-color: #00e701 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #00c858;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #007132 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #00c858 !important;
  border-color: #00c858 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e6f4f1;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #aadacf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #439886 !important;
  background-color: #e6f4f1 !important;
  border-color: #e6f4f1 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #7193bc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #456892 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #7193bc !important;
  border-color: #7193bc !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fff8f1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffcd9a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #f17900 !important;
  background-color: #fff8f1 !important;
  border-color: #fff8f1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #00e701;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #009001 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #00e701 !important;
  border-color: #00e701 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #222222;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f9f7f5;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d8ccbf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #95785a !important;
  background-color: #f9f7f5 !important;
  border-color: #f9f7f5 !important;
}
.text-primary {
  color: #00e701 !important;
}
.text-secondary {
  color: #00c858 !important;
}
.text-success {
  color: #7193bc !important;
}
.text-info {
  color: #e6f4f1 !important;
}
.text-warning {
  color: #fff8f1 !important;
}
.text-danger {
  color: #00e701 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #008101 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #00622b !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #406087 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #9fd5c9 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffc58b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #008101 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #d3c4b5 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #00e701;
}
.nav-tabs .nav-link:not(.active) {
  color: #222222;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e6f4f1;
}
.alert-warning {
  background-color: #fff8f1;
}
.alert-danger {
  background-color: #00e701;
}
.mbr-gallery-filter li.active .btn {
  background-color: #00e701;
  border-color: #00e701;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #00e701;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4ffb4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c8d5e5;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b4ffb4;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'verdana';
  font-size: 1.13rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.4125rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #00e701 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'verdana';
  font-size: 1.13rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.4125rem;
}
blockquote {
  border-color: #00e701;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #00e701;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #00e701;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #00e701;
  border-bottom-color: #00e701;
}
.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: #00e701 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #00c858 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2300e701' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.container {
  max-width: 1302px;
}
.btn {
  padding: 12px 24px;
  border-radius: 0;
  letter-spacing: 3px;
}
.btn-big {
  padding: 20px 40px !important;
}
.btn-scale {
  transition: 0.3s all;
}
.btn-scale:hover {
  transform: scale(0.9);
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v4SCOCZz9S {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v4SCOCZz9S .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v4SCOCZz9S .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v4SCOCZz9S .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4SCOCZz9S .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v4SCOCZz9S .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4SCOCZz9S .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4SCOCZz9S .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v4SCOCZz9S .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v4SCOCZz9S .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-v4SCOCZz9S .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v4SCOCZz9S .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v4SCOCZz9S .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v4SCOCZz9S .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-v4SCOCZz9S .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v4SCOCZz9S .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v4SCOCZz9S .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v4SCOCZz9S .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v4SCOCZz9S .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v4SCOCZz9S .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v4SCOCZz9S .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v4SCOCZz9S .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v4SCOCZz9S .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-v4SCOCZz9S .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4SCOCZz9S .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v4SCOCZz9S .iconfont-wrapper {
  color: #00d819 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4SCOCZz9S .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  border-radius: 4px !important;
}
.cid-v4SCOCZz9S .nav-item:focus,
.cid-v4SCOCZz9S .nav-link:focus {
  outline: none;
}
.cid-v4SCOCZz9S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4SCOCZz9S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4SCOCZz9S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4SCOCZz9S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4SCOCZz9S .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4SCOCZz9S .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4SCOCZz9S .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v4SCOCZz9S .navbar.opened {
  transition: all 0.3s;
}
.cid-v4SCOCZz9S .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4SCOCZz9S .navbar .navbar-logo img {
  width: auto;
}
.cid-v4SCOCZz9S .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v4SCOCZz9S .navbar.collapsed {
  justify-content: center;
}
.cid-v4SCOCZz9S .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4SCOCZz9S .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4SCOCZz9S .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v4SCOCZz9S .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4SCOCZz9S .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4SCOCZz9S .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-v4SCOCZz9S .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4SCOCZz9S .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4SCOCZz9S .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v4SCOCZz9S .navbar {
    min-height: 72px;
  }
  .cid-v4SCOCZz9S .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v4SCOCZz9S .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4SCOCZz9S .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4SCOCZz9S .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4SCOCZz9S .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4SCOCZz9S .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-v4SCOCZz9S .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4SCOCZz9S .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v4SCOCZz9S .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4SCOCZz9S .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v4SCOCZz9S .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v4SCOCZz9S .dropdown-item.active,
.cid-v4SCOCZz9S .dropdown-item:active {
  background-color: transparent;
}
.cid-v4SCOCZz9S .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4SCOCZz9S .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4SCOCZz9S .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4SCOCZz9S .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4SCOCZz9S .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v4SCOCZz9S .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v4SCOCZz9S ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4SCOCZz9S .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v4SCOCZz9S .navbar-buttons {
    text-align: left;
  }
}
.cid-v4SCOCZz9S button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4SCOCZz9S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v4SCOCZz9S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4SCOCZz9S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4SCOCZz9S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4SCOCZz9S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4SCOCZz9S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4SCOCZz9S nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4SCOCZz9S nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4SCOCZz9S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4SCOCZz9S .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v4SCOCZz9S a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4SCOCZz9S .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v4SCOCZz9S .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4SCOCZz9S .navbar {
    height: 70px;
  }
  .cid-v4SCOCZz9S .navbar.opened {
    height: auto;
  }
  .cid-v4SCOCZz9S .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4SCOCZz9S .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v4SCOCZz9S .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v4SCOCZz9S .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v4SCOCZz9S .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v4SCOCZz9S .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v4SCOCZz9S .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v4SCOCZz9S .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v4SCOCZz9S .navbar-brand {
    margin-right: auto;
  }
  .cid-v4SCOCZz9S .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-v4SCOCZz9S .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v4SCOCZz9S .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v4SCOCZz9S .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4SCOCZz9S .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v4SCOCZz9S .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v4SCOCZz9S .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v4SCOCZz9S .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v4SCOCZz9S .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v4SCOCZz9S .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v4SCOCZz9S .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v4T5SVPCZX {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4T5SVPCZX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4T5SVPCZX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4T5SVPCZX .row {
  margin: 0 -8px;
}
.cid-v4T5SVPCZX .row .card {
  padding: 0 8px;
}
.cid-v4T5SVPCZX .card-wrapper {
  padding: 75px 64px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-v4T5SVPCZX .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-v4T5SVPCZX .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-v4T5SVPCZX .card-wrapper .card-wrap {
  width: 100%;
}
.cid-v4T5SVPCZX .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v4T5SVPCZX .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v4T5SVPCZX .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v4T5SVPCZX .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4T5SVPCZX .card-wrapper .card-wrap .logo-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v4T5SVPCZX .card-wrapper .card-wrap .logo-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v4T5SVPCZX .card-wrapper .card-wrap .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
}
.cid-v4T5SVPCZX .card-wrapper .card-wrap .logo-wrapper .logo-wrap img {
  width: 45px;
  height: 45px;
  min-width: 45px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-v4T5SVPCZX .card-wrapper .card-wrap .logo-wrapper .logo-wrap .mbr-desc {
  padding: 0 20px;
  margin-bottom: 0;
}
.cid-v4T5SVPCZX .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v4T5SVPCZX .image-wrapper {
  height: 100%;
}
.cid-v4T5SVPCZX .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v4T5SVPCZX .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-v4T5SVPCZX .mbr-text,
.cid-v4T5SVPCZX .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-v4T5SVPCZX .logo-wrapper,
.cid-v4T5SVPCZX .mbr-desc {
  text-align: center;
}
.cid-v4T5SVPCZX .mbr-desc {
  color: #63635d;
}
.cid-v4T5SVPCZX .mbr-section-title,
.cid-v4T5SVPCZX .mbr-section-btn {
  text-align: left;
}
.cid-v4T5SVPCZX .mbr-desc,
.cid-v4T5SVPCZX .logo-wrapper {
  text-align: justify;
}
.cid-v8aJF51IYo {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8aJF51IYo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8aJF51IYo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8aJF51IYo .items-wrapper {
  justify-content: center;
  margin: 0 -40px;
}
.cid-v8aJF51IYo .items-wrapper .item {
  padding: 0 40px;
}
.cid-v8aJF51IYo .item {
  margin-bottom: 40px;
}
.cid-v8aJF51IYo .item .item-wrapper .item-content .title-wrapper {
  margin-bottom: 10px;
}
.cid-v8aJF51IYo .item .item-wrapper .item-content .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v8aJF51IYo .item .item-wrapper .item-content .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
  color: #19171c;
  margin-right: 10px;
}
.cid-v8aJF51IYo .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-v8aJF51IYo .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v8aJF51IYo .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v8aJF51IYo .item-title {
  color: #19171c;
}
.cid-v8aJF51IYo .item-text {
  color: #6e6e73;
}
.cid-v8aJF51IYo .item-text,
.cid-v8aJF51IYo .mbr-section-btn {
  color: #16e72e;
}
.cid-v4v9pbAbXK {
  padding-top: 6rem;
  padding-bottom: 3rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-v4v9pbAbXK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4v9pbAbXK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4v9pbAbXK .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-v4v9pbAbXK .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v4v9pbAbXK .container {
    padding: 0 24px;
  }
}
.cid-v4v9pbAbXK .row {
  justify-content: center;
}
.cid-v4v9pbAbXK .row .card,
.cid-v4v9pbAbXK .row .item {
  padding: 0 12px;
}
.cid-v4v9pbAbXK .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-v4v9pbAbXK .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v4v9pbAbXK .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v4v9pbAbXK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v4v9pbAbXK .item {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-v4v9pbAbXK .item .item-wrapper {
  padding: 32px;
  border-radius: .75rem !important;
  background-color: #00e701;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v4v9pbAbXK .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v4v9pbAbXK .item .item-wrapper .card-box .card-number {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-v4v9pbAbXK .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-v4v9pbAbXK .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v4v9pbAbXK .mbr-section-title {
  color: #141414;
  text-align: center;
}
.cid-v4v9pbAbXK .mbr-text {
  color: #141414;
  text-align: justify;
}
.cid-v4v9pbAbXK .card-number {
  color: #141414;
}
.cid-v4v9pbAbXK .card-title {
  color: #ffffff;
}
.cid-v4v9pbAbXK .card-text {
  color: #141414;
}
.cid-v8aNDVERwW {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8aNDVERwW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8aNDVERwW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8aNDVERwW .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v8aNDVERwW .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v8aNDVERwW .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-v8aNDVERwW .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v8aNDVERwW .item {
    margin-bottom: 40px;
  }
}
.cid-v8aNDVERwW .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v8aNDVERwW .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-v8aNDVERwW .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #16e72e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v8aNDVERwW .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v8aNDVERwW .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v8aNDVERwW .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v8aNDVERwW .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8aNDVERwW .mbr-section-title,
.cid-v8aNDVERwW .title-wrapper {
  color: #323432;
  text-align: left;
}
.cid-v8aNDVERwW .card-number {
  color: #f1f5eb;
}
.cid-v8aNDVERwW .card-title {
  color: #323432;
}
.cid-v8aNDVERwW .card-text {
  color: #323432;
}
.cid-v4veBgX1qc {
  padding-top: 0px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v4veBgX1qc {
    padding-top: 0px;
    padding-bottom: 100px;
  }
}
.cid-v4veBgX1qc .text {
  padding: 0;
}
.cid-v4veBgX1qc section {
  position: relative;
}
.cid-v4veBgX1qc h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-v4veBgX1qc .mbr-iconfont {
  padding: 0 !important;
}
.cid-v4veBgX1qc .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #00e701;
}
.cid-v4veBgX1qc .box {
  background-image: url("../../../assets/images/schermafbeelding202025-12-1920093212-1918x1076.png");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4veBgX1qc .icon-wrap {
  background-color: #00e701 !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-v4veBgX1qc .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-v4veBgX1qc .icon-wrap span {
  padding-left: 8px;
}
.cid-v4veBgX1qc .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #1c1c1c !important;
}
.cid-v4veBgX1qc .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-v4veBgX1qc .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-v4veBgX1qc .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v4veBgX1qc .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v4veBgX1qc a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-v4veBgX1qc a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v4veBgX1qc {
    padding-top: 0px;
    padding-bottom: 70px;
  }
  .cid-v4veBgX1qc .box {
    height: 250px;
  }
  .cid-v4veBgX1qc .row {
    padding: 1rem !important;
  }
}
.cid-v4veBgX1qc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4veBgX1qc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4TuAFd1hO {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4TuAFd1hO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4TuAFd1hO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4TuAFd1hO .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-v4TuAFd1hO .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v4TuAFd1hO .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v4TuAFd1hO .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-v4TuAFd1hO .items-wrapper {
  margin: 0;
}
.cid-v4TuAFd1hO .items-wrapper .item {
  padding: 0;
  margin-bottom: 20px;
}
.cid-v4TuAFd1hO .items-wrapper .item .item-wrapper {
  padding: 0 20px 20px 0;
  height: 100%;
}
.cid-v4TuAFd1hO .items-wrapper .item .item-wrapper .item-content .number-wrapper {
  padding-bottom: 80px;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v4TuAFd1hO .items-wrapper .item .item-wrapper .item-content .number-wrapper {
    padding-bottom: 20px;
  }
}
.cid-v4TuAFd1hO .items-wrapper .item .item-wrapper .item-content .number-wrapper .item-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 5px;
  border-radius: 1rem;
  background-color: #d7d2d2;
}
.cid-v4TuAFd1hO .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v4TuAFd1hO .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v4TuAFd1hO .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-v4TuAFd1hO .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-v4TuAFd1hO .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v4TuAFd1hO .mbr-section-title {
  color: #093388;
}
.cid-v4TuAFd1hO .item-number {
  color: #f4f4f4;
}
.cid-v4TuAFd1hO .item-title {
  color: #093388;
}
.cid-v4TuAFd1hO .item-text {
  color: #58595b;
}
.cid-v4TuAFd1hO .mbr-section-title,
.cid-v4TuAFd1hO .title-wrapper {
  color: #000000;
}
.cid-v4TuAFd1hO .item-title,
.cid-v4TuAFd1hO .mbr-section-btn {
  color: #000000;
}
.cid-v4TuAFd1hO .item-text,
.cid-v4TuAFd1hO .text-wrapper {
  text-align: left;
  color: #000000;
}
.cid-v1A9B0Z9Rm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1A9B0Z9Rm .item:focus,
.cid-v1A9B0Z9Rm span:focus {
  outline: none;
}
.cid-v1A9B0Z9Rm .item {
  cursor: pointer;
}
.cid-v1A9B0Z9Rm .grid-container {
  grid-row-gap: 24px;
}
@media (max-width: 992px) {
  .cid-v1A9B0Z9Rm .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-v1A9B0Z9Rm .grid-container-1,
.cid-v1A9B0Z9Rm .grid-container-2,
.cid-v1A9B0Z9Rm .grid-container-3 {
  gap: 0 24px;
}
@media (max-width: 992px) {
  .cid-v1A9B0Z9Rm .grid-container-1,
  .cid-v1A9B0Z9Rm .grid-container-2,
  .cid-v1A9B0Z9Rm .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-v1A9B0Z9Rm .mbr-section-title {
  margin-bottom: 40px;
  color: #181824;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1A9B0Z9Rm .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v1A9B0Z9Rm .content-head {
  max-width: 800px;
}
.cid-v1A9B0Z9Rm .container,
.cid-v1A9B0Z9Rm .container-fluid {
  overflow: hidden;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.cid-v1A9B0Z9Rm .decor-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  width: 100%;
}
.cid-v1A9B0Z9Rm .decor-wrapper .decor-wrap_1 {
  width: 20%;
  height: 1px;
  background-image: linear-gradient(90deg, #eeeef4, #00e701 50%, #eeeef4);
  box-shadow: 0 0.5px 0.0625rem 0 #ffffff;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v1A9B0Z9Rm .decor-wrapper .decor-wrap_1 {
    margin-bottom: 20px;
  }
}
.cid-v1A9B0Z9Rm .decor-wrapper .decor-wrap_2 {
  width: 38%;
  height: 1px;
  background-image: linear-gradient(90deg, #eeeef4, #00e701 50%, #eeeef4);
  box-shadow: 0 0.5px 0.0625rem 0 #ffffff;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v1A9B0Z9Rm .decor-wrapper .decor-wrap_2 {
    margin-bottom: 20px;
  }
}
.cid-v1A9B0Z9Rm .decor-wrapper .decor-wrap_3 {
  width: 75%;
  height: 1px;
  background-image: linear-gradient(90deg, #eeeef4, #00e701 50%, #eeeef4);
  box-shadow: 0 0.5px 0.0625rem 0 #ffffff;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v1A9B0Z9Rm .decor-wrapper .decor-wrap_3 {
    margin-bottom: 20px;
  }
}
.cid-v1A9B0Z9Rm .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v1A9B0Z9Rm .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 6px;
}
.cid-v1A9B0Z9Rm .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 1200px) {
  .cid-v1A9B0Z9Rm .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v1A9B0Z9Rm .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-v1A9B0Z9Rm .grid-item img {
    height: 130px;
  }
}
.cid-v1A9B0Z9Rm .grid-container-1,
.cid-v1A9B0Z9Rm .grid-container-2,
.cid-v1A9B0Z9Rm .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v1A9B0Z9Rm .grid-container-1 {
  align-items: flex-end;
}
.cid-v1A9B0Z9Rm .grid-container-2 {
  align-items: flex-start;
}
.cid-v4XHzYQZAs {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v4XHzYQZAs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4XHzYQZAs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4XHzYQZAs .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v4XHzYQZAs .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v4XHzYQZAs .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v4XHzYQZAs .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-v4XHzYQZAs .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-v4XHzYQZAs .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v4XHzYQZAs .btn-wrapper {
  margin-top: -2%;
}
.cid-v4XHzYQZAs .mbr-section-title {
  color: #000000;
}
.cid-v4XHzYQZAs .item-title {
  color: #000000;
}
.cid-v4XHzYQZAs .item-text {
  color: #000000;
}
.cid-v4XHC9nYsH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4XHC9nYsH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4XHC9nYsH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4XHC9nYsH .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v4XHC9nYsH .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v4XHC9nYsH .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v4XHC9nYsH .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-v4XHC9nYsH .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-v4XHC9nYsH .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v4XHC9nYsH .btn-wrapper {
  margin-top: -2%;
}
.cid-v4XHC9nYsH .mbr-section-title {
  color: #000000;
}
.cid-v4XHC9nYsH .item-title {
  color: #000000;
}
.cid-v4XHC9nYsH .item-text {
  color: #000000;
}
.cid-v4XZevVrWM {
  padding-top: 2.25rem;
  padding-bottom: 0.25rem;
  background-color: #ffffff;
}
.cid-v4XZevVrWM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4XZevVrWM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4XZevVrWM .card-wrapper {
  background-color: #ffffff;
  padding: 56px 32px 32px;
}
@media (max-width: 992px) {
  .cid-v4XZevVrWM .card-wrapper {
    padding: 24px;
  }
}
.cid-v4XZevVrWM .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v4XZevVrWM .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v4XZevVrWM .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v4XZevVrWM .card-wrapper .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v4XZevVrWM .card-wrapper .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v4XZevVrWM .card-wrapper .panel-group .content-wrap:nth-child(2) {
    margin-top: 8px;
  }
}
.cid-v4XZevVrWM .card-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  margin-top: 8px;
  background-color: #16e72e;
  transition: all .3s ease;
}
.cid-v4XZevVrWM .card-wrapper .panel-group .card:hover {
  background-color: #ffffff;
}
.cid-v4XZevVrWM .card-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-v4XZevVrWM .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v4XZevVrWM .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v4XZevVrWM .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v4XZevVrWM .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 16px;
  height: 16px;
  min-width: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-v4XZevVrWM .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #12e92b;
}
.cid-v4XZevVrWM .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(45deg);
}
.cid-v4XZevVrWM .card-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-v4XZevVrWM .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v4XZevVrWM .mbr-label {
  color: #0027ba;
}
.cid-v4XZevVrWM .mbr-section-title {
  color: #0027ba;
}
.cid-v4XZevVrWM .mbr-text {
  color: #16e72e;
  text-align: justify;
}
.cid-v4XZevVrWM .panel-title-edit {
  color: #2c2c26;
}
.cid-v4XZevVrWM .panel-text {
  color: #0027ba;
}
.cid-v4XZevVrWM .mbr-section-title,
.cid-v4XZevVrWM .main-btn {
  color: #12e92b;
}
.cid-v4XZevVrWM .panel-text,
.cid-v4XZevVrWM .panel-body {
  color: #2c2c26;
}
.cid-v1zK3uY4RH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-v1zK3uY4RH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1zK3uY4RH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1zK3uY4RH .map-wrapper {
  height: 100%;
}
.cid-v1zK3uY4RH .card-wrapper {
  border: 1px solid #00e701;
  padding: 3rem 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v1zK3uY4RH .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1zK3uY4RH .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-v1zK3uY4RH .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1zK3uY4RH .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-v1zK3uY4RH .google-map {
  height: 100%;
  position: relative;
}
.cid-v1zK3uY4RH .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v1zK3uY4RH .google-map iframe {
    min-height: 350px;
  }
}
.cid-v1zK3uY4RH .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v1zK3uY4RH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v1zK3uY4RH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v1zK3uY4RH ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v1zK3uY4RH .content-head {
  max-width: 800px;
}
.cid-v1zK3uY4RH .mbr-section-title {
  color: #221b35;
}
.cid-v1zK3uY4RH .cardTitle {
  color: #221b35;
}
.cid-v1zK3uY4RH .list,
.cid-v1zK3uY4RH .item-wrap {
  color: #000000;
}
.cid-v2T9XLXTQt {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v2T9XLXTQt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2T9XLXTQt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v2T9XLXTQt .container {
    padding: 0 20px;
  }
}
.cid-v2T9XLXTQt .row {
  justify-content: center;
}
.cid-v2T9XLXTQt .content-wrapper {
  display: flex;
  padding: 30px;
  border-radius: 2rem;
  background-color: #00e701;
}
@media (max-width: 992px) {
  .cid-v2T9XLXTQt .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-v2T9XLXTQt .content-wrapper .card {
  justify-content: center;
}
.cid-v2T9XLXTQt .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v2T9XLXTQt .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-v2T9XLXTQt .content-wrapper .image-wrapper img {
  height: 720px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-v2T9XLXTQt .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-v2T9XLXTQt .content-wrapper .content-wrap {
  width: 50%;
  padding: 0 200px 0 60px;
}
@media (max-width: 1440px) {
  .cid-v2T9XLXTQt .content-wrapper .content-wrap {
    padding: 0 100px 0 60px;
  }
}
@media (max-width: 1199px) {
  .cid-v2T9XLXTQt .content-wrapper .content-wrap {
    padding: 0 40px 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-v2T9XLXTQt .content-wrapper .content-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-v2T9XLXTQt .content-wrapper .content-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-v2T9XLXTQt .content-wrapper .content-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-v2T9XLXTQt .content-wrapper .content-wrap .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-v2T9XLXTQt .content-wrapper .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-v2T9XLXTQt .content-wrapper .content-wrap .dragArea.row .form-group .form-control {
  padding: 20px;
  border: none !important;
  box-shadow: none;
  border-radius: 20px !important;
  background-color: #ffffff;
}
.cid-v2T9XLXTQt .content-wrapper .content-wrap .dragArea.row .form-group .form-control:hover,
.cid-v2T9XLXTQt .content-wrapper .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-v2T9XLXTQt .content-wrapper .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #00e701;
  opacity: .5;
}
.cid-v2T9XLXTQt .content-wrapper .content-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-v2T9XLXTQt .content-wrapper .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-v2T9XLXTQt .content-wrapper .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #00e701;
  border-color: #00e701;
  border-radius: 0;
}
.cid-v2T9XLXTQt .content-wrapper .content-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-v2T9XLXTQt .content-wrapper .content-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-v2T9XLXTQt .mbr-section-title {
  color: #ffffff;
}
.cid-v2T9XLXTQt .mbr-text {
  color: #ffffff;
}
.cid-v2T9XLXTQt label {
  color: #ffffff;
}
.cid-v1zQLJUsYg {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1zQLJUsYg .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-v1zQLJUsYg .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-v1zQLJUsYg .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-v1zQLJUsYg .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-v1zQLJUsYg .row > div {
    margin: auto;
  }
}
.cid-v1zQLJUsYg .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v1zQLJUsYg .list {
  list-style: none;
  padding-left: 0;
  color: #12e92b;
}
@media (max-width: 991px) {
  .cid-v1zQLJUsYg .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v1zQLJUsYg .list {
    margin-bottom: 0rem;
  }
}
.cid-v1zQLJUsYg .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-v1zQLJUsYg .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-v1zQLJUsYg .row {
    display: grid;
  }
  .cid-v1zQLJUsYg .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-v1zQLJUsYg .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #0b2b5c;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v1zQLJUsYg .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-v1zQLJUsYg div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v1zWkXGQSA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-v1zWkXGQSA .links {
  text-align: center;
  color: #ffffff;
}
.cid-v1zWkXGQSA p {
  margin: 0;
}
.cid-v1zWkXGQSA a {
  color: #ffffff;
}
.cid-v1zWkXGQSA a:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
