body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Raleway', sans-serif;
  font-size: 4.6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.36rem;
}
.display-2 {
  font-family: 'Raleway', sans-serif;
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 1.8rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.81rem !important;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1.2rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #4fa61f !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #b2d1dc !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4fa61f !important;
  border-color: #4fa61f !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #306613 !important;
  border-color: #306613 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #306613 !important;
  border-color: #306613 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #200960 !important;
  border-color: #200960 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #09021a !important;
  border-color: #09021a !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #09021a !important;
  border-color: #09021a !important;
}
.btn-info,
.btn-info:active {
  background-color: #b2d1dc !important;
  border-color: #b2d1dc !important;
  color: #2d5462 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #2d5462 !important;
  background-color: #7db2c4 !important;
  border-color: #7db2c4 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #2d5462 !important;
  background-color: #7db2c4 !important;
  border-color: #7db2c4 !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: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #4fa61f;
  color: #4fa61f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #4fa61f;
  border-color: #4fa61f;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4fa61f !important;
  border-color: #4fa61f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #200960;
  color: #200960;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #200960;
  border-color: #200960;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #200960 !important;
  border-color: #200960 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #b2d1dc;
  color: #b2d1dc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #2d5462;
  background-color: #b2d1dc;
  border-color: #b2d1dc;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #2d5462 !important;
  background-color: #b2d1dc !important;
  border-color: #b2d1dc !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #f7ed4a;
  color: #f7ed4a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #808080;
  color: #808080;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #b1a374;
  color: #b1a374;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.text-primary {
  color: #4fa61f !important;
}
.text-secondary {
  color: #200960 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #b2d1dc !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #81de4d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #3f12bd !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fbf7ac !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #f8fbfc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #b2d1dc;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4fa61f;
  border-color: #4fa61f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4fa61f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #90e263;
}
.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: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #4fa61f;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4fa61f;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #4fa61f;
  border-bottom-color: #4fa61f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #4fa61f !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: #200960 !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='%234fa61f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-se9jHUDrJB .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-se9jHUDrJB .nav-item:focus,
.cid-se9jHUDrJB .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-se9jHUDrJB .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-se9jHUDrJB .nav-item .nav-link {
    position: relative;
  }
  .cid-se9jHUDrJB .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #4fa61f, #200960);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-se9jHUDrJB .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-se9jHUDrJB .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-se9jHUDrJB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-se9jHUDrJB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-se9jHUDrJB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-se9jHUDrJB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-se9jHUDrJB .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-se9jHUDrJB .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-se9jHUDrJB .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-se9jHUDrJB .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-se9jHUDrJB .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-se9jHUDrJB .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-se9jHUDrJB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-se9jHUDrJB .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-se9jHUDrJB .navbar.collapsed .navbar-collapse.show,
.cid-se9jHUDrJB .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-se9jHUDrJB .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-se9jHUDrJB .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-se9jHUDrJB .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-se9jHUDrJB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-se9jHUDrJB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-se9jHUDrJB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-se9jHUDrJB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-se9jHUDrJB .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-se9jHUDrJB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-se9jHUDrJB .navbar.collapsed .right-menu,
.cid-se9jHUDrJB .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-se9jHUDrJB .navbar .navbar-collapse.show,
  .cid-se9jHUDrJB .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-se9jHUDrJB .navbar .navbar-collapse.show .brand-container,
  .cid-se9jHUDrJB .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-se9jHUDrJB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-se9jHUDrJB .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-se9jHUDrJB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-se9jHUDrJB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-se9jHUDrJB .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-se9jHUDrJB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-se9jHUDrJB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-se9jHUDrJB .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-se9jHUDrJB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-se9jHUDrJB .navbar .right-menu,
  .cid-se9jHUDrJB .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-se9jHUDrJB .navbar.navbar-short {
  min-height: 60px;
}
.cid-se9jHUDrJB .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-se9jHUDrJB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-se9jHUDrJB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-se9jHUDrJB .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-se9jHUDrJB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-se9jHUDrJB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-se9jHUDrJB .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-se9jHUDrJB .dropdown-item.active,
.cid-se9jHUDrJB .dropdown-item:active {
  background-color: transparent;
}
.cid-se9jHUDrJB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-se9jHUDrJB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-se9jHUDrJB .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-se9jHUDrJB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-se9jHUDrJB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-se9jHUDrJB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-se9jHUDrJB ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-se9jHUDrJB ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-se9jHUDrJB .navbar-buttons {
  margin-left: auto;
}
.cid-se9jHUDrJB button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-se9jHUDrJB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-se9jHUDrJB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-se9jHUDrJB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-se9jHUDrJB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-se9jHUDrJB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-se9jHUDrJB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-se9jHUDrJB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-se9jHUDrJB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-se9jHUDrJB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-se9jHUDrJB .navbar-dropdown {
  position: fixed;
}
.cid-se9jHUDrJB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-se9jHUDrJB .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-se9jHUDrJB .right-menu,
.cid-se9jHUDrJB .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-se9jHUDrJB .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-se9jHUDrJB .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-se9jHUDrJB .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-se9jHUDrJB .menu-top {
  text-align: center;
  width: 100%;
  background-color: #4fa61f;
  padding: 0.5rem 0;
}
.cid-se9jHUDrJB .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-se9jHUDrJB .card-wrapper {
  z-index: 3;
}
.cid-se9jHUDrJB .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-se9jHUDrJB .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-se9jHUDrJB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-se9kZf9K2G {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rT65cA4OFz {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/pexels-patrick-case-3718433-2000x1333.jpg");
}
.cid-rT65cA4OFz H2 {
  color: #d58f76;
}
.cid-rT65cA4OFz h1 {
  line-height: 1.38;
}
.cid-rT65cA4OFz h1 span {
  background-color: #4fa61f;
  padding-bottom: 1rem;
}
#custom-html-v {
  /* Type valid CSS here */
}
#custom-html-v div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-v p {
  font-size: 60px;
  color: #777;
}
.cid-se9rA25ttG {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #4fa61f;
}
.cid-se9rA25ttG h4 {
  margin-bottom: 0;
  text-align: left;
}
.cid-se9rA25ttG .card-box {
  padding-top: 3rem;
}
.cid-se9rA25ttG .mbr-link-btn {
  width: 100%;
  text-align: center;
}
.cid-se9rA25ttG .btn-md {
  padding: 1rem;
}
.cid-se9rA25ttG .btn-primary-outline,
.cid-se9rA25ttG .btn-secondary-outline,
.cid-se9rA25ttG .btn-info-outline,
.cid-se9rA25ttG .btn-success-outline,
.cid-se9rA25ttG .btn-warning-outline,
.cid-se9rA25ttG .btn-danger-outline,
.cid-se9rA25ttG .btn-black-outline,
.cid-se9rA25ttG .btn-white-outline {
  border: none;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-se9rA25ttG .btn-primary-outline span,
.cid-se9rA25ttG .btn-secondary-outline span,
.cid-se9rA25ttG .btn-info-outline span,
.cid-se9rA25ttG .btn-success-outline span,
.cid-se9rA25ttG .btn-warning-outline span,
.cid-se9rA25ttG .btn-danger-outline span,
.cid-se9rA25ttG .btn-black-outline span,
.cid-se9rA25ttG .btn-white-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-se9rA25ttG .btn-primary-outline:hover span,
.cid-se9rA25ttG .btn-secondary-outline:hover span,
.cid-se9rA25ttG .btn-info-outline:hover span,
.cid-se9rA25ttG .btn-success-outline:hover span,
.cid-se9rA25ttG .btn-warning-outline:hover span,
.cid-se9rA25ttG .btn-danger-outline:hover span,
.cid-se9rA25ttG .btn-black-outline:hover span,
.cid-se9rA25ttG .btn-white-outline:hover span {
  padding-left: 10px;
}
.cid-se9rA25ttG .btn-primary-outline:hover,
.cid-se9rA25ttG .btn-secondary-outline:hover,
.cid-se9rA25ttG .btn-info-outline:hover,
.cid-se9rA25ttG .btn-success-outline:hover,
.cid-se9rA25ttG .btn-warning-outline:hover,
.cid-se9rA25ttG .btn-danger-outline:hover,
.cid-se9rA25ttG .btn-black-outline:hover,
.cid-se9rA25ttG .btn-white-outline:hover {
  background-color: transparent!important;
  color: #4fa61f !important;
  box-shadow: none!important;
}
.cid-se9rA25ttG .btn-primary-outline:active,
.cid-se9rA25ttG .btn-secondary-outline:active,
.cid-se9rA25ttG .btn-info-outline:active,
.cid-se9rA25ttG .btn-success-outline:active,
.cid-se9rA25ttG .btn-warning-outline:active,
.cid-se9rA25ttG .btn-danger-outline:active,
.cid-se9rA25ttG .btn-black-outline:active,
.cid-se9rA25ttG .btn-white-outline:active,
.cid-se9rA25ttG .btn-primary-outline:focus,
.cid-se9rA25ttG .btn-secondary-outline:focus,
.cid-se9rA25ttG .btn-info-outline:focus,
.cid-se9rA25ttG .btn-success-outline:focus,
.cid-se9rA25ttG .btn-warning-outline:focus,
.cid-se9rA25ttG .btn-danger-outline:focus,
.cid-se9rA25ttG .btn-black-outline:focus,
.cid-se9rA25ttG .btn-white-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-se9rA25ttG .btn-primary-outline .mbr-iconfont,
.cid-se9rA25ttG .btn-secondary-outline .mbr-iconfont,
.cid-se9rA25ttG .btn-info-outline .mbr-iconfont,
.cid-se9rA25ttG .btn-success-outline .mbr-iconfont,
.cid-se9rA25ttG .btn-warning-outline .mbr-iconfont,
.cid-se9rA25ttG .btn-danger-outline .mbr-iconfont,
.cid-se9rA25ttG .btn-black-outline .mbr-iconfont,
.cid-se9rA25ttG .btn-white-outline .mbr-iconfont {
  margin-right: 0!important;
  padding-left: 0.4rem;
}
.cid-se9rA25ttG .card-wrapper {
  overflow: hidden;
  height: 100%;
  position: relative;
  background-color: #ffffff;
  padding: 3rem 1.2rem 1.2rem 1.2rem;
  border-radius: 8px;
  transition: all 0.3s;
}
.cid-se9rA25ttG .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(48, 13, 143, 0.35);
  transform: translateY(-1.5rem);
}
.cid-se9rA25ttG .link-wrap {
  position: relative;
  padding-top: 14px;
}
.cid-se9rA25ttG .link-wrap:hover {
  color: #4fa61f !important;
}
.cid-se9rA25ttG .link-wrap:hover:hover .link-ico {
  color: #4fa61f !important;
}
.cid-se9rA25ttG .line {
  width: 150%;
  height: 1px;
  background: lightgray;
  position: absolute;
  top: 0;
  left: -25%;
}
.cid-se9rA25ttG img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-se9rA25ttG .card-title {
  color: #4fa61f;
  text-align: center;
}
.cid-se9rA25ttG .row {
  justify-content: center;
}
.cid-se9rA25ttG .main-title {
  text-align: center;
  color: #232323;
}
.cid-se9rA25ttG P {
  text-align: center;
}
.cid-se9rA25ttG .mbr-text,
.cid-se9rA25ttG .link {
  text-align: center;
  color: #767676;
}
@media (max-width: 576px) {
  .cid-se9rA25ttG .card-wrapper:hover {
    transform: none;
    box-shadow: none;
  }
}
.cid-se9xIBY0SN {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #4fa61f;
}
.cid-se9xIBY0SN h4 {
  margin-bottom: 0;
  text-align: left;
}
.cid-se9xIBY0SN .card-box {
  padding-top: 3rem;
}
.cid-se9xIBY0SN .mbr-link-btn {
  width: 100%;
  text-align: center;
}
.cid-se9xIBY0SN .btn-md {
  padding: 1rem;
}
.cid-se9xIBY0SN .btn-primary-outline,
.cid-se9xIBY0SN .btn-secondary-outline,
.cid-se9xIBY0SN .btn-info-outline,
.cid-se9xIBY0SN .btn-success-outline,
.cid-se9xIBY0SN .btn-warning-outline,
.cid-se9xIBY0SN .btn-danger-outline,
.cid-se9xIBY0SN .btn-black-outline,
.cid-se9xIBY0SN .btn-white-outline {
  border: none;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-se9xIBY0SN .btn-primary-outline span,
.cid-se9xIBY0SN .btn-secondary-outline span,
.cid-se9xIBY0SN .btn-info-outline span,
.cid-se9xIBY0SN .btn-success-outline span,
.cid-se9xIBY0SN .btn-warning-outline span,
.cid-se9xIBY0SN .btn-danger-outline span,
.cid-se9xIBY0SN .btn-black-outline span,
.cid-se9xIBY0SN .btn-white-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-se9xIBY0SN .btn-primary-outline:hover span,
.cid-se9xIBY0SN .btn-secondary-outline:hover span,
.cid-se9xIBY0SN .btn-info-outline:hover span,
.cid-se9xIBY0SN .btn-success-outline:hover span,
.cid-se9xIBY0SN .btn-warning-outline:hover span,
.cid-se9xIBY0SN .btn-danger-outline:hover span,
.cid-se9xIBY0SN .btn-black-outline:hover span,
.cid-se9xIBY0SN .btn-white-outline:hover span {
  padding-left: 10px;
}
.cid-se9xIBY0SN .btn-primary-outline:hover,
.cid-se9xIBY0SN .btn-secondary-outline:hover,
.cid-se9xIBY0SN .btn-info-outline:hover,
.cid-se9xIBY0SN .btn-success-outline:hover,
.cid-se9xIBY0SN .btn-warning-outline:hover,
.cid-se9xIBY0SN .btn-danger-outline:hover,
.cid-se9xIBY0SN .btn-black-outline:hover,
.cid-se9xIBY0SN .btn-white-outline:hover {
  background-color: transparent!important;
  color: #4fa61f !important;
  box-shadow: none!important;
}
.cid-se9xIBY0SN .btn-primary-outline:active,
.cid-se9xIBY0SN .btn-secondary-outline:active,
.cid-se9xIBY0SN .btn-info-outline:active,
.cid-se9xIBY0SN .btn-success-outline:active,
.cid-se9xIBY0SN .btn-warning-outline:active,
.cid-se9xIBY0SN .btn-danger-outline:active,
.cid-se9xIBY0SN .btn-black-outline:active,
.cid-se9xIBY0SN .btn-white-outline:active,
.cid-se9xIBY0SN .btn-primary-outline:focus,
.cid-se9xIBY0SN .btn-secondary-outline:focus,
.cid-se9xIBY0SN .btn-info-outline:focus,
.cid-se9xIBY0SN .btn-success-outline:focus,
.cid-se9xIBY0SN .btn-warning-outline:focus,
.cid-se9xIBY0SN .btn-danger-outline:focus,
.cid-se9xIBY0SN .btn-black-outline:focus,
.cid-se9xIBY0SN .btn-white-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-se9xIBY0SN .btn-primary-outline .mbr-iconfont,
.cid-se9xIBY0SN .btn-secondary-outline .mbr-iconfont,
.cid-se9xIBY0SN .btn-info-outline .mbr-iconfont,
.cid-se9xIBY0SN .btn-success-outline .mbr-iconfont,
.cid-se9xIBY0SN .btn-warning-outline .mbr-iconfont,
.cid-se9xIBY0SN .btn-danger-outline .mbr-iconfont,
.cid-se9xIBY0SN .btn-black-outline .mbr-iconfont,
.cid-se9xIBY0SN .btn-white-outline .mbr-iconfont {
  margin-right: 0!important;
  padding-left: 0.4rem;
}
.cid-se9xIBY0SN .card-wrapper {
  overflow: hidden;
  height: 100%;
  position: relative;
  background-color: #ffffff;
  padding: 3rem 1.2rem 1.2rem 1.2rem;
  border-radius: 8px;
  transition: all 0.3s;
}
.cid-se9xIBY0SN .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(48, 13, 143, 0.35);
  transform: translateY(-1.5rem);
}
.cid-se9xIBY0SN .link-wrap {
  position: relative;
  padding-top: 14px;
}
.cid-se9xIBY0SN .link-wrap:hover {
  color: #4fa61f !important;
}
.cid-se9xIBY0SN .link-wrap:hover:hover .link-ico {
  color: #4fa61f !important;
}
.cid-se9xIBY0SN .line {
  width: 150%;
  height: 1px;
  background: lightgray;
  position: absolute;
  top: 0;
  left: -25%;
}
.cid-se9xIBY0SN img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-se9xIBY0SN .card-title {
  color: #4fa61f;
  text-align: center;
}
.cid-se9xIBY0SN .row {
  justify-content: center;
}
.cid-se9xIBY0SN .main-title {
  text-align: center;
  color: #232323;
}
.cid-se9xIBY0SN P {
  text-align: center;
}
.cid-se9xIBY0SN .mbr-text,
.cid-se9xIBY0SN .link {
  text-align: center;
  color: #767676;
}
@media (max-width: 576px) {
  .cid-se9xIBY0SN .card-wrapper:hover {
    transform: none;
    box-shadow: none;
  }
}
.cid-se9LeKwYA4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-se9LeKwYA4 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-se9LeKwYA4 img:hover {
  transform: scale(1.1);
}
.cid-se9LeKwYA4 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-se9LeKwYA4 h2 {
  padding: 0;
  margin: 0;
}
.cid-se9LeKwYA4 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-se9LeKwYA4 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-se9LeKwYA4 .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-se9LeKwYA4 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-se9LeKwYA4 .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-se9LeKwYA4 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-se9LeKwYA4 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-se9LeKwYA4 .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-se9LeKwYA4 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-se9LeKwYA4 H2 {
  color: #333333;
}
.cid-se9LeKwYA4 .mbr-text {
  color: #000000;
}
.cid-rT65e8wesZ {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #fafafa;
}
.cid-rT65e8wesZ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rT65e8wesZ input,
.cid-rT65e8wesZ textarea,
.cid-rT65e8wesZ .jqselect {
  font-weight: 300!important;
}
.cid-rT65e8wesZ .col-wrap1 {
  background: #4fa61f;
  padding: 5rem;
  height: 100%;
}
.cid-rT65e8wesZ .col-wrap3 {
  background: #4fa61f;
  padding: 5rem;
  height: 100%;
}
@media (max-width: 1400px) {
  .cid-rT65e8wesZ .col-wrap1,
  .cid-rT65e8wesZ .col-wrap3 {
    padding: 3rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rT65e8wesZ .card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rT65e8wesZ .col-wrap1,
  .cid-rT65e8wesZ .col-wrap3 {
    padding: 3rem 1rem;
  }
}
.cid-rT65e8wesZ .container {
  max-width: 1800px;
}
.cid-rT65e8wesZ img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  min-height: 300px;
}
.cid-rT65e8wesZ textarea {
  min-height: 150px!important;
}
.cid-rT65e8wesZ form .btn {
  width: 100%;
}
.cid-rT65e8wesZ .jq-selectbox__select-text {
  color: #505574;
}
.cid-rT65e8wesZ .jq-selectbox__select {
  padding: 0.65em 1em;
}
.cid-rT65e8wesZ .jq-selectbox li {
  padding: 0.8em 1.4em!important;
  color: #505574 !important;
}
.cid-rT65e8wesZ .form-control,
.cid-rT65e8wesZ .field-input {
  padding: 2rem 1.5rem;
  min-height: auto;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rT65e8wesZ .form-control::-webkit-input-placeholder,
.cid-rT65e8wesZ .field-input::-webkit-input-placeholder,
.cid-rT65e8wesZ .form-control::-webkit-input-placeholder,
.cid-rT65e8wesZ .field-input::-webkit-input-placeholder {
  color: #505574;
}
.cid-rT65e8wesZ .form-control:-moz-placeholder,
.cid-rT65e8wesZ .field-input:-moz-placeholder,
.cid-rT65e8wesZ .form-control:-moz-placeholder,
.cid-rT65e8wesZ .field-input:-moz-placeholder {
  color: #505574;
}
.cid-rT65e8wesZ .form-control:hover,
.cid-rT65e8wesZ .field-input:hover,
.cid-rT65e8wesZ .form-control:focus,
.cid-rT65e8wesZ .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rT65e8wesZ .form-control:hover::-webkit-input-placeholder,
.cid-rT65e8wesZ .field-input:hover::-webkit-input-placeholder,
.cid-rT65e8wesZ .form-control:focus::-webkit-input-placeholder,
.cid-rT65e8wesZ .field-input:focus::-webkit-input-placeholder,
.cid-rT65e8wesZ .form-control:hover::-webkit-input-placeholder,
.cid-rT65e8wesZ .field-input:hover::-webkit-input-placeholder,
.cid-rT65e8wesZ .form-control:focus::-webkit-input-placeholder,
.cid-rT65e8wesZ .field-input:focus::-webkit-input-placeholder {
  color: #505574;
}
.cid-rT65e8wesZ .form-control:hover:-moz-placeholder,
.cid-rT65e8wesZ .field-input:hover:-moz-placeholder,
.cid-rT65e8wesZ .form-control:focus:-moz-placeholder,
.cid-rT65e8wesZ .field-input:focus:-moz-placeholder,
.cid-rT65e8wesZ .form-control:hover:-moz-placeholder,
.cid-rT65e8wesZ .field-input:hover:-moz-placeholder,
.cid-rT65e8wesZ .form-control:focus:-moz-placeholder,
.cid-rT65e8wesZ .field-input:focus:-moz-placeholder {
  color: #505574;
}
.cid-rT65e8wesZ textarea {
  padding-top: 1rem!important;
}
.cid-rT65e8wesZ .jq-number__spin:hover,
.cid-rT65e8wesZ .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rT65e8wesZ .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rT65e8wesZ .jq-selectbox li,
.cid-rT65e8wesZ .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-rT65e8wesZ .jq-selectbox li:hover,
.cid-rT65e8wesZ .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-rT65e8wesZ .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rT65e8wesZ .jq-number__spin.minus:hover:after,
.cid-rT65e8wesZ .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rT65e8wesZ .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rT65e8wesZ .jq-number__spin.minus:after,
.cid-rT65e8wesZ .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rT65e8wesZ .jq-selectbox__trigger-arrow {
  border-top-color: #505574 !important;
  border-bottom-color: #505574 !important;
}
.cid-rT65e8wesZ input::-webkit-clear-button {
  display: none;
}
.cid-rT65e8wesZ input::-webkit-inner-spin-button {
  display: none;
}
.cid-rT65e8wesZ input::-webkit-outer-spin-button {
  display: none;
}
.cid-rT65e8wesZ input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-rT65e8wesZ H5 {
  text-align: center;
  color: #ffffff;
}
.cid-rT65e8wesZ h6 {
  color: #d58f76;
}
.cid-rT65e8wesZ H3 {
  color: #ffffff;
}
.cid-rT65e8wesZ .mbr-text {
  color: #ffffff;
}
.cid-rT65e8wesZ .link,
.cid-rT65e8wesZ .link-wrap {
  color: #999999;
  text-align: right;
}
.cid-rT65e8wesZ H6 {
  text-align: center;
  color: #ffffff;
}
.cid-seaKQPtPtL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #4fa61f;
}
.cid-seaKQPtPtL .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-seaKQPtPtL section {
  position: relative;
}
.cid-seaKQPtPtL h4 {
  margin: 0;
}
.cid-seaKQPtPtL a {
  font-weight: 300;
}
.cid-seaKQPtPtL .row {
  align-items: center;
}
.cid-seaKQPtPtL .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-seaKQPtPtL .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-seaKQPtPtL .img1 {
  color: #ffffff;
}
.cid-seaKQPtPtL .card-img {
  width: auto;
}
@media (max-width: 992px) {
  .cid-seaKQPtPtL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-seaKQPtPtL .align-left,
  .cid-seaKQPtPtL .align-right {
    text-align: center;
  }
  .cid-seaKQPtPtL .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-seaKQPtPtL .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-seaKQPtPtL .item {
    padding-bottom: 0.5rem;
  }
}
.cid-seaKQPtPtL .item-title {
  color: #c1c1c1;
}
.cid-seaKQPtPtL H4 {
  color: #ffffff;
}
.cid-se9jHUDrJB .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-se9jHUDrJB .nav-item:focus,
.cid-se9jHUDrJB .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-se9jHUDrJB .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-se9jHUDrJB .nav-item .nav-link {
    position: relative;
  }
  .cid-se9jHUDrJB .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #4fa61f, #200960);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-se9jHUDrJB .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-se9jHUDrJB .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-se9jHUDrJB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-se9jHUDrJB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-se9jHUDrJB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-se9jHUDrJB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-se9jHUDrJB .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-se9jHUDrJB .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-se9jHUDrJB .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-se9jHUDrJB .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-se9jHUDrJB .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-se9jHUDrJB .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-se9jHUDrJB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-se9jHUDrJB .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-se9jHUDrJB .navbar.collapsed .navbar-collapse.show,
.cid-se9jHUDrJB .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-se9jHUDrJB .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-se9jHUDrJB .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-se9jHUDrJB .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-se9jHUDrJB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-se9jHUDrJB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-se9jHUDrJB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-se9jHUDrJB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-se9jHUDrJB .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-se9jHUDrJB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-se9jHUDrJB .navbar.collapsed .right-menu,
.cid-se9jHUDrJB .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-se9jHUDrJB .navbar .navbar-collapse.show,
  .cid-se9jHUDrJB .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-se9jHUDrJB .navbar .navbar-collapse.show .brand-container,
  .cid-se9jHUDrJB .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-se9jHUDrJB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-se9jHUDrJB .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-se9jHUDrJB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-se9jHUDrJB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-se9jHUDrJB .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-se9jHUDrJB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-se9jHUDrJB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-se9jHUDrJB .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-se9jHUDrJB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-se9jHUDrJB .navbar .right-menu,
  .cid-se9jHUDrJB .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-se9jHUDrJB .navbar.navbar-short {
  min-height: 60px;
}
.cid-se9jHUDrJB .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-se9jHUDrJB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-se9jHUDrJB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-se9jHUDrJB .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-se9jHUDrJB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-se9jHUDrJB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-se9jHUDrJB .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-se9jHUDrJB .dropdown-item.active,
.cid-se9jHUDrJB .dropdown-item:active {
  background-color: transparent;
}
.cid-se9jHUDrJB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-se9jHUDrJB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-se9jHUDrJB .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-se9jHUDrJB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-se9jHUDrJB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-se9jHUDrJB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-se9jHUDrJB ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-se9jHUDrJB ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-se9jHUDrJB .navbar-buttons {
  margin-left: auto;
}
.cid-se9jHUDrJB button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-se9jHUDrJB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-se9jHUDrJB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-se9jHUDrJB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-se9jHUDrJB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-se9jHUDrJB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-se9jHUDrJB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-se9jHUDrJB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-se9jHUDrJB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-se9jHUDrJB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-se9jHUDrJB .navbar-dropdown {
  position: fixed;
}
.cid-se9jHUDrJB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-se9jHUDrJB .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-se9jHUDrJB .right-menu,
.cid-se9jHUDrJB .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-se9jHUDrJB .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-se9jHUDrJB .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-se9jHUDrJB .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-se9jHUDrJB .menu-top {
  text-align: center;
  width: 100%;
  background-color: #4fa61f;
  padding: 0.5rem 0;
}
.cid-se9jHUDrJB .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-se9jHUDrJB .card-wrapper {
  z-index: 3;
}
.cid-se9jHUDrJB .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-se9jHUDrJB .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-se9jHUDrJB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-seevtRKsDw {
  background-image: url("../../../assets/images/1kmygmskw8qwsufvsu71lbq-800x528.jpg");
  background-position: 80% 20%;
}
.cid-seevtRKsDw H2 {
  color: #ffffff;
}
.cid-seevtRKsDw .box {
  background: #4fa61f;
  height: 100%;
  padding-top: 285px;
  padding-bottom: 270px;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-seevtRKsDw .row {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-seevtRKsDw {
    background-size: 120%;
    background-position: top;
  }
  .cid-seevtRKsDw .box {
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 133px;
    padding-bottom: 126px;
    margin-top: 14rem;
  }
}
.cid-seaKQPtPtL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #4fa61f;
}
.cid-seaKQPtPtL .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-seaKQPtPtL section {
  position: relative;
}
.cid-seaKQPtPtL h4 {
  margin: 0;
}
.cid-seaKQPtPtL a {
  font-weight: 300;
}
.cid-seaKQPtPtL .row {
  align-items: center;
}
.cid-seaKQPtPtL .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-seaKQPtPtL .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-seaKQPtPtL .img1 {
  color: #ffffff;
}
.cid-seaKQPtPtL .card-img {
  width: auto;
}
@media (max-width: 992px) {
  .cid-seaKQPtPtL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-seaKQPtPtL .align-left,
  .cid-seaKQPtPtL .align-right {
    text-align: center;
  }
  .cid-seaKQPtPtL .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-seaKQPtPtL .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-seaKQPtPtL .item {
    padding-bottom: 0.5rem;
  }
}
.cid-seaKQPtPtL .item-title {
  color: #c1c1c1;
}
.cid-seaKQPtPtL H4 {
  color: #ffffff;
}
.cid-se9jHUDrJB .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-se9jHUDrJB .nav-item:focus,
.cid-se9jHUDrJB .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-se9jHUDrJB .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-se9jHUDrJB .nav-item .nav-link {
    position: relative;
  }
  .cid-se9jHUDrJB .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #4fa61f, #200960);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-se9jHUDrJB .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-se9jHUDrJB .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-se9jHUDrJB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-se9jHUDrJB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-se9jHUDrJB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-se9jHUDrJB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-se9jHUDrJB .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-se9jHUDrJB .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-se9jHUDrJB .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-se9jHUDrJB .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-se9jHUDrJB .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-se9jHUDrJB .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-se9jHUDrJB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-se9jHUDrJB .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-se9jHUDrJB .navbar.collapsed .navbar-collapse.show,
.cid-se9jHUDrJB .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-se9jHUDrJB .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-se9jHUDrJB .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-se9jHUDrJB .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-se9jHUDrJB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-se9jHUDrJB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-se9jHUDrJB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-se9jHUDrJB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-se9jHUDrJB .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-se9jHUDrJB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-se9jHUDrJB .navbar.collapsed .right-menu,
.cid-se9jHUDrJB .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-se9jHUDrJB .navbar .navbar-collapse.show,
  .cid-se9jHUDrJB .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-se9jHUDrJB .navbar .navbar-collapse.show .brand-container,
  .cid-se9jHUDrJB .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-se9jHUDrJB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-se9jHUDrJB .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-se9jHUDrJB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-se9jHUDrJB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-se9jHUDrJB .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-se9jHUDrJB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-se9jHUDrJB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-se9jHUDrJB .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-se9jHUDrJB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-se9jHUDrJB .navbar .right-menu,
  .cid-se9jHUDrJB .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-se9jHUDrJB .navbar.navbar-short {
  min-height: 60px;
}
.cid-se9jHUDrJB .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-se9jHUDrJB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-se9jHUDrJB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-se9jHUDrJB .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-se9jHUDrJB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-se9jHUDrJB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-se9jHUDrJB .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-se9jHUDrJB .dropdown-item.active,
.cid-se9jHUDrJB .dropdown-item:active {
  background-color: transparent;
}
.cid-se9jHUDrJB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-se9jHUDrJB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-se9jHUDrJB .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-se9jHUDrJB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-se9jHUDrJB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-se9jHUDrJB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-se9jHUDrJB ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-se9jHUDrJB ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-se9jHUDrJB .navbar-buttons {
  margin-left: auto;
}
.cid-se9jHUDrJB button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-se9jHUDrJB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-se9jHUDrJB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-se9jHUDrJB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-se9jHUDrJB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-se9jHUDrJB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-se9jHUDrJB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-se9jHUDrJB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-se9jHUDrJB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-se9jHUDrJB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-se9jHUDrJB .navbar-dropdown {
  position: fixed;
}
.cid-se9jHUDrJB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-se9jHUDrJB .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-se9jHUDrJB .right-menu,
.cid-se9jHUDrJB .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-se9jHUDrJB .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-se9jHUDrJB .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-se9jHUDrJB .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-se9jHUDrJB .menu-top {
  text-align: center;
  width: 100%;
  background-color: #4fa61f;
  padding: 0.5rem 0;
}
.cid-se9jHUDrJB .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-se9jHUDrJB .card-wrapper {
  z-index: 3;
}
.cid-se9jHUDrJB .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-se9jHUDrJB .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-se9jHUDrJB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-seeFyVN5gx {
  padding-top: 135px;
  padding-bottom: 105px;
  background-color: #efefef;
}
.cid-seeFyVN5gx .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #4fa61f;
}
.cid-seeFyVN5gx img {
  width: 100%;
}
.cid-seeFyVN5gx p {
  margin-top: 6rem;
}
.cid-seeFyVN5gx .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-seeFyVN5gx .content-wrapper {
  padding-top: 6rem;
}
.cid-seeFyVN5gx h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-seeFyVN5gx .content-wrapper {
    padding-top: 0rem;
  }
  .cid-seeFyVN5gx p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-seeFyVN5gx .back {
    width: 100%;
    height: 75%;
  }
  .cid-seeFyVN5gx .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-seeFyVN5gx p {
    margin-top: 4rem;
  }
}
.cid-seeFyVN5gx .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-seeFyVN5gx .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-seeFyVN5gx .content-wrapper {
    padding-right: 3rem;
  }
  .cid-seeFyVN5gx h4 {
    right: 2rem;
  }
}
.cid-seeJ8jCpwh {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-seeHu8MbWn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-seeJozXYJb {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-seeHuLec1W {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-seeJpu2zyK {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-seeHzMGwmH {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-seaKQPtPtL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #4fa61f;
}
.cid-seaKQPtPtL .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-seaKQPtPtL section {
  position: relative;
}
.cid-seaKQPtPtL h4 {
  margin: 0;
}
.cid-seaKQPtPtL a {
  font-weight: 300;
}
.cid-seaKQPtPtL .row {
  align-items: center;
}
.cid-seaKQPtPtL .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-seaKQPtPtL .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-seaKQPtPtL .img1 {
  color: #ffffff;
}
.cid-seaKQPtPtL .card-img {
  width: auto;
}
@media (max-width: 992px) {
  .cid-seaKQPtPtL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-seaKQPtPtL .align-left,
  .cid-seaKQPtPtL .align-right {
    text-align: center;
  }
  .cid-seaKQPtPtL .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-seaKQPtPtL .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-seaKQPtPtL .item {
    padding-bottom: 0.5rem;
  }
}
.cid-seaKQPtPtL .item-title {
  color: #c1c1c1;
}
.cid-seaKQPtPtL H4 {
  color: #ffffff;
}
.cid-se9jHUDrJB .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-se9jHUDrJB .nav-item:focus,
.cid-se9jHUDrJB .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-se9jHUDrJB .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-se9jHUDrJB .nav-item .nav-link {
    position: relative;
  }
  .cid-se9jHUDrJB .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #4fa61f, #200960);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-se9jHUDrJB .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-se9jHUDrJB .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-se9jHUDrJB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-se9jHUDrJB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-se9jHUDrJB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-se9jHUDrJB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-se9jHUDrJB .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-se9jHUDrJB .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-se9jHUDrJB .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-se9jHUDrJB .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-se9jHUDrJB .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-se9jHUDrJB .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-se9jHUDrJB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-se9jHUDrJB .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-se9jHUDrJB .navbar.collapsed .navbar-collapse.show,
.cid-se9jHUDrJB .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-se9jHUDrJB .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-se9jHUDrJB .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-se9jHUDrJB .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-se9jHUDrJB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-se9jHUDrJB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-se9jHUDrJB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-se9jHUDrJB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-se9jHUDrJB .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-se9jHUDrJB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-se9jHUDrJB .navbar.collapsed .right-menu,
.cid-se9jHUDrJB .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-se9jHUDrJB .navbar .navbar-collapse.show,
  .cid-se9jHUDrJB .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-se9jHUDrJB .navbar .navbar-collapse.show .brand-container,
  .cid-se9jHUDrJB .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-se9jHUDrJB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-se9jHUDrJB .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-se9jHUDrJB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-se9jHUDrJB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-se9jHUDrJB .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-se9jHUDrJB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-se9jHUDrJB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-se9jHUDrJB .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-se9jHUDrJB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-se9jHUDrJB .navbar .right-menu,
  .cid-se9jHUDrJB .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-se9jHUDrJB .navbar.navbar-short {
  min-height: 60px;
}
.cid-se9jHUDrJB .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-se9jHUDrJB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-se9jHUDrJB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-se9jHUDrJB .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-se9jHUDrJB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-se9jHUDrJB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-se9jHUDrJB .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-se9jHUDrJB .dropdown-item.active,
.cid-se9jHUDrJB .dropdown-item:active {
  background-color: transparent;
}
.cid-se9jHUDrJB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-se9jHUDrJB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-se9jHUDrJB .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-se9jHUDrJB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-se9jHUDrJB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-se9jHUDrJB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-se9jHUDrJB ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-se9jHUDrJB ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-se9jHUDrJB .navbar-buttons {
  margin-left: auto;
}
.cid-se9jHUDrJB button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-se9jHUDrJB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-se9jHUDrJB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-se9jHUDrJB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-se9jHUDrJB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-se9jHUDrJB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-se9jHUDrJB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-se9jHUDrJB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-se9jHUDrJB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-se9jHUDrJB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-se9jHUDrJB .navbar-dropdown {
  position: fixed;
}
.cid-se9jHUDrJB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-se9jHUDrJB .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-se9jHUDrJB .right-menu,
.cid-se9jHUDrJB .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-se9jHUDrJB .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-se9jHUDrJB .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-se9jHUDrJB .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-se9jHUDrJB .menu-top {
  text-align: center;
  width: 100%;
  background-color: #4fa61f;
  padding: 0.5rem 0;
}
.cid-se9jHUDrJB .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-se9jHUDrJB .card-wrapper {
  z-index: 3;
}
.cid-se9jHUDrJB .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-se9jHUDrJB .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-se9jHUDrJB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-seeEstklB0 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-seeEstklB0 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-seeEstklB0 input,
.cid-seeEstklB0 textarea,
.cid-seeEstklB0 .jqselect {
  font-weight: 300 !important;
  border-radius: 0;
}
.cid-seeEstklB0 textarea {
  min-height: 200px !important;
}
.cid-seeEstklB0 .jq-selectbox__select-text {
  color: #4fa61f;
}
.cid-seeEstklB0 .jq-selectbox li {
  background-color: #f6f3ee !important;
  padding: 1.2em 1.4em !important;
  color: #4fa61f !important;
  border-top: 1px solid #fafafa;
}
.cid-seeEstklB0 .form-control,
.cid-seeEstklB0 .field-input {
  padding: 1.1rem 1.5rem;
  height: auto;
  background-color: #fafafa;
  border-color: #f6f3ee;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-seeEstklB0 .form-control::-webkit-input-placeholder,
.cid-seeEstklB0 .field-input::-webkit-input-placeholder,
.cid-seeEstklB0 .form-control::-webkit-input-placeholder,
.cid-seeEstklB0 .field-input::-webkit-input-placeholder {
  color: #4fa61f;
}
.cid-seeEstklB0 .form-control:-moz-placeholder,
.cid-seeEstklB0 .field-input:-moz-placeholder,
.cid-seeEstklB0 .form-control:-moz-placeholder,
.cid-seeEstklB0 .field-input:-moz-placeholder {
  color: #4fa61f;
}
.cid-seeEstklB0 .form-control:hover,
.cid-seeEstklB0 .field-input:hover,
.cid-seeEstklB0 .form-control:focus,
.cid-seeEstklB0 .field-input:focus {
  background-color: #eceae4;
  border-color: #f6f3ee !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-seeEstklB0 .form-control:hover::-webkit-input-placeholder,
.cid-seeEstklB0 .field-input:hover::-webkit-input-placeholder,
.cid-seeEstklB0 .form-control:focus::-webkit-input-placeholder,
.cid-seeEstklB0 .field-input:focus::-webkit-input-placeholder,
.cid-seeEstklB0 .form-control:hover::-webkit-input-placeholder,
.cid-seeEstklB0 .field-input:hover::-webkit-input-placeholder,
.cid-seeEstklB0 .form-control:focus::-webkit-input-placeholder,
.cid-seeEstklB0 .field-input:focus::-webkit-input-placeholder {
  color: #4fa61f;
}
.cid-seeEstklB0 .form-control:hover:-moz-placeholder,
.cid-seeEstklB0 .field-input:hover:-moz-placeholder,
.cid-seeEstklB0 .form-control:focus:-moz-placeholder,
.cid-seeEstklB0 .field-input:focus:-moz-placeholder,
.cid-seeEstklB0 .form-control:hover:-moz-placeholder,
.cid-seeEstklB0 .field-input:hover:-moz-placeholder,
.cid-seeEstklB0 .form-control:focus:-moz-placeholder,
.cid-seeEstklB0 .field-input:focus:-moz-placeholder {
  color: #4fa61f;
}
.cid-seeEstklB0 textarea {
  padding-top: 1rem !important;
}
.cid-seeEstklB0 .jq-number__spin:hover,
.cid-seeEstklB0 .jq-number__spin:focus {
  background-color: #eceae4;
  border-color: #f6f3ee;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-seeEstklB0 .jq-number__spin {
  background-color: #fafafa;
  border-color: #f6f3ee;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-seeEstklB0 .jq-selectbox li,
.cid-seeEstklB0 .jq-selectbox li {
  background-color: #fafafa;
  color: #000000;
}
.cid-seeEstklB0 .jq-selectbox li:hover,
.cid-seeEstklB0 .jq-selectbox li.selected {
  background-color: #eceae4;
  color: #000000;
}
.cid-seeEstklB0 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-seeEstklB0 .jq-number__spin.minus:hover:after,
.cid-seeEstklB0 .jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-seeEstklB0 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-seeEstklB0 .jq-number__spin.minus:after,
.cid-seeEstklB0 .jq-number__spin.plus:after {
  border-top-color: #eceae4;
  border-bottom-color: #eceae4;
}
.cid-seeEstklB0 .jq-selectbox__trigger-arrow {
  border-top-color: #4fa61f !important;
  border-bottom-color: #4fa61f !important;
}
.cid-seeEstklB0 input::-webkit-clear-button {
  display: none;
}
.cid-seeEstklB0 input::-webkit-inner-spin-button {
  display: none;
}
.cid-seeEstklB0 input::-webkit-outer-spin-button {
  display: none;
}
.cid-seeEstklB0 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-seeEstklB0 H5 {
  text-align: center;
  color: #4fa61f;
}
.cid-seeEstklB0 H6 {
  text-align: center;
  color: #4fa61f;
}
.cid-seaKQPtPtL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #4fa61f;
}
.cid-seaKQPtPtL .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-seaKQPtPtL section {
  position: relative;
}
.cid-seaKQPtPtL h4 {
  margin: 0;
}
.cid-seaKQPtPtL a {
  font-weight: 300;
}
.cid-seaKQPtPtL .row {
  align-items: center;
}
.cid-seaKQPtPtL .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-seaKQPtPtL .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-seaKQPtPtL .img1 {
  color: #ffffff;
}
.cid-seaKQPtPtL .card-img {
  width: auto;
}
@media (max-width: 992px) {
  .cid-seaKQPtPtL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-seaKQPtPtL .align-left,
  .cid-seaKQPtPtL .align-right {
    text-align: center;
  }
  .cid-seaKQPtPtL .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-seaKQPtPtL .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-seaKQPtPtL .item {
    padding-bottom: 0.5rem;
  }
}
.cid-seaKQPtPtL .item-title {
  color: #c1c1c1;
}
.cid-seaKQPtPtL H4 {
  color: #ffffff;
}
