body {
  font-family: Nunito;
}
.display-1 {
  font-family: 'Nunito', sans-serif;
  font-size: 6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6rem;
}
.display-2 {
  font-family: 'Nunito', sans-serif;
  font-size: 3.6rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 5.76rem;
}
.display-4 {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.8rem;
  }
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 1.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #00ae50 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary {
  box-shadow: 0 0 0 100px #00ae50 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #00ae50 !important;
  border-color: #00ae50 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #00622d !important;
  border-color: #00622d !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #00622d !important;
  border-color: #00622d !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 0 0 2px #00ae50 inset !important;
  background: transparent !important;
  border: none !important;
  color: #00ae50 !important;
}
.btn-primary span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-primary {
    width: -webkit-fill-available;
  }
}
.btn-secondary {
  box-shadow: 0 0 0 100px #181818 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #181818 !important;
  border-color: #181818 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 0 0 2px #181818 inset !important;
  background: transparent !important;
  border: none !important;
  color: #181818 !important;
}
.btn-secondary span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-secondary {
    width: -webkit-fill-available;
  }
}
.btn-info {
  box-shadow: 0 0 0 100px #82786e inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info:hover,
.btn-info:focus {
  box-shadow: 0 0 0 2px #82786e inset !important;
  background: transparent !important;
  border: none !important;
  color: #82786e !important;
}
.btn-info span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-info {
    width: -webkit-fill-available;
  }
}
.btn-success {
  box-shadow: 0 0 0 100px #f7ed4a inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !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-success:hover,
.btn-success:focus {
  box-shadow: 0 0 0 2px #f7ed4a inset !important;
  background: transparent !important;
  border: none !important;
  color: #f7ed4a !important;
}
.btn-success span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-success {
    width: -webkit-fill-available;
  }
}
.btn-warning {
  box-shadow: 0 0 0 100px #879a9f inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning:hover,
.btn-warning:focus {
  box-shadow: 0 0 0 2px #879a9f inset !important;
  background: transparent !important;
  border: none !important;
  color: #879a9f !important;
}
.btn-warning span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-warning {
    width: -webkit-fill-available;
  }
}
.btn-danger {
  box-shadow: 0 0 0 100px #b1a374 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !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-danger:hover,
.btn-danger:focus {
  box-shadow: 0 0 0 2px #b1a374 inset !important;
  background: transparent !important;
  border: none !important;
  color: #b1a374 !important;
}
.btn-danger span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-danger {
    width: -webkit-fill-available;
  }
}
.btn-white {
  box-shadow: 0 0 0 100px #ffffff inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
  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-white:hover,
.btn-white:focus {
  box-shadow: 0 0 0 2px #ffffff inset !important;
  background: transparent !important;
  border: none !important;
  color: #ffffff !important;
}
.btn-white span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-white {
    width: -webkit-fill-available;
  }
}
.btn-black {
  box-shadow: 0 0 0 100px #333333 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !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-black:hover,
.btn-black:focus {
  box-shadow: 0 0 0 2px #333333 inset !important;
  background: transparent !important;
  border: none !important;
  color: #333333 !important;
}
.btn-black span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-black {
    width: -webkit-fill-available;
  }
}
.btn-primary-outline {
  box-shadow: 0 0 0 2px #00ae50 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #004821;
  color: #004821;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #00ae50;
  border-color: #00ae50;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #00ae50 !important;
  border-color: #00ae50 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  box-shadow: 0 0 0 100px #00ae50 inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-primary-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-primary-outline span:after {
  content: '';
  position: absolute;
  background: #00ae50;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-primary-outline {
    width: -webkit-fill-available;
  }
}
.btn-secondary-outline {
  box-shadow: 0 0 0 2px #181818 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #181818;
  border-color: #181818;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #181818 !important;
  border-color: #181818 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  box-shadow: 0 0 0 100px #181818 inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-secondary-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-secondary-outline span:after {
  content: '';
  position: absolute;
  background: #181818;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-secondary-outline {
    width: -webkit-fill-available;
  }
}
.btn-info-outline {
  box-shadow: 0 0 0 2px #82786e inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  box-shadow: 0 0 0 100px #82786e inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-info-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-info-outline span:after {
  content: '';
  position: absolute;
  background: #82786e;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-info-outline {
    width: -webkit-fill-available;
  }
}
.btn-success-outline {
  box-shadow: 0 0 0 2px #f7ed4a inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #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-success-outline:hover,
.btn-success-outline:focus {
  box-shadow: 0 0 0 100px #f7ed4a inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-success-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-success-outline span:after {
  content: '';
  position: absolute;
  background: #f7ed4a;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-success-outline {
    width: -webkit-fill-available;
  }
}
.btn-warning-outline {
  box-shadow: 0 0 0 2px #879a9f inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  box-shadow: 0 0 0 100px #879a9f inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-warning-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-warning-outline span:after {
  content: '';
  position: absolute;
  background: #879a9f;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-warning-outline {
    width: -webkit-fill-available;
  }
}
.btn-danger-outline {
  box-shadow: 0 0 0 2px #b1a374 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.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-danger-outline:hover,
.btn-danger-outline:focus {
  box-shadow: 0 0 0 100px #b1a374 inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-danger-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-danger-outline span:after {
  content: '';
  position: absolute;
  background: #b1a374;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-danger-outline {
    width: -webkit-fill-available;
  }
}
.btn-black-outline {
  box-shadow: 0 0 0 2px #333333 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  box-shadow: 0 0 0 100px #333333 inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-black-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-black-outline span:after {
  content: '';
  position: absolute;
  background: #333333;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-black-outline {
    width: -webkit-fill-available;
  }
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #00ae50 !important;
}
.text-secondary {
  color: #181818 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #181818 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #00ae50 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #181818 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !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: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #00ae50;
  border-color: #00ae50;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #00ae50;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #2fff8e;
}
.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: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.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;
}
.form-control {
  font-family: 'Nunito', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #00ae50;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #00ae50;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  -webkit-transition: 0.4s;
  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: #00ae50;
  border-bottom-color: #00ae50;
}
.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: #00ae50 !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: #181818 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section) {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-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='%2300ae50' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-uExaq2v5yC .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uExaq2v5yC .nav-item:focus,
.cid-uExaq2v5yC .nav-link:focus {
  outline: none;
}
.cid-uExaq2v5yC .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uExaq2v5yC .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uExaq2v5yC .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uExaq2v5yC .dropdown .dropdown-menu .dropdown-item:active,
.cid-uExaq2v5yC .dropdown .dropdown-menu .dropdown-item:focus {
  color: #00ae50 !important;
}
.cid-uExaq2v5yC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uExaq2v5yC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uExaq2v5yC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uExaq2v5yC .navbar-caption:hover {
  color: inherit !important;
}
.cid-uExaq2v5yC .container {
  max-width: 1380px;
}
.cid-uExaq2v5yC .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uExaq2v5yC .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uExaq2v5yC .nav-link:hover,
.cid-uExaq2v5yC .nav-link:active,
.cid-uExaq2v5yC .nav-link:focus {
  border-bottom: 3px solid #00ae50;
  color: #00ae50 !important;
}
.cid-uExaq2v5yC .navbar {
  min-height: 77px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff;
}
.cid-uExaq2v5yC .navbar.opened {
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uExaq2v5yC .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uExaq2v5yC .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uExaq2v5yC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uExaq2v5yC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uExaq2v5yC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uExaq2v5yC .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uExaq2v5yC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uExaq2v5yC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uExaq2v5yC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uExaq2v5yC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uExaq2v5yC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uExaq2v5yC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uExaq2v5yC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uExaq2v5yC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uExaq2v5yC .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uExaq2v5yC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uExaq2v5yC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uExaq2v5yC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uExaq2v5yC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uExaq2v5yC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uExaq2v5yC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uExaq2v5yC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uExaq2v5yC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uExaq2v5yC .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uExaq2v5yC .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uExaq2v5yC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uExaq2v5yC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uExaq2v5yC .icons-menu span {
  color: #ed6436 !important;
}
.cid-uExaq2v5yC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uExaq2v5yC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-uExaq2v5yC .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uExaq2v5yC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uExaq2v5yC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uExaq2v5yC .dropdown-item.active,
.cid-uExaq2v5yC .dropdown-item:active {
  background-color: transparent;
}
.cid-uExaq2v5yC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uExaq2v5yC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uExaq2v5yC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uExaq2v5yC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uExaq2v5yC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uExaq2v5yC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uExaq2v5yC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uExaq2v5yC .navbar-buttons {
  text-align: center;
}
.cid-uExaq2v5yC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uExaq2v5yC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7aba59;
}
.cid-uExaq2v5yC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-uExaq2v5yC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-uExaq2v5yC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-uExaq2v5yC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-uExaq2v5yC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-uExaq2v5yC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-uExaq2v5yC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-uExaq2v5yC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-uExaq2v5yC .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uExaq2v5yC a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uExaq2v5yC .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uExaq2v5yC .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uExaq2v5yC .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uExaq2v5yC .navbar {
    height: 77px;
  }
  .cid-uExaq2v5yC .navbar.opened {
    height: auto;
  }
  .cid-uExaq2v5yC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEFYFWnaHW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-uEFYFWnaHW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEFYFWnaHW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEFYFWnaHW .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uEFYFWnaHW .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uEFYFWnaHW .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uEFYFWnaHW .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uEFYFWnaHW .container {
    padding: 0 24px;
  }
}
.cid-uEFYFWnaHW .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uEFYFWnaHW .content-wrapper {
    padding: 0;
  }
}
.cid-uEFYFWnaHW .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uEFYFWnaHW .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uEFYFWnaHW .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uEFYFWnaHW .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uEFYFWnaHW .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uEFYFWnaHW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uEFYFWnaHW .mbr-section-title {
  color: #ffffff;
}
.cid-uEFYFWnaHW .mbr-desc,
.cid-uEFYFWnaHW .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uEFYFWnaHW .mbr-text,
.cid-uEFYFWnaHW .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uEFYFWnaHW .mbr-section-title,
.cid-uEFYFWnaHW .mbr-section-btn {
  text-align: center;
}
.cid-uExaq6N7mW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uExaq6N7mW .decor-wrap_1 {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uExaq6N7mW .decor-wrap_2 {
  position: absolute;
  bottom: 4rem;
  left: -6rem;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uExaq6N7mW .decor-wrap_3 {
  position: absolute;
  bottom: -55%;
  right: -2rem;
  width: 422px;
  height: 422px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uExaq6N7mW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uExaq6N7mW .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-uExaq6N7mW .container {
    padding: 0 30px;
  }
}
.cid-uExaq6N7mW .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uExaq6N7mW .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uExaq6N7mW .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uExaq6N7mW .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uExaq6N7mW .mbr-section-title {
  color: #ffffff;
}
.cid-uExaq6N7mW .mbr-text,
.cid-uExaq6N7mW .text-wrapper {
  color: #181818;
  text-align: center;
}
.cid-uExaq6N7mW .mbr-section-title,
.cid-uExaq6N7mW .mbr-section-btn {
  text-align: center;
  color: #49880e;
}
.cid-uExaq7DhMf {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uExaq7DhMf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uExaq7DhMf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uExaq7DhMf .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-uExaq7DhMf .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uExaq7DhMf .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uExaq7DhMf .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #f2f2f4;
}
@media (max-width: 992px) {
  .cid-uExaq7DhMf .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-uExaq7DhMf .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uExaq7DhMf .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uExaq7DhMf .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uExaq7DhMf .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uExaq7DhMf .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uExaq7DhMf .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uExaq7DhMf .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #49880e;
}
.cid-uExaq7DhMf .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uExaq7DhMf .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-uExaq7DhMf .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-uExaq7DhMf .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uExaq7DhMf .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-uExaq7DhMf .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uExaq7DhMf .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uExaq7DhMf .card {
  justify-content: space-between;
}
.cid-uExaq7DhMf .mbr-section-title {
  color: #181818;
  text-align: center;
}
.cid-uExaq7DhMf .panel-title-edit {
  color: #49880e;
}
.cid-uExaq7DhMf .panel-text {
  color: #f24d4a;
}
.cid-uExaq7DhMf .panel-text,
.cid-uExaq7DhMf .panel-body {
  color: #181818;
}
.cid-uIhoaYxnJ4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uIhoaYxnJ4 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uIhoaYxnJ4 img {
  width: 40px;
  height: 40px;
  margin-right: 0.8rem;
}
.cid-uIhoaYxnJ4 h3 {
  margin: 0;
}
.cid-uIhoaYxnJ4 .btn {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 1rem;
}
.cid-uIhoaYxnJ4 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uIhoaYxnJ4 .text-wrap {
  width: 100%;
}
.cid-uIhoaYxnJ4 .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-uIhoaYxnJ4 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uIhoaYxnJ4 .socicon-wrap .mbr-iconfont {
  font-size: 1.2rem;
  color: #ffffff !important;
  background: #00ae50;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #00ae50;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uIhoaYxnJ4 .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #00ae50 !important;
  border: 2px solid #00ae50;
}
.cid-uIhoaYxnJ4 .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-uIhoaYxnJ4 .jq-selectbox__dropdown,
.cid-uIhoaYxnJ4 ul {
  border-radius: 20px!important;
}
.cid-uIhoaYxnJ4 .jq-selectbox {
  border-radius: 30px;
}
.cid-uIhoaYxnJ4 .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-uIhoaYxnJ4 .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-uIhoaYxnJ4 input,
.cid-uIhoaYxnJ4 textarea,
.cid-uIhoaYxnJ4 .select {
  border-radius: 30px;
}
.cid-uIhoaYxnJ4 input,
.cid-uIhoaYxnJ4 textarea {
  padding: 1rem 2rem;
}
.cid-uIhoaYxnJ4 textarea {
  min-height: 10rem;
}
.cid-uIhoaYxnJ4 .form-control,
.cid-uIhoaYxnJ4 .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIhoaYxnJ4 .form-control::-webkit-input-placeholder,
.cid-uIhoaYxnJ4 .field-input::-webkit-input-placeholder,
.cid-uIhoaYxnJ4 .form-control::-webkit-input-placeholder,
.cid-uIhoaYxnJ4 .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-uIhoaYxnJ4 .form-control:-moz-placeholder,
.cid-uIhoaYxnJ4 .field-input:-moz-placeholder,
.cid-uIhoaYxnJ4 .form-control:-moz-placeholder,
.cid-uIhoaYxnJ4 .field-input:-moz-placeholder {
  color: #383838;
}
.cid-uIhoaYxnJ4 .form-control:hover,
.cid-uIhoaYxnJ4 .field-input:hover,
.cid-uIhoaYxnJ4 .form-control:focus,
.cid-uIhoaYxnJ4 .field-input:focus {
  background-color: #ffffff;
  border-color: #49880e;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-uIhoaYxnJ4 .form-control:hover::-webkit-input-placeholder,
.cid-uIhoaYxnJ4 .field-input:hover::-webkit-input-placeholder,
.cid-uIhoaYxnJ4 .form-control:focus::-webkit-input-placeholder,
.cid-uIhoaYxnJ4 .field-input:focus::-webkit-input-placeholder,
.cid-uIhoaYxnJ4 .form-control:hover::-webkit-input-placeholder,
.cid-uIhoaYxnJ4 .field-input:hover::-webkit-input-placeholder,
.cid-uIhoaYxnJ4 .form-control:focus::-webkit-input-placeholder,
.cid-uIhoaYxnJ4 .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-uIhoaYxnJ4 .form-control:hover:-moz-placeholder,
.cid-uIhoaYxnJ4 .field-input:hover:-moz-placeholder,
.cid-uIhoaYxnJ4 .form-control:focus:-moz-placeholder,
.cid-uIhoaYxnJ4 .field-input:focus:-moz-placeholder,
.cid-uIhoaYxnJ4 .form-control:hover:-moz-placeholder,
.cid-uIhoaYxnJ4 .field-input:hover:-moz-placeholder,
.cid-uIhoaYxnJ4 .form-control:focus:-moz-placeholder,
.cid-uIhoaYxnJ4 .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-uIhoaYxnJ4 .jq-number__spin:hover,
.cid-uIhoaYxnJ4 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #49880e;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIhoaYxnJ4 .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIhoaYxnJ4 .jq-selectbox li,
.cid-uIhoaYxnJ4 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIhoaYxnJ4 .jq-selectbox li:hover,
.cid-uIhoaYxnJ4 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIhoaYxnJ4 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIhoaYxnJ4 .jq-number__spin.minus:hover:after,
.cid-uIhoaYxnJ4 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIhoaYxnJ4 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIhoaYxnJ4 .jq-number__spin.minus:after,
.cid-uIhoaYxnJ4 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIhoaYxnJ4 input::-webkit-clear-button {
  display: none;
}
.cid-uIhoaYxnJ4 input::-webkit-inner-spin-button {
  display: none;
}
.cid-uIhoaYxnJ4 input::-webkit-outer-spin-button {
  display: none;
}
.cid-uIhoaYxnJ4 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uIhoaYxnJ4 .col-md-6 {
  margin-bottom: 2rem;
}
.cid-uIhoaYxnJ4 .form-group {
  margin-bottom: 0.4rem;
}
.cid-uIhoaYxnJ4 .form-control {
  min-height: 2em;
  font-size: 1rem;
  text-align: center;
}
.cid-uIhoaYxnJ4 .title1 {
  margin: 0;
}
.cid-uIhoaYxnJ4 .align-wrap {
  display: block;
}
.cid-uIhoaYxnJ4 .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uIhoaYxnJ4 form {
    padding: 0;
  }
  .cid-uIhoaYxnJ4 .socicon-wrap {
    margin: auto;
  }
}
.cid-uIhoaYxnJ4 .title {
  color: #00ae50;
}
.cid-uIhoaYxnJ4 .title1,
.cid-uIhoaYxnJ4 .title-col {
  color: #00ae50;
}
.cid-uIhoaYxnJ4 .icon-title,
.cid-uIhoaYxnJ4 .align-wrap {
  color: #08323c;
}
.cid-uExaqbp56O {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #49880e;
}
.cid-sfaot0WkH7 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sfaot0WkH7 .nav-item:focus,
.cid-sfaot0WkH7 .nav-link:focus {
  outline: none;
}
.cid-sfaot0WkH7 .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sfaot0WkH7 .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sfaot0WkH7 .dropdown .dropdown-menu .dropdown-item:hover,
.cid-sfaot0WkH7 .dropdown .dropdown-menu .dropdown-item:active,
.cid-sfaot0WkH7 .dropdown .dropdown-menu .dropdown-item:focus {
  color: #00ae50 !important;
}
.cid-sfaot0WkH7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfaot0WkH7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sfaot0WkH7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sfaot0WkH7 .navbar-caption:hover {
  color: inherit !important;
}
.cid-sfaot0WkH7 .container {
  max-width: 1380px;
}
.cid-sfaot0WkH7 .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-sfaot0WkH7 .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sfaot0WkH7 .nav-link:hover,
.cid-sfaot0WkH7 .nav-link:active,
.cid-sfaot0WkH7 .nav-link:focus {
  border-bottom: 3px solid #00ae50;
  color: #00ae50 !important;
}
.cid-sfaot0WkH7 .navbar {
  min-height: 77px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff;
}
.cid-sfaot0WkH7 .navbar.opened {
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sfaot0WkH7 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sfaot0WkH7 .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sfaot0WkH7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sfaot0WkH7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sfaot0WkH7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-sfaot0WkH7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sfaot0WkH7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sfaot0WkH7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sfaot0WkH7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sfaot0WkH7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sfaot0WkH7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sfaot0WkH7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sfaot0WkH7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sfaot0WkH7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sfaot0WkH7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sfaot0WkH7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sfaot0WkH7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sfaot0WkH7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sfaot0WkH7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sfaot0WkH7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sfaot0WkH7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sfaot0WkH7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sfaot0WkH7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sfaot0WkH7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sfaot0WkH7 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sfaot0WkH7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sfaot0WkH7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sfaot0WkH7 .icons-menu span {
  color: #ed6436 !important;
}
.cid-sfaot0WkH7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfaot0WkH7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-sfaot0WkH7 .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sfaot0WkH7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sfaot0WkH7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sfaot0WkH7 .dropdown-item.active,
.cid-sfaot0WkH7 .dropdown-item:active {
  background-color: transparent;
}
.cid-sfaot0WkH7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sfaot0WkH7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sfaot0WkH7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sfaot0WkH7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sfaot0WkH7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sfaot0WkH7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfaot0WkH7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sfaot0WkH7 .navbar-buttons {
  text-align: center;
}
.cid-sfaot0WkH7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sfaot0WkH7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7aba59;
}
.cid-sfaot0WkH7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-sfaot0WkH7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-sfaot0WkH7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-sfaot0WkH7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-sfaot0WkH7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-sfaot0WkH7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-sfaot0WkH7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-sfaot0WkH7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-sfaot0WkH7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sfaot0WkH7 a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sfaot0WkH7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sfaot0WkH7 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sfaot0WkH7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sfaot0WkH7 .navbar {
    height: 77px;
  }
  .cid-sfaot0WkH7 .navbar.opened {
    height: auto;
  }
  .cid-sfaot0WkH7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHBbAQpb7n .modal-body .close {
  background: #1b1b1b;
}
.cid-uHBbAQpb7n .modal-body .close span {
  font-style: normal;
}
.cid-uHBbAQpb7n .carousel-inner > .active,
.cid-uHBbAQpb7n .carousel-inner > .next,
.cid-uHBbAQpb7n .carousel-inner > .prev {
  display: table;
}
.cid-uHBbAQpb7n .mbr-iconfont {
  font-family: 'Moririse2' !important;
}
.cid-uHBbAQpb7n .mbri-right:before {
  content: "\e909";
  font-weight: 900;
  padding-left: 5px;
}
.cid-uHBbAQpb7n .mbri-left:before {
  content: "\e90a";
  font-weight: 900;
  padding-right: 5px;
}
.cid-uHBbAQpb7n .carousel-control,
.cid-uHBbAQpb7n .carousel-indicators li {
  background-color: #00ae50 !important;
  opacity: 0.7!important;
  border: none;
}
.cid-uHBbAQpb7n .carousel-control:hover,
.cid-uHBbAQpb7n .carousel-indicators li:hover {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-uHBbAQpb7n .carousel-control .active,
.cid-uHBbAQpb7n .carousel-indicators li .active {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-uHBbAQpb7n .carousel-indicators .active {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-uHBbAQpb7n .carousel-control .icon-next,
.cid-uHBbAQpb7n .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uHBbAQpb7n .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uHBbAQpb7n .col-10 {
  max-width: 900px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uHBbAQpb7n .col-10 {
    max-width: 500px;
  }
}
@media (max-width: 576px) {
  .cid-uHBbAQpb7n .carousel-control {
    width: 40px!important;
    height: 40px!important;
  }
  .cid-uHBbAQpb7n .mbr-iconfont {
    font-size: 1rem!important;
  }
}
@media (max-width: 767px) {
  .cid-uHBbAQpb7n .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uHBbAQpb7n .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uHBbAQpb7n .boxed-slider > div {
  position: relative;
}
.cid-uHBbAQpb7n .container img {
  width: 100%;
}
.cid-uHBbAQpb7n .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uHBbAQpb7n .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uHBbAQpb7n .mbr-table-cell {
  padding: 0;
}
.cid-uHBbAQpb7n .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uHBbAQpb7n .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-uHBbAQpb7n .mbr-overlay {
  z-index: 1;
}
.cid-uHBbAQpb7n .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uHBbAQpb7n .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-uHBbAQpb7n .carousel-item .container {
    width: 100%;
  }
}
.cid-uHBbAQpb7n .carousel-item-next.carousel-item-left,
.cid-uHBbAQpb7n .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uHBbAQpb7n .active.carousel-item-right,
.cid-uHBbAQpb7n .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-uHBbAQpb7n .active.carousel-item-left,
.cid-uHBbAQpb7n .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-uHBbAQpb7n .mbr-slider .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  transition: all .3s;
}
.cid-uHBbAQpb7n .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHBbAQpb7n .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uHBbAQpb7n .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-uHBbAQpb7n .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uHBbAQpb7n .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uHBbAQpb7n .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 0px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uHBbAQpb7n .mbr-slider .carousel-indicators li.active,
.cid-uHBbAQpb7n .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uHBbAQpb7n .mbr-slider .carousel-indicators li::after,
.cid-uHBbAQpb7n .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uHBbAQpb7n .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uHBbAQpb7n .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uHBbAQpb7n .mbr-slider > .container img {
  width: 100%;
}
.cid-uHBbAQpb7n .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uHBbAQpb7n .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uHBbAQpb7n .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uHBbAQpb7n .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uHBbAQpb7n .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uHBbAQpb7n .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uHBbAQpb7n .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uHBbAQpb7n .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uHBbAQpb7n .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uHBbAQpb7n .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uHBbAQpb7n .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uHBbAQpb7n .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uHBbAQpb7n .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uHBbAQpb7n H2 {
  text-align: center;
}
.cid-uHBbAQpb7n P {
  text-align: center;
}
.cid-uDFbsQLujm {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uDFbsQLujm .title__block {
  margin-bottom: 30px;
}
.cid-uDFbsQLujm .mbr-section-subtitle,
.cid-uDFbsQLujm .card__subtitle {
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-uDFbsQLujm .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 20px 0;
  opacity: 0.6;
}
.cid-uDFbsQLujm .card__wrap {
  margin-bottom: 50px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .cid-uDFbsQLujm .card__wrap {
    margin-bottom: 30px;
    padding: 0 15px;
  }
}
.cid-uDFbsQLujm .card__title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-uDFbsQLujm .mbr-text {
  margin-bottom: 0;
  color: #232323;
}
.cid-uDFbsQLujm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDFbsQLujm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDFbsQLujm .mbr-section-title,
.cid-uDFbsQLujm .mbr-section-btn {
  color: #00ae50;
}
.cid-uHz3lzaClU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #12370b;
}
.cid-uHz3lzaClU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHz3lzaClU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHz3lzaClU .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uHz3lzaClU .row .card {
  padding: 0 13px;
}
.cid-uHz3lzaClU .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uHz3lzaClU .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uHz3lzaClU .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uHz3lzaClU .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uHz3lzaClU .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffffff;
}
.cid-uHz3lzaClU .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uHz3lzaClU .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uHz3lzaClU .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uHz3lzaClU .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uHz3lzaClU .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uHz3lzaClU .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uHz3lzaClU .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uHz3lzaClU .card-wrapper {
  overflow: hidden;
}
.cid-uHz3lzaClU .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uHz3lzaClU .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uHz3lzaClU .card-wrapper .item-content {
  padding: 54px;
  background-color: #336f11;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uHz3lzaClU .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uHz3lzaClU .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uHz3lzaClU .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uHz3lzaClU .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uHz3lzaClU .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #343972;
}
.cid-uHz3lzaClU .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uHz3lzaClU .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uHz3lzaClU .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHz3lzaClU .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uHz3lzaClU .mbr-label,
.cid-uHz3lzaClU .label-wrapper {
  color: #151e11;
}
.cid-uHz3lzaClU .mbr-section-title {
  color: #ffffff;
}
.cid-uHz3lzaClU .mbr-number {
  color: #fff7ee;
}
.cid-uHz3lzaClU .mbr-number-desc {
  color: #fff7ee;
}
.cid-uHz3lzaClU .card-label,
.cid-uHz3lzaClU .card-label-wrapper {
  color: #fff7ee;
}
.cid-uHz3lzaClU .card-title {
  color: #ffffff;
}
.cid-uHz3lzaClU .card-text {
  color: #fff7ee;
}
.cid-uHz3lzaClU .card-text,
.cid-uHz3lzaClU .text-wrapper {
  color: #ffffff;
}
.cid-uHz3lzaClU P {
  color: #ffffff;
}
.cid-uDFbCghrDw {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uDFbCghrDw .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uDFbCghrDw .main-image {
    display: none;
  }
}
.cid-uDFbCghrDw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDFbCghrDw .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-uDFbCghrDw .container {
    padding: 0 16px;
  }
}
.cid-uDFbCghrDw .row {
  position: relative;
  z-index: 1;
}
.cid-uDFbCghrDw .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uDFbCghrDw .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDFbCghrDw .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uDFbCghrDw .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uDFbCghrDw .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uDFbCghrDw .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uDFbCghrDw .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-uDFbCghrDw .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-uDFbCghrDw .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-uDFbCghrDw .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffffff;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-uDFbCghrDw .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uDFbCghrDw .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-uDFbCghrDw .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-uDFbCghrDw .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-uDFbCghrDw .mbr-section-title {
  color: #000000;
}
.cid-uDFbCghrDw .mbr-text {
  color: #000000;
}
.cid-uDFbCghrDw .card-title {
  color: #000000;
}
.cid-uDFbCghrDw .card-text {
  color: #ffffff;
}
.cid-uDFbCghrDw .card-name {
  color: #ffffff;
}
.cid-uDFbCghrDw .card-role {
  color: #ffffff;
}
.cid-uDFbFCQuLb {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDFbFCQuLb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDFbFCQuLb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDFbFCQuLb .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uDFbFCQuLb .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uDFbFCQuLb .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uDFbFCQuLb .container {
    padding: 0 20px;
  }
}
.cid-uDFbFCQuLb .row {
  justify-content: center;
}
.cid-uDFbFCQuLb .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uDFbFCQuLb .item {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uDFbFCQuLb .item {
    margin-bottom: 40px;
  }
}
.cid-uDFbFCQuLb .item:hover .item-wrapper,
.cid-uDFbFCQuLb .item:focus .item-wrapper {
  border: 1px solid #49880e;
}
.cid-uDFbFCQuLb .item:hover .item-wrapper .item-img img,
.cid-uDFbFCQuLb .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uDFbFCQuLb .item .item-wrapper {
  height: 100%;
  border: 1px solid #49880e;
  border-radius: .75rem !important;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.cid-uDFbFCQuLb .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uDFbFCQuLb .item .item-wrapper .item-img img {
  height: 350px;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uDFbFCQuLb .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uDFbFCQuLb .item .item-wrapper .item-content {
  padding: 24px;
}
.cid-uDFbFCQuLb .item .item-wrapper .item-content .card-title {
  margin-bottom: 30px;
}
.cid-uDFbFCQuLb .item .item-wrapper .item-content .card-date {
  margin-bottom: 0;
}
.cid-uDFbFCQuLb .item a {
  display: block;
  height: 100%;
}
.cid-uDFbFCQuLb .mbr-desc {
  color: #00ae50;
  text-align: center;
}
.cid-uDFbFCQuLb .card-title {
  color: #000000;
}
.cid-uDFbFCQuLb .card-date {
  color: #9a9a9a;
}
.cid-uDFbIgu9Ek {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f4f4f2;
}
.cid-uDFbIgu9Ek .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDFbIgu9Ek .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDFbIgu9Ek .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uDFbIgu9Ek .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uDFbIgu9Ek .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uDFbIgu9Ek .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uDFbIgu9Ek .item {
    margin-bottom: 16px;
  }
}
.cid-uDFbIgu9Ek .item:last-child {
  margin-bottom: 0;
}
.cid-uDFbIgu9Ek .item:hover .item-wrapper .item-img img,
.cid-uDFbIgu9Ek .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uDFbIgu9Ek .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uDFbIgu9Ek .item .item-wrapper {
    display: block;
    height: auto;
  }
}
.cid-uDFbIgu9Ek .item .item-wrapper .item-content {
  width: 40%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uDFbIgu9Ek .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-uDFbIgu9Ek .item .item-wrapper .item-content .item-title_1,
.cid-uDFbIgu9Ek .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-uDFbIgu9Ek .item .item-wrapper .item-content .item-text_1,
.cid-uDFbIgu9Ek .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-uDFbIgu9Ek .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uDFbIgu9Ek .item .item-wrapper .item-img {
  width: 60%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uDFbIgu9Ek .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uDFbIgu9Ek .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uDFbIgu9Ek .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uDFbIgu9Ek .item .card_1 {
  background-color: #00ae50;
}
.cid-uDFbIgu9Ek .item .card_2 {
  background-color: #00ae50;
}
.cid-uDFbIgu9Ek .mbr-section-title {
  color: #212529;
}
.cid-uDFbIgu9Ek .item-title_1 {
  color: #ffffff;
}
.cid-uDFbIgu9Ek .item-title_2 {
  color: #ffffff;
}
.cid-uDFbIgu9Ek .item-text_1 {
  color: #f5a11b;
}
.cid-uDFbIgu9Ek .item-text_2 {
  color: #ff543d;
}
.cid-uDFbIgu9Ek .item-text_2,
.cid-uDFbIgu9Ek .mbr-section-btn {
  color: #ffffff;
}
.cid-uDFbIgu9Ek .item-text_1,
.cid-uDFbIgu9Ek .mbr-section-btn {
  color: #ffffff;
}
.cid-uGpulluRTW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uGpulluRTW .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uGpulluRTW img {
  width: 40px;
  height: 40px;
  margin-right: 0.8rem;
}
.cid-uGpulluRTW h3 {
  margin: 0;
}
.cid-uGpulluRTW .btn {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 1rem;
}
.cid-uGpulluRTW .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uGpulluRTW .text-wrap {
  width: 100%;
}
.cid-uGpulluRTW .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-uGpulluRTW .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uGpulluRTW .socicon-wrap .mbr-iconfont {
  font-size: 1.2rem;
  color: #ffffff !important;
  background: #00ae50;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #00ae50;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uGpulluRTW .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #00ae50 !important;
  border: 2px solid #00ae50;
}
.cid-uGpulluRTW .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-uGpulluRTW .jq-selectbox__dropdown,
.cid-uGpulluRTW ul {
  border-radius: 20px!important;
}
.cid-uGpulluRTW .jq-selectbox {
  border-radius: 30px;
}
.cid-uGpulluRTW .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-uGpulluRTW .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-uGpulluRTW input,
.cid-uGpulluRTW textarea,
.cid-uGpulluRTW .select {
  border-radius: 30px;
}
.cid-uGpulluRTW input,
.cid-uGpulluRTW textarea {
  padding: 1rem 2rem;
}
.cid-uGpulluRTW textarea {
  min-height: 10rem;
}
.cid-uGpulluRTW .form-control,
.cid-uGpulluRTW .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uGpulluRTW .form-control::-webkit-input-placeholder,
.cid-uGpulluRTW .field-input::-webkit-input-placeholder,
.cid-uGpulluRTW .form-control::-webkit-input-placeholder,
.cid-uGpulluRTW .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-uGpulluRTW .form-control:-moz-placeholder,
.cid-uGpulluRTW .field-input:-moz-placeholder,
.cid-uGpulluRTW .form-control:-moz-placeholder,
.cid-uGpulluRTW .field-input:-moz-placeholder {
  color: #383838;
}
.cid-uGpulluRTW .form-control:hover,
.cid-uGpulluRTW .field-input:hover,
.cid-uGpulluRTW .form-control:focus,
.cid-uGpulluRTW .field-input:focus {
  background-color: #ffffff;
  border-color: #49880e;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-uGpulluRTW .form-control:hover::-webkit-input-placeholder,
.cid-uGpulluRTW .field-input:hover::-webkit-input-placeholder,
.cid-uGpulluRTW .form-control:focus::-webkit-input-placeholder,
.cid-uGpulluRTW .field-input:focus::-webkit-input-placeholder,
.cid-uGpulluRTW .form-control:hover::-webkit-input-placeholder,
.cid-uGpulluRTW .field-input:hover::-webkit-input-placeholder,
.cid-uGpulluRTW .form-control:focus::-webkit-input-placeholder,
.cid-uGpulluRTW .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-uGpulluRTW .form-control:hover:-moz-placeholder,
.cid-uGpulluRTW .field-input:hover:-moz-placeholder,
.cid-uGpulluRTW .form-control:focus:-moz-placeholder,
.cid-uGpulluRTW .field-input:focus:-moz-placeholder,
.cid-uGpulluRTW .form-control:hover:-moz-placeholder,
.cid-uGpulluRTW .field-input:hover:-moz-placeholder,
.cid-uGpulluRTW .form-control:focus:-moz-placeholder,
.cid-uGpulluRTW .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-uGpulluRTW .jq-number__spin:hover,
.cid-uGpulluRTW .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #49880e;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uGpulluRTW .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uGpulluRTW .jq-selectbox li,
.cid-uGpulluRTW .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uGpulluRTW .jq-selectbox li:hover,
.cid-uGpulluRTW .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uGpulluRTW .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uGpulluRTW .jq-number__spin.minus:hover:after,
.cid-uGpulluRTW .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uGpulluRTW .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uGpulluRTW .jq-number__spin.minus:after,
.cid-uGpulluRTW .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uGpulluRTW input::-webkit-clear-button {
  display: none;
}
.cid-uGpulluRTW input::-webkit-inner-spin-button {
  display: none;
}
.cid-uGpulluRTW input::-webkit-outer-spin-button {
  display: none;
}
.cid-uGpulluRTW input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uGpulluRTW .col-md-6 {
  margin-bottom: 2rem;
}
.cid-uGpulluRTW .form-group {
  margin-bottom: 0.4rem;
}
.cid-uGpulluRTW .form-control {
  min-height: 2em;
  font-size: 1rem;
  text-align: center;
}
.cid-uGpulluRTW .title1 {
  margin: 0;
}
.cid-uGpulluRTW .align-wrap {
  display: block;
}
.cid-uGpulluRTW .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uGpulluRTW form {
    padding: 0;
  }
  .cid-uGpulluRTW .socicon-wrap {
    margin: auto;
  }
}
.cid-uGpulluRTW .title {
  color: #00ae50;
}
.cid-uGpulluRTW .title1,
.cid-uGpulluRTW .title-col {
  color: #00ae50;
}
.cid-uGpulluRTW .icon-title,
.cid-uGpulluRTW .align-wrap {
  color: #08323c;
}
.cid-rGtUo6gJTl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00ae50;
}
.cid-uE4BieI0iA .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uE4BieI0iA .nav-item:focus,
.cid-uE4BieI0iA .nav-link:focus {
  outline: none;
}
.cid-uE4BieI0iA .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uE4BieI0iA .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uE4BieI0iA .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uE4BieI0iA .dropdown .dropdown-menu .dropdown-item:active,
.cid-uE4BieI0iA .dropdown .dropdown-menu .dropdown-item:focus {
  color: #00ae50 !important;
}
.cid-uE4BieI0iA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uE4BieI0iA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uE4BieI0iA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uE4BieI0iA .navbar-caption:hover {
  color: inherit !important;
}
.cid-uE4BieI0iA .container {
  max-width: 1380px;
}
.cid-uE4BieI0iA .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uE4BieI0iA .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uE4BieI0iA .nav-link:hover,
.cid-uE4BieI0iA .nav-link:active,
.cid-uE4BieI0iA .nav-link:focus {
  border-bottom: 3px solid #00ae50;
  color: #00ae50 !important;
}
.cid-uE4BieI0iA .navbar {
  min-height: 77px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff;
}
.cid-uE4BieI0iA .navbar.opened {
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uE4BieI0iA .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uE4BieI0iA .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uE4BieI0iA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uE4BieI0iA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uE4BieI0iA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uE4BieI0iA .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uE4BieI0iA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE4BieI0iA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uE4BieI0iA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uE4BieI0iA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uE4BieI0iA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uE4BieI0iA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uE4BieI0iA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uE4BieI0iA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE4BieI0iA .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uE4BieI0iA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE4BieI0iA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE4BieI0iA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uE4BieI0iA .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uE4BieI0iA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uE4BieI0iA .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uE4BieI0iA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uE4BieI0iA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uE4BieI0iA .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uE4BieI0iA .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uE4BieI0iA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uE4BieI0iA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uE4BieI0iA .icons-menu span {
  color: #ed6436 !important;
}
.cid-uE4BieI0iA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uE4BieI0iA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-uE4BieI0iA .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uE4BieI0iA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uE4BieI0iA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE4BieI0iA .dropdown-item.active,
.cid-uE4BieI0iA .dropdown-item:active {
  background-color: transparent;
}
.cid-uE4BieI0iA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE4BieI0iA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uE4BieI0iA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uE4BieI0iA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uE4BieI0iA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uE4BieI0iA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE4BieI0iA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uE4BieI0iA .navbar-buttons {
  text-align: center;
}
.cid-uE4BieI0iA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uE4BieI0iA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7aba59;
}
.cid-uE4BieI0iA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-uE4BieI0iA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-uE4BieI0iA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-uE4BieI0iA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-uE4BieI0iA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-uE4BieI0iA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-uE4BieI0iA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-uE4BieI0iA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-uE4BieI0iA .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uE4BieI0iA a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uE4BieI0iA .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uE4BieI0iA .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uE4BieI0iA .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uE4BieI0iA .navbar {
    height: 77px;
  }
  .cid-uE4BieI0iA .navbar.opened {
    height: auto;
  }
  .cid-uE4BieI0iA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uE4BTgNXSc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-uE4BTgNXSc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE4BTgNXSc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE4BTgNXSc .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uE4BTgNXSc .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uE4BTgNXSc .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uE4BTgNXSc .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uE4BTgNXSc .container {
    padding: 0 24px;
  }
}
.cid-uE4BTgNXSc .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uE4BTgNXSc .content-wrapper {
    padding: 0;
  }
}
.cid-uE4BTgNXSc .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uE4BTgNXSc .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uE4BTgNXSc .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uE4BTgNXSc .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uE4BTgNXSc .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uE4BTgNXSc .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uE4BTgNXSc .mbr-section-title {
  color: #ffffff;
}
.cid-uE4BTgNXSc .mbr-desc,
.cid-uE4BTgNXSc .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uE4BTgNXSc .mbr-text,
.cid-uE4BTgNXSc .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uE4BTgNXSc .mbr-section-title,
.cid-uE4BTgNXSc .mbr-section-btn {
  text-align: center;
}
.cid-uE4DwP6DRT {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uE4DwP6DRT .decor-wrap_1 {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uE4DwP6DRT .decor-wrap_2 {
  position: absolute;
  bottom: 4rem;
  left: -6rem;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uE4DwP6DRT .decor-wrap_3 {
  position: absolute;
  bottom: -55%;
  right: -2rem;
  width: 422px;
  height: 422px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uE4DwP6DRT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE4DwP6DRT .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-uE4DwP6DRT .container {
    padding: 0 30px;
  }
}
.cid-uE4DwP6DRT .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uE4DwP6DRT .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uE4DwP6DRT .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uE4DwP6DRT .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uE4DwP6DRT .mbr-section-title {
  color: #ffffff;
}
.cid-uE4DwP6DRT .mbr-text,
.cid-uE4DwP6DRT .text-wrapper {
  color: #181818;
  text-align: center;
}
.cid-uE4DwP6DRT .mbr-section-title,
.cid-uE4DwP6DRT .mbr-section-btn {
  text-align: center;
  color: #00ae50;
}
.cid-uE4GkjgRKf {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #f1f6ef;
}
.cid-uE4GkjgRKf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE4GkjgRKf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE4GkjgRKf .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-uE4GkjgRKf .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uE4GkjgRKf .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uE4GkjgRKf .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uE4GkjgRKf .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-uE4GkjgRKf .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uE4GkjgRKf .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uE4GkjgRKf .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uE4GkjgRKf .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uE4GkjgRKf .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uE4GkjgRKf .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uE4GkjgRKf .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #49880e;
}
.cid-uE4GkjgRKf .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uE4GkjgRKf .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-uE4GkjgRKf .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-uE4GkjgRKf .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uE4GkjgRKf .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-uE4GkjgRKf .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uE4GkjgRKf .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uE4GkjgRKf .card {
  justify-content: space-between;
}
.cid-uE4GkjgRKf .mbr-section-title {
  color: #181818;
  text-align: center;
}
.cid-uE4GkjgRKf .panel-title-edit {
  color: #49880e;
}
.cid-uE4GkjgRKf .panel-text {
  color: #f24d4a;
}
.cid-uE4GkjgRKf .panel-text,
.cid-uE4GkjgRKf .panel-body {
  color: #181818;
}
.cid-uE5pNH1CPF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uE5pNH1CPF .content {
  max-width: 800px;
  margin: auto 0;
  padding: 0 2rem;
}
@media (min-width: 1400px) {
  .cid-uE5pNH1CPF .content {
    padding: 0 6rem;
  }
}
.cid-uE5pNH1CPF .mbr-figure {
  height: 100%;
}
.cid-uE5pNH1CPF img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-uE5pNH1CPF .img-col {
  padding: 0;
}
.cid-uE5pNH1CPF .icon-wrap {
  width: fit-content;
  padding-bottom: 1.5rem;
  display: inline-block;
}
.cid-uE5pNH1CPF p {
  font-weight: 700;
  line-height: 1.6;
}
.cid-uE5pNH1CPF .mbr-iconfont {
  font-size: 5rem;
  color: #00ae50 !important;
}
.cid-uE5pNH1CPF .icon-title,
.cid-uE5pNH1CPF .mbr-iconfont {
  color: #181818;
}
@media (max-width: 992px) {
  .cid-uE5pNH1CPF .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-uE5pNH1CPF .icon-wrap {
    margin: auto;
  }
}
.cid-uE5pNH1CPF H3 {
  color: #181818;
}
.cid-uE5pNH1CPF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE5pNH1CPF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uExbFABjyY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #00ae50;
}
.cid-uExbFABjyY .decor-wrap_1 {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #7aba59 0, #00ae50 43%, #08321b 100%);
}
.cid-uExbFABjyY .decor-wrap_2 {
  position: absolute;
  bottom: 4rem;
  left: -6rem;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #7aba59 0, #00ae50 43%, #08321b 100%);
}
.cid-uExbFABjyY .decor-wrap_3 {
  position: absolute;
  bottom: -55%;
  right: -2rem;
  width: 422px;
  height: 422px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #7aba59 0, #00ae50 43%, #08321b 100%);
}
.cid-uExbFABjyY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uExbFABjyY .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-uExbFABjyY .container {
    padding: 0 30px;
  }
}
.cid-uExbFABjyY .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uExbFABjyY .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uExbFABjyY .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uExbFABjyY .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uExbFABjyY .mbr-section-title {
  color: #ffffff;
}
.cid-uExbFABjyY .mbr-text,
.cid-uExbFABjyY .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uExbFABjyY .mbr-section-title,
.cid-uExbFABjyY .mbr-section-btn {
  text-align: center;
}
.cid-uExdyVCFCZ {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uExdyVCFCZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uExdyVCFCZ .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-uExdyVCFCZ .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uExdyVCFCZ .container {
    padding: 0 12px;
  }
}
.cid-uExdyVCFCZ .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uExdyVCFCZ .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uExdyVCFCZ .row.card-wrapper {
  padding: 80px;
  border: 3px solid #00ae50;
  box-shadow: 4px 4px #00ae50;
  background-color: #ffffff;
  border-radius: 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uExdyVCFCZ .row.card-wrapper {
    border-radius: 32px;
    padding: 24px;
  }
}
.cid-uExdyVCFCZ .row.card-wrapper .card {
  align-items: center;
  justify-content: center;
}
.cid-uExdyVCFCZ .row.card-wrapper .card .image-wrapper img {
  width: 392px;
  height: 392px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 1200px) {
  .cid-uExdyVCFCZ .row.card-wrapper .card .image-wrapper img {
    width: 330px;
    height: 330px;
  }
}
@media (max-width: 992px) {
  .cid-uExdyVCFCZ .row.card-wrapper .card .image-wrapper img {
    margin: 0 auto 40px;
    width: 280px;
    height: 260px;
  }
}
.cid-uExdyVCFCZ .row.card-wrapper .card .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uExdyVCFCZ .row.card-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uExdyVCFCZ .row.card-wrapper .card .text-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uExdyVCFCZ .row.card-wrapper .card .text-wrapper .list .item-wrap {
  padding-left: 14px;
  margin-bottom: 20px;
  border-left: 2px solid #00ae50;
}
.cid-uExdyVCFCZ .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uExdyVCFCZ .mbr-section-subtitle {
  color: #222222;
}
.cid-uExdyVCFCZ .mbr-text {
  color: #181818;
}
.cid-uExdyVCFCZ .list {
  color: #222222;
}
.cid-uExgHw08Gr {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uExgHw08Gr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uExgHw08Gr .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-uExgHw08Gr .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uExgHw08Gr .container {
    padding: 0 12px;
  }
}
.cid-uExgHw08Gr .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uExgHw08Gr .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uExgHw08Gr .row.card-wrapper {
  padding: 80px;
  border: 3px solid #00ae50;
  box-shadow: 4px 4px #00ae50;
  background-color: #ffffff;
  border-radius: 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uExgHw08Gr .row.card-wrapper {
    border-radius: 32px;
    padding: 24px;
  }
}
.cid-uExgHw08Gr .row.card-wrapper .card {
  align-items: center;
  justify-content: center;
}
.cid-uExgHw08Gr .row.card-wrapper .card .image-wrapper img {
  width: 392px;
  height: 392px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 1200px) {
  .cid-uExgHw08Gr .row.card-wrapper .card .image-wrapper img {
    width: 330px;
    height: 330px;
  }
}
@media (max-width: 992px) {
  .cid-uExgHw08Gr .row.card-wrapper .card .image-wrapper img {
    margin: 0 auto 40px;
    width: 280px;
    height: 260px;
  }
}
.cid-uExgHw08Gr .row.card-wrapper .card .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uExgHw08Gr .row.card-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uExgHw08Gr .row.card-wrapper .card .text-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uExgHw08Gr .row.card-wrapper .card .text-wrapper .list .item-wrap {
  padding-left: 14px;
  margin-bottom: 20px;
  border-left: 2px solid #00ae50;
}
.cid-uExgHw08Gr .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uExgHw08Gr .mbr-section-subtitle {
  color: #222222;
}
.cid-uExgHw08Gr .mbr-text {
  color: #181818;
}
.cid-uExgHw08Gr .list {
  color: #222222;
}
.cid-uEzJdnhVW9 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uEzJdnhVW9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEzJdnhVW9 .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-uEzJdnhVW9 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uEzJdnhVW9 .container {
    padding: 0 12px;
  }
}
.cid-uEzJdnhVW9 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uEzJdnhVW9 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uEzJdnhVW9 .row.card-wrapper {
  padding: 80px;
  border: 3px solid #00ae50;
  box-shadow: 4px 4px #00ae50;
  background-color: #ffffff;
  border-radius: 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uEzJdnhVW9 .row.card-wrapper {
    border-radius: 32px;
    padding: 24px;
  }
}
.cid-uEzJdnhVW9 .row.card-wrapper .card {
  align-items: center;
  justify-content: center;
}
.cid-uEzJdnhVW9 .row.card-wrapper .card .image-wrapper img {
  width: 392px;
  height: 392px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 1200px) {
  .cid-uEzJdnhVW9 .row.card-wrapper .card .image-wrapper img {
    width: 330px;
    height: 330px;
  }
}
@media (max-width: 992px) {
  .cid-uEzJdnhVW9 .row.card-wrapper .card .image-wrapper img {
    margin: 0 auto 40px;
    width: 280px;
    height: 260px;
  }
}
.cid-uEzJdnhVW9 .row.card-wrapper .card .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uEzJdnhVW9 .row.card-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uEzJdnhVW9 .row.card-wrapper .card .text-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uEzJdnhVW9 .row.card-wrapper .card .text-wrapper .list .item-wrap {
  padding-left: 14px;
  margin-bottom: 20px;
  border-left: 2px solid #00ae50;
}
.cid-uEzJdnhVW9 .mbr-section-title {
  color: #181818;
  text-align: center;
}
.cid-uEzJdnhVW9 .mbr-section-subtitle {
  color: #222222;
}
.cid-uEzJdnhVW9 .mbr-text {
  color: #181818;
}
.cid-uEzJdnhVW9 .list {
  color: #222222;
}
.cid-uEzJgS4o4m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEzJgS4o4m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEzJgS4o4m .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-uEzJgS4o4m .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uEzJgS4o4m .container {
    padding: 0 12px;
  }
}
.cid-uEzJgS4o4m .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uEzJgS4o4m .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uEzJgS4o4m .row.card-wrapper {
  padding: 80px;
  border: 3px solid #00ae50;
  box-shadow: 4px 4px #00ae50;
  background-color: #ffffff;
  border-radius: 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uEzJgS4o4m .row.card-wrapper {
    border-radius: 32px;
    padding: 24px;
  }
}
.cid-uEzJgS4o4m .row.card-wrapper .card {
  align-items: center;
  justify-content: center;
}
.cid-uEzJgS4o4m .row.card-wrapper .card .image-wrapper img {
  width: 392px;
  height: 392px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 1200px) {
  .cid-uEzJgS4o4m .row.card-wrapper .card .image-wrapper img {
    width: 330px;
    height: 330px;
  }
}
@media (max-width: 992px) {
  .cid-uEzJgS4o4m .row.card-wrapper .card .image-wrapper img {
    margin: 0 auto 40px;
    width: 280px;
    height: 260px;
  }
}
.cid-uEzJgS4o4m .row.card-wrapper .card .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uEzJgS4o4m .row.card-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uEzJgS4o4m .row.card-wrapper .card .text-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uEzJgS4o4m .row.card-wrapper .card .text-wrapper .list .item-wrap {
  padding-left: 14px;
  margin-bottom: 20px;
  border-left: 2px solid #00ae50;
}
.cid-uEzJgS4o4m .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uEzJgS4o4m .mbr-section-subtitle {
  color: #222222;
}
.cid-uEzJgS4o4m .mbr-text {
  color: #181818;
}
.cid-uEzJgS4o4m .list {
  color: #222222;
}
.cid-uIho4KC9Ol {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uIho4KC9Ol .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uIho4KC9Ol img {
  width: 40px;
  height: 40px;
  margin-right: 0.8rem;
}
.cid-uIho4KC9Ol h3 {
  margin: 0;
}
.cid-uIho4KC9Ol .btn {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 1rem;
}
.cid-uIho4KC9Ol .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uIho4KC9Ol .text-wrap {
  width: 100%;
}
.cid-uIho4KC9Ol .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-uIho4KC9Ol .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uIho4KC9Ol .socicon-wrap .mbr-iconfont {
  font-size: 1.2rem;
  color: #ffffff !important;
  background: #00ae50;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #00ae50;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uIho4KC9Ol .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #00ae50 !important;
  border: 2px solid #00ae50;
}
.cid-uIho4KC9Ol .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-uIho4KC9Ol .jq-selectbox__dropdown,
.cid-uIho4KC9Ol ul {
  border-radius: 20px!important;
}
.cid-uIho4KC9Ol .jq-selectbox {
  border-radius: 30px;
}
.cid-uIho4KC9Ol .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-uIho4KC9Ol .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-uIho4KC9Ol input,
.cid-uIho4KC9Ol textarea,
.cid-uIho4KC9Ol .select {
  border-radius: 30px;
}
.cid-uIho4KC9Ol input,
.cid-uIho4KC9Ol textarea {
  padding: 1rem 2rem;
}
.cid-uIho4KC9Ol textarea {
  min-height: 10rem;
}
.cid-uIho4KC9Ol .form-control,
.cid-uIho4KC9Ol .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIho4KC9Ol .form-control::-webkit-input-placeholder,
.cid-uIho4KC9Ol .field-input::-webkit-input-placeholder,
.cid-uIho4KC9Ol .form-control::-webkit-input-placeholder,
.cid-uIho4KC9Ol .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-uIho4KC9Ol .form-control:-moz-placeholder,
.cid-uIho4KC9Ol .field-input:-moz-placeholder,
.cid-uIho4KC9Ol .form-control:-moz-placeholder,
.cid-uIho4KC9Ol .field-input:-moz-placeholder {
  color: #383838;
}
.cid-uIho4KC9Ol .form-control:hover,
.cid-uIho4KC9Ol .field-input:hover,
.cid-uIho4KC9Ol .form-control:focus,
.cid-uIho4KC9Ol .field-input:focus {
  background-color: #ffffff;
  border-color: #49880e;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-uIho4KC9Ol .form-control:hover::-webkit-input-placeholder,
.cid-uIho4KC9Ol .field-input:hover::-webkit-input-placeholder,
.cid-uIho4KC9Ol .form-control:focus::-webkit-input-placeholder,
.cid-uIho4KC9Ol .field-input:focus::-webkit-input-placeholder,
.cid-uIho4KC9Ol .form-control:hover::-webkit-input-placeholder,
.cid-uIho4KC9Ol .field-input:hover::-webkit-input-placeholder,
.cid-uIho4KC9Ol .form-control:focus::-webkit-input-placeholder,
.cid-uIho4KC9Ol .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-uIho4KC9Ol .form-control:hover:-moz-placeholder,
.cid-uIho4KC9Ol .field-input:hover:-moz-placeholder,
.cid-uIho4KC9Ol .form-control:focus:-moz-placeholder,
.cid-uIho4KC9Ol .field-input:focus:-moz-placeholder,
.cid-uIho4KC9Ol .form-control:hover:-moz-placeholder,
.cid-uIho4KC9Ol .field-input:hover:-moz-placeholder,
.cid-uIho4KC9Ol .form-control:focus:-moz-placeholder,
.cid-uIho4KC9Ol .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-uIho4KC9Ol .jq-number__spin:hover,
.cid-uIho4KC9Ol .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #49880e;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIho4KC9Ol .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIho4KC9Ol .jq-selectbox li,
.cid-uIho4KC9Ol .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIho4KC9Ol .jq-selectbox li:hover,
.cid-uIho4KC9Ol .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIho4KC9Ol .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIho4KC9Ol .jq-number__spin.minus:hover:after,
.cid-uIho4KC9Ol .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIho4KC9Ol .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIho4KC9Ol .jq-number__spin.minus:after,
.cid-uIho4KC9Ol .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIho4KC9Ol input::-webkit-clear-button {
  display: none;
}
.cid-uIho4KC9Ol input::-webkit-inner-spin-button {
  display: none;
}
.cid-uIho4KC9Ol input::-webkit-outer-spin-button {
  display: none;
}
.cid-uIho4KC9Ol input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uIho4KC9Ol .col-md-6 {
  margin-bottom: 2rem;
}
.cid-uIho4KC9Ol .form-group {
  margin-bottom: 0.4rem;
}
.cid-uIho4KC9Ol .form-control {
  min-height: 2em;
  font-size: 1rem;
  text-align: center;
}
.cid-uIho4KC9Ol .title1 {
  margin: 0;
}
.cid-uIho4KC9Ol .align-wrap {
  display: block;
}
.cid-uIho4KC9Ol .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uIho4KC9Ol form {
    padding: 0;
  }
  .cid-uIho4KC9Ol .socicon-wrap {
    margin: auto;
  }
}
.cid-uIho4KC9Ol .title {
  color: #00ae50;
}
.cid-uIho4KC9Ol .title1,
.cid-uIho4KC9Ol .title-col {
  color: #00ae50;
}
.cid-uIho4KC9Ol .icon-title,
.cid-uIho4KC9Ol .align-wrap {
  color: #08323c;
}
.cid-uGg5FHRCBB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00ae50;
}
.cid-uEFX8mYxEu .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uEFX8mYxEu .nav-item:focus,
.cid-uEFX8mYxEu .nav-link:focus {
  outline: none;
}
.cid-uEFX8mYxEu .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uEFX8mYxEu .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uEFX8mYxEu .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uEFX8mYxEu .dropdown .dropdown-menu .dropdown-item:active,
.cid-uEFX8mYxEu .dropdown .dropdown-menu .dropdown-item:focus {
  color: #00ae50 !important;
}
.cid-uEFX8mYxEu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEFX8mYxEu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uEFX8mYxEu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uEFX8mYxEu .navbar-caption:hover {
  color: inherit !important;
}
.cid-uEFX8mYxEu .container {
  max-width: 1380px;
}
.cid-uEFX8mYxEu .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uEFX8mYxEu .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uEFX8mYxEu .nav-link:hover,
.cid-uEFX8mYxEu .nav-link:active,
.cid-uEFX8mYxEu .nav-link:focus {
  border-bottom: 3px solid #00ae50;
  color: #00ae50 !important;
}
.cid-uEFX8mYxEu .navbar {
  min-height: 77px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff;
}
.cid-uEFX8mYxEu .navbar.opened {
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uEFX8mYxEu .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uEFX8mYxEu .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEFX8mYxEu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEFX8mYxEu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEFX8mYxEu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uEFX8mYxEu .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uEFX8mYxEu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEFX8mYxEu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEFX8mYxEu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uEFX8mYxEu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEFX8mYxEu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uEFX8mYxEu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uEFX8mYxEu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEFX8mYxEu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEFX8mYxEu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uEFX8mYxEu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEFX8mYxEu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEFX8mYxEu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uEFX8mYxEu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uEFX8mYxEu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEFX8mYxEu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEFX8mYxEu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEFX8mYxEu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uEFX8mYxEu .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uEFX8mYxEu .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uEFX8mYxEu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uEFX8mYxEu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uEFX8mYxEu .icons-menu span {
  color: #ed6436 !important;
}
.cid-uEFX8mYxEu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEFX8mYxEu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-uEFX8mYxEu .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uEFX8mYxEu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEFX8mYxEu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEFX8mYxEu .dropdown-item.active,
.cid-uEFX8mYxEu .dropdown-item:active {
  background-color: transparent;
}
.cid-uEFX8mYxEu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEFX8mYxEu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEFX8mYxEu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEFX8mYxEu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uEFX8mYxEu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEFX8mYxEu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEFX8mYxEu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEFX8mYxEu .navbar-buttons {
  text-align: center;
}
.cid-uEFX8mYxEu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uEFX8mYxEu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7aba59;
}
.cid-uEFX8mYxEu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-uEFX8mYxEu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-uEFX8mYxEu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-uEFX8mYxEu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-uEFX8mYxEu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-uEFX8mYxEu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-uEFX8mYxEu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-uEFX8mYxEu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-uEFX8mYxEu .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uEFX8mYxEu a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uEFX8mYxEu .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uEFX8mYxEu .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uEFX8mYxEu .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEFX8mYxEu .navbar {
    height: 77px;
  }
  .cid-uEFX8mYxEu .navbar.opened {
    height: auto;
  }
  .cid-uEFX8mYxEu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEGQAQWLqr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-uEGQAQWLqr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEGQAQWLqr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEGQAQWLqr .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uEGQAQWLqr .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uEGQAQWLqr .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uEGQAQWLqr .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uEGQAQWLqr .container {
    padding: 0 24px;
  }
}
.cid-uEGQAQWLqr .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uEGQAQWLqr .content-wrapper {
    padding: 0;
  }
}
.cid-uEGQAQWLqr .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uEGQAQWLqr .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uEGQAQWLqr .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uEGQAQWLqr .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uEGQAQWLqr .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uEGQAQWLqr .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uEGQAQWLqr .mbr-section-title {
  color: #ffffff;
}
.cid-uEGQAQWLqr .mbr-desc,
.cid-uEGQAQWLqr .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uEGQAQWLqr .mbr-text,
.cid-uEGQAQWLqr .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uEGQAQWLqr .mbr-section-title,
.cid-uEGQAQWLqr .mbr-section-btn {
  text-align: center;
}
.cid-uEGRgbhv7m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f8;
}
.cid-uEGRgbhv7m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEGRgbhv7m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEGRgbhv7m .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uEGRgbhv7m .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uEGRgbhv7m .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uEGRgbhv7m .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uEGRgbhv7m .item {
    margin-bottom: 16px;
  }
}
.cid-uEGRgbhv7m .item:last-child {
  margin-bottom: 0;
}
.cid-uEGRgbhv7m .item:hover .item-wrapper .item-img img,
.cid-uEGRgbhv7m .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uEGRgbhv7m .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uEGRgbhv7m .item .item-wrapper {
    display: block;
    height: auto;
  }
}
.cid-uEGRgbhv7m .item .item-wrapper .item-content {
  width: 40%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uEGRgbhv7m .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-uEGRgbhv7m .item .item-wrapper .item-content .item-title_1,
.cid-uEGRgbhv7m .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-uEGRgbhv7m .item .item-wrapper .item-content .item-text_1,
.cid-uEGRgbhv7m .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-uEGRgbhv7m .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uEGRgbhv7m .item .item-wrapper .item-img {
  width: 60%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uEGRgbhv7m .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uEGRgbhv7m .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uEGRgbhv7m .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uEGRgbhv7m .item .card_1 {
  background-color: #ffffff;
}
.cid-uEGRgbhv7m .item .card_2 {
  background-color: #ffffff;
}
.cid-uEGRgbhv7m .mbr-section-title {
  color: #212529;
}
.cid-uEGRgbhv7m .item-title_1 {
  color: #073524;
}
.cid-uEGRgbhv7m .item-title_2 {
  color: #073524;
}
.cid-uEGRgbhv7m .item-text_1 {
  color: #f5a11b;
}
.cid-uEGRgbhv7m .item-text_2 {
  color: #ff543d;
}
.cid-uEGRgbhv7m .item-text_2,
.cid-uEGRgbhv7m .mbr-section-btn {
  color: #073524;
}
.cid-uEGRgbhv7m .item-text_1,
.cid-uEGRgbhv7m .mbr-section-btn {
  color: #073524;
}
.cid-uEIOAuwW0i {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uEIOAuwW0i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEIOAuwW0i .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-uEIOAuwW0i .container {
    padding: 0 30px;
  }
}
.cid-uEIOAuwW0i .card {
  justify-content: center;
}
.cid-uEIOAuwW0i .content-wrapper {
  padding: 0 120px;
  display: flex;
}
@media (max-width: 1440px) {
  .cid-uEIOAuwW0i .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uEIOAuwW0i .content-wrapper {
    padding: 0;
    display: block;
  }
}
.cid-uEIOAuwW0i .content-wrapper .items-wrapper {
  width: 50%;
  padding-right: 120px;
}
@media (max-width: 1440px) {
  .cid-uEIOAuwW0i .content-wrapper .items-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uEIOAuwW0i .content-wrapper .items-wrapper {
    padding: 0;
    width: 100%;
    margin-bottom: 60px;
  }
}
.cid-uEIOAuwW0i .content-wrapper .items-wrapper .item {
  margin-bottom: 150px;
}
.cid-uEIOAuwW0i .content-wrapper .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEIOAuwW0i .content-wrapper .items-wrapper .item {
    margin-bottom: 60px;
  }
}
.cid-uEIOAuwW0i .content-wrapper .items-wrapper .item .item-wrapper .card-box .desc-wrapper .item-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uEIOAuwW0i .content-wrapper .items-wrapper .item .item-wrapper .card-box .desc-wrapper .item-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uEIOAuwW0i .content-wrapper .items-wrapper .item .item-wrapper .card-box .desc-wrapper .item-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #49880e;
}
@media (max-width: 992px) {
  .cid-uEIOAuwW0i .content-wrapper .items-wrapper .item .item-wrapper .card-box .desc-wrapper .item-desc::before {
    width: 40px;
  }
}
.cid-uEIOAuwW0i .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uEIOAuwW0i .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uEIOAuwW0i .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uEIOAuwW0i .content-wrapper .image-wrapper .image-wrap {
  position: relative;
}
.cid-uEIOAuwW0i .content-wrapper .image-wrapper .image-wrap img {
  height: 840px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEIOAuwW0i .content-wrapper .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uEIOAuwW0i .content-wrapper .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 118px;
  height: 118px;
  background-image: linear-gradient(-135deg, #ffffff 50%, #7aba59 50%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uEIOAuwW0i .content-wrapper .image-wrapper .image-wrap::before {
    width: 50px;
    height: 50px;
  }
}
.cid-uEIOAuwW0i .item-desc {
  color: #254b45;
}
.cid-uEIOAuwW0i .item-text {
  color: #254b45;
}
.cid-uEIUssfsWR {
  margin-top: -3px;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uEIUssfsWR .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.cid-uEIUssfsWR .row {
  border-top: 3px solid #49880e;
  border-bottom: 3px solid #49880e;
}
.cid-uEIUssfsWR .top-line {
  padding: 50px 0 0;
  border-bottom: 3px solid #49880e;
}
.cid-uEIUssfsWR .bottom-line {
  padding: 30px 0;
}
.cid-uEIUssfsWR .card-title {
  text-decoration: underline;
}
.cid-uEIUssfsWR .title {
  padding: 30px 1rem 40px;
}
.cid-uEIUssfsWR .title:hover {
  background-color: #FFA4BC;
  color: #ff403d;
}
.cid-uEIUssfsWR .title1 {
  padding: 30px 1rem 40px;
}
.cid-uEIUssfsWR .title1:hover {
  background-color: #006b54;
  color: #ffcc1a;
}
.cid-uEIUssfsWR .title2 {
  padding: 30px 1rem 40px;
}
.cid-uEIUssfsWR .title2:hover {
  background-color: #cbb6f2;
  color: #1b66ce;
}
@media (max-width: 991px) {
  .cid-uEIUssfsWR .card {
    margin-bottom: 2rem !important;
  }
  .cid-uEIUssfsWR .card-title,
  .cid-uEIUssfsWR .mbr-text {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uEIUssfsWR .link-wrap {
    align-items: center;
  }
}
@media (min-width: 992px) {
  .cid-uEIUssfsWR .card-title,
  .cid-uEIUssfsWR .mbr-text {
    padding: 0 70px 0 70px;
  }
}
.cid-uEIUssfsWR .image-wrapper img {
  border-radius: 72px;
  width: 100%;
  max-width: 400px;
  max-height: 520px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEIUssfsWR .image-wrapper img {
    max-width: 320px;
    max-height: 425px;
  }
}
.cid-uEIUssfsWR .img {
  padding-top: 72px;
  padding-bottom: 66px;
}
@media (max-width: 767px) {
  .cid-uEIUssfsWR .img {
    border-top: 3px solid #49880e;
  }
}
@media (min-width: 768px) {
  .cid-uEIUssfsWR .img {
    border-left: 3px solid #49880e;
  }
}
.cid-uEIUssfsWR .mbr-section-btn {
  margin-top: 65px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uEIUssfsWR .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-uEIUssfsWR .mbr-section-btn {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uEIUssfsWR .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uEIUssfsWR .btn:hover,
.cid-uEIUssfsWR .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-uEIUssfsWR .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-uEIUssfsWR .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-uEIUssfsWR .btn:hover:before,
.cid-uEIUssfsWR .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-uEIUssfsWR .btn-secondary {
  color: #000000 !important;
}
.cid-uEIUssfsWR .btn-secondary:hover {
  color: #000000 !important;
}
.cid-uEIUssfsWR .mbr-section-title {
  text-align: center;
}
.cid-uEIUssfsWR .card-title,
.cid-uEIUssfsWR .card-box {
  text-align: left;
}
.cid-uEIUssfsWR .mbr-text,
.cid-uEIUssfsWR .link-wrap,
.cid-uEIUssfsWR .mbr-section-btn {
  text-align: center;
}
.cid-uEIUssfsWR .mbr-text,
.cid-uEIUssfsWR .link-wrap {
  text-align: left;
}
.cid-uEIYtn6pjl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f8;
}
.cid-uEIYtn6pjl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEIYtn6pjl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEIYtn6pjl .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uEIYtn6pjl .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uEIYtn6pjl .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uEIYtn6pjl .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uEIYtn6pjl .item {
    margin-bottom: 16px;
  }
}
.cid-uEIYtn6pjl .item:last-child {
  margin-bottom: 0;
}
.cid-uEIYtn6pjl .item:hover .item-wrapper .item-img img,
.cid-uEIYtn6pjl .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uEIYtn6pjl .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uEIYtn6pjl .item .item-wrapper {
    display: block;
    height: auto;
  }
}
.cid-uEIYtn6pjl .item .item-wrapper .item-content {
  width: 40%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uEIYtn6pjl .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-uEIYtn6pjl .item .item-wrapper .item-content .item-title_1,
.cid-uEIYtn6pjl .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-uEIYtn6pjl .item .item-wrapper .item-content .item-text_1,
.cid-uEIYtn6pjl .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-uEIYtn6pjl .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uEIYtn6pjl .item .item-wrapper .item-img {
  width: 60%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uEIYtn6pjl .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uEIYtn6pjl .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uEIYtn6pjl .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uEIYtn6pjl .item .card_1 {
  background-color: #ffffff;
}
.cid-uEIYtn6pjl .item .card_2 {
  background-color: #ffffff;
}
.cid-uEIYtn6pjl .mbr-section-title {
  color: #212529;
}
.cid-uEIYtn6pjl .item-title_1 {
  color: #073524;
}
.cid-uEIYtn6pjl .item-title_2 {
  color: #073524;
}
.cid-uEIYtn6pjl .item-text_1 {
  color: #f5a11b;
}
.cid-uEIYtn6pjl .item-text_2 {
  color: #ff543d;
}
.cid-uEIYtn6pjl .item-text_2,
.cid-uEIYtn6pjl .mbr-section-btn {
  color: #073524;
}
.cid-uEIYtn6pjl .item-text_1,
.cid-uEIYtn6pjl .mbr-section-btn {
  color: #073524;
}
.cid-uEIZtZD1Ge {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f8;
}
.cid-uEIZtZD1Ge .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEIZtZD1Ge .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEIZtZD1Ge .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uEIZtZD1Ge .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uEIZtZD1Ge .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uEIZtZD1Ge .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uEIZtZD1Ge .item {
    margin-bottom: 16px;
  }
}
.cid-uEIZtZD1Ge .item:last-child {
  margin-bottom: 0;
}
.cid-uEIZtZD1Ge .item:hover .item-wrapper .item-img img,
.cid-uEIZtZD1Ge .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uEIZtZD1Ge .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uEIZtZD1Ge .item .item-wrapper {
    display: block;
    height: auto;
  }
}
.cid-uEIZtZD1Ge .item .item-wrapper .item-content {
  width: 40%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uEIZtZD1Ge .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-uEIZtZD1Ge .item .item-wrapper .item-content .item-title_1,
.cid-uEIZtZD1Ge .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-uEIZtZD1Ge .item .item-wrapper .item-content .item-text_1,
.cid-uEIZtZD1Ge .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-uEIZtZD1Ge .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uEIZtZD1Ge .item .item-wrapper .item-img {
  width: 60%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uEIZtZD1Ge .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uEIZtZD1Ge .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uEIZtZD1Ge .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uEIZtZD1Ge .item .card_1 {
  background-color: #ffffff;
}
.cid-uEIZtZD1Ge .item .card_2 {
  background-color: #ffffff;
}
.cid-uEIZtZD1Ge .mbr-section-title {
  color: #212529;
}
.cid-uEIZtZD1Ge .item-title_1 {
  color: #073524;
}
.cid-uEIZtZD1Ge .item-title_2 {
  color: #073524;
}
.cid-uEIZtZD1Ge .item-text_1 {
  color: #f5a11b;
}
.cid-uEIZtZD1Ge .item-text_2 {
  color: #ff543d;
}
.cid-uEIZtZD1Ge .item-text_2,
.cid-uEIZtZD1Ge .mbr-section-btn {
  color: #073524;
}
.cid-uEIZtZD1Ge .item-text_1,
.cid-uEIZtZD1Ge .mbr-section-btn {
  color: #073524;
}
.cid-uEJ2E2POlh {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uEJ2E2POlh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEJ2E2POlh .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-uEJ2E2POlh .container {
    padding: 0 30px;
  }
}
.cid-uEJ2E2POlh .card {
  justify-content: center;
}
.cid-uEJ2E2POlh .content-wrapper {
  padding: 0 120px;
  display: flex;
}
@media (max-width: 1440px) {
  .cid-uEJ2E2POlh .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uEJ2E2POlh .content-wrapper {
    padding: 0;
    display: block;
  }
}
.cid-uEJ2E2POlh .content-wrapper .items-wrapper {
  width: 50%;
  padding-right: 120px;
}
@media (max-width: 1440px) {
  .cid-uEJ2E2POlh .content-wrapper .items-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uEJ2E2POlh .content-wrapper .items-wrapper {
    padding: 0;
    width: 100%;
    margin-bottom: 60px;
  }
}
.cid-uEJ2E2POlh .content-wrapper .items-wrapper .item {
  margin-bottom: 150px;
}
.cid-uEJ2E2POlh .content-wrapper .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uEJ2E2POlh .content-wrapper .items-wrapper .item {
    margin-bottom: 60px;
  }
}
.cid-uEJ2E2POlh .content-wrapper .items-wrapper .item .item-wrapper .card-box .desc-wrapper .item-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uEJ2E2POlh .content-wrapper .items-wrapper .item .item-wrapper .card-box .desc-wrapper .item-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uEJ2E2POlh .content-wrapper .items-wrapper .item .item-wrapper .card-box .desc-wrapper .item-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #49880e;
}
@media (max-width: 992px) {
  .cid-uEJ2E2POlh .content-wrapper .items-wrapper .item .item-wrapper .card-box .desc-wrapper .item-desc::before {
    width: 40px;
  }
}
.cid-uEJ2E2POlh .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uEJ2E2POlh .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uEJ2E2POlh .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uEJ2E2POlh .content-wrapper .image-wrapper .image-wrap {
  position: relative;
}
.cid-uEJ2E2POlh .content-wrapper .image-wrapper .image-wrap img {
  height: 840px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEJ2E2POlh .content-wrapper .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uEJ2E2POlh .content-wrapper .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 118px;
  height: 118px;
  background-image: linear-gradient(-135deg, #ffffff 50%, #7aba59 50%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uEJ2E2POlh .content-wrapper .image-wrapper .image-wrap::before {
    width: 50px;
    height: 50px;
  }
}
.cid-uEJ2E2POlh .item-desc {
  color: #254b45;
}
.cid-uEJ2E2POlh .item-text {
  color: #254b45;
}
.cid-uIhofNYRWJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uIhofNYRWJ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uIhofNYRWJ img {
  width: 40px;
  height: 40px;
  margin-right: 0.8rem;
}
.cid-uIhofNYRWJ h3 {
  margin: 0;
}
.cid-uIhofNYRWJ .btn {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 1rem;
}
.cid-uIhofNYRWJ .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uIhofNYRWJ .text-wrap {
  width: 100%;
}
.cid-uIhofNYRWJ .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-uIhofNYRWJ .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uIhofNYRWJ .socicon-wrap .mbr-iconfont {
  font-size: 1.2rem;
  color: #ffffff !important;
  background: #00ae50;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #00ae50;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uIhofNYRWJ .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #00ae50 !important;
  border: 2px solid #00ae50;
}
.cid-uIhofNYRWJ .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-uIhofNYRWJ .jq-selectbox__dropdown,
.cid-uIhofNYRWJ ul {
  border-radius: 20px!important;
}
.cid-uIhofNYRWJ .jq-selectbox {
  border-radius: 30px;
}
.cid-uIhofNYRWJ .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-uIhofNYRWJ .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-uIhofNYRWJ input,
.cid-uIhofNYRWJ textarea,
.cid-uIhofNYRWJ .select {
  border-radius: 30px;
}
.cid-uIhofNYRWJ input,
.cid-uIhofNYRWJ textarea {
  padding: 1rem 2rem;
}
.cid-uIhofNYRWJ textarea {
  min-height: 10rem;
}
.cid-uIhofNYRWJ .form-control,
.cid-uIhofNYRWJ .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIhofNYRWJ .form-control::-webkit-input-placeholder,
.cid-uIhofNYRWJ .field-input::-webkit-input-placeholder,
.cid-uIhofNYRWJ .form-control::-webkit-input-placeholder,
.cid-uIhofNYRWJ .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-uIhofNYRWJ .form-control:-moz-placeholder,
.cid-uIhofNYRWJ .field-input:-moz-placeholder,
.cid-uIhofNYRWJ .form-control:-moz-placeholder,
.cid-uIhofNYRWJ .field-input:-moz-placeholder {
  color: #383838;
}
.cid-uIhofNYRWJ .form-control:hover,
.cid-uIhofNYRWJ .field-input:hover,
.cid-uIhofNYRWJ .form-control:focus,
.cid-uIhofNYRWJ .field-input:focus {
  background-color: #ffffff;
  border-color: #49880e;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-uIhofNYRWJ .form-control:hover::-webkit-input-placeholder,
.cid-uIhofNYRWJ .field-input:hover::-webkit-input-placeholder,
.cid-uIhofNYRWJ .form-control:focus::-webkit-input-placeholder,
.cid-uIhofNYRWJ .field-input:focus::-webkit-input-placeholder,
.cid-uIhofNYRWJ .form-control:hover::-webkit-input-placeholder,
.cid-uIhofNYRWJ .field-input:hover::-webkit-input-placeholder,
.cid-uIhofNYRWJ .form-control:focus::-webkit-input-placeholder,
.cid-uIhofNYRWJ .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-uIhofNYRWJ .form-control:hover:-moz-placeholder,
.cid-uIhofNYRWJ .field-input:hover:-moz-placeholder,
.cid-uIhofNYRWJ .form-control:focus:-moz-placeholder,
.cid-uIhofNYRWJ .field-input:focus:-moz-placeholder,
.cid-uIhofNYRWJ .form-control:hover:-moz-placeholder,
.cid-uIhofNYRWJ .field-input:hover:-moz-placeholder,
.cid-uIhofNYRWJ .form-control:focus:-moz-placeholder,
.cid-uIhofNYRWJ .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-uIhofNYRWJ .jq-number__spin:hover,
.cid-uIhofNYRWJ .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #49880e;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIhofNYRWJ .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIhofNYRWJ .jq-selectbox li,
.cid-uIhofNYRWJ .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIhofNYRWJ .jq-selectbox li:hover,
.cid-uIhofNYRWJ .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIhofNYRWJ .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIhofNYRWJ .jq-number__spin.minus:hover:after,
.cid-uIhofNYRWJ .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIhofNYRWJ .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIhofNYRWJ .jq-number__spin.minus:after,
.cid-uIhofNYRWJ .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIhofNYRWJ input::-webkit-clear-button {
  display: none;
}
.cid-uIhofNYRWJ input::-webkit-inner-spin-button {
  display: none;
}
.cid-uIhofNYRWJ input::-webkit-outer-spin-button {
  display: none;
}
.cid-uIhofNYRWJ input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uIhofNYRWJ .col-md-6 {
  margin-bottom: 2rem;
}
.cid-uIhofNYRWJ .form-group {
  margin-bottom: 0.4rem;
}
.cid-uIhofNYRWJ .form-control {
  min-height: 2em;
  font-size: 1rem;
  text-align: center;
}
.cid-uIhofNYRWJ .title1 {
  margin: 0;
}
.cid-uIhofNYRWJ .align-wrap {
  display: block;
}
.cid-uIhofNYRWJ .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uIhofNYRWJ form {
    padding: 0;
  }
  .cid-uIhofNYRWJ .socicon-wrap {
    margin: auto;
  }
}
.cid-uIhofNYRWJ .title {
  color: #00ae50;
}
.cid-uIhofNYRWJ .title1,
.cid-uIhofNYRWJ .title-col {
  color: #00ae50;
}
.cid-uIhofNYRWJ .icon-title,
.cid-uIhofNYRWJ .align-wrap {
  color: #08323c;
}
.cid-uGnBG5Ukk1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00ae50;
}
.cid-uEYyfkiDLM .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uEYyfkiDLM .nav-item:focus,
.cid-uEYyfkiDLM .nav-link:focus {
  outline: none;
}
.cid-uEYyfkiDLM .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uEYyfkiDLM .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uEYyfkiDLM .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uEYyfkiDLM .dropdown .dropdown-menu .dropdown-item:active,
.cid-uEYyfkiDLM .dropdown .dropdown-menu .dropdown-item:focus {
  color: #00ae50 !important;
}
.cid-uEYyfkiDLM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEYyfkiDLM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uEYyfkiDLM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uEYyfkiDLM .navbar-caption:hover {
  color: inherit !important;
}
.cid-uEYyfkiDLM .container {
  max-width: 1380px;
}
.cid-uEYyfkiDLM .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uEYyfkiDLM .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uEYyfkiDLM .nav-link:hover,
.cid-uEYyfkiDLM .nav-link:active,
.cid-uEYyfkiDLM .nav-link:focus {
  border-bottom: 3px solid #00ae50;
  color: #00ae50 !important;
}
.cid-uEYyfkiDLM .navbar {
  min-height: 77px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff;
}
.cid-uEYyfkiDLM .navbar.opened {
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uEYyfkiDLM .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uEYyfkiDLM .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEYyfkiDLM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEYyfkiDLM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEYyfkiDLM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uEYyfkiDLM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uEYyfkiDLM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEYyfkiDLM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEYyfkiDLM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uEYyfkiDLM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEYyfkiDLM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uEYyfkiDLM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uEYyfkiDLM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEYyfkiDLM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEYyfkiDLM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uEYyfkiDLM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEYyfkiDLM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEYyfkiDLM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uEYyfkiDLM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uEYyfkiDLM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEYyfkiDLM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEYyfkiDLM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uEYyfkiDLM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uEYyfkiDLM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uEYyfkiDLM .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uEYyfkiDLM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uEYyfkiDLM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uEYyfkiDLM .icons-menu span {
  color: #ed6436 !important;
}
.cid-uEYyfkiDLM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEYyfkiDLM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-uEYyfkiDLM .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uEYyfkiDLM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEYyfkiDLM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEYyfkiDLM .dropdown-item.active,
.cid-uEYyfkiDLM .dropdown-item:active {
  background-color: transparent;
}
.cid-uEYyfkiDLM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEYyfkiDLM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEYyfkiDLM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEYyfkiDLM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uEYyfkiDLM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEYyfkiDLM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEYyfkiDLM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEYyfkiDLM .navbar-buttons {
  text-align: center;
}
.cid-uEYyfkiDLM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uEYyfkiDLM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7aba59;
}
.cid-uEYyfkiDLM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-uEYyfkiDLM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-uEYyfkiDLM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-uEYyfkiDLM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-uEYyfkiDLM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-uEYyfkiDLM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-uEYyfkiDLM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-uEYyfkiDLM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-uEYyfkiDLM .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uEYyfkiDLM a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uEYyfkiDLM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uEYyfkiDLM .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uEYyfkiDLM .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEYyfkiDLM .navbar {
    height: 77px;
  }
  .cid-uEYyfkiDLM .navbar.opened {
    height: auto;
  }
  .cid-uEYyfkiDLM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEYyflqrmM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbdee-876x584.jpg");
}
.cid-uEYyflqrmM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEYyflqrmM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEYyflqrmM .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uEYyflqrmM .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uEYyflqrmM .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uEYyflqrmM .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uEYyflqrmM .container {
    padding: 0 24px;
  }
}
.cid-uEYyflqrmM .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uEYyflqrmM .content-wrapper {
    padding: 0;
  }
}
.cid-uEYyflqrmM .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uEYyflqrmM .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uEYyflqrmM .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uEYyflqrmM .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uEYyflqrmM .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uEYyflqrmM .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uEYyflqrmM .mbr-section-title {
  color: #ffffff;
}
.cid-uEYyflqrmM .mbr-desc,
.cid-uEYyflqrmM .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uEYyflqrmM .mbr-text,
.cid-uEYyflqrmM .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uEYyflqrmM .mbr-section-title,
.cid-uEYyflqrmM .mbr-section-btn {
  text-align: center;
}
.cid-uEYBoU1YcF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(#ffffff 80%, #059161 110%);
}
.cid-uEYBoU1YcF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEYBoU1YcF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEYBoU1YcF .row {
  justify-content: center;
}
.cid-uEYBoU1YcF .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uEYBoU1YcF .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a78aff, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uEYBoU1YcF .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uEYBoU1YcF .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uEYBoU1YcF .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uEYBoU1YcF .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uEYBoU1YcF .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uEYBoU1YcF .mbr-section-title {
  color: #ffffff;
}
.cid-uEYBoU1YcF .mbr-text {
  color: #181818;
  text-align: left;
}
.cid-uEYBoU1YcF .mbr-desc {
  color: #ffffff;
}
.cid-uEYyfm8UEh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEYyfm8UEh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEYyfm8UEh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEYyfm8UEh .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uEYyfm8UEh .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uEYyfm8UEh .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uEYyfm8UEh .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uEYyfm8UEh .item {
    margin-bottom: 16px;
  }
}
.cid-uEYyfm8UEh .item:last-child {
  margin-bottom: 0;
}
.cid-uEYyfm8UEh .item:hover .item-wrapper .item-img img,
.cid-uEYyfm8UEh .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uEYyfm8UEh .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uEYyfm8UEh .item .item-wrapper {
    display: block;
    height: auto;
  }
}
.cid-uEYyfm8UEh .item .item-wrapper .item-content {
  width: 40%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uEYyfm8UEh .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-uEYyfm8UEh .item .item-wrapper .item-content .item-title_1,
.cid-uEYyfm8UEh .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-uEYyfm8UEh .item .item-wrapper .item-content .item-text_1,
.cid-uEYyfm8UEh .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-uEYyfm8UEh .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uEYyfm8UEh .item .item-wrapper .item-img {
  width: 60%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uEYyfm8UEh .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uEYyfm8UEh .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uEYyfm8UEh .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uEYyfm8UEh .item .card_1 {
  background-color: #f2f2f4;
}
.cid-uEYyfm8UEh .item .card_2 {
  background-color: #ffffff;
}
.cid-uEYyfm8UEh .mbr-section-title {
  color: #212529;
}
.cid-uEYyfm8UEh .item-title_1 {
  color: #073524;
}
.cid-uEYyfm8UEh .item-title_2 {
  color: #073524;
}
.cid-uEYyfm8UEh .item-text_1 {
  color: #f5a11b;
}
.cid-uEYyfm8UEh .item-text_2 {
  color: #ff543d;
}
.cid-uEYyfm8UEh .item-text_2,
.cid-uEYyfm8UEh .mbr-section-btn {
  color: #073524;
}
.cid-uEYyfm8UEh .item-text_1,
.cid-uEYyfm8UEh .mbr-section-btn {
  color: #181818;
}
.cid-uF33ujDHa9 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uF33ujDHa9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF33ujDHa9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF33ujDHa9 .row {
  justify-content: center;
}
.cid-uF33ujDHa9 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uF33ujDHa9 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uF33ujDHa9 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uF33ujDHa9 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uF33ujDHa9 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uF33ujDHa9 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uF33ujDHa9 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uF33ujDHa9 .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uF33ujDHa9 .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-uF33ujDHa9 .items-wrapper {
    display: block;
  }
}
.cid-uF33ujDHa9 .item {
  transform: rotate(-3deg);
}
@media (max-width: 992px) {
  .cid-uF33ujDHa9 .item {
    transform: none;
  }
}
.cid-uF33ujDHa9 .item:nth-child(2n) {
  transform: rotate(1deg);
}
@media (max-width: 992px) {
  .cid-uF33ujDHa9 .item:nth-child(2n) {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-uF33ujDHa9 .item {
    margin-bottom: 16px;
  }
}
.cid-uF33ujDHa9 .item .item-wrapper {
  height: 100%;
  background-color: #059161;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .cid-uF33ujDHa9 .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uF33ujDHa9 .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uF33ujDHa9 .item .item-wrapper .card-number,
.cid-uF33ujDHa9 .item .item-wrapper .card-number_2 {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uF33ujDHa9 .item .item-wrapper .card-number,
  .cid-uF33ujDHa9 .item .item-wrapper .card-number_2 {
    margin-bottom: 30px;
  }
}
.cid-uF33ujDHa9 .item .item-wrapper .card-box .card-title,
.cid-uF33ujDHa9 .item .item-wrapper .card-box .card-title_2 {
  margin-bottom: 30px;
}
.cid-uF33ujDHa9 .item .item-wrapper .card-box .card-text,
.cid-uF33ujDHa9 .item .item-wrapper .card-box .card-text_2 {
  margin-bottom: 0;
}
.cid-uF33ujDHa9 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uF33ujDHa9 .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uF33ujDHa9 .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uF33ujDHa9 .item .card_2 {
  background-color: transparent;
  border: 3px solid #059161;
}
.cid-uF33ujDHa9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uF33ujDHa9 .mbr-text,
.cid-uF33ujDHa9 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uF33ujDHa9 .card-number {
  color: #000000;
}
.cid-uF33ujDHa9 .card-title {
  color: #ffffff;
}
.cid-uF33ujDHa9 .card-text {
  color: #000000;
}
.cid-uF33ujDHa9 .card-number_2 {
  color: #ffffff;
}
.cid-uF33ujDHa9 .card-title_2 {
  color: #181818;
}
.cid-uF33ujDHa9 .card-text_2 {
  color: #181818;
}
.cid-uF33ujDHa9 .card-text,
.cid-uF33ujDHa9 .mbr-section-btn {
  color: #ffffff;
}
.cid-uF33ujDHa9 .mbr-section-title,
.cid-uF33ujDHa9 .mbr-section-btn {
  color: #181818;
}
.cid-uF36Otdzj0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uF36Otdzj0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF36Otdzj0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF36Otdzj0 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uF36Otdzj0 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uF36Otdzj0 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uF36Otdzj0 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uF36Otdzj0 .container {
    padding: 0 14px;
  }
}
.cid-uF36Otdzj0 .row {
  justify-content: center;
}
.cid-uF36Otdzj0 .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uF36Otdzj0 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uF36Otdzj0 .panel-group .card {
  border-bottom: 1px solid #01004c;
  border-radius: 0 !important;
}
.cid-uF36Otdzj0 .panel-group .card:first-child {
  border-top: 1px solid #01004c;
}
.cid-uF36Otdzj0 .panel-group .card .card-header {
  padding: 30px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uF36Otdzj0 .panel-group .card .card-header {
    padding: 16px 0;
  }
}
.cid-uF36Otdzj0 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uF36Otdzj0 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uF36Otdzj0 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uF36Otdzj0 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 24px;
  color: #01004c;
  transition: all 0.3s ease-in-out;
  margin: 0 8px;
}
.cid-uF36Otdzj0 .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uF36Otdzj0 .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uF36Otdzj0 .panel-group .card .panel-collapse .panel-body .panel-text {
  padding: 5px 0;
  margin-bottom: 0;
}
.cid-uF36Otdzj0 .mbr-section-title {
  color: #01004c;
  text-align: center;
}
.cid-uF36Otdzj0 .panel-title {
  color: #01004c;
}
.cid-uF36Otdzj0 .panel-text {
  color: #01004c;
}
.cid-uIhomVo0NK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uIhomVo0NK .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uIhomVo0NK img {
  width: 40px;
  height: 40px;
  margin-right: 0.8rem;
}
.cid-uIhomVo0NK h3 {
  margin: 0;
}
.cid-uIhomVo0NK .btn {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 1rem;
}
.cid-uIhomVo0NK .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uIhomVo0NK .text-wrap {
  width: 100%;
}
.cid-uIhomVo0NK .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-uIhomVo0NK .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uIhomVo0NK .socicon-wrap .mbr-iconfont {
  font-size: 1.2rem;
  color: #ffffff !important;
  background: #00ae50;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #00ae50;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uIhomVo0NK .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #00ae50 !important;
  border: 2px solid #00ae50;
}
.cid-uIhomVo0NK .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-uIhomVo0NK .jq-selectbox__dropdown,
.cid-uIhomVo0NK ul {
  border-radius: 20px!important;
}
.cid-uIhomVo0NK .jq-selectbox {
  border-radius: 30px;
}
.cid-uIhomVo0NK .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-uIhomVo0NK .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-uIhomVo0NK input,
.cid-uIhomVo0NK textarea,
.cid-uIhomVo0NK .select {
  border-radius: 30px;
}
.cid-uIhomVo0NK input,
.cid-uIhomVo0NK textarea {
  padding: 1rem 2rem;
}
.cid-uIhomVo0NK textarea {
  min-height: 10rem;
}
.cid-uIhomVo0NK .form-control,
.cid-uIhomVo0NK .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIhomVo0NK .form-control::-webkit-input-placeholder,
.cid-uIhomVo0NK .field-input::-webkit-input-placeholder,
.cid-uIhomVo0NK .form-control::-webkit-input-placeholder,
.cid-uIhomVo0NK .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-uIhomVo0NK .form-control:-moz-placeholder,
.cid-uIhomVo0NK .field-input:-moz-placeholder,
.cid-uIhomVo0NK .form-control:-moz-placeholder,
.cid-uIhomVo0NK .field-input:-moz-placeholder {
  color: #383838;
}
.cid-uIhomVo0NK .form-control:hover,
.cid-uIhomVo0NK .field-input:hover,
.cid-uIhomVo0NK .form-control:focus,
.cid-uIhomVo0NK .field-input:focus {
  background-color: #ffffff;
  border-color: #49880e;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-uIhomVo0NK .form-control:hover::-webkit-input-placeholder,
.cid-uIhomVo0NK .field-input:hover::-webkit-input-placeholder,
.cid-uIhomVo0NK .form-control:focus::-webkit-input-placeholder,
.cid-uIhomVo0NK .field-input:focus::-webkit-input-placeholder,
.cid-uIhomVo0NK .form-control:hover::-webkit-input-placeholder,
.cid-uIhomVo0NK .field-input:hover::-webkit-input-placeholder,
.cid-uIhomVo0NK .form-control:focus::-webkit-input-placeholder,
.cid-uIhomVo0NK .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-uIhomVo0NK .form-control:hover:-moz-placeholder,
.cid-uIhomVo0NK .field-input:hover:-moz-placeholder,
.cid-uIhomVo0NK .form-control:focus:-moz-placeholder,
.cid-uIhomVo0NK .field-input:focus:-moz-placeholder,
.cid-uIhomVo0NK .form-control:hover:-moz-placeholder,
.cid-uIhomVo0NK .field-input:hover:-moz-placeholder,
.cid-uIhomVo0NK .form-control:focus:-moz-placeholder,
.cid-uIhomVo0NK .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-uIhomVo0NK .jq-number__spin:hover,
.cid-uIhomVo0NK .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #49880e;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIhomVo0NK .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIhomVo0NK .jq-selectbox li,
.cid-uIhomVo0NK .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIhomVo0NK .jq-selectbox li:hover,
.cid-uIhomVo0NK .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIhomVo0NK .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIhomVo0NK .jq-number__spin.minus:hover:after,
.cid-uIhomVo0NK .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIhomVo0NK .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIhomVo0NK .jq-number__spin.minus:after,
.cid-uIhomVo0NK .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIhomVo0NK input::-webkit-clear-button {
  display: none;
}
.cid-uIhomVo0NK input::-webkit-inner-spin-button {
  display: none;
}
.cid-uIhomVo0NK input::-webkit-outer-spin-button {
  display: none;
}
.cid-uIhomVo0NK input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uIhomVo0NK .col-md-6 {
  margin-bottom: 2rem;
}
.cid-uIhomVo0NK .form-group {
  margin-bottom: 0.4rem;
}
.cid-uIhomVo0NK .form-control {
  min-height: 2em;
  font-size: 1rem;
  text-align: center;
}
.cid-uIhomVo0NK .title1 {
  margin: 0;
}
.cid-uIhomVo0NK .align-wrap {
  display: block;
}
.cid-uIhomVo0NK .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uIhomVo0NK form {
    padding: 0;
  }
  .cid-uIhomVo0NK .socicon-wrap {
    margin: auto;
  }
}
.cid-uIhomVo0NK .title {
  color: #00ae50;
}
.cid-uIhomVo0NK .title1,
.cid-uIhomVo0NK .title-col {
  color: #00ae50;
}
.cid-uIhomVo0NK .icon-title,
.cid-uIhomVo0NK .align-wrap {
  color: #08323c;
}
.cid-uGnEceJ0iI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00ae50;
}
.cid-uF38JbHvjP .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF38JbHvjP .nav-item:focus,
.cid-uF38JbHvjP .nav-link:focus {
  outline: none;
}
.cid-uF38JbHvjP .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uF38JbHvjP .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF38JbHvjP .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uF38JbHvjP .dropdown .dropdown-menu .dropdown-item:active,
.cid-uF38JbHvjP .dropdown .dropdown-menu .dropdown-item:focus {
  color: #00ae50 !important;
}
.cid-uF38JbHvjP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF38JbHvjP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF38JbHvjP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF38JbHvjP .navbar-caption:hover {
  color: inherit !important;
}
.cid-uF38JbHvjP .container {
  max-width: 1380px;
}
.cid-uF38JbHvjP .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uF38JbHvjP .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uF38JbHvjP .nav-link:hover,
.cid-uF38JbHvjP .nav-link:active,
.cid-uF38JbHvjP .nav-link:focus {
  border-bottom: 3px solid #00ae50;
  color: #00ae50 !important;
}
.cid-uF38JbHvjP .navbar {
  min-height: 77px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff;
}
.cid-uF38JbHvjP .navbar.opened {
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uF38JbHvjP .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uF38JbHvjP .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF38JbHvjP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF38JbHvjP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF38JbHvjP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uF38JbHvjP .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF38JbHvjP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF38JbHvjP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF38JbHvjP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uF38JbHvjP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF38JbHvjP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uF38JbHvjP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uF38JbHvjP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF38JbHvjP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF38JbHvjP .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uF38JbHvjP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF38JbHvjP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF38JbHvjP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uF38JbHvjP .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uF38JbHvjP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF38JbHvjP .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF38JbHvjP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF38JbHvjP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF38JbHvjP .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uF38JbHvjP .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uF38JbHvjP .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uF38JbHvjP .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uF38JbHvjP .icons-menu span {
  color: #ed6436 !important;
}
.cid-uF38JbHvjP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF38JbHvjP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-uF38JbHvjP .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF38JbHvjP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF38JbHvjP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF38JbHvjP .dropdown-item.active,
.cid-uF38JbHvjP .dropdown-item:active {
  background-color: transparent;
}
.cid-uF38JbHvjP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF38JbHvjP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF38JbHvjP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF38JbHvjP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uF38JbHvjP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF38JbHvjP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF38JbHvjP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uF38JbHvjP .navbar-buttons {
  text-align: center;
}
.cid-uF38JbHvjP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF38JbHvjP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7aba59;
}
.cid-uF38JbHvjP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-uF38JbHvjP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-uF38JbHvjP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-uF38JbHvjP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-uF38JbHvjP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-uF38JbHvjP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-uF38JbHvjP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-uF38JbHvjP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-uF38JbHvjP .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uF38JbHvjP a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uF38JbHvjP .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uF38JbHvjP .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uF38JbHvjP .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF38JbHvjP .navbar {
    height: 77px;
  }
  .cid-uF38JbHvjP .navbar.opened {
    height: auto;
  }
  .cid-uF38JbHvjP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF38JdckcO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-6-1920x1280.jpg");
}
.cid-uF38JdckcO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF38JdckcO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF38JdckcO .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uF38JdckcO .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uF38JdckcO .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uF38JdckcO .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uF38JdckcO .container {
    padding: 0 24px;
  }
}
.cid-uF38JdckcO .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uF38JdckcO .content-wrapper {
    padding: 0;
  }
}
.cid-uF38JdckcO .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uF38JdckcO .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uF38JdckcO .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uF38JdckcO .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uF38JdckcO .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uF38JdckcO .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uF38JdckcO .mbr-section-title {
  color: #ffffff;
}
.cid-uF38JdckcO .mbr-desc,
.cid-uF38JdckcO .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uF38JdckcO .mbr-text,
.cid-uF38JdckcO .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uF38JdckcO .mbr-section-title,
.cid-uF38JdckcO .mbr-section-btn {
  text-align: center;
}
.cid-uF38JeqmtM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(#ffffff 80%, #059161 110%);
}
.cid-uF38JeqmtM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF38JeqmtM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF38JeqmtM .row {
  justify-content: center;
}
.cid-uF38JeqmtM .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uF38JeqmtM .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a78aff, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uF38JeqmtM .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uF38JeqmtM .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uF38JeqmtM .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uF38JeqmtM .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uF38JeqmtM .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uF38JeqmtM .mbr-section-title {
  color: #ffffff;
}
.cid-uF38JeqmtM .mbr-text {
  color: #181818;
  text-align: left;
}
.cid-uF38JeqmtM .mbr-desc {
  color: #ffffff;
}
.cid-uF38JfAnaX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uF38JfAnaX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF38JfAnaX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF38JfAnaX .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uF38JfAnaX .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uF38JfAnaX .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uF38JfAnaX .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uF38JfAnaX .item {
    margin-bottom: 16px;
  }
}
.cid-uF38JfAnaX .item:last-child {
  margin-bottom: 0;
}
.cid-uF38JfAnaX .item:hover .item-wrapper .item-img img,
.cid-uF38JfAnaX .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uF38JfAnaX .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uF38JfAnaX .item .item-wrapper {
    display: block;
    height: auto;
  }
}
.cid-uF38JfAnaX .item .item-wrapper .item-content {
  width: 40%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uF38JfAnaX .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-uF38JfAnaX .item .item-wrapper .item-content .item-title_1,
.cid-uF38JfAnaX .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-uF38JfAnaX .item .item-wrapper .item-content .item-text_1,
.cid-uF38JfAnaX .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-uF38JfAnaX .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uF38JfAnaX .item .item-wrapper .item-img {
  width: 60%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uF38JfAnaX .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uF38JfAnaX .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uF38JfAnaX .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uF38JfAnaX .item .card_1 {
  background-color: #f2f2f4;
}
.cid-uF38JfAnaX .item .card_2 {
  background-color: #ffffff;
}
.cid-uF38JfAnaX .mbr-section-title {
  color: #212529;
}
.cid-uF38JfAnaX .item-title_1 {
  color: #073524;
}
.cid-uF38JfAnaX .item-title_2 {
  color: #073524;
}
.cid-uF38JfAnaX .item-text_1 {
  color: #f5a11b;
}
.cid-uF38JfAnaX .item-text_2 {
  color: #ff543d;
}
.cid-uF38JfAnaX .item-text_2,
.cid-uF38JfAnaX .mbr-section-btn {
  color: #073524;
}
.cid-uF38JfAnaX .item-text_1,
.cid-uF38JfAnaX .mbr-section-btn {
  color: #181818;
}
.cid-uIhos1qmKF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uIhos1qmKF .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uIhos1qmKF img {
  width: 40px;
  height: 40px;
  margin-right: 0.8rem;
}
.cid-uIhos1qmKF h3 {
  margin: 0;
}
.cid-uIhos1qmKF .btn {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 1rem;
}
.cid-uIhos1qmKF .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uIhos1qmKF .text-wrap {
  width: 100%;
}
.cid-uIhos1qmKF .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-uIhos1qmKF .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uIhos1qmKF .socicon-wrap .mbr-iconfont {
  font-size: 1.2rem;
  color: #ffffff !important;
  background: #00ae50;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #00ae50;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uIhos1qmKF .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #00ae50 !important;
  border: 2px solid #00ae50;
}
.cid-uIhos1qmKF .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-uIhos1qmKF .jq-selectbox__dropdown,
.cid-uIhos1qmKF ul {
  border-radius: 20px!important;
}
.cid-uIhos1qmKF .jq-selectbox {
  border-radius: 30px;
}
.cid-uIhos1qmKF .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-uIhos1qmKF .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-uIhos1qmKF input,
.cid-uIhos1qmKF textarea,
.cid-uIhos1qmKF .select {
  border-radius: 30px;
}
.cid-uIhos1qmKF input,
.cid-uIhos1qmKF textarea {
  padding: 1rem 2rem;
}
.cid-uIhos1qmKF textarea {
  min-height: 10rem;
}
.cid-uIhos1qmKF .form-control,
.cid-uIhos1qmKF .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIhos1qmKF .form-control::-webkit-input-placeholder,
.cid-uIhos1qmKF .field-input::-webkit-input-placeholder,
.cid-uIhos1qmKF .form-control::-webkit-input-placeholder,
.cid-uIhos1qmKF .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-uIhos1qmKF .form-control:-moz-placeholder,
.cid-uIhos1qmKF .field-input:-moz-placeholder,
.cid-uIhos1qmKF .form-control:-moz-placeholder,
.cid-uIhos1qmKF .field-input:-moz-placeholder {
  color: #383838;
}
.cid-uIhos1qmKF .form-control:hover,
.cid-uIhos1qmKF .field-input:hover,
.cid-uIhos1qmKF .form-control:focus,
.cid-uIhos1qmKF .field-input:focus {
  background-color: #ffffff;
  border-color: #49880e;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-uIhos1qmKF .form-control:hover::-webkit-input-placeholder,
.cid-uIhos1qmKF .field-input:hover::-webkit-input-placeholder,
.cid-uIhos1qmKF .form-control:focus::-webkit-input-placeholder,
.cid-uIhos1qmKF .field-input:focus::-webkit-input-placeholder,
.cid-uIhos1qmKF .form-control:hover::-webkit-input-placeholder,
.cid-uIhos1qmKF .field-input:hover::-webkit-input-placeholder,
.cid-uIhos1qmKF .form-control:focus::-webkit-input-placeholder,
.cid-uIhos1qmKF .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-uIhos1qmKF .form-control:hover:-moz-placeholder,
.cid-uIhos1qmKF .field-input:hover:-moz-placeholder,
.cid-uIhos1qmKF .form-control:focus:-moz-placeholder,
.cid-uIhos1qmKF .field-input:focus:-moz-placeholder,
.cid-uIhos1qmKF .form-control:hover:-moz-placeholder,
.cid-uIhos1qmKF .field-input:hover:-moz-placeholder,
.cid-uIhos1qmKF .form-control:focus:-moz-placeholder,
.cid-uIhos1qmKF .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-uIhos1qmKF .jq-number__spin:hover,
.cid-uIhos1qmKF .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #49880e;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIhos1qmKF .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIhos1qmKF .jq-selectbox li,
.cid-uIhos1qmKF .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIhos1qmKF .jq-selectbox li:hover,
.cid-uIhos1qmKF .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIhos1qmKF .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIhos1qmKF .jq-number__spin.minus:hover:after,
.cid-uIhos1qmKF .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIhos1qmKF .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIhos1qmKF .jq-number__spin.minus:after,
.cid-uIhos1qmKF .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIhos1qmKF input::-webkit-clear-button {
  display: none;
}
.cid-uIhos1qmKF input::-webkit-inner-spin-button {
  display: none;
}
.cid-uIhos1qmKF input::-webkit-outer-spin-button {
  display: none;
}
.cid-uIhos1qmKF input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uIhos1qmKF .col-md-6 {
  margin-bottom: 2rem;
}
.cid-uIhos1qmKF .form-group {
  margin-bottom: 0.4rem;
}
.cid-uIhos1qmKF .form-control {
  min-height: 2em;
  font-size: 1rem;
  text-align: center;
}
.cid-uIhos1qmKF .title1 {
  margin: 0;
}
.cid-uIhos1qmKF .align-wrap {
  display: block;
}
.cid-uIhos1qmKF .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uIhos1qmKF form {
    padding: 0;
  }
  .cid-uIhos1qmKF .socicon-wrap {
    margin: auto;
  }
}
.cid-uIhos1qmKF .title {
  color: #00ae50;
}
.cid-uIhos1qmKF .title1,
.cid-uIhos1qmKF .title-col {
  color: #00ae50;
}
.cid-uIhos1qmKF .icon-title,
.cid-uIhos1qmKF .align-wrap {
  color: #08323c;
}
.cid-uGnEn08rlj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00ae50;
}
.cid-uF3cidO8i4 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF3cidO8i4 .nav-item:focus,
.cid-uF3cidO8i4 .nav-link:focus {
  outline: none;
}
.cid-uF3cidO8i4 .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uF3cidO8i4 .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF3cidO8i4 .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uF3cidO8i4 .dropdown .dropdown-menu .dropdown-item:active,
.cid-uF3cidO8i4 .dropdown .dropdown-menu .dropdown-item:focus {
  color: #00ae50 !important;
}
.cid-uF3cidO8i4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF3cidO8i4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF3cidO8i4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF3cidO8i4 .navbar-caption:hover {
  color: inherit !important;
}
.cid-uF3cidO8i4 .container {
  max-width: 1380px;
}
.cid-uF3cidO8i4 .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uF3cidO8i4 .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uF3cidO8i4 .nav-link:hover,
.cid-uF3cidO8i4 .nav-link:active,
.cid-uF3cidO8i4 .nav-link:focus {
  border-bottom: 3px solid #00ae50;
  color: #00ae50 !important;
}
.cid-uF3cidO8i4 .navbar {
  min-height: 77px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff;
}
.cid-uF3cidO8i4 .navbar.opened {
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uF3cidO8i4 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uF3cidO8i4 .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF3cidO8i4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF3cidO8i4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF3cidO8i4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uF3cidO8i4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF3cidO8i4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF3cidO8i4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF3cidO8i4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uF3cidO8i4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF3cidO8i4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uF3cidO8i4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uF3cidO8i4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF3cidO8i4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF3cidO8i4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uF3cidO8i4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF3cidO8i4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF3cidO8i4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uF3cidO8i4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uF3cidO8i4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF3cidO8i4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF3cidO8i4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF3cidO8i4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF3cidO8i4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uF3cidO8i4 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uF3cidO8i4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uF3cidO8i4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uF3cidO8i4 .icons-menu span {
  color: #ed6436 !important;
}
.cid-uF3cidO8i4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF3cidO8i4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-uF3cidO8i4 .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF3cidO8i4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF3cidO8i4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF3cidO8i4 .dropdown-item.active,
.cid-uF3cidO8i4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uF3cidO8i4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF3cidO8i4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF3cidO8i4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF3cidO8i4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uF3cidO8i4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF3cidO8i4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF3cidO8i4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uF3cidO8i4 .navbar-buttons {
  text-align: center;
}
.cid-uF3cidO8i4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF3cidO8i4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7aba59;
}
.cid-uF3cidO8i4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-uF3cidO8i4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-uF3cidO8i4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-uF3cidO8i4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-uF3cidO8i4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-uF3cidO8i4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-uF3cidO8i4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-uF3cidO8i4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-uF3cidO8i4 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uF3cidO8i4 a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uF3cidO8i4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uF3cidO8i4 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uF3cidO8i4 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF3cidO8i4 .navbar {
    height: 77px;
  }
  .cid-uF3cidO8i4 .navbar.opened {
    height: auto;
  }
  .cid-uF3cidO8i4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF3ciffmYS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-7-1920x1280.jpg");
}
.cid-uF3ciffmYS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3ciffmYS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3ciffmYS .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uF3ciffmYS .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uF3ciffmYS .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uF3ciffmYS .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uF3ciffmYS .container {
    padding: 0 24px;
  }
}
.cid-uF3ciffmYS .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uF3ciffmYS .content-wrapper {
    padding: 0;
  }
}
.cid-uF3ciffmYS .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uF3ciffmYS .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uF3ciffmYS .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uF3ciffmYS .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uF3ciffmYS .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uF3ciffmYS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uF3ciffmYS .mbr-section-title {
  color: #ffffff;
}
.cid-uF3ciffmYS .mbr-desc,
.cid-uF3ciffmYS .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uF3ciffmYS .mbr-text,
.cid-uF3ciffmYS .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uF3ciffmYS .mbr-section-title,
.cid-uF3ciffmYS .mbr-section-btn {
  text-align: center;
}
.cid-uF3cigw7L2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(#ffffff 80%, #f2f2f4 110%);
}
.cid-uF3cigw7L2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3cigw7L2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3cigw7L2 .row {
  justify-content: center;
}
.cid-uF3cigw7L2 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uF3cigw7L2 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a78aff, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uF3cigw7L2 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uF3cigw7L2 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uF3cigw7L2 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uF3cigw7L2 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uF3cigw7L2 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uF3cigw7L2 .mbr-section-title {
  color: #ffffff;
}
.cid-uF3cigw7L2 .mbr-text {
  color: #181818;
  text-align: left;
}
.cid-uF3cigw7L2 .mbr-desc {
  color: #ffffff;
}
.cid-uF3e3JSW4z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uF3e3JSW4z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3e3JSW4z .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-uF3e3JSW4z .container {
    padding: 0 16px;
  }
}
.cid-uF3e3JSW4z .title-wrapper {
  position: relative;
}
.cid-uF3e3JSW4z .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uF3e3JSW4z .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uF3e3JSW4z .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uF3e3JSW4z .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uF3e3JSW4z .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uF3e3JSW4z .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #08323c;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uF3e3JSW4z .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-uF3e3JSW4z .mbr-section-title {
  color: #08323C;
}
.cid-uF3e3JSW4z .mbr-text {
  color: #08323C;
  text-align: left;
}
.cid-uF3e3JSW4z .mbr-section-title,
.cid-uF3e3JSW4z .mbr-section-btn {
  text-align: center;
}
.cid-uF3cihP31y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uF3cihP31y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3cihP31y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3cihP31y .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uF3cihP31y .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uF3cihP31y .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uF3cihP31y .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uF3cihP31y .item {
    margin-bottom: 16px;
  }
}
.cid-uF3cihP31y .item:last-child {
  margin-bottom: 0;
}
.cid-uF3cihP31y .item:hover .item-wrapper .item-img img,
.cid-uF3cihP31y .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uF3cihP31y .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uF3cihP31y .item .item-wrapper {
    display: block;
    height: auto;
  }
}
.cid-uF3cihP31y .item .item-wrapper .item-content {
  width: 40%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uF3cihP31y .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-uF3cihP31y .item .item-wrapper .item-content .item-title_1,
.cid-uF3cihP31y .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-uF3cihP31y .item .item-wrapper .item-content .item-text_1,
.cid-uF3cihP31y .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-uF3cihP31y .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uF3cihP31y .item .item-wrapper .item-img {
  width: 60%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uF3cihP31y .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uF3cihP31y .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uF3cihP31y .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uF3cihP31y .item .card_1 {
  background-color: #f2f2f4;
}
.cid-uF3cihP31y .item .card_2 {
  background-color: #ffffff;
}
.cid-uF3cihP31y .mbr-section-title {
  color: #212529;
}
.cid-uF3cihP31y .item-title_1 {
  color: #073524;
}
.cid-uF3cihP31y .item-title_2 {
  color: #073524;
}
.cid-uF3cihP31y .item-text_1 {
  color: #f5a11b;
}
.cid-uF3cihP31y .item-text_2 {
  color: #ff543d;
}
.cid-uF3cihP31y .item-text_2,
.cid-uF3cihP31y .mbr-section-btn {
  color: #073524;
}
.cid-uF3cihP31y .item-text_1,
.cid-uF3cihP31y .mbr-section-btn {
  color: #181818;
}
.cid-uIhozSzsjo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uIhozSzsjo .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uIhozSzsjo img {
  width: 40px;
  height: 40px;
  margin-right: 0.8rem;
}
.cid-uIhozSzsjo h3 {
  margin: 0;
}
.cid-uIhozSzsjo .btn {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 1rem;
}
.cid-uIhozSzsjo .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uIhozSzsjo .text-wrap {
  width: 100%;
}
.cid-uIhozSzsjo .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-uIhozSzsjo .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uIhozSzsjo .socicon-wrap .mbr-iconfont {
  font-size: 1.2rem;
  color: #ffffff !important;
  background: #00ae50;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #00ae50;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uIhozSzsjo .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #00ae50 !important;
  border: 2px solid #00ae50;
}
.cid-uIhozSzsjo .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-uIhozSzsjo .jq-selectbox__dropdown,
.cid-uIhozSzsjo ul {
  border-radius: 20px!important;
}
.cid-uIhozSzsjo .jq-selectbox {
  border-radius: 30px;
}
.cid-uIhozSzsjo .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-uIhozSzsjo .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-uIhozSzsjo input,
.cid-uIhozSzsjo textarea,
.cid-uIhozSzsjo .select {
  border-radius: 30px;
}
.cid-uIhozSzsjo input,
.cid-uIhozSzsjo textarea {
  padding: 1rem 2rem;
}
.cid-uIhozSzsjo textarea {
  min-height: 10rem;
}
.cid-uIhozSzsjo .form-control,
.cid-uIhozSzsjo .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIhozSzsjo .form-control::-webkit-input-placeholder,
.cid-uIhozSzsjo .field-input::-webkit-input-placeholder,
.cid-uIhozSzsjo .form-control::-webkit-input-placeholder,
.cid-uIhozSzsjo .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-uIhozSzsjo .form-control:-moz-placeholder,
.cid-uIhozSzsjo .field-input:-moz-placeholder,
.cid-uIhozSzsjo .form-control:-moz-placeholder,
.cid-uIhozSzsjo .field-input:-moz-placeholder {
  color: #383838;
}
.cid-uIhozSzsjo .form-control:hover,
.cid-uIhozSzsjo .field-input:hover,
.cid-uIhozSzsjo .form-control:focus,
.cid-uIhozSzsjo .field-input:focus {
  background-color: #ffffff;
  border-color: #49880e;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-uIhozSzsjo .form-control:hover::-webkit-input-placeholder,
.cid-uIhozSzsjo .field-input:hover::-webkit-input-placeholder,
.cid-uIhozSzsjo .form-control:focus::-webkit-input-placeholder,
.cid-uIhozSzsjo .field-input:focus::-webkit-input-placeholder,
.cid-uIhozSzsjo .form-control:hover::-webkit-input-placeholder,
.cid-uIhozSzsjo .field-input:hover::-webkit-input-placeholder,
.cid-uIhozSzsjo .form-control:focus::-webkit-input-placeholder,
.cid-uIhozSzsjo .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-uIhozSzsjo .form-control:hover:-moz-placeholder,
.cid-uIhozSzsjo .field-input:hover:-moz-placeholder,
.cid-uIhozSzsjo .form-control:focus:-moz-placeholder,
.cid-uIhozSzsjo .field-input:focus:-moz-placeholder,
.cid-uIhozSzsjo .form-control:hover:-moz-placeholder,
.cid-uIhozSzsjo .field-input:hover:-moz-placeholder,
.cid-uIhozSzsjo .form-control:focus:-moz-placeholder,
.cid-uIhozSzsjo .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-uIhozSzsjo .jq-number__spin:hover,
.cid-uIhozSzsjo .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #49880e;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIhozSzsjo .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIhozSzsjo .jq-selectbox li,
.cid-uIhozSzsjo .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIhozSzsjo .jq-selectbox li:hover,
.cid-uIhozSzsjo .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIhozSzsjo .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIhozSzsjo .jq-number__spin.minus:hover:after,
.cid-uIhozSzsjo .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIhozSzsjo .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIhozSzsjo .jq-number__spin.minus:after,
.cid-uIhozSzsjo .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIhozSzsjo input::-webkit-clear-button {
  display: none;
}
.cid-uIhozSzsjo input::-webkit-inner-spin-button {
  display: none;
}
.cid-uIhozSzsjo input::-webkit-outer-spin-button {
  display: none;
}
.cid-uIhozSzsjo input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uIhozSzsjo .col-md-6 {
  margin-bottom: 2rem;
}
.cid-uIhozSzsjo .form-group {
  margin-bottom: 0.4rem;
}
.cid-uIhozSzsjo .form-control {
  min-height: 2em;
  font-size: 1rem;
  text-align: center;
}
.cid-uIhozSzsjo .title1 {
  margin: 0;
}
.cid-uIhozSzsjo .align-wrap {
  display: block;
}
.cid-uIhozSzsjo .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uIhozSzsjo form {
    padding: 0;
  }
  .cid-uIhozSzsjo .socicon-wrap {
    margin: auto;
  }
}
.cid-uIhozSzsjo .title {
  color: #00ae50;
}
.cid-uIhozSzsjo .title1,
.cid-uIhozSzsjo .title-col {
  color: #00ae50;
}
.cid-uIhozSzsjo .icon-title,
.cid-uIhozSzsjo .align-wrap {
  color: #08323c;
}
.cid-uGnEwp02mm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00ae50;
}
.cid-uF3gTRmeTo .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF3gTRmeTo .nav-item:focus,
.cid-uF3gTRmeTo .nav-link:focus {
  outline: none;
}
.cid-uF3gTRmeTo .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uF3gTRmeTo .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF3gTRmeTo .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uF3gTRmeTo .dropdown .dropdown-menu .dropdown-item:active,
.cid-uF3gTRmeTo .dropdown .dropdown-menu .dropdown-item:focus {
  color: #00ae50 !important;
}
.cid-uF3gTRmeTo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF3gTRmeTo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF3gTRmeTo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF3gTRmeTo .navbar-caption:hover {
  color: inherit !important;
}
.cid-uF3gTRmeTo .container {
  max-width: 1380px;
}
.cid-uF3gTRmeTo .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uF3gTRmeTo .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uF3gTRmeTo .nav-link:hover,
.cid-uF3gTRmeTo .nav-link:active,
.cid-uF3gTRmeTo .nav-link:focus {
  border-bottom: 3px solid #00ae50;
  color: #00ae50 !important;
}
.cid-uF3gTRmeTo .navbar {
  min-height: 77px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff;
}
.cid-uF3gTRmeTo .navbar.opened {
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uF3gTRmeTo .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uF3gTRmeTo .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF3gTRmeTo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF3gTRmeTo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF3gTRmeTo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uF3gTRmeTo .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF3gTRmeTo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF3gTRmeTo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF3gTRmeTo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uF3gTRmeTo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF3gTRmeTo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uF3gTRmeTo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uF3gTRmeTo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF3gTRmeTo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF3gTRmeTo .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uF3gTRmeTo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF3gTRmeTo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF3gTRmeTo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uF3gTRmeTo .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uF3gTRmeTo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF3gTRmeTo .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF3gTRmeTo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF3gTRmeTo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF3gTRmeTo .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uF3gTRmeTo .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uF3gTRmeTo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uF3gTRmeTo .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uF3gTRmeTo .icons-menu span {
  color: #ed6436 !important;
}
.cid-uF3gTRmeTo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF3gTRmeTo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-uF3gTRmeTo .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF3gTRmeTo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF3gTRmeTo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF3gTRmeTo .dropdown-item.active,
.cid-uF3gTRmeTo .dropdown-item:active {
  background-color: transparent;
}
.cid-uF3gTRmeTo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF3gTRmeTo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF3gTRmeTo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF3gTRmeTo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uF3gTRmeTo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF3gTRmeTo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF3gTRmeTo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uF3gTRmeTo .navbar-buttons {
  text-align: center;
}
.cid-uF3gTRmeTo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF3gTRmeTo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7aba59;
}
.cid-uF3gTRmeTo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-uF3gTRmeTo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-uF3gTRmeTo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-uF3gTRmeTo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-uF3gTRmeTo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-uF3gTRmeTo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-uF3gTRmeTo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-uF3gTRmeTo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-uF3gTRmeTo .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uF3gTRmeTo a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uF3gTRmeTo .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uF3gTRmeTo .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uF3gTRmeTo .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF3gTRmeTo .navbar {
    height: 77px;
  }
  .cid-uF3gTRmeTo .navbar.opened {
    height: auto;
  }
  .cid-uF3gTRmeTo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF3gTSTI27 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-7-1920x1280.jpg");
}
.cid-uF3gTSTI27 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3gTSTI27 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3gTSTI27 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uF3gTSTI27 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uF3gTSTI27 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uF3gTSTI27 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uF3gTSTI27 .container {
    padding: 0 24px;
  }
}
.cid-uF3gTSTI27 .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uF3gTSTI27 .content-wrapper {
    padding: 0;
  }
}
.cid-uF3gTSTI27 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uF3gTSTI27 .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uF3gTSTI27 .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uF3gTSTI27 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uF3gTSTI27 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uF3gTSTI27 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uF3gTSTI27 .mbr-section-title {
  color: #ffffff;
}
.cid-uF3gTSTI27 .mbr-desc,
.cid-uF3gTSTI27 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uF3gTSTI27 .mbr-text,
.cid-uF3gTSTI27 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uF3gTSTI27 .mbr-section-title,
.cid-uF3gTSTI27 .mbr-section-btn {
  text-align: center;
}
.cid-uF3gTTZSlb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(#ffffff 80%, #f2f2f4 110%);
}
.cid-uF3gTTZSlb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3gTTZSlb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3gTTZSlb .row {
  justify-content: center;
}
.cid-uF3gTTZSlb .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uF3gTTZSlb .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a78aff, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uF3gTTZSlb .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uF3gTTZSlb .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uF3gTTZSlb .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uF3gTTZSlb .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uF3gTTZSlb .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uF3gTTZSlb .mbr-section-title {
  color: #ffffff;
}
.cid-uF3gTTZSlb .mbr-text {
  color: #181818;
  text-align: left;
}
.cid-uF3gTTZSlb .mbr-desc {
  color: #ffffff;
}
.cid-uIhoE8GsG6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uIhoE8GsG6 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uIhoE8GsG6 img {
  width: 40px;
  height: 40px;
  margin-right: 0.8rem;
}
.cid-uIhoE8GsG6 h3 {
  margin: 0;
}
.cid-uIhoE8GsG6 .btn {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 1rem;
}
.cid-uIhoE8GsG6 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uIhoE8GsG6 .text-wrap {
  width: 100%;
}
.cid-uIhoE8GsG6 .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-uIhoE8GsG6 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uIhoE8GsG6 .socicon-wrap .mbr-iconfont {
  font-size: 1.2rem;
  color: #ffffff !important;
  background: #00ae50;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #00ae50;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uIhoE8GsG6 .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #00ae50 !important;
  border: 2px solid #00ae50;
}
.cid-uIhoE8GsG6 .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-uIhoE8GsG6 .jq-selectbox__dropdown,
.cid-uIhoE8GsG6 ul {
  border-radius: 20px!important;
}
.cid-uIhoE8GsG6 .jq-selectbox {
  border-radius: 30px;
}
.cid-uIhoE8GsG6 .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-uIhoE8GsG6 .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-uIhoE8GsG6 input,
.cid-uIhoE8GsG6 textarea,
.cid-uIhoE8GsG6 .select {
  border-radius: 30px;
}
.cid-uIhoE8GsG6 input,
.cid-uIhoE8GsG6 textarea {
  padding: 1rem 2rem;
}
.cid-uIhoE8GsG6 textarea {
  min-height: 10rem;
}
.cid-uIhoE8GsG6 .form-control,
.cid-uIhoE8GsG6 .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIhoE8GsG6 .form-control::-webkit-input-placeholder,
.cid-uIhoE8GsG6 .field-input::-webkit-input-placeholder,
.cid-uIhoE8GsG6 .form-control::-webkit-input-placeholder,
.cid-uIhoE8GsG6 .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-uIhoE8GsG6 .form-control:-moz-placeholder,
.cid-uIhoE8GsG6 .field-input:-moz-placeholder,
.cid-uIhoE8GsG6 .form-control:-moz-placeholder,
.cid-uIhoE8GsG6 .field-input:-moz-placeholder {
  color: #383838;
}
.cid-uIhoE8GsG6 .form-control:hover,
.cid-uIhoE8GsG6 .field-input:hover,
.cid-uIhoE8GsG6 .form-control:focus,
.cid-uIhoE8GsG6 .field-input:focus {
  background-color: #ffffff;
  border-color: #49880e;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-uIhoE8GsG6 .form-control:hover::-webkit-input-placeholder,
.cid-uIhoE8GsG6 .field-input:hover::-webkit-input-placeholder,
.cid-uIhoE8GsG6 .form-control:focus::-webkit-input-placeholder,
.cid-uIhoE8GsG6 .field-input:focus::-webkit-input-placeholder,
.cid-uIhoE8GsG6 .form-control:hover::-webkit-input-placeholder,
.cid-uIhoE8GsG6 .field-input:hover::-webkit-input-placeholder,
.cid-uIhoE8GsG6 .form-control:focus::-webkit-input-placeholder,
.cid-uIhoE8GsG6 .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-uIhoE8GsG6 .form-control:hover:-moz-placeholder,
.cid-uIhoE8GsG6 .field-input:hover:-moz-placeholder,
.cid-uIhoE8GsG6 .form-control:focus:-moz-placeholder,
.cid-uIhoE8GsG6 .field-input:focus:-moz-placeholder,
.cid-uIhoE8GsG6 .form-control:hover:-moz-placeholder,
.cid-uIhoE8GsG6 .field-input:hover:-moz-placeholder,
.cid-uIhoE8GsG6 .form-control:focus:-moz-placeholder,
.cid-uIhoE8GsG6 .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-uIhoE8GsG6 .jq-number__spin:hover,
.cid-uIhoE8GsG6 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #49880e;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIhoE8GsG6 .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIhoE8GsG6 .jq-selectbox li,
.cid-uIhoE8GsG6 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIhoE8GsG6 .jq-selectbox li:hover,
.cid-uIhoE8GsG6 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIhoE8GsG6 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIhoE8GsG6 .jq-number__spin.minus:hover:after,
.cid-uIhoE8GsG6 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIhoE8GsG6 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIhoE8GsG6 .jq-number__spin.minus:after,
.cid-uIhoE8GsG6 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIhoE8GsG6 input::-webkit-clear-button {
  display: none;
}
.cid-uIhoE8GsG6 input::-webkit-inner-spin-button {
  display: none;
}
.cid-uIhoE8GsG6 input::-webkit-outer-spin-button {
  display: none;
}
.cid-uIhoE8GsG6 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uIhoE8GsG6 .col-md-6 {
  margin-bottom: 2rem;
}
.cid-uIhoE8GsG6 .form-group {
  margin-bottom: 0.4rem;
}
.cid-uIhoE8GsG6 .form-control {
  min-height: 2em;
  font-size: 1rem;
  text-align: center;
}
.cid-uIhoE8GsG6 .title1 {
  margin: 0;
}
.cid-uIhoE8GsG6 .align-wrap {
  display: block;
}
.cid-uIhoE8GsG6 .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uIhoE8GsG6 form {
    padding: 0;
  }
  .cid-uIhoE8GsG6 .socicon-wrap {
    margin: auto;
  }
}
.cid-uIhoE8GsG6 .title {
  color: #00ae50;
}
.cid-uIhoE8GsG6 .title1,
.cid-uIhoE8GsG6 .title-col {
  color: #00ae50;
}
.cid-uIhoE8GsG6 .icon-title,
.cid-uIhoE8GsG6 .align-wrap {
  color: #08323c;
}
.cid-uGnEDUi9vz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00ae50;
}
.cid-uF3pQ3oRWi .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF3pQ3oRWi .nav-item:focus,
.cid-uF3pQ3oRWi .nav-link:focus {
  outline: none;
}
.cid-uF3pQ3oRWi .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uF3pQ3oRWi .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF3pQ3oRWi .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uF3pQ3oRWi .dropdown .dropdown-menu .dropdown-item:active,
.cid-uF3pQ3oRWi .dropdown .dropdown-menu .dropdown-item:focus {
  color: #00ae50 !important;
}
.cid-uF3pQ3oRWi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF3pQ3oRWi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF3pQ3oRWi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF3pQ3oRWi .navbar-caption:hover {
  color: inherit !important;
}
.cid-uF3pQ3oRWi .container {
  max-width: 1380px;
}
.cid-uF3pQ3oRWi .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uF3pQ3oRWi .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uF3pQ3oRWi .nav-link:hover,
.cid-uF3pQ3oRWi .nav-link:active,
.cid-uF3pQ3oRWi .nav-link:focus {
  border-bottom: 3px solid #00ae50;
  color: #00ae50 !important;
}
.cid-uF3pQ3oRWi .navbar {
  min-height: 77px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff;
}
.cid-uF3pQ3oRWi .navbar.opened {
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uF3pQ3oRWi .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uF3pQ3oRWi .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF3pQ3oRWi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF3pQ3oRWi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF3pQ3oRWi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uF3pQ3oRWi .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF3pQ3oRWi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF3pQ3oRWi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF3pQ3oRWi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uF3pQ3oRWi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF3pQ3oRWi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uF3pQ3oRWi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uF3pQ3oRWi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF3pQ3oRWi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF3pQ3oRWi .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uF3pQ3oRWi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF3pQ3oRWi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF3pQ3oRWi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uF3pQ3oRWi .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uF3pQ3oRWi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF3pQ3oRWi .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF3pQ3oRWi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF3pQ3oRWi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF3pQ3oRWi .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uF3pQ3oRWi .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uF3pQ3oRWi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uF3pQ3oRWi .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uF3pQ3oRWi .icons-menu span {
  color: #ed6436 !important;
}
.cid-uF3pQ3oRWi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF3pQ3oRWi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-uF3pQ3oRWi .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF3pQ3oRWi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF3pQ3oRWi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF3pQ3oRWi .dropdown-item.active,
.cid-uF3pQ3oRWi .dropdown-item:active {
  background-color: transparent;
}
.cid-uF3pQ3oRWi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF3pQ3oRWi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF3pQ3oRWi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF3pQ3oRWi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uF3pQ3oRWi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF3pQ3oRWi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF3pQ3oRWi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uF3pQ3oRWi .navbar-buttons {
  text-align: center;
}
.cid-uF3pQ3oRWi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF3pQ3oRWi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7aba59;
}
.cid-uF3pQ3oRWi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-uF3pQ3oRWi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-uF3pQ3oRWi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-uF3pQ3oRWi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-uF3pQ3oRWi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-uF3pQ3oRWi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-uF3pQ3oRWi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-uF3pQ3oRWi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-uF3pQ3oRWi .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uF3pQ3oRWi a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uF3pQ3oRWi .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uF3pQ3oRWi .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uF3pQ3oRWi .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF3pQ3oRWi .navbar {
    height: 77px;
  }
  .cid-uF3pQ3oRWi .navbar.opened {
    height: auto;
  }
  .cid-uF3pQ3oRWi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF3rltBLjd {
  position: relative;
  align-items: flex-end;
  padding-bottom: 16px;
  background-color: #f2f2f4;
}
.cid-uF3rltBLjd .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uF3rltBLjd .image-wrap {
    padding: 16px;
  }
}
.cid-uF3rltBLjd .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uF3rltBLjd .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uF3rltBLjd .image-overlay {
    padding: 16px;
  }
}
.cid-uF3rltBLjd .image-overlay .image-over {
  background-color: #f2f2f4;
  z-index: 2;
  opacity: 1;
  width: 100%;
  height: 100%;
}
.cid-uF3rltBLjd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3rltBLjd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3rltBLjd .row {
  justify-content: center;
}
.cid-uF3rltBLjd .card-wrapper {
  padding: 90px 30px 90px;
  position: relative;
  z-index: 2;
  background-color: #00ae50;
}
@media (max-width: 992px) {
  .cid-uF3rltBLjd .card-wrapper {
    padding: 30px 16px;
    margin-top: 300px;
  }
}
.cid-uF3rltBLjd .card-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uF3rltBLjd .card-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uF3rltBLjd .card-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uF3rltBLjd .card-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uF3rltBLjd .card-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uF3rltBLjd .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uF3rltBLjd .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uF3rltBLjd .mbr-label,
.cid-uF3rltBLjd .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uF3rltBLjd .mbr-section-title {
  color: #fff7ee;
}
.cid-uF3rltBLjd .mbr-text,
.cid-uF3rltBLjd .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uF3rltBLjd .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uF3rltBLjd .mbr-section-title,
.cid-uF3rltBLjd .mbr-section-btn {
  text-align: center;
}
.cid-uF3DrnWfQS {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uF3DrnWfQS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3DrnWfQS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3DrnWfQS .row {
  justify-content: center;
}
.cid-uF3DrnWfQS .content-wrapper .title-wrapper {
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uF3DrnWfQS .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uF3DrnWfQS .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uF3DrnWfQS .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uF3DrnWfQS .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uF3DrnWfQS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uF3DrnWfQS .mbr-section-title {
  color: #ffffff;
}
.cid-uF3DrnWfQS .mbr-section-subtitle {
  color: #cbff5b;
  text-align: center;
}
.cid-uF3DrnWfQS .mbr-text,
.cid-uF3DrnWfQS .text-wrapper {
  color: #181818;
  text-align: center;
}
.cid-uF3DrnWfQS .mbr-section-title,
.cid-uF3DrnWfQS .mbr-section-btn {
  text-align: center;
  color: #181818;
}
.cid-uF3EP7PU2A {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uF3EP7PU2A .card-wrapper img {
  width: 100%;
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .cid-uF3EP7PU2A .col-md-6 {
    margin-bottom: 2rem;
  }
}
.cid-uF3EP7PU2A .mbr-text,
.cid-uF3EP7PU2A .mbr-section-btn {
  color: #49880e;
}
.cid-uF3EP7PU2A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3EP7PU2A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIhoL8CJXj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uIhoL8CJXj .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uIhoL8CJXj img {
  width: 40px;
  height: 40px;
  margin-right: 0.8rem;
}
.cid-uIhoL8CJXj h3 {
  margin: 0;
}
.cid-uIhoL8CJXj .btn {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 1rem;
}
.cid-uIhoL8CJXj .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uIhoL8CJXj .text-wrap {
  width: 100%;
}
.cid-uIhoL8CJXj .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-uIhoL8CJXj .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uIhoL8CJXj .socicon-wrap .mbr-iconfont {
  font-size: 1.2rem;
  color: #ffffff !important;
  background: #00ae50;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #00ae50;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uIhoL8CJXj .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #00ae50 !important;
  border: 2px solid #00ae50;
}
.cid-uIhoL8CJXj .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-uIhoL8CJXj .jq-selectbox__dropdown,
.cid-uIhoL8CJXj ul {
  border-radius: 20px!important;
}
.cid-uIhoL8CJXj .jq-selectbox {
  border-radius: 30px;
}
.cid-uIhoL8CJXj .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-uIhoL8CJXj .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-uIhoL8CJXj input,
.cid-uIhoL8CJXj textarea,
.cid-uIhoL8CJXj .select {
  border-radius: 30px;
}
.cid-uIhoL8CJXj input,
.cid-uIhoL8CJXj textarea {
  padding: 1rem 2rem;
}
.cid-uIhoL8CJXj textarea {
  min-height: 10rem;
}
.cid-uIhoL8CJXj .form-control,
.cid-uIhoL8CJXj .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIhoL8CJXj .form-control::-webkit-input-placeholder,
.cid-uIhoL8CJXj .field-input::-webkit-input-placeholder,
.cid-uIhoL8CJXj .form-control::-webkit-input-placeholder,
.cid-uIhoL8CJXj .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-uIhoL8CJXj .form-control:-moz-placeholder,
.cid-uIhoL8CJXj .field-input:-moz-placeholder,
.cid-uIhoL8CJXj .form-control:-moz-placeholder,
.cid-uIhoL8CJXj .field-input:-moz-placeholder {
  color: #383838;
}
.cid-uIhoL8CJXj .form-control:hover,
.cid-uIhoL8CJXj .field-input:hover,
.cid-uIhoL8CJXj .form-control:focus,
.cid-uIhoL8CJXj .field-input:focus {
  background-color: #ffffff;
  border-color: #49880e;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-uIhoL8CJXj .form-control:hover::-webkit-input-placeholder,
.cid-uIhoL8CJXj .field-input:hover::-webkit-input-placeholder,
.cid-uIhoL8CJXj .form-control:focus::-webkit-input-placeholder,
.cid-uIhoL8CJXj .field-input:focus::-webkit-input-placeholder,
.cid-uIhoL8CJXj .form-control:hover::-webkit-input-placeholder,
.cid-uIhoL8CJXj .field-input:hover::-webkit-input-placeholder,
.cid-uIhoL8CJXj .form-control:focus::-webkit-input-placeholder,
.cid-uIhoL8CJXj .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-uIhoL8CJXj .form-control:hover:-moz-placeholder,
.cid-uIhoL8CJXj .field-input:hover:-moz-placeholder,
.cid-uIhoL8CJXj .form-control:focus:-moz-placeholder,
.cid-uIhoL8CJXj .field-input:focus:-moz-placeholder,
.cid-uIhoL8CJXj .form-control:hover:-moz-placeholder,
.cid-uIhoL8CJXj .field-input:hover:-moz-placeholder,
.cid-uIhoL8CJXj .form-control:focus:-moz-placeholder,
.cid-uIhoL8CJXj .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-uIhoL8CJXj .jq-number__spin:hover,
.cid-uIhoL8CJXj .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #49880e;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIhoL8CJXj .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIhoL8CJXj .jq-selectbox li,
.cid-uIhoL8CJXj .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIhoL8CJXj .jq-selectbox li:hover,
.cid-uIhoL8CJXj .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIhoL8CJXj .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIhoL8CJXj .jq-number__spin.minus:hover:after,
.cid-uIhoL8CJXj .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIhoL8CJXj .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIhoL8CJXj .jq-number__spin.minus:after,
.cid-uIhoL8CJXj .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIhoL8CJXj input::-webkit-clear-button {
  display: none;
}
.cid-uIhoL8CJXj input::-webkit-inner-spin-button {
  display: none;
}
.cid-uIhoL8CJXj input::-webkit-outer-spin-button {
  display: none;
}
.cid-uIhoL8CJXj input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uIhoL8CJXj .col-md-6 {
  margin-bottom: 2rem;
}
.cid-uIhoL8CJXj .form-group {
  margin-bottom: 0.4rem;
}
.cid-uIhoL8CJXj .form-control {
  min-height: 2em;
  font-size: 1rem;
  text-align: center;
}
.cid-uIhoL8CJXj .title1 {
  margin: 0;
}
.cid-uIhoL8CJXj .align-wrap {
  display: block;
}
.cid-uIhoL8CJXj .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uIhoL8CJXj form {
    padding: 0;
  }
  .cid-uIhoL8CJXj .socicon-wrap {
    margin: auto;
  }
}
.cid-uIhoL8CJXj .title {
  color: #00ae50;
}
.cid-uIhoL8CJXj .title1,
.cid-uIhoL8CJXj .title-col {
  color: #00ae50;
}
.cid-uIhoL8CJXj .icon-title,
.cid-uIhoL8CJXj .align-wrap {
  color: #08323c;
}
.cid-uGnEP1GSFk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00ae50;
}
.cid-uF3KPfS17O .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF3KPfS17O .nav-item:focus,
.cid-uF3KPfS17O .nav-link:focus {
  outline: none;
}
.cid-uF3KPfS17O .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uF3KPfS17O .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF3KPfS17O .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uF3KPfS17O .dropdown .dropdown-menu .dropdown-item:active,
.cid-uF3KPfS17O .dropdown .dropdown-menu .dropdown-item:focus {
  color: #00ae50 !important;
}
.cid-uF3KPfS17O .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF3KPfS17O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF3KPfS17O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF3KPfS17O .navbar-caption:hover {
  color: inherit !important;
}
.cid-uF3KPfS17O .container {
  max-width: 1380px;
}
.cid-uF3KPfS17O .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uF3KPfS17O .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uF3KPfS17O .nav-link:hover,
.cid-uF3KPfS17O .nav-link:active,
.cid-uF3KPfS17O .nav-link:focus {
  border-bottom: 3px solid #00ae50;
  color: #00ae50 !important;
}
.cid-uF3KPfS17O .navbar {
  min-height: 77px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff;
}
.cid-uF3KPfS17O .navbar.opened {
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uF3KPfS17O .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uF3KPfS17O .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF3KPfS17O .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF3KPfS17O .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF3KPfS17O .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uF3KPfS17O .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF3KPfS17O .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF3KPfS17O .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF3KPfS17O .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uF3KPfS17O .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF3KPfS17O .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uF3KPfS17O .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uF3KPfS17O .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF3KPfS17O .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF3KPfS17O .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uF3KPfS17O .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF3KPfS17O .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF3KPfS17O .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uF3KPfS17O .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uF3KPfS17O .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF3KPfS17O .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF3KPfS17O .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF3KPfS17O .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF3KPfS17O .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uF3KPfS17O .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uF3KPfS17O .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uF3KPfS17O .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uF3KPfS17O .icons-menu span {
  color: #ed6436 !important;
}
.cid-uF3KPfS17O .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF3KPfS17O .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-uF3KPfS17O .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF3KPfS17O .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF3KPfS17O .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF3KPfS17O .dropdown-item.active,
.cid-uF3KPfS17O .dropdown-item:active {
  background-color: transparent;
}
.cid-uF3KPfS17O .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF3KPfS17O .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF3KPfS17O .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF3KPfS17O .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uF3KPfS17O .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF3KPfS17O .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF3KPfS17O ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uF3KPfS17O .navbar-buttons {
  text-align: center;
}
.cid-uF3KPfS17O button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF3KPfS17O button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7aba59;
}
.cid-uF3KPfS17O button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-uF3KPfS17O button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-uF3KPfS17O button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-uF3KPfS17O button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-uF3KPfS17O nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-uF3KPfS17O nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-uF3KPfS17O nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-uF3KPfS17O nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-uF3KPfS17O .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uF3KPfS17O a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uF3KPfS17O .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uF3KPfS17O .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uF3KPfS17O .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF3KPfS17O .navbar {
    height: 77px;
  }
  .cid-uF3KPfS17O .navbar.opened {
    height: auto;
  }
  .cid-uF3KPfS17O .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF3KPhEmqP {
  position: relative;
  align-items: flex-end;
  padding-bottom: 16px;
  background-color: #f2f2f4;
}
.cid-uF3KPhEmqP .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uF3KPhEmqP .image-wrap {
    padding: 16px;
  }
}
.cid-uF3KPhEmqP .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uF3KPhEmqP .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uF3KPhEmqP .image-overlay {
    padding: 16px;
  }
}
.cid-uF3KPhEmqP .image-overlay .image-over {
  background-color: #f2f2f4;
  z-index: 2;
  opacity: 1;
  width: 100%;
  height: 100%;
}
.cid-uF3KPhEmqP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3KPhEmqP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3KPhEmqP .row {
  justify-content: center;
}
.cid-uF3KPhEmqP .card-wrapper {
  padding: 90px 30px 90px;
  position: relative;
  z-index: 2;
  background-color: #00ae50;
}
@media (max-width: 992px) {
  .cid-uF3KPhEmqP .card-wrapper {
    padding: 30px 16px;
    margin-top: 300px;
  }
}
.cid-uF3KPhEmqP .card-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uF3KPhEmqP .card-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uF3KPhEmqP .card-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uF3KPhEmqP .card-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uF3KPhEmqP .card-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uF3KPhEmqP .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uF3KPhEmqP .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uF3KPhEmqP .mbr-label,
.cid-uF3KPhEmqP .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uF3KPhEmqP .mbr-section-title {
  color: #fff7ee;
}
.cid-uF3KPhEmqP .mbr-text,
.cid-uF3KPhEmqP .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uF3KPhEmqP .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uF3KPhEmqP .mbr-section-title,
.cid-uF3KPhEmqP .mbr-section-btn {
  text-align: center;
}
.cid-uF3NXrArPz {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uF3NXrArPz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3NXrArPz .dot {
  margin-top: 0.8rem;
  width: 20px;
  height: 20px;
  background: #00ae50;
  border-radius: 50%;
  margin-bottom: 1rem;
}
.cid-uF3NXrArPz h1 {
  margin-bottom: 5rem;
}
@media (max-width: 992px) {
  .cid-uF3NXrArPz h1 {
    margin-bottom: 1rem;
  }
}
.cid-uF3NXrArPz p {
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 992px) {
  .cid-uF3NXrArPz p {
    margin-bottom: 2rem;
  }
}
.cid-uF3NXrArPz .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 3rem;
}
.cid-uF3NXrArPz .image-wrapper,
.cid-uF3NXrArPz img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uF3NXrArPz .image-wrapper,
  .cid-uF3NXrArPz img {
    padding-bottom: 0.5rem;
  }
}
.cid-uF3NXrArPz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uF3NXrArPz .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uF3NXrArPz {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uF3NXrArPz .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uF3NXrArPz .content-wrap {
    width: 100%;
  }
}
.cid-uF3NXrArPz .mbr-section-subtitle,
.cid-uF3NXrArPz .line {
  color: #291f1e;
}
.cid-uF3NXrArPz .mbr-text,
.cid-uF3NXrArPz .mbr-section-btn {
  text-align: right;
  color: #291f1e;
}
.cid-uF3NXrArPz .mbr-section-title {
  color: #291f1e;
}
.cid-uF3NXrArPz .mbr-section-title,
.cid-uF3NXrArPz .mbr-section-btn,
.cid-uF3NXrArPz .line {
  text-align: left;
  color: #291f1e;
}
.cid-uF3NXrArPz .mbr-text {
  text-align: left;
}
.cid-uF3OH7sQWQ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uF3OH7sQWQ .item-img {
  position: relative;
}
.cid-uF3OH7sQWQ .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-uF3OH7sQWQ .cardbg {
  background: #00ae50;
  height: 100%;
  min-height: 300px;
}
.cid-uF3OH7sQWQ .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uF3OH7sQWQ .image-wrapper {
  overflow: hidden;
}
.cid-uF3OH7sQWQ .item1 {
  margin-bottom: 2rem !important;
}
.cid-uF3OH7sQWQ .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uF3OH7sQWQ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uF3OH7sQWQ .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uF3OH7sQWQ .item1,
.cid-uF3OH7sQWQ .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uF3OH7sQWQ .item1 .item:hover,
.cid-uF3OH7sQWQ .item .item:hover {
  cursor: pointer;
}
.cid-uF3OH7sQWQ .item1:hover .link-icon-wrapper span,
.cid-uF3OH7sQWQ .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-uF3OH7sQWQ .card2 {
    margin-top: 1rem;
  }
}
.cid-uF3OH7sQWQ .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uF3OH7sQWQ .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uF3OH7sQWQ .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uF3OH7sQWQ .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uF3OH7sQWQ .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uF3OH7sQWQ .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uF3OH7sQWQ .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uF3OH7sQWQ .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uF3OH7sQWQ .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uF3OH7sQWQ img,
.cid-uF3OH7sQWQ .item-img {
  width: 100%;
}
.cid-uF3OH7sQWQ .item:focus,
.cid-uF3OH7sQWQ span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uF3OH7sQWQ .item {
    margin-bottom: 1rem;
  }
}
.cid-uF3OH7sQWQ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uF3OH7sQWQ .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uF3OH7sQWQ .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uF3OH7sQWQ .mbr-section-subtitle,
.cid-uF3OH7sQWQ .subtitle-wrap,
.cid-uF3OH7sQWQ .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uF3OH7sQWQ .mbr-text,
.cid-uF3OH7sQWQ .item .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uIhoR9oJD6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uIhoR9oJD6 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uIhoR9oJD6 img {
  width: 40px;
  height: 40px;
  margin-right: 0.8rem;
}
.cid-uIhoR9oJD6 h3 {
  margin: 0;
}
.cid-uIhoR9oJD6 .btn {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 1rem;
}
.cid-uIhoR9oJD6 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uIhoR9oJD6 .text-wrap {
  width: 100%;
}
.cid-uIhoR9oJD6 .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-uIhoR9oJD6 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uIhoR9oJD6 .socicon-wrap .mbr-iconfont {
  font-size: 1.2rem;
  color: #ffffff !important;
  background: #00ae50;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #00ae50;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uIhoR9oJD6 .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #00ae50 !important;
  border: 2px solid #00ae50;
}
.cid-uIhoR9oJD6 .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-uIhoR9oJD6 .jq-selectbox__dropdown,
.cid-uIhoR9oJD6 ul {
  border-radius: 20px!important;
}
.cid-uIhoR9oJD6 .jq-selectbox {
  border-radius: 30px;
}
.cid-uIhoR9oJD6 .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-uIhoR9oJD6 .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-uIhoR9oJD6 input,
.cid-uIhoR9oJD6 textarea,
.cid-uIhoR9oJD6 .select {
  border-radius: 30px;
}
.cid-uIhoR9oJD6 input,
.cid-uIhoR9oJD6 textarea {
  padding: 1rem 2rem;
}
.cid-uIhoR9oJD6 textarea {
  min-height: 10rem;
}
.cid-uIhoR9oJD6 .form-control,
.cid-uIhoR9oJD6 .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIhoR9oJD6 .form-control::-webkit-input-placeholder,
.cid-uIhoR9oJD6 .field-input::-webkit-input-placeholder,
.cid-uIhoR9oJD6 .form-control::-webkit-input-placeholder,
.cid-uIhoR9oJD6 .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-uIhoR9oJD6 .form-control:-moz-placeholder,
.cid-uIhoR9oJD6 .field-input:-moz-placeholder,
.cid-uIhoR9oJD6 .form-control:-moz-placeholder,
.cid-uIhoR9oJD6 .field-input:-moz-placeholder {
  color: #383838;
}
.cid-uIhoR9oJD6 .form-control:hover,
.cid-uIhoR9oJD6 .field-input:hover,
.cid-uIhoR9oJD6 .form-control:focus,
.cid-uIhoR9oJD6 .field-input:focus {
  background-color: #ffffff;
  border-color: #49880e;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-uIhoR9oJD6 .form-control:hover::-webkit-input-placeholder,
.cid-uIhoR9oJD6 .field-input:hover::-webkit-input-placeholder,
.cid-uIhoR9oJD6 .form-control:focus::-webkit-input-placeholder,
.cid-uIhoR9oJD6 .field-input:focus::-webkit-input-placeholder,
.cid-uIhoR9oJD6 .form-control:hover::-webkit-input-placeholder,
.cid-uIhoR9oJD6 .field-input:hover::-webkit-input-placeholder,
.cid-uIhoR9oJD6 .form-control:focus::-webkit-input-placeholder,
.cid-uIhoR9oJD6 .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-uIhoR9oJD6 .form-control:hover:-moz-placeholder,
.cid-uIhoR9oJD6 .field-input:hover:-moz-placeholder,
.cid-uIhoR9oJD6 .form-control:focus:-moz-placeholder,
.cid-uIhoR9oJD6 .field-input:focus:-moz-placeholder,
.cid-uIhoR9oJD6 .form-control:hover:-moz-placeholder,
.cid-uIhoR9oJD6 .field-input:hover:-moz-placeholder,
.cid-uIhoR9oJD6 .form-control:focus:-moz-placeholder,
.cid-uIhoR9oJD6 .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-uIhoR9oJD6 .jq-number__spin:hover,
.cid-uIhoR9oJD6 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #49880e;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIhoR9oJD6 .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIhoR9oJD6 .jq-selectbox li,
.cid-uIhoR9oJD6 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIhoR9oJD6 .jq-selectbox li:hover,
.cid-uIhoR9oJD6 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIhoR9oJD6 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIhoR9oJD6 .jq-number__spin.minus:hover:after,
.cid-uIhoR9oJD6 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIhoR9oJD6 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIhoR9oJD6 .jq-number__spin.minus:after,
.cid-uIhoR9oJD6 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIhoR9oJD6 input::-webkit-clear-button {
  display: none;
}
.cid-uIhoR9oJD6 input::-webkit-inner-spin-button {
  display: none;
}
.cid-uIhoR9oJD6 input::-webkit-outer-spin-button {
  display: none;
}
.cid-uIhoR9oJD6 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uIhoR9oJD6 .col-md-6 {
  margin-bottom: 2rem;
}
.cid-uIhoR9oJD6 .form-group {
  margin-bottom: 0.4rem;
}
.cid-uIhoR9oJD6 .form-control {
  min-height: 2em;
  font-size: 1rem;
  text-align: center;
}
.cid-uIhoR9oJD6 .title1 {
  margin: 0;
}
.cid-uIhoR9oJD6 .align-wrap {
  display: block;
}
.cid-uIhoR9oJD6 .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uIhoR9oJD6 form {
    padding: 0;
  }
  .cid-uIhoR9oJD6 .socicon-wrap {
    margin: auto;
  }
}
.cid-uIhoR9oJD6 .title {
  color: #00ae50;
}
.cid-uIhoR9oJD6 .title1,
.cid-uIhoR9oJD6 .title-col {
  color: #00ae50;
}
.cid-uIhoR9oJD6 .icon-title,
.cid-uIhoR9oJD6 .align-wrap {
  color: #08323c;
}
.cid-uGnF5zDl7A {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00ae50;
}
.cid-uF3X1HLF4B .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF3X1HLF4B .nav-item:focus,
.cid-uF3X1HLF4B .nav-link:focus {
  outline: none;
}
.cid-uF3X1HLF4B .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uF3X1HLF4B .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF3X1HLF4B .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uF3X1HLF4B .dropdown .dropdown-menu .dropdown-item:active,
.cid-uF3X1HLF4B .dropdown .dropdown-menu .dropdown-item:focus {
  color: #00ae50 !important;
}
.cid-uF3X1HLF4B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF3X1HLF4B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF3X1HLF4B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF3X1HLF4B .navbar-caption:hover {
  color: inherit !important;
}
.cid-uF3X1HLF4B .container {
  max-width: 1380px;
}
.cid-uF3X1HLF4B .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uF3X1HLF4B .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uF3X1HLF4B .nav-link:hover,
.cid-uF3X1HLF4B .nav-link:active,
.cid-uF3X1HLF4B .nav-link:focus {
  border-bottom: 3px solid #00ae50;
  color: #00ae50 !important;
}
.cid-uF3X1HLF4B .navbar {
  min-height: 77px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff;
}
.cid-uF3X1HLF4B .navbar.opened {
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uF3X1HLF4B .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uF3X1HLF4B .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF3X1HLF4B .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF3X1HLF4B .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF3X1HLF4B .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uF3X1HLF4B .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF3X1HLF4B .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF3X1HLF4B .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF3X1HLF4B .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uF3X1HLF4B .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF3X1HLF4B .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uF3X1HLF4B .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uF3X1HLF4B .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF3X1HLF4B .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF3X1HLF4B .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uF3X1HLF4B .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF3X1HLF4B .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF3X1HLF4B .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uF3X1HLF4B .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uF3X1HLF4B .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF3X1HLF4B .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF3X1HLF4B .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF3X1HLF4B .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF3X1HLF4B .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uF3X1HLF4B .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uF3X1HLF4B .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uF3X1HLF4B .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uF3X1HLF4B .icons-menu span {
  color: #ed6436 !important;
}
.cid-uF3X1HLF4B .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF3X1HLF4B .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-uF3X1HLF4B .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF3X1HLF4B .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF3X1HLF4B .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF3X1HLF4B .dropdown-item.active,
.cid-uF3X1HLF4B .dropdown-item:active {
  background-color: transparent;
}
.cid-uF3X1HLF4B .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF3X1HLF4B .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF3X1HLF4B .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF3X1HLF4B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uF3X1HLF4B .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF3X1HLF4B .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF3X1HLF4B ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uF3X1HLF4B .navbar-buttons {
  text-align: center;
}
.cid-uF3X1HLF4B button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF3X1HLF4B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7aba59;
}
.cid-uF3X1HLF4B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-uF3X1HLF4B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-uF3X1HLF4B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-uF3X1HLF4B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-uF3X1HLF4B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-uF3X1HLF4B nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-uF3X1HLF4B nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-uF3X1HLF4B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-uF3X1HLF4B .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uF3X1HLF4B a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uF3X1HLF4B .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uF3X1HLF4B .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uF3X1HLF4B .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF3X1HLF4B .navbar {
    height: 77px;
  }
  .cid-uF3X1HLF4B .navbar.opened {
    height: auto;
  }
  .cid-uF3X1HLF4B .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF3ZXKhagL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-8-1920x1280.jpg");
}
.cid-uF3ZXKhagL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3ZXKhagL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3ZXKhagL .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uF3ZXKhagL .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uF3ZXKhagL .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uF3ZXKhagL .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uF3ZXKhagL .container {
    padding: 0 24px;
  }
}
.cid-uF3ZXKhagL .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uF3ZXKhagL .content-wrapper {
    padding: 0;
  }
}
.cid-uF3ZXKhagL .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uF3ZXKhagL .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uF3ZXKhagL .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uF3ZXKhagL .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uF3ZXKhagL .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uF3ZXKhagL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uF3ZXKhagL .mbr-section-title {
  color: #ffffff;
}
.cid-uF3ZXKhagL .mbr-desc,
.cid-uF3ZXKhagL .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uF3ZXKhagL .mbr-text,
.cid-uF3ZXKhagL .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uF3ZXKhagL .mbr-section-title,
.cid-uF3ZXKhagL .mbr-section-btn {
  text-align: center;
}
.cid-uF41o3W64W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(#ffffff 80%, #f2f2f4 110%);
}
.cid-uF41o3W64W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF41o3W64W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF41o3W64W .row {
  justify-content: center;
}
.cid-uF41o3W64W .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uF41o3W64W .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a78aff, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uF41o3W64W .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uF41o3W64W .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uF41o3W64W .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uF41o3W64W .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uF41o3W64W .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uF41o3W64W .mbr-section-title {
  color: #ffffff;
}
.cid-uF41o3W64W .mbr-text {
  color: #181818;
  text-align: left;
}
.cid-uF41o3W64W .mbr-desc {
  color: #ffffff;
}
.cid-uIhoXPcVA4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uIhoXPcVA4 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uIhoXPcVA4 img {
  width: 40px;
  height: 40px;
  margin-right: 0.8rem;
}
.cid-uIhoXPcVA4 h3 {
  margin: 0;
}
.cid-uIhoXPcVA4 .btn {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 1rem;
}
.cid-uIhoXPcVA4 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uIhoXPcVA4 .text-wrap {
  width: 100%;
}
.cid-uIhoXPcVA4 .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-uIhoXPcVA4 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uIhoXPcVA4 .socicon-wrap .mbr-iconfont {
  font-size: 1.2rem;
  color: #ffffff !important;
  background: #00ae50;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #00ae50;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uIhoXPcVA4 .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #00ae50 !important;
  border: 2px solid #00ae50;
}
.cid-uIhoXPcVA4 .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-uIhoXPcVA4 .jq-selectbox__dropdown,
.cid-uIhoXPcVA4 ul {
  border-radius: 20px!important;
}
.cid-uIhoXPcVA4 .jq-selectbox {
  border-radius: 30px;
}
.cid-uIhoXPcVA4 .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-uIhoXPcVA4 .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-uIhoXPcVA4 input,
.cid-uIhoXPcVA4 textarea,
.cid-uIhoXPcVA4 .select {
  border-radius: 30px;
}
.cid-uIhoXPcVA4 input,
.cid-uIhoXPcVA4 textarea {
  padding: 1rem 2rem;
}
.cid-uIhoXPcVA4 textarea {
  min-height: 10rem;
}
.cid-uIhoXPcVA4 .form-control,
.cid-uIhoXPcVA4 .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIhoXPcVA4 .form-control::-webkit-input-placeholder,
.cid-uIhoXPcVA4 .field-input::-webkit-input-placeholder,
.cid-uIhoXPcVA4 .form-control::-webkit-input-placeholder,
.cid-uIhoXPcVA4 .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-uIhoXPcVA4 .form-control:-moz-placeholder,
.cid-uIhoXPcVA4 .field-input:-moz-placeholder,
.cid-uIhoXPcVA4 .form-control:-moz-placeholder,
.cid-uIhoXPcVA4 .field-input:-moz-placeholder {
  color: #383838;
}
.cid-uIhoXPcVA4 .form-control:hover,
.cid-uIhoXPcVA4 .field-input:hover,
.cid-uIhoXPcVA4 .form-control:focus,
.cid-uIhoXPcVA4 .field-input:focus {
  background-color: #ffffff;
  border-color: #49880e;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-uIhoXPcVA4 .form-control:hover::-webkit-input-placeholder,
.cid-uIhoXPcVA4 .field-input:hover::-webkit-input-placeholder,
.cid-uIhoXPcVA4 .form-control:focus::-webkit-input-placeholder,
.cid-uIhoXPcVA4 .field-input:focus::-webkit-input-placeholder,
.cid-uIhoXPcVA4 .form-control:hover::-webkit-input-placeholder,
.cid-uIhoXPcVA4 .field-input:hover::-webkit-input-placeholder,
.cid-uIhoXPcVA4 .form-control:focus::-webkit-input-placeholder,
.cid-uIhoXPcVA4 .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-uIhoXPcVA4 .form-control:hover:-moz-placeholder,
.cid-uIhoXPcVA4 .field-input:hover:-moz-placeholder,
.cid-uIhoXPcVA4 .form-control:focus:-moz-placeholder,
.cid-uIhoXPcVA4 .field-input:focus:-moz-placeholder,
.cid-uIhoXPcVA4 .form-control:hover:-moz-placeholder,
.cid-uIhoXPcVA4 .field-input:hover:-moz-placeholder,
.cid-uIhoXPcVA4 .form-control:focus:-moz-placeholder,
.cid-uIhoXPcVA4 .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-uIhoXPcVA4 .jq-number__spin:hover,
.cid-uIhoXPcVA4 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #49880e;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIhoXPcVA4 .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIhoXPcVA4 .jq-selectbox li,
.cid-uIhoXPcVA4 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIhoXPcVA4 .jq-selectbox li:hover,
.cid-uIhoXPcVA4 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIhoXPcVA4 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIhoXPcVA4 .jq-number__spin.minus:hover:after,
.cid-uIhoXPcVA4 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIhoXPcVA4 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIhoXPcVA4 .jq-number__spin.minus:after,
.cid-uIhoXPcVA4 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIhoXPcVA4 input::-webkit-clear-button {
  display: none;
}
.cid-uIhoXPcVA4 input::-webkit-inner-spin-button {
  display: none;
}
.cid-uIhoXPcVA4 input::-webkit-outer-spin-button {
  display: none;
}
.cid-uIhoXPcVA4 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uIhoXPcVA4 .col-md-6 {
  margin-bottom: 2rem;
}
.cid-uIhoXPcVA4 .form-group {
  margin-bottom: 0.4rem;
}
.cid-uIhoXPcVA4 .form-control {
  min-height: 2em;
  font-size: 1rem;
  text-align: center;
}
.cid-uIhoXPcVA4 .title1 {
  margin: 0;
}
.cid-uIhoXPcVA4 .align-wrap {
  display: block;
}
.cid-uIhoXPcVA4 .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uIhoXPcVA4 form {
    padding: 0;
  }
  .cid-uIhoXPcVA4 .socicon-wrap {
    margin: auto;
  }
}
.cid-uIhoXPcVA4 .title {
  color: #00ae50;
}
.cid-uIhoXPcVA4 .title1,
.cid-uIhoXPcVA4 .title-col {
  color: #00ae50;
}
.cid-uIhoXPcVA4 .icon-title,
.cid-uIhoXPcVA4 .align-wrap {
  color: #08323c;
}
.cid-uGnFoOzj0U {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00ae50;
}
.cid-uF46kNMEeE .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF46kNMEeE .nav-item:focus,
.cid-uF46kNMEeE .nav-link:focus {
  outline: none;
}
.cid-uF46kNMEeE .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uF46kNMEeE .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF46kNMEeE .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uF46kNMEeE .dropdown .dropdown-menu .dropdown-item:active,
.cid-uF46kNMEeE .dropdown .dropdown-menu .dropdown-item:focus {
  color: #00ae50 !important;
}
.cid-uF46kNMEeE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF46kNMEeE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF46kNMEeE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF46kNMEeE .navbar-caption:hover {
  color: inherit !important;
}
.cid-uF46kNMEeE .container {
  max-width: 1380px;
}
.cid-uF46kNMEeE .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uF46kNMEeE .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uF46kNMEeE .nav-link:hover,
.cid-uF46kNMEeE .nav-link:active,
.cid-uF46kNMEeE .nav-link:focus {
  border-bottom: 3px solid #00ae50;
  color: #00ae50 !important;
}
.cid-uF46kNMEeE .navbar {
  min-height: 77px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff;
}
.cid-uF46kNMEeE .navbar.opened {
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uF46kNMEeE .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uF46kNMEeE .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF46kNMEeE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF46kNMEeE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF46kNMEeE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uF46kNMEeE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF46kNMEeE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF46kNMEeE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF46kNMEeE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uF46kNMEeE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF46kNMEeE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uF46kNMEeE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uF46kNMEeE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF46kNMEeE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF46kNMEeE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uF46kNMEeE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF46kNMEeE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF46kNMEeE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uF46kNMEeE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uF46kNMEeE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF46kNMEeE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF46kNMEeE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF46kNMEeE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF46kNMEeE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uF46kNMEeE .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uF46kNMEeE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uF46kNMEeE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uF46kNMEeE .icons-menu span {
  color: #ed6436 !important;
}
.cid-uF46kNMEeE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF46kNMEeE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-uF46kNMEeE .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF46kNMEeE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF46kNMEeE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF46kNMEeE .dropdown-item.active,
.cid-uF46kNMEeE .dropdown-item:active {
  background-color: transparent;
}
.cid-uF46kNMEeE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF46kNMEeE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF46kNMEeE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF46kNMEeE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uF46kNMEeE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF46kNMEeE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF46kNMEeE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uF46kNMEeE .navbar-buttons {
  text-align: center;
}
.cid-uF46kNMEeE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF46kNMEeE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7aba59;
}
.cid-uF46kNMEeE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-uF46kNMEeE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-uF46kNMEeE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-uF46kNMEeE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-uF46kNMEeE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-uF46kNMEeE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-uF46kNMEeE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-uF46kNMEeE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-uF46kNMEeE .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uF46kNMEeE a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uF46kNMEeE .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uF46kNMEeE .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uF46kNMEeE .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF46kNMEeE .navbar {
    height: 77px;
  }
  .cid-uF46kNMEeE .navbar.opened {
    height: auto;
  }
  .cid-uF46kNMEeE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF46kQoI8D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/prtners-980x400.png");
}
.cid-uF46kQoI8D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF46kQoI8D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF46kQoI8D .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uF46kQoI8D .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uF46kQoI8D .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uF46kQoI8D .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uF46kQoI8D .container {
    padding: 0 24px;
  }
}
.cid-uF46kQoI8D .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uF46kQoI8D .content-wrapper {
    padding: 0;
  }
}
.cid-uF46kQoI8D .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uF46kQoI8D .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uF46kQoI8D .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uF46kQoI8D .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uF46kQoI8D .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uF46kQoI8D .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uF46kQoI8D .mbr-section-title {
  color: #ffffff;
}
.cid-uF46kQoI8D .mbr-desc,
.cid-uF46kQoI8D .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uF46kQoI8D .mbr-text,
.cid-uF46kQoI8D .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uF46kQoI8D .mbr-section-title,
.cid-uF46kQoI8D .mbr-section-btn {
  text-align: center;
}
.cid-uF46kSjr4m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(#ffffff 80%, #f2f2f4 110%);
}
.cid-uF46kSjr4m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF46kSjr4m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF46kSjr4m .row {
  justify-content: center;
}
.cid-uF46kSjr4m .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uF46kSjr4m .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a78aff, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uF46kSjr4m .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uF46kSjr4m .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uF46kSjr4m .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uF46kSjr4m .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uF46kSjr4m .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uF46kSjr4m .mbr-section-title {
  color: #ffffff;
}
.cid-uF46kSjr4m .mbr-text {
  color: #181818;
  text-align: left;
}
.cid-uF46kSjr4m .mbr-desc {
  color: #ffffff;
}
.cid-uIhp2DEAlD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uIhp2DEAlD .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uIhp2DEAlD img {
  width: 40px;
  height: 40px;
  margin-right: 0.8rem;
}
.cid-uIhp2DEAlD h3 {
  margin: 0;
}
.cid-uIhp2DEAlD .btn {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 1rem;
}
.cid-uIhp2DEAlD .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uIhp2DEAlD .text-wrap {
  width: 100%;
}
.cid-uIhp2DEAlD .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-uIhp2DEAlD .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uIhp2DEAlD .socicon-wrap .mbr-iconfont {
  font-size: 1.2rem;
  color: #ffffff !important;
  background: #00ae50;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #00ae50;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uIhp2DEAlD .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #00ae50 !important;
  border: 2px solid #00ae50;
}
.cid-uIhp2DEAlD .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-uIhp2DEAlD .jq-selectbox__dropdown,
.cid-uIhp2DEAlD ul {
  border-radius: 20px!important;
}
.cid-uIhp2DEAlD .jq-selectbox {
  border-radius: 30px;
}
.cid-uIhp2DEAlD .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-uIhp2DEAlD .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-uIhp2DEAlD input,
.cid-uIhp2DEAlD textarea,
.cid-uIhp2DEAlD .select {
  border-radius: 30px;
}
.cid-uIhp2DEAlD input,
.cid-uIhp2DEAlD textarea {
  padding: 1rem 2rem;
}
.cid-uIhp2DEAlD textarea {
  min-height: 10rem;
}
.cid-uIhp2DEAlD .form-control,
.cid-uIhp2DEAlD .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIhp2DEAlD .form-control::-webkit-input-placeholder,
.cid-uIhp2DEAlD .field-input::-webkit-input-placeholder,
.cid-uIhp2DEAlD .form-control::-webkit-input-placeholder,
.cid-uIhp2DEAlD .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-uIhp2DEAlD .form-control:-moz-placeholder,
.cid-uIhp2DEAlD .field-input:-moz-placeholder,
.cid-uIhp2DEAlD .form-control:-moz-placeholder,
.cid-uIhp2DEAlD .field-input:-moz-placeholder {
  color: #383838;
}
.cid-uIhp2DEAlD .form-control:hover,
.cid-uIhp2DEAlD .field-input:hover,
.cid-uIhp2DEAlD .form-control:focus,
.cid-uIhp2DEAlD .field-input:focus {
  background-color: #ffffff;
  border-color: #49880e;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-uIhp2DEAlD .form-control:hover::-webkit-input-placeholder,
.cid-uIhp2DEAlD .field-input:hover::-webkit-input-placeholder,
.cid-uIhp2DEAlD .form-control:focus::-webkit-input-placeholder,
.cid-uIhp2DEAlD .field-input:focus::-webkit-input-placeholder,
.cid-uIhp2DEAlD .form-control:hover::-webkit-input-placeholder,
.cid-uIhp2DEAlD .field-input:hover::-webkit-input-placeholder,
.cid-uIhp2DEAlD .form-control:focus::-webkit-input-placeholder,
.cid-uIhp2DEAlD .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-uIhp2DEAlD .form-control:hover:-moz-placeholder,
.cid-uIhp2DEAlD .field-input:hover:-moz-placeholder,
.cid-uIhp2DEAlD .form-control:focus:-moz-placeholder,
.cid-uIhp2DEAlD .field-input:focus:-moz-placeholder,
.cid-uIhp2DEAlD .form-control:hover:-moz-placeholder,
.cid-uIhp2DEAlD .field-input:hover:-moz-placeholder,
.cid-uIhp2DEAlD .form-control:focus:-moz-placeholder,
.cid-uIhp2DEAlD .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-uIhp2DEAlD .jq-number__spin:hover,
.cid-uIhp2DEAlD .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #49880e;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIhp2DEAlD .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIhp2DEAlD .jq-selectbox li,
.cid-uIhp2DEAlD .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIhp2DEAlD .jq-selectbox li:hover,
.cid-uIhp2DEAlD .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIhp2DEAlD .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIhp2DEAlD .jq-number__spin.minus:hover:after,
.cid-uIhp2DEAlD .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIhp2DEAlD .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIhp2DEAlD .jq-number__spin.minus:after,
.cid-uIhp2DEAlD .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIhp2DEAlD input::-webkit-clear-button {
  display: none;
}
.cid-uIhp2DEAlD input::-webkit-inner-spin-button {
  display: none;
}
.cid-uIhp2DEAlD input::-webkit-outer-spin-button {
  display: none;
}
.cid-uIhp2DEAlD input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uIhp2DEAlD .col-md-6 {
  margin-bottom: 2rem;
}
.cid-uIhp2DEAlD .form-group {
  margin-bottom: 0.4rem;
}
.cid-uIhp2DEAlD .form-control {
  min-height: 2em;
  font-size: 1rem;
  text-align: center;
}
.cid-uIhp2DEAlD .title1 {
  margin: 0;
}
.cid-uIhp2DEAlD .align-wrap {
  display: block;
}
.cid-uIhp2DEAlD .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uIhp2DEAlD form {
    padding: 0;
  }
  .cid-uIhp2DEAlD .socicon-wrap {
    margin: auto;
  }
}
.cid-uIhp2DEAlD .title {
  color: #00ae50;
}
.cid-uIhp2DEAlD .title1,
.cid-uIhp2DEAlD .title-col {
  color: #00ae50;
}
.cid-uIhp2DEAlD .icon-title,
.cid-uIhp2DEAlD .align-wrap {
  color: #08323c;
}
.cid-uGg8OXpQdL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00ae50;
}
.cid-uF9EyRMtxf .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF9EyRMtxf .nav-item:focus,
.cid-uF9EyRMtxf .nav-link:focus {
  outline: none;
}
.cid-uF9EyRMtxf .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uF9EyRMtxf .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF9EyRMtxf .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uF9EyRMtxf .dropdown .dropdown-menu .dropdown-item:active,
.cid-uF9EyRMtxf .dropdown .dropdown-menu .dropdown-item:focus {
  color: #00ae50 !important;
}
.cid-uF9EyRMtxf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF9EyRMtxf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uF9EyRMtxf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uF9EyRMtxf .navbar-caption:hover {
  color: inherit !important;
}
.cid-uF9EyRMtxf .container {
  max-width: 1380px;
}
.cid-uF9EyRMtxf .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uF9EyRMtxf .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uF9EyRMtxf .nav-link:hover,
.cid-uF9EyRMtxf .nav-link:active,
.cid-uF9EyRMtxf .nav-link:focus {
  border-bottom: 3px solid #00ae50;
  color: #00ae50 !important;
}
.cid-uF9EyRMtxf .navbar {
  min-height: 77px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff;
}
.cid-uF9EyRMtxf .navbar.opened {
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uF9EyRMtxf .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uF9EyRMtxf .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF9EyRMtxf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF9EyRMtxf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF9EyRMtxf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uF9EyRMtxf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uF9EyRMtxf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF9EyRMtxf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF9EyRMtxf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uF9EyRMtxf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF9EyRMtxf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uF9EyRMtxf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uF9EyRMtxf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF9EyRMtxf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF9EyRMtxf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uF9EyRMtxf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF9EyRMtxf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF9EyRMtxf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uF9EyRMtxf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uF9EyRMtxf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF9EyRMtxf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF9EyRMtxf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uF9EyRMtxf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF9EyRMtxf .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uF9EyRMtxf .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uF9EyRMtxf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uF9EyRMtxf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uF9EyRMtxf .icons-menu span {
  color: #ed6436 !important;
}
.cid-uF9EyRMtxf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF9EyRMtxf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-uF9EyRMtxf .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF9EyRMtxf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF9EyRMtxf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF9EyRMtxf .dropdown-item.active,
.cid-uF9EyRMtxf .dropdown-item:active {
  background-color: transparent;
}
.cid-uF9EyRMtxf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF9EyRMtxf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF9EyRMtxf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF9EyRMtxf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uF9EyRMtxf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF9EyRMtxf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF9EyRMtxf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uF9EyRMtxf .navbar-buttons {
  text-align: center;
}
.cid-uF9EyRMtxf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uF9EyRMtxf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7aba59;
}
.cid-uF9EyRMtxf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-uF9EyRMtxf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-uF9EyRMtxf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-uF9EyRMtxf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-uF9EyRMtxf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-uF9EyRMtxf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-uF9EyRMtxf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-uF9EyRMtxf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-uF9EyRMtxf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uF9EyRMtxf a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uF9EyRMtxf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uF9EyRMtxf .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uF9EyRMtxf .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF9EyRMtxf .navbar {
    height: 77px;
  }
  .cid-uF9EyRMtxf .navbar.opened {
    height: auto;
  }
  .cid-uF9EyRMtxf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF9EyTcuI5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1246.jpg");
}
.cid-uF9EyTcuI5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF9EyTcuI5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF9EyTcuI5 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uF9EyTcuI5 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uF9EyTcuI5 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uF9EyTcuI5 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uF9EyTcuI5 .container {
    padding: 0 24px;
  }
}
.cid-uF9EyTcuI5 .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uF9EyTcuI5 .content-wrapper {
    padding: 0;
  }
}
.cid-uF9EyTcuI5 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uF9EyTcuI5 .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uF9EyTcuI5 .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uF9EyTcuI5 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uF9EyTcuI5 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uF9EyTcuI5 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uF9EyTcuI5 .mbr-section-title {
  color: #ffffff;
}
.cid-uF9EyTcuI5 .mbr-desc,
.cid-uF9EyTcuI5 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uF9EyTcuI5 .mbr-text,
.cid-uF9EyTcuI5 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uF9EyTcuI5 .mbr-section-title,
.cid-uF9EyTcuI5 .mbr-section-btn {
  text-align: center;
}
.cid-uF9G7oYrHD {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uF9G7oYrHD .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uF9G7oYrHD H4 {
  text-align: center;
}
.cid-uIhpb2wcED {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uIhpb2wcED .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uIhpb2wcED img {
  width: 40px;
  height: 40px;
  margin-right: 0.8rem;
}
.cid-uIhpb2wcED h3 {
  margin: 0;
}
.cid-uIhpb2wcED .btn {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 1rem;
}
.cid-uIhpb2wcED .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uIhpb2wcED .text-wrap {
  width: 100%;
}
.cid-uIhpb2wcED .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-uIhpb2wcED .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uIhpb2wcED .socicon-wrap .mbr-iconfont {
  font-size: 1.2rem;
  color: #ffffff !important;
  background: #00ae50;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #00ae50;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uIhpb2wcED .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #00ae50 !important;
  border: 2px solid #00ae50;
}
.cid-uIhpb2wcED .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-uIhpb2wcED .jq-selectbox__dropdown,
.cid-uIhpb2wcED ul {
  border-radius: 20px!important;
}
.cid-uIhpb2wcED .jq-selectbox {
  border-radius: 30px;
}
.cid-uIhpb2wcED .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-uIhpb2wcED .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-uIhpb2wcED input,
.cid-uIhpb2wcED textarea,
.cid-uIhpb2wcED .select {
  border-radius: 30px;
}
.cid-uIhpb2wcED input,
.cid-uIhpb2wcED textarea {
  padding: 1rem 2rem;
}
.cid-uIhpb2wcED textarea {
  min-height: 10rem;
}
.cid-uIhpb2wcED .form-control,
.cid-uIhpb2wcED .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIhpb2wcED .form-control::-webkit-input-placeholder,
.cid-uIhpb2wcED .field-input::-webkit-input-placeholder,
.cid-uIhpb2wcED .form-control::-webkit-input-placeholder,
.cid-uIhpb2wcED .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-uIhpb2wcED .form-control:-moz-placeholder,
.cid-uIhpb2wcED .field-input:-moz-placeholder,
.cid-uIhpb2wcED .form-control:-moz-placeholder,
.cid-uIhpb2wcED .field-input:-moz-placeholder {
  color: #383838;
}
.cid-uIhpb2wcED .form-control:hover,
.cid-uIhpb2wcED .field-input:hover,
.cid-uIhpb2wcED .form-control:focus,
.cid-uIhpb2wcED .field-input:focus {
  background-color: #ffffff;
  border-color: #49880e;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-uIhpb2wcED .form-control:hover::-webkit-input-placeholder,
.cid-uIhpb2wcED .field-input:hover::-webkit-input-placeholder,
.cid-uIhpb2wcED .form-control:focus::-webkit-input-placeholder,
.cid-uIhpb2wcED .field-input:focus::-webkit-input-placeholder,
.cid-uIhpb2wcED .form-control:hover::-webkit-input-placeholder,
.cid-uIhpb2wcED .field-input:hover::-webkit-input-placeholder,
.cid-uIhpb2wcED .form-control:focus::-webkit-input-placeholder,
.cid-uIhpb2wcED .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-uIhpb2wcED .form-control:hover:-moz-placeholder,
.cid-uIhpb2wcED .field-input:hover:-moz-placeholder,
.cid-uIhpb2wcED .form-control:focus:-moz-placeholder,
.cid-uIhpb2wcED .field-input:focus:-moz-placeholder,
.cid-uIhpb2wcED .form-control:hover:-moz-placeholder,
.cid-uIhpb2wcED .field-input:hover:-moz-placeholder,
.cid-uIhpb2wcED .form-control:focus:-moz-placeholder,
.cid-uIhpb2wcED .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-uIhpb2wcED .jq-number__spin:hover,
.cid-uIhpb2wcED .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #49880e;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIhpb2wcED .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIhpb2wcED .jq-selectbox li,
.cid-uIhpb2wcED .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIhpb2wcED .jq-selectbox li:hover,
.cid-uIhpb2wcED .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIhpb2wcED .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIhpb2wcED .jq-number__spin.minus:hover:after,
.cid-uIhpb2wcED .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIhpb2wcED .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIhpb2wcED .jq-number__spin.minus:after,
.cid-uIhpb2wcED .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIhpb2wcED input::-webkit-clear-button {
  display: none;
}
.cid-uIhpb2wcED input::-webkit-inner-spin-button {
  display: none;
}
.cid-uIhpb2wcED input::-webkit-outer-spin-button {
  display: none;
}
.cid-uIhpb2wcED input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uIhpb2wcED .col-md-6 {
  margin-bottom: 2rem;
}
.cid-uIhpb2wcED .form-group {
  margin-bottom: 0.4rem;
}
.cid-uIhpb2wcED .form-control {
  min-height: 2em;
  font-size: 1rem;
  text-align: center;
}
.cid-uIhpb2wcED .title1 {
  margin: 0;
}
.cid-uIhpb2wcED .align-wrap {
  display: block;
}
.cid-uIhpb2wcED .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uIhpb2wcED form {
    padding: 0;
  }
  .cid-uIhpb2wcED .socicon-wrap {
    margin: auto;
  }
}
.cid-uIhpb2wcED .title {
  color: #00ae50;
}
.cid-uIhpb2wcED .title1,
.cid-uIhpb2wcED .title-col {
  color: #00ae50;
}
.cid-uIhpb2wcED .icon-title,
.cid-uIhpb2wcED .align-wrap {
  color: #08323c;
}
.cid-uGnFMGIToe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00ae50;
}
.cid-uFlKyyNHdc .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFlKyyNHdc .nav-item:focus,
.cid-uFlKyyNHdc .nav-link:focus {
  outline: none;
}
.cid-uFlKyyNHdc .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uFlKyyNHdc .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700 !important;
  padding: 0 !important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem !important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFlKyyNHdc .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uFlKyyNHdc .dropdown .dropdown-menu .dropdown-item:active,
.cid-uFlKyyNHdc .dropdown .dropdown-menu .dropdown-item:focus {
  color: #00ae50 !important;
}
.cid-uFlKyyNHdc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFlKyyNHdc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uFlKyyNHdc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uFlKyyNHdc .navbar-caption:hover {
  color: inherit !important;
}
.cid-uFlKyyNHdc .container {
  max-width: 1380px;
}
.cid-uFlKyyNHdc .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uFlKyyNHdc .nav-link {
  font-weight: 700 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uFlKyyNHdc .nav-link:hover,
.cid-uFlKyyNHdc .nav-link:active,
.cid-uFlKyyNHdc .nav-link:focus {
  border-bottom: 3px solid #00ae50;
  color: #00ae50 !important;
}
.cid-uFlKyyNHdc .navbar {
  min-height: 77px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff;
}
.cid-uFlKyyNHdc .navbar.opened {
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uFlKyyNHdc .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uFlKyyNHdc .navbar .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFlKyyNHdc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFlKyyNHdc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFlKyyNHdc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uFlKyyNHdc .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uFlKyyNHdc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFlKyyNHdc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFlKyyNHdc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uFlKyyNHdc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFlKyyNHdc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uFlKyyNHdc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uFlKyyNHdc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFlKyyNHdc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFlKyyNHdc .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uFlKyyNHdc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFlKyyNHdc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFlKyyNHdc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uFlKyyNHdc .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uFlKyyNHdc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFlKyyNHdc .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFlKyyNHdc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uFlKyyNHdc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFlKyyNHdc .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uFlKyyNHdc .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uFlKyyNHdc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uFlKyyNHdc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uFlKyyNHdc .icons-menu span {
  color: #ed6436 !important;
}
.cid-uFlKyyNHdc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFlKyyNHdc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  -webkit-transition: none;
  transition: none;
  margin: 0 !important;
}
.cid-uFlKyyNHdc .navbar-brand {
  flex-shrink: 0;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFlKyyNHdc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFlKyyNHdc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFlKyyNHdc .dropdown-item.active,
.cid-uFlKyyNHdc .dropdown-item:active {
  background-color: transparent;
}
.cid-uFlKyyNHdc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFlKyyNHdc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFlKyyNHdc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFlKyyNHdc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uFlKyyNHdc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFlKyyNHdc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFlKyyNHdc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFlKyyNHdc .navbar-buttons {
  text-align: center;
}
.cid-uFlKyyNHdc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFlKyyNHdc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #7aba59;
}
.cid-uFlKyyNHdc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-uFlKyyNHdc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-uFlKyyNHdc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all .15s;
  transition: all .15s;
}
.cid-uFlKyyNHdc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-uFlKyyNHdc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-uFlKyyNHdc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-uFlKyyNHdc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .25s;
  transition: all .25s;
}
.cid-uFlKyyNHdc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.cid-uFlKyyNHdc .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uFlKyyNHdc a.nav-link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uFlKyyNHdc .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uFlKyyNHdc .icons-menu {
  flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uFlKyyNHdc .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFlKyyNHdc .navbar {
    height: 77px;
  }
  .cid-uFlKyyNHdc .navbar.opened {
    height: auto;
  }
  .cid-uFlKyyNHdc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFlNWo4EOe {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-uFlNWo4EOe .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65%;
  background-color: #00ae50;
  background-image: linear-gradient(30deg, #00ae50 0%, #00c85c 100%);
}
.cid-uFlNWo4EOe .title_block {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uFlNWo4EOe .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #00ae50;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uFlNWo4EOe .mbr-section-title {
  color: #ffffff;
}
.cid-uFlNWo4EOe .card_wrap {
  height: 100%;
  z-index: 1;
  overflow: hidden;
  padding: 40px;
  padding-bottom: 60px;
  position: relative;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0px 6px 20px 0px rgba(0, 33, 121, 0.08);
}
.cid-uFlNWo4EOe .card_wrap:before {
  content: '';
  bottom: 20px;
  right: 15px;
  width: 65px;
  height: 65px;
  position: absolute;
  background-color: rgba(0, 174, 80, 0.15);
  border-radius: 50%;
}
.cid-uFlNWo4EOe .card_wrap:after {
  content: '';
  bottom: -24px;
  right: -20px;
  width: 80px;
  height: 80px;
  position: absolute;
  background-color: rgba(0, 174, 80, 0.15);
  border-radius: 50%;
}
.cid-uFlNWo4EOe .card_header {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
}
.cid-uFlNWo4EOe .user {
  display: flex;
  align-items: center;
}
.cid-uFlNWo4EOe .user_img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 50%;
}
.cid-uFlNWo4EOe .user_img img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.cid-uFlNWo4EOe .user_name {
  margin-bottom: 2px;
  display: block;
  color: #181818;
}
.cid-uFlNWo4EOe .desk {
  margin-bottom: 0;
}
.cid-uFlNWo4EOe .iconfont-wrapper {
  min-width: 115px;
}
.cid-uFlNWo4EOe .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  margin-right: 3px;
}
.cid-uFlNWo4EOe .carousel-item {
  justify-content: center;
}
.cid-uFlNWo4EOe .carousel-item > div {
  width: 100%;
}
.cid-uFlNWo4EOe .carousel-item.active,
.cid-uFlNWo4EOe .carousel-item-next,
.cid-uFlNWo4EOe .carousel-item-prev {
  display: flex;
}
.cid-uFlNWo4EOe .carousel-controls {
  position: relative;
  height: 50px;
  margin-left: 20px;
  max-width: 120px;
  min-width: 120px;
}
.cid-uFlNWo4EOe .carousel-controls a {
  opacity: 1;
}
.cid-uFlNWo4EOe .carousel-controls a span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  font-size: 18px;
  position: absolute;
  color: #ffffff;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #ffffff;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uFlNWo4EOe .carousel-controls a span:hover {
  background-color: #ffffff;
  color: #00ae50;
}
.cid-uFlNWo4EOe .carousel-control-prev {
  position: static;
  margin-right: 10px;
  width: 50px;
}
.cid-uFlNWo4EOe .carousel-control-next {
  position: static;
  width: 50px;
}
@media (max-width: 991px) {
  .cid-uFlNWo4EOe .title_block {
    margin-bottom: 40px;
  }
  .cid-uFlNWo4EOe .card_header {
    flex-direction: column;
  }
  .cid-uFlNWo4EOe .rating {
    margin-bottom: 10px;
    align-self: flex-end;
  }
  .cid-uFlNWo4EOe .user {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-uFlNWo4EOe .carousel-controls {
    display: none;
  }
  .cid-uFlNWo4EOe .title_block {
    text-align: center;
  }
  .cid-uFlNWo4EOe .carousel-item {
    padding: 0;
  }
  .cid-uFlNWo4EOe .card_wrap {
    padding: 30px;
    margin-bottom: 50px;
  }
  .cid-uFlNWo4EOe .card_header {
    margin-bottom: 15px;
  }
  .cid-uFlNWo4EOe .user_img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
  .cid-uFlNWo4EOe .user_img img {
    width: 50px;
    height: 50px;
  }
}
.cid-uFlNWo4EOe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlNWo4EOe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlV4v8klu {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFlV4v8klu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlV4v8klu .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-uFlV4v8klu .container {
    padding: 0 16px;
  }
}
.cid-uFlV4v8klu .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uFlV4v8klu .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uFlV4v8klu .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uFlV4v8klu .list-wrapper .text-wrap .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uFlV4v8klu .list-wrapper .text-wrap .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uFlV4v8klu .list-wrapper .text-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uFlV4v8klu .list-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uFlV4v8klu .list-wrapper .list-wrap {
    margin-bottom: 40px;
  }
}
.cid-uFlV4v8klu .list-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uFlV4v8klu .list-wrapper .list-wrap .mbr-list-title {
    margin-bottom: 20px;
  }
}
.cid-uFlV4v8klu .list-wrapper .list-wrap .list {
  margin: 0;
  list-style: none;
  padding-left: 32px;
}
.cid-uFlV4v8klu .list-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 30px;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-uFlV4v8klu .list-wrapper .list-wrap .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-uFlV4v8klu .list-wrapper .list-wrap .list .item-wrap:before {
  position: absolute;
  left: -32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #00ae50;
  background-color: transparent;
  border: 3px solid #00ae50;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 24px;
  content: "✓";
}
.cid-uFlV4v8klu .image-wrapper {
  position: relative;
  padding: 40px 100px 0;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uFlV4v8klu .image-wrapper {
    padding: 0;
  }
}
.cid-uFlV4v8klu .image-wrapper .image_1 {
  height: 520px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uFlV4v8klu .image-wrapper .image_1 {
    height: 280px;
  }
}
.cid-uFlV4v8klu .image-wrapper .image_2 {
  position: absolute;
  top: 0;
  left: 5rem;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uFlV4v8klu .image-wrapper .image_2 {
    display: none;
  }
}
.cid-uFlV4v8klu .image-wrapper .container-wrap {
  position: absolute;
  top: 1rem;
  left: 40px;
  height: 80%;
  width: 75%;
  border: 2px dashed #00ae50;
  border-top: 2px solid #00ae50;
  border-right: 2px solid #00ae50;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uFlV4v8klu .image-wrapper .container-wrap {
    display: none;
  }
}
.cid-uFlV4v8klu .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-uFlV4v8klu .mbr-section-subtitle {
  color: #08323C;
}
.cid-uFlV4v8klu .mbr-text {
  color: #08323C;
}
.cid-uFlV4v8klu .mbr-list-title {
  color: #08323C;
}
.cid-uFlV4v8klu .list {
  color: #08323C;
}
.cid-uIhplnGTTW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uIhplnGTTW .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uIhplnGTTW img {
  width: 40px;
  height: 40px;
  margin-right: 0.8rem;
}
.cid-uIhplnGTTW h3 {
  margin: 0;
}
.cid-uIhplnGTTW .btn {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
  padding: 0.4rem 1rem;
}
.cid-uIhplnGTTW .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-uIhplnGTTW .text-wrap {
  width: 100%;
}
.cid-uIhplnGTTW .item-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-uIhplnGTTW .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-uIhplnGTTW .socicon-wrap .mbr-iconfont {
  font-size: 1.2rem;
  color: #ffffff !important;
  background: #00ae50;
  padding: 10px;
  margin-right: 0.6rem;
  border: 2px solid #00ae50;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-uIhplnGTTW .socicon-wrap .mbr-iconfont:hover {
  background: #ffffff;
  color: #00ae50 !important;
  border: 2px solid #00ae50;
}
.cid-uIhplnGTTW .socicon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-uIhplnGTTW .jq-selectbox__dropdown,
.cid-uIhplnGTTW ul {
  border-radius: 20px!important;
}
.cid-uIhplnGTTW .jq-selectbox {
  border-radius: 30px;
}
.cid-uIhplnGTTW .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-uIhplnGTTW .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-uIhplnGTTW input,
.cid-uIhplnGTTW textarea,
.cid-uIhplnGTTW .select {
  border-radius: 30px;
}
.cid-uIhplnGTTW input,
.cid-uIhplnGTTW textarea {
  padding: 1rem 2rem;
}
.cid-uIhplnGTTW textarea {
  min-height: 10rem;
}
.cid-uIhplnGTTW .form-control,
.cid-uIhplnGTTW .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIhplnGTTW .form-control::-webkit-input-placeholder,
.cid-uIhplnGTTW .field-input::-webkit-input-placeholder,
.cid-uIhplnGTTW .form-control::-webkit-input-placeholder,
.cid-uIhplnGTTW .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-uIhplnGTTW .form-control:-moz-placeholder,
.cid-uIhplnGTTW .field-input:-moz-placeholder,
.cid-uIhplnGTTW .form-control:-moz-placeholder,
.cid-uIhplnGTTW .field-input:-moz-placeholder {
  color: #383838;
}
.cid-uIhplnGTTW .form-control:hover,
.cid-uIhplnGTTW .field-input:hover,
.cid-uIhplnGTTW .form-control:focus,
.cid-uIhplnGTTW .field-input:focus {
  background-color: #ffffff;
  border-color: #49880e;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-uIhplnGTTW .form-control:hover::-webkit-input-placeholder,
.cid-uIhplnGTTW .field-input:hover::-webkit-input-placeholder,
.cid-uIhplnGTTW .form-control:focus::-webkit-input-placeholder,
.cid-uIhplnGTTW .field-input:focus::-webkit-input-placeholder,
.cid-uIhplnGTTW .form-control:hover::-webkit-input-placeholder,
.cid-uIhplnGTTW .field-input:hover::-webkit-input-placeholder,
.cid-uIhplnGTTW .form-control:focus::-webkit-input-placeholder,
.cid-uIhplnGTTW .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-uIhplnGTTW .form-control:hover:-moz-placeholder,
.cid-uIhplnGTTW .field-input:hover:-moz-placeholder,
.cid-uIhplnGTTW .form-control:focus:-moz-placeholder,
.cid-uIhplnGTTW .field-input:focus:-moz-placeholder,
.cid-uIhplnGTTW .form-control:hover:-moz-placeholder,
.cid-uIhplnGTTW .field-input:hover:-moz-placeholder,
.cid-uIhplnGTTW .form-control:focus:-moz-placeholder,
.cid-uIhplnGTTW .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-uIhplnGTTW .jq-number__spin:hover,
.cid-uIhplnGTTW .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #49880e;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIhplnGTTW .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #181818;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIhplnGTTW .jq-selectbox li,
.cid-uIhplnGTTW .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIhplnGTTW .jq-selectbox li:hover,
.cid-uIhplnGTTW .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIhplnGTTW .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIhplnGTTW .jq-number__spin.minus:hover:after,
.cid-uIhplnGTTW .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIhplnGTTW .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIhplnGTTW .jq-number__spin.minus:after,
.cid-uIhplnGTTW .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIhplnGTTW input::-webkit-clear-button {
  display: none;
}
.cid-uIhplnGTTW input::-webkit-inner-spin-button {
  display: none;
}
.cid-uIhplnGTTW input::-webkit-outer-spin-button {
  display: none;
}
.cid-uIhplnGTTW input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uIhplnGTTW .col-md-6 {
  margin-bottom: 2rem;
}
.cid-uIhplnGTTW .form-group {
  margin-bottom: 0.4rem;
}
.cid-uIhplnGTTW .form-control {
  min-height: 2em;
  font-size: 1rem;
  text-align: center;
}
.cid-uIhplnGTTW .title1 {
  margin: 0;
}
.cid-uIhplnGTTW .align-wrap {
  display: block;
}
.cid-uIhplnGTTW .mbr-iconfont {
  font-size: 1.2rem;
  color: #181818 !important;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-uIhplnGTTW form {
    padding: 0;
  }
  .cid-uIhplnGTTW .socicon-wrap {
    margin: auto;
  }
}
.cid-uIhplnGTTW .title {
  color: #00ae50;
}
.cid-uIhplnGTTW .title1,
.cid-uIhplnGTTW .title-col {
  color: #00ae50;
}
.cid-uIhplnGTTW .icon-title,
.cid-uIhplnGTTW .align-wrap {
  color: #08323c;
}
.cid-uGpdQrgi40 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00ae50;
}
