@import url(https://fonts.googleapis.com/css?family=Lobster:400&display=swap);
@import url(https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap);





body {
  font-family: Nunito;
}
.display-1 {
  font-family: 'Lobster', display;
  font-size: 6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6rem;
}
.display-2 {
  font-family: 'Lobster', display;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Nunito', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.375rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.2rem;
}
.display-7 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 20px 30px;
  border-radius: 8px;
}
.bg-primary {
  background-color: #9ccd7e !important;
}
.bg-success {
  background-color: #1d6853 !important;
}
.bg-info {
  background-color: #999999 !important;
}
.bg-warning {
  background-color: #ff3366 !important;
}
.bg-danger {
  background-color: #d75959 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9ccd7e !important;
  border-color: #9ccd7e !important;
  color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #72b747 !important;
  border-color: #72b747 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3b5998 !important;
  border-color: #3b5998 !important;
  color: #ffffff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #263961 !important;
  border-color: #263961 !important;
}
.btn-info,
.btn-info:active {
  background-color: #999999 !important;
  border-color: #999999 !important;
  color: #ffffff !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #737373 !important;
  border-color: #737373 !important;
}
.btn-success,
.btn-success:active {
  background-color: #1d6853 !important;
  border-color: #1d6853 !important;
  color: #ffffff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0c2c23 !important;
  border-color: #0c2c23 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d75959 !important;
  border-color: #d75959 !important;
  color: #ffffff !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b72c2c !important;
  border-color: #b72c2c !important;
}
.btn-white {
  color: #404040 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #9ccd7e;
  color: #9ccd7e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #9ccd7e;
  border-color: #9ccd7e;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #9ccd7e !important;
  border-color: #9ccd7e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #3b5998;
  color: #3b5998;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #3b5998;
  border-color: #3b5998;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3b5998 !important;
  border-color: #3b5998 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #999999;
  color: #999999;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #999999 !important;
  border-color: #999999 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #1d6853;
  color: #1d6853;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #1d6853;
  border-color: #1d6853;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #1d6853 !important;
  border-color: #1d6853 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #ff3366;
  color: #ff3366;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #d75959;
  color: #d75959;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #d75959;
  border-color: #d75959;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d75959 !important;
  border-color: #d75959 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.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: #9ccd7e !important;
}
.text-secondary {
  color: #3b5998 !important;
}
.text-success {
  color: #1d6853 !important;
}
.text-info {
  color: #999999 !important;
}
.text-warning {
  color: #ff3366 !important;
}
.text-danger {
  color: #d75959 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #d4e9c8 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #718dc8 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #33b893 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ff99b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ebabab !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: #999999;
}
.alert-warning {
  background-color: #ff3366;
}
.alert-danger {
  background-color: #d75959;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9ccd7e;
  border-color: #9ccd7e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #9ccd7e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #3cc9a1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d9d9d9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fffdfd;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Nunito', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.28rem;
}
blockquote {
  border-color: #9ccd7e;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9ccd7e;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #9ccd7e;
  border-bottom-color: #9ccd7e;
}
.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: #9ccd7e !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: #3b5998 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%239ccd7e' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-rWr5CPIIHb .dropdown-menu {
  padding: 12px 0;
}
.cid-rWr5CPIIHb .dropdown-item:hover,
.cid-rWr5CPIIHb .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-rWr5CPIIHb .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-rWr5CPIIHb .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-rWr5CPIIHb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-rWr5CPIIHb .nav-link {
  position: relative;
}
.cid-rWr5CPIIHb .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-rWr5CPIIHb .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-rWr5CPIIHb .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-rWr5CPIIHb .dropdown-menu,
.cid-rWr5CPIIHb .navbar.opened {
  background: #1d6853 !important;
}
.cid-rWr5CPIIHb .nav-item:focus,
.cid-rWr5CPIIHb .nav-link:focus {
  outline: none;
}
.cid-rWr5CPIIHb .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-rWr5CPIIHb .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-rWr5CPIIHb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rWr5CPIIHb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rWr5CPIIHb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rWr5CPIIHb .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;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rWr5CPIIHb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rWr5CPIIHb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rWr5CPIIHb .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #284e43;
  background: none;
}
.cid-rWr5CPIIHb .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-rWr5CPIIHb .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-rWr5CPIIHb .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-rWr5CPIIHb .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-rWr5CPIIHb .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-rWr5CPIIHb .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-rWr5CPIIHb .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-rWr5CPIIHb .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-rWr5CPIIHb .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-rWr5CPIIHb .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-rWr5CPIIHb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rWr5CPIIHb .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-rWr5CPIIHb .navbar.collapsed.opened {
  position: fixed;
}
.cid-rWr5CPIIHb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-rWr5CPIIHb .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-rWr5CPIIHb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-rWr5CPIIHb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rWr5CPIIHb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rWr5CPIIHb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rWr5CPIIHb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rWr5CPIIHb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-rWr5CPIIHb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-rWr5CPIIHb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rWr5CPIIHb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rWr5CPIIHb .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-rWr5CPIIHb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rWr5CPIIHb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rWr5CPIIHb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
  }
  .cid-rWr5CPIIHb .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-rWr5CPIIHb .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rWr5CPIIHb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rWr5CPIIHb .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-rWr5CPIIHb .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-rWr5CPIIHb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-rWr5CPIIHb .navbar.navbar-short {
  background: #284e43 !important;
  min-height: 60px;
}
.cid-rWr5CPIIHb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rWr5CPIIHb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rWr5CPIIHb .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rWr5CPIIHb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rWr5CPIIHb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rWr5CPIIHb .dropdown-item.active,
.cid-rWr5CPIIHb .dropdown-item:active {
  background-color: transparent;
}
.cid-rWr5CPIIHb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rWr5CPIIHb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rWr5CPIIHb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rWr5CPIIHb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #284e43;
}
.cid-rWr5CPIIHb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rWr5CPIIHb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rWr5CPIIHb ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rWr5CPIIHb .navbar-buttons {
  text-align: center;
}
.cid-rWr5CPIIHb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rWr5CPIIHb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rWr5CPIIHb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-rWr5CPIIHb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rWr5CPIIHb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rWr5CPIIHb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-rWr5CPIIHb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rWr5CPIIHb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-rWr5CPIIHb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-rWr5CPIIHb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rWr5CPIIHb .navbar-dropdown {
  position: fixed;
}
.cid-rWr5CPIIHb a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rWr5CPIIHb .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-rWr5CPIIHb .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-rWr5CPIIHb .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rWr5CPIIHb .navbar {
    height: 77px;
  }
  .cid-rWr5CPIIHb .navbar.opened {
    height: auto;
  }
  .cid-rWr5CPIIHb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rVNDBE1ASn {
  padding-top: 270px;
  padding-bottom: 300px;
  background-image: url("../../../assets/images/7ln8s-rg-2000x1500.jpg");
}
.cid-rVNDBE1ASn .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rVNDBE1ASn .mbr-section-title.display-2 {
  font-size: 40px;
  line-height: 1.25;
}
.cid-rVNDBE1ASn .mbr-section-subtitle.display-5 {
  font-size: 26px;
  line-height: 1.385;
}
.cid-rVNDBE1ASn .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-rVNDBE1ASn .mbr-section-btn .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.cid-rVNDBE1ASn .mbr-text,
.cid-rVNDBE1ASn .mbr-section-btn {
  text-align: left;
}
.cid-rVRMTEOy6N {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-rVRMTEOy6N .container {
    max-width: 1400px;
  }
}
.cid-rVRMTEOy6N .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #9ccd7e;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-rVRMTEOy6N .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-rVRMTEOy6N .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center;
}
.cid-rVRMTEOy6N .card-wrapper .card-count {
  height: 100%;
  margin-right: 25px;
}
.cid-rVRMTEOy6N .card-wrapper .card-count .icon-count {
  background-color: rgba(255, 255, 255, 0.25);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #ffffff;
}
.cid-rVRMTEOy6N .card-wrapper .card-box {
  height: 100%;
}
.cid-rVRMTEOy6N .card-wrapper .card-box .card-title {
  color: #404040;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-rVRMTEOy6N .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-rVRMTEOy6N .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-rVRMTEOy6N .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-rVRMTEOy6N .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-rVRMTEOy6N .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-rVRMTEOy6N .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
  font-weight: 600;
}
.cid-rVRMTEOy6N .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-rVRMTEOy6N .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-rVRMTEOy6N .mbr-section-btn {
  text-align: center;
  margin-top: 35px;
}
.cid-rVRMTEOy6N .mbr-section-btn .btn {
  padding: 18px 26px;
  font-weight: 600;
}
.cid-rVRMTEOy6N .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-rVRMTEOy6N .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 767px) {
  .cid-rVRMTEOy6N .card-box {
    text-align: left;
  }
  .cid-rVRMTEOy6N .card-box .card-title {
    text-align: left;
  }
}
.cid-rVRMTEOy6N SPAN {
  color: #58b39a;
}
.cid-rVRBKrfDYn {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-rVRBKrfDYn .mbr-overlay {
  background: linear-gradient(90deg, #e6eaf1, #284e43);
}
.cid-rVRBKrfDYn .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-rVRBKrfDYn .text-content {
  padding-right: 1.5rem;
}
.cid-rVRBKrfDYn .mbr-text,
.cid-rVRBKrfDYn .mbr-section-btn {
  color: #767676;
}
.cid-rVRBKrfDYn .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(153, 153, 153, 0.3);
  box-shadow: 0px 0px 30px rgba(153, 153, 153, 0.3);
  border-radius: .25rem;
}
.cid-rVRBKrfDYn .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-rVRBKrfDYn .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-rVRBKrfDYn .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rVRBKrfDYn .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #1d6853;
}
@media (max-width: 991px) {
  .cid-rVRBKrfDYn .main-row {
    margin: 0;
  }
  .cid-rVRBKrfDYn .mbr-section-title,
  .cid-rVRBKrfDYn .mbr-text,
  .cid-rVRBKrfDYn .list,
  .cid-rVRBKrfDYn .mbr-section-btn {
    text-align: center !important;
  }
  .cid-rVRBKrfDYn .text-content {
    padding: 0;
  }
}
.cid-rWpvkxHP3b {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rWpvkxHP3b img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rWpvkxHP3b img:hover {
  transform: scale(1.1);
}
.cid-rWpvkxHP3b .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rWpvkxHP3b h2 {
  padding: 0;
  margin: 0;
}
.cid-rWpvkxHP3b .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rWpvkxHP3b .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rWpvkxHP3b .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-rWpvkxHP3b .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-rWpvkxHP3b .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-rWpvkxHP3b .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rWpvkxHP3b .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rWpvkxHP3b .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-rWpvkxHP3b .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rWpvkxHP3b H2 {
  color: #333333;
}
.cid-rWpvkxHP3b .mbr-text {
  color: #767676;
}
.cid-rWpvkxHP3b H1 {
  color: #1d6853;
}
.cid-rWpvlHOXJp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rWpvlHOXJp img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rWpvlHOXJp img:hover {
  transform: scale(1.1);
}
.cid-rWpvlHOXJp .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rWpvlHOXJp h2 {
  padding: 0;
  margin: 0;
}
.cid-rWpvlHOXJp .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rWpvlHOXJp .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rWpvlHOXJp .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-rWpvlHOXJp .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-rWpvlHOXJp .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-rWpvlHOXJp .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-rWpvlHOXJp .mbr-iconfont {
  margin: 0!important;
}
.cid-rWpvlHOXJp .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rWpvlHOXJp .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rWpvlHOXJp .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-rWpvlHOXJp .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-rWpvlHOXJp .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rWpvlHOXJp H2 {
  color: #333333;
}
.cid-rWpvlHOXJp .mbr-text {
  color: #767676;
}
.cid-rWpvlHOXJp H1 {
  color: #1d6853;
}
.cid-rWpvATBLXh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rWpvATBLXh img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rWpvATBLXh img:hover {
  transform: scale(1.1);
}
.cid-rWpvATBLXh .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rWpvATBLXh h2 {
  padding: 0;
  margin: 0;
}
.cid-rWpvATBLXh .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rWpvATBLXh .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rWpvATBLXh .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-rWpvATBLXh .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-rWpvATBLXh .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-rWpvATBLXh .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rWpvATBLXh .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rWpvATBLXh .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-rWpvATBLXh .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rWpvATBLXh H2 {
  color: #333333;
}
.cid-rWpvATBLXh .mbr-text {
  color: #767676;
}
.cid-rWpvATBLXh H1 {
  color: #284e43;
}
.cid-rWpvBRwl7i {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rWpvBRwl7i img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rWpvBRwl7i img:hover {
  transform: scale(1.1);
}
.cid-rWpvBRwl7i .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rWpvBRwl7i h2 {
  padding: 0;
  margin: 0;
}
.cid-rWpvBRwl7i .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rWpvBRwl7i .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rWpvBRwl7i .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-rWpvBRwl7i .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-rWpvBRwl7i .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-rWpvBRwl7i .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-rWpvBRwl7i .mbr-iconfont {
  margin: 0!important;
}
.cid-rWpvBRwl7i .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rWpvBRwl7i .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rWpvBRwl7i .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-rWpvBRwl7i .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-rWpvBRwl7i .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rWpvBRwl7i H2 {
  color: #333333;
}
.cid-rWpvBRwl7i .mbr-text {
  color: #767676;
}
.cid-rWpvBRwl7i H1 {
  color: #284e43;
}
.cid-rW1LoxuhHO {
  background-color: #284e43;
}
.cid-rW1LoxuhHO .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rW1LoxuhHO .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-rW1LoxuhHO .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rW1LoxuhHO .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-rW1LoxuhHO .image-element {
    padding-left: 0;
  }
}
.cid-rW1LoxuhHO .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-rW1LoxuhHO .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-rW1LoxuhHO .brown {
  color: #9ccd7e;
}
.cid-rW1LoxuhHO .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rW1LoxuhHO .paragraphs-wrapper .first-paragraph,
.cid-rW1LoxuhHO .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-rW1LoxuhHO .image-element {
    padding-top: 1rem;
  }
  .cid-rW1LoxuhHO .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rW1LoxuhHO .paragraphs-wrapper .first-paragraph,
  .cid-rW1LoxuhHO .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-rW1LoxuhHO .first-paragraph,
  .cid-rW1LoxuhHO .second-paragraph {
    width: 50%;
  }
  .cid-rW1LoxuhHO .first-paragraph {
    padding-right: .5rem;
  }
  .cid-rW1LoxuhHO .second-paragraph {
    padding-left: .5rem;
  }
  .cid-rW1LoxuhHO .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-rW1LoxuhHO .mbr-section-title,
  .cid-rW1LoxuhHO .mbr-section-btn {
    text-align: left;
  }
}
.cid-rW1LoxuhHO .mbr-text,
.cid-rW1LoxuhHO .mbr-section-btn {
  color: #cccccc;
}
.cid-rW1LoxuhHO .title,
.cid-rW1LoxuhHO .brown {
  color: #ffffff;
}
.cid-rW1LoxuhHO .title,
.cid-rW1LoxuhHO .mbr-section-title {
  color: #ffffff;
}
.cid-rVRVP3EgXm {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #e6eaf1;
}
.cid-rVRVP3EgXm .container {
  max-width: 1500px;
}
.cid-rVRVP3EgXm .row {
  background: #1d6853;
}
.cid-rVRVP3EgXm .img-col {
  padding: 0;
}
.cid-rVRVP3EgXm .title-col {
  padding: 4rem 8rem;
}
.cid-rVRVP3EgXm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rVRVP3EgXm h2 {
  padding: 0;
  margin: 0;
}
.cid-rVRVP3EgXm .text-wrap {
  margin: auto;
}
.cid-rVRVP3EgXm .mbr-text {
  color: #eff1f5;
}
@media (max-width: 1200px) {
  .cid-rVRVP3EgXm .row {
    margin: 2rem;
  }
  .cid-rVRVP3EgXm .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rVRVP3EgXm .row {
    margin: 0rem;
  }
  .cid-rVRVP3EgXm .title-col {
    padding: 2rem 1rem;
  }
}
.cid-rVRVP3EgXm H2 {
  color: #ffffff;
}
.cid-rVRO0z2tTI {
  padding-top: 30px;
  padding-bottom: 165px;
  overflow: hidden;
  background-color: #284e43;
}
.cid-rVRO0z2tTI svg {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%) scale(1.5, 1.4);
  overflow: hidden;
  pointer-events: none;
}
.cid-rVRO0z2tTI #e2_shape {
  fill: #e6eaf1 !important;
}
.cid-rVRO0z2tTI .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #9ccd7e;
  background-color: rgba(255, 255, 255, 0.15);
  margin-bottom: 26px;
}
.cid-rVRO0z2tTI .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-rVRO0z2tTI .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-rVRO0z2tTI .mbr-section-title {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 21px;
}
.cid-rVRO0z2tTI .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rVRO0z2tTI .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rVRO0z2tTI .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 25px;
}
.cid-rVRO0z2tTI .card .card-box .card-title {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 12px;
}
.cid-rVRO0z2tTI .card .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-rVRO0z2tTI .card .card-box .mbr-text {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-rVRO0z2tTI .card .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-rVRO0z2tTI .card .card-img span {
  color: #e6eaf1;
  font-size: 38px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .cid-rVRO0z2tTI .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rVRO0z2tTI .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-rVRO0z2tTI .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-rVRO0z2tTI .card .card-box .card-title,
  .cid-rVRO0z2tTI .card .card-box .mbr-text,
  .cid-rVRO0z2tTI .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-rVRO0z2tTI .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-rVRO0z2tTI .card .card-img {
    text-align: right !important;
  }
}
.cid-rVRO0z2tTI .badge,
.cid-rVRO0z2tTI .badge_wrap {
  color: #e6eaf1;
}
.cid-sgZ6zV2u1e {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #e6eaf1;
}
.cid-sgZ6zV2u1e .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
}
.cid-sgZ6zV2u1e .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-sgZ6zV2u1e .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #9ccd7e;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-sgZ6zV2u1e .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sgZ6zV2u1e .mbr-section-title {
  margin-top: 30px;
  font-weight: 500;
  margin-bottom: 36px;
}
.cid-sgZ6zV2u1e .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-sgZ6zV2u1e .box {
  padding: 40px 40px 20px;
  margin-bottom: 20px;
  background: #ffffff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
}
.cid-sgZ6zV2u1e .mbr-text {
  margin-bottom: 20px;
}
.cid-sgZ6zV2u1e .mbr-text.display-7 {
  font-size: 18px;
  color: #707070;
  line-height: 1.6;
}
.cid-sgZ6zV2u1e .blockquote-details {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-align: left;
  margin-bottom: 20px;
}
.cid-sgZ6zV2u1e .blockquote-details .img-blob img {
  width: 70px;
  max-width: 100%;
  border-radius: 100%;
}
.cid-sgZ6zV2u1e .blockquote-details .info {
  padding-left: 20px;
}
.cid-sgZ6zV2u1e .blockquote-details .info .signature {
  color: #404040;
  margin-bottom: 0;
}
.cid-sgZ6zV2u1e .blockquote-details .info .signature.display-7 {
  line-height: 1.3;
  font-size: 18px;
}
.cid-sgZ6zV2u1e .blockquote-details .info .desk {
  color: #999;
}
.cid-sgZ6zV2u1e .blockquote-details .info .desk.display-4 {
  line-height: 1.3125;
}
.cid-sgZ6zV2u1e .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-sgZ6zV2u1e .carousel-item > div {
  width: 100%;
}
.cid-sgZ6zV2u1e .carousel-item.active,
.cid-sgZ6zV2u1e .carousel-item-next,
.cid-sgZ6zV2u1e .carousel-item-prev {
  display: flex;
}
.cid-sgZ6zV2u1e .carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  background-color: rgba(40, 78, 67, 0.8);
  font-size: 2rem;
  border-width: 0px;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  margin: 6px;
}
.cid-sgZ6zV2u1e .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sgZ6zV2u1e .carousel-indicators .active {
  -webkit-transform: scale(1);
  transform: scale(1);
  border: 0;
  background-color: rgba(18, 86, 106, 0.8);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.cid-sgZ6zV2u1e .carousel-indicators {
  margin: 20px 0 0 0.1rem;
  -webkit-box-pack: center !important;
  justify-content: center !important;
  bottom: -30px;
}
@media (max-width: 767px) {
  .cid-sgZ6zV2u1e .carousel-indicators {
    margin: auto;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .cid-sgZ6zV2u1e .blockquote-details {
    justify-content: center;
  }
}
.cid-shoqwDTYv3 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-shoqwDTYv3 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shoqwDTYv3 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shoqwDTYv3 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shoqwDTYv3 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shoqwDTYv3 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1d6853;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #1d6853, #284e43);
}
.cid-shoqwDTYv3 .icon-focus {
  display: none;
}
.cid-shoqwDTYv3 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-shoqwDTYv3 ul {
  font-size: 0;
}
.cid-shoqwDTYv3 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #f9fafb !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-shoqwDTYv3 .mbr-gallery-filter ul li .btn.active,
.cid-shoqwDTYv3 .mbr-gallery-filter ul li.active .btn:not(.active) {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-shoqwDTYv3 .mbr-gallery-filter ul li .btn.active:after,
.cid-shoqwDTYv3 .mbr-gallery-filter ul li.active .btn:not(.active):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #9ccd7e, #3b5998);
}
.cid-shoqwDTYv3 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-shoqwDTYv3 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-shoqwDTYv3 .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-shoqwDTYv3 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-shoqwDTYv3 .btn:hover {
  background: transparent !important;
}
.cid-shoqwDTYv3 .btn:hover:before {
  background: transparent !important;
}
.cid-shoqwDTYv3 .btn:before {
  background-color: transparent !important;
}
.cid-shoqwDTYv3 .btn:focus {
  box-shadow: none;
}
.cid-shoqwDTYv3 .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-rW4HCNpYya {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rW4HCNpYya .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rW4HCNpYya .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rW4HCNpYya .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rW4HCNpYya .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rW4HCNpYya .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1d6853;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #1d6853, #284e43);
}
.cid-rW4HCNpYya .icon-focus {
  display: none;
}
.cid-rW4HCNpYya .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-rW4HCNpYya ul {
  font-size: 0;
}
.cid-rW4HCNpYya .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #f9fafb !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-rW4HCNpYya .mbr-gallery-filter ul li .btn.active,
.cid-rW4HCNpYya .mbr-gallery-filter ul li.active .btn:not(.active) {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-rW4HCNpYya .mbr-gallery-filter ul li .btn.active:after,
.cid-rW4HCNpYya .mbr-gallery-filter ul li.active .btn:not(.active):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #9ccd7e, #3b5998);
}
.cid-rW4HCNpYya .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-rW4HCNpYya .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-rW4HCNpYya .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-rW4HCNpYya .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-rW4HCNpYya .btn:hover {
  background: transparent !important;
}
.cid-rW4HCNpYya .btn:hover:before {
  background: transparent !important;
}
.cid-rW4HCNpYya .btn:before {
  background-color: transparent !important;
}
.cid-rW4HCNpYya .btn:focus {
  box-shadow: none;
}
.cid-rW4HCNpYya .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-rW1WBPSsY6 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.cid-rW1WBPSsY6 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #9ccd7e;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-rW1WBPSsY6 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-rW1WBPSsY6 .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-rW1WBPSsY6 svg {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.5);
  overflow: hidden;
  pointer-events: none;
}
.cid-rW1WBPSsY6 #e2_shape {
  fill: #ffffff !important;
}
.cid-rW1WBPSsY6 .mbr-section-title {
  text-align: left;
  color: #eff1f5;
}
.cid-rW1WBPSsY6 .mbr-section-title.display-1 {
  font-size: 42px;
  line-height: 1.214;
  letter-spacing: 0px;
}
.cid-rW1WBPSsY6 .mbr-text {
  color: #404040;
  text-align: left;
}
.cid-rW1WBPSsY6 .mbr-text.display-5 {
  font-size: 25px;
  letter-spacing: 0px;
  line-height: 1.36;
}
.cid-rW1WBPSsY6 .icon-wrap {
  border-radius: 50%;
  margin: auto;
  text-align: left;
  transition: all 0.3s;
}
.cid-rW1WBPSsY6 .mbr-media span {
  font-size: 4rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
  opacity: 0.9;
  transition: all 0.25s;
  color: #ffffff !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04) !important;
}
.cid-rW1WBPSsY6 .mbr-media span:hover {
  opacity: 1;
  color: #000000 !important;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5) !important;
}
.cid-rW1WBPSsY6 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rW1WBPSsY6 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rW1WBPSsY6 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rW1WBPSsY6 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rW1WBPSsY6 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rW1WBPSsY6 a.close:hover {
  color: #ffffff;
}
.cid-rW1WBPSsY6 .play {
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 3.5rem !important;
  text-align: center;
  border-radius: 100%;
  background: #1d6853;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}
.cid-rW1WBPSsY6 .play:before {
  font-family: FontAwesome !important;
  content: "\f04b";
  font-size: 1rem;
  padding: 0 0 0 2px;
  display: block;
}
.cid-rW1WBPSsY6 .play-text {
  margin-bottom: 0 !important;
  padding-left: 10px;
  display: inline-block;
}
.cid-rW1WBPSsY6 .play-text.display-4 {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .cid-rW1WBPSsY6 svg {
    display: none;
  }
}
.cid-rW1WBPSsY6 .mbr-text,
.cid-rW1WBPSsY6 .mbr-section-btn {
  color: #ffffff;
}
.cid-rW1WBPSsY6 .mbr-text,
.cid-rW1WBPSsY6 .mbr-section-btn,
.cid-rW1WBPSsY6 .icon-wrap {
  color: #ffffff;
}
.cid-sgP5oN0zLL {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sgP5oN0zLL .box1 {
  background-image: url("../../../assets/images/capture-decran-2020-11-21-a-15.00.57-2000x1250.png");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-sgP5oN0zLL .box2 {
  background-image: url("../../../assets/images/capture-decran-2020-11-21-a-15.05.34-2000x1250.png");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-sgP5oN0zLL .icon-wrap {
  background-color: #284e43 !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sgP5oN0zLL .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-sgP5oN0zLL .icon-wrap span {
  padding-left: 8px;
}
.cid-sgP5oN0zLL .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sgP5oN0zLL .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sgP5oN0zLL .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sgP5oN0zLL .modalWindow .modalWindow-container {
  transform: translateY(50vh) translateY(-22vw);
}
.cid-sgP5oN0zLL .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-sgP5oN0zLL a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sgP5oN0zLL a.close:hover {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sgP5oN0zLL {
    padding-top: 0px;
    padding-bottom: 50px;
  }
  .cid-sgP5oN0zLL .box1 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-sgP5oN0zLL {
    padding-top: 0px;
    padding-bottom: 35px;
  }
  .cid-sgP5oN0zLL .box1,
  .cid-sgP5oN0zLL .box2 {
    height: 250px;
  }
}
.cid-rVS1pChSLP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rVS1pChSLP .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #9ccd7e;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-rVS1pChSLP .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-rVS1pChSLP .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
}
.cid-rVS1pChSLP .main-title {
  color: #404040;
}
.cid-rVS1pChSLP .mbr-text {
  color: #606060;
}
.cid-rVS1pChSLP .count {
  text-align: center;
  margin-bottom: 12px;
  color: #404040;
}
.cid-rVS1pChSLP .count.display-1 {
  font-size: 46px;
  line-height: 1;
}
.cid-rVS1pChSLP .mbr-content-title {
  color: #606060;
}
.cid-rVS1pChSLP .card {
  word-wrap: break-word;
}
.cid-rVS1pChSLP .card .mbr-iconfont {
  font-size: 5rem;
  color: #9ccd7e;
}
.cid-rVS1pChSLP .card::after {
  content: "";
  display: block;
  width: 150px;
  height: 3px;
  margin: 0 auto;
  background-color: #1d6853;
}
.cid-rVS1pChSLP .card .panel-item .card-text .mbr-content-title {
  color: #042b12;
}
.cid-rW3WGXWy9Y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #284e43;
}
.cid-rW3WGXWy9Y .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-rW3WGXWy9Y .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-rW3WGXWy9Y .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-rW3WGXWy9Y .card-title,
.cid-rW3WGXWy9Y .card-img {
  text-align: center;
}
.cid-rVRUljXpFS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ecedee;
}
.cid-rVRUljXpFS img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rVRUljXpFS img:hover {
  transform: scale(1.1);
}
.cid-rVRUljXpFS .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rVRUljXpFS h2 {
  padding: 0;
  margin: 0;
}
.cid-rVRUljXpFS .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rVRUljXpFS .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rVRUljXpFS .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 0;
  right: 67px;
  transform-origin: bottom right;
}
.cid-rVRUljXpFS .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-rVRUljXpFS .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-rVRUljXpFS .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-rVRUljXpFS .mbr-iconfont {
  margin: 0!important;
}
.cid-rVRUljXpFS .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rVRUljXpFS .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rVRUljXpFS .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-rVRUljXpFS .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-rVRUljXpFS .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rVRUljXpFS H2 {
  color: #333333;
}
.cid-rVRUljXpFS .mbr-text {
  color: #767676;
}
.cid-rVRVbsmkwQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rVRVbsmkwQ img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rVRVbsmkwQ img:hover {
  transform: scale(1.1);
}
.cid-rVRVbsmkwQ .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rVRVbsmkwQ h2 {
  padding: 0;
  margin: 0;
}
.cid-rVRVbsmkwQ .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rVRVbsmkwQ .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rVRVbsmkwQ .mbr-section-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cid-rVRVbsmkwQ .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-rVRVbsmkwQ .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-rVRVbsmkwQ .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rVRVbsmkwQ .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rVRVbsmkwQ .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-rVRVbsmkwQ .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rVRVbsmkwQ H2 {
  color: #333333;
}
.cid-rVRVbsmkwQ .mbr-text {
  color: #767676;
}
.cid-rWdXSTH3kn {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #284e43;
}
.cid-rWdXSTH3kn .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #9ccd7e;
  background-color: rgba(40, 78, 67, 0.15);
  margin-bottom: 26px;
}
.cid-rWdXSTH3kn .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-rWdXSTH3kn .mbr-section-subtitle {
  color: #e6eaf1;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-rWdXSTH3kn .main-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-rWdXSTH3kn .main-title.display-2 {
  line-height: 1.375;
}
.cid-rWdXSTH3kn .main-text {
  color: #f3f4f7;
}
.cid-rWdXSTH3kn .main-text.display-4 {
  line-height: 1.75;
}
.cid-rWdXSTH3kn .media-container-row {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
}
.cid-rWdXSTH3kn .plan {
  word-break: break-word;
  display: flex;
  flex-direction: column;
  height: fit-content;
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  transition: all 0.3s;
  border-radius: 4px;
}
.cid-rWdXSTH3kn .plan .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #eff1f5;
  border-radius: 4px;
}
.cid-rWdXSTH3kn .plan .plan-header .plan-title {
  color: #000000;
}
.cid-rWdXSTH3kn .plan .plan-header .plan-price .price-figure {
  color: #404040;
}
.cid-rWdXSTH3kn .plan .plan-header .plan-price .price-figure .price-currency {
  display: inline-block;
}
.cid-rWdXSTH3kn .plan .plan-header .plan-price .price-figure .price-currency.display-7 {
  font-size: 18px;
  line-height: 1;
}
.cid-rWdXSTH3kn .plan .plan-header .plan-price .price-figure .price-value {
  display: inline-block;
}
.cid-rWdXSTH3kn .plan .plan-header .plan-price .price-figure .price-value.display-1 {
  font-size: 60px;
  line-height: 1;
}
.cid-rWdXSTH3kn .plan .plan-header .plan-price .price-figure .price-duration {
  display: inline-block;
}
.cid-rWdXSTH3kn .plan .plan-header .plan-price .price-figure .price-duration.display-4 {
  font-size: 16px;
  line-height: 1;
}
.cid-rWdXSTH3kn .plan .plan-body {
  padding-bottom: 2rem;
  background-color: #eff1f5;
  border-radius: 4px;
}
.cid-rWdXSTH3kn .plan .plan-body .plan-list .list-group .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  color: #606060;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #eff1f5;
}
.cid-rWdXSTH3kn .plan .plan-body .plan-list .list-group .list-group-item span {
  font-weight: 600;
}
.cid-rWdXSTH3kn .plan .plan-body .plan-list .list-group.display-4 {
  line-height: 1;
}
.cid-rWdXSTH3kn .plan .plan-body .mbr-section-btn {
  padding-top: 45px;
  text-align: center;
}
.cid-rWdXSTH3kn .plan .plan-body .mbr-section-btn .btn-sm {
  padding: 0.6rem 4.4rem;
}
.cid-rWdXSTH3kn .plan .plan-body .mbr-section-btn .btn {
  padding: 18px 26px 16px;
}
.cid-rWdXSTH3kn .plan .plan-body .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-rWdXSTH3kn .plan .plan-body .mbr-section-btn .btn-primary:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2) !important;
}
@media (max-width: 550px) {
  .cid-rWdXSTH3kn .price-figure {
    font-size: 4.25rem;
  }
}
.cid-rWdXSTH3kn .badge,
.cid-rWdXSTH3kn .badge_wrap {
  color: #284e43;
}
.cid-sjDwwVK70K {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rWpI1bWSZd {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(90deg, #1d6853, #1d6853);
}
.cid-rWpI1bWSZd .mbr-overlay {
  background: linear-gradient(90deg, #d3cffb, #d7e8f6);
}
.cid-rWpI1bWSZd .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  margin: 0;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-rWpI1bWSZd .card-wrap {
    width: calc(100% + 10rem);
    margin-left: -10rem;
  }
}
.cid-rWpI1bWSZd .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
.cid-rWpI1bWSZd .mbr-section-subtitle,
.cid-rWpI1bWSZd .mbr-section-btn {
  color: #767676;
}
.cid-rW203Qfet2 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f9fafb;
}
.cid-rW203Qfet2 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rW203Qfet2 .form-control,
.cid-rW203Qfet2 .field-input {
  padding: 0px 20px;
  min-height: auto;
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
  border-radius: 25px;
  height: 50px;
}
.cid-rW203Qfet2 .form-control::-webkit-input-placeholder,
.cid-rW203Qfet2 .field-input::-webkit-input-placeholder,
.cid-rW203Qfet2 .form-control::-webkit-input-placeholder,
.cid-rW203Qfet2 .field-input::-webkit-input-placeholder {
  color: #606060;
}
.cid-rW203Qfet2 .form-control:-moz-placeholder,
.cid-rW203Qfet2 .field-input:-moz-placeholder,
.cid-rW203Qfet2 .form-control:-moz-placeholder,
.cid-rW203Qfet2 .field-input:-moz-placeholder {
  color: #606060;
}
.cid-rW203Qfet2 .form-control:hover,
.cid-rW203Qfet2 .field-input:hover,
.cid-rW203Qfet2 .form-control:focus,
.cid-rW203Qfet2 .field-input:focus {
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rW203Qfet2 .form-control:hover::-webkit-input-placeholder,
.cid-rW203Qfet2 .field-input:hover::-webkit-input-placeholder,
.cid-rW203Qfet2 .form-control:focus::-webkit-input-placeholder,
.cid-rW203Qfet2 .field-input:focus::-webkit-input-placeholder,
.cid-rW203Qfet2 .form-control:hover::-webkit-input-placeholder,
.cid-rW203Qfet2 .field-input:hover::-webkit-input-placeholder,
.cid-rW203Qfet2 .form-control:focus::-webkit-input-placeholder,
.cid-rW203Qfet2 .field-input:focus::-webkit-input-placeholder {
  color: #606060;
}
.cid-rW203Qfet2 .form-control:hover:-moz-placeholder,
.cid-rW203Qfet2 .field-input:hover:-moz-placeholder,
.cid-rW203Qfet2 .form-control:focus:-moz-placeholder,
.cid-rW203Qfet2 .field-input:focus:-moz-placeholder,
.cid-rW203Qfet2 .form-control:hover:-moz-placeholder,
.cid-rW203Qfet2 .field-input:hover:-moz-placeholder,
.cid-rW203Qfet2 .form-control:focus:-moz-placeholder,
.cid-rW203Qfet2 .field-input:focus:-moz-placeholder {
  color: #606060;
}
.cid-rW203Qfet2 textarea {
  padding-top: 1rem !important;
  height: 160px !important;
}
.cid-rW203Qfet2 .jq-number__spin:hover,
.cid-rW203Qfet2 .jq-number__spin:focus {
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rW203Qfet2 .jq-number__spin {
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rW203Qfet2 .jq-selectbox li,
.cid-rW203Qfet2 .jq-selectbox li {
  background-color: #e7e8ea;
  color: #000000;
}
.cid-rW203Qfet2 .jq-selectbox li:hover,
.cid-rW203Qfet2 .jq-selectbox li.selected {
  background-color: #e7e8ea;
  color: #000000;
}
.cid-rW203Qfet2 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rW203Qfet2 .jq-number__spin.minus:hover:after,
.cid-rW203Qfet2 .jq-number__spin.plus:hover:after {
  border-top-color: #e7e8ea;
  border-bottom-color: #e7e8ea;
}
.cid-rW203Qfet2 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rW203Qfet2 .jq-number__spin.minus:after,
.cid-rW203Qfet2 .jq-number__spin.plus:after {
  border-top-color: #e7e8ea;
  border-bottom-color: #e7e8ea;
}
.cid-rW203Qfet2 input::-webkit-clear-button {
  display: none;
}
.cid-rW203Qfet2 input::-webkit-inner-spin-button {
  display: none;
}
.cid-rW203Qfet2 input::-webkit-outer-spin-button {
  display: none;
}
.cid-rW203Qfet2 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-rW203Qfet2 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #9ccd7e;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-rW203Qfet2 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-rW203Qfet2 .mbr-section-title {
  color: #404040;
}
.cid-rW203Qfet2 .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-rW203Qfet2 .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-rW203Qfet2 .mbr-text {
  color: #606060;
}
.cid-rW203Qfet2 .btn {
  padding: 18px 26px;
  border-radius: 30px;
}
.cid-rW203Qfet2 .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-rW203Qfet2 .required {
  width: 100%;
  color: #808080;
}
.cid-rW203Qfet2 img {
  width: 100%;
  -webkit-mask-box-image: url("../../../assets/images/blob1.svg");
  mask-image: url("../../../assets/images/blob1.svg");
  -webkit-mask-box-image-repeat: space;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  height: auto;
  max-width: 100%;
  -webkit-mask-size: auto auto;
  position: relative;
}
.cid-rW203Qfet2 .counter {
  top: 51%;
  left: 13%;
}
.cid-rW203Qfet2 .counter .full-circle {
  background-color: #1d6853;
  display: inline-block;
  border-radius: 50%;
  min-width: 100px;
  min-height: 100px;
  padding: 24px;
  text-align: center;
  white-space: nowrap;
}
.cid-rW203Qfet2 .counter .full-circle::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  padding-top: 100%;
  height: 0;
}
.cid-rW203Qfet2 .counter .full-circle .full-circle-inner {
  display: inline-block;
  vertical-align: middle;
}
.cid-rW203Qfet2 .counter .full-circle .full-circle-inner .circle-text {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-rW203Qfet2 img {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .cid-rW203Qfet2 .required {
    text-align: center;
  }
}
.cid-rW203Qfet2 .counter .full-circle .full-circle-inner .circle-text {
  color: #ffffff;
}
.cid-rVs1Nz9nWp {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #042b12;
  background: linear-gradient(0deg, #042b12, #12566a);
}
.cid-rVs1Nz9nWp ul {
  padding: 0;
  margin: 0;
}
.cid-rVs1Nz9nWp ul li {
  list-style: none;
}
.cid-rVs1Nz9nWp ul li h4 {
  margin: 0;
}
.cid-rVs1Nz9nWp ul li h4.display-4 {
  line-height: 1.75;
}
.cid-rVs1Nz9nWp .item {
  color: #f9fafb;
}
.cid-rVs1Nz9nWp .col-title {
  color: #ffffff;
}
.cid-rVs1Nz9nWp .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-rVs1Nz9nWp .col-title1 {
  margin-bottom: 40px;
}
.cid-rVs1Nz9nWp .form-group,
.cid-rVs1Nz9nWp .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-rVs1Nz9nWp .form-control {
  display: inline-block;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}
.cid-rVs1Nz9nWp .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-rVs1Nz9nWp .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-rVs1Nz9nWp .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-rVs1Nz9nWp .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-rVs1Nz9nWp .col + .mbr-section-btn .btn,
.cid-rVs1Nz9nWp .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 30px !important;
  padding: 14.5px 26px 14.5px !important;
}
.cid-rVs1Nz9nWp .col + .mbr-section-btn .btn.display-4,
.cid-rVs1Nz9nWp .col-auto + .mbr-section-btn .btn.display-4 {
  font-size: 13px;
}
.cid-rVs1Nz9nWp .col + .mbr-section-btn .btn:hover,
.cid-rVs1Nz9nWp .col-auto + .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}
.cid-rVs1Nz9nWp .dragArea > *:nth-last-child(2).col,
.cid-rVs1Nz9nWp .dragArea > *:nth-last-child(2).col-auto,
.cid-rVs1Nz9nWp .col + .mbr-section-btn,
.cid-rVs1Nz9nWp .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-rVs1Nz9nWp .form1 {
  margin-top: 30px;
}
.cid-rVs1Nz9nWp .fill-light-wrapper {
  fill: #f9fafb;
  z-index: 2 !important;
  top: 0;
}
@media (max-width: 768px) {
  .cid-rVs1Nz9nWp .md-pb {
    margin-bottom: 30px;
  }
}
.cid-rW3QzTOAFY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #042b12;
}
@media (min-width: 1500px) {
  .cid-rW3QzTOAFY .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-rW3QzTOAFY .copyright {
    margin-bottom: 1rem;
  }
}
.cid-rW3QzTOAFY p {
  color: #ffffff;
}
.cid-rW9yP0PBsp.popup-builder {
  background-color: #ffffff;
}
.cid-rW9yP0PBsp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rW9yP0PBsp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rW9yP0PBsp .modal-content,
.cid-rW9yP0PBsp .modal-dialog {
  height: auto;
}
.cid-rW9yP0PBsp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rW9yP0PBsp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rW9yP0PBsp .form-wrapper .mbr-form .form-group,
  .cid-rW9yP0PBsp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rW9yP0PBsp .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rW9yP0PBsp .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rW9yP0PBsp .mbr-text {
  text-align: center;
}
.cid-rW9yP0PBsp .pt-0 {
  padding-top: 0 !important;
}
.cid-rW9yP0PBsp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rW9yP0PBsp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rW9yP0PBsp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rW9yP0PBsp .modal-open {
  overflow: hidden;
}
.cid-rW9yP0PBsp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rW9yP0PBsp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rW9yP0PBsp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rW9yP0PBsp .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rW9yP0PBsp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rW9yP0PBsp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rW9yP0PBsp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rW9yP0PBsp .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rW9yP0PBsp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rW9yP0PBsp .modal-backdrop.fade {
  opacity: 0;
}
.cid-rW9yP0PBsp .modal-backdrop.show {
  opacity: .5;
}
.cid-rW9yP0PBsp .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rW9yP0PBsp .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rW9yP0PBsp .modal-header .close:hover {
  opacity: 1;
}
.cid-rW9yP0PBsp .modal-header .close:focus {
  outline: none;
}
.cid-rW9yP0PBsp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rW9yP0PBsp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rW9yP0PBsp .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rW9yP0PBsp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rW9yP0PBsp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rW9yP0PBsp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rW9yP0PBsp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rW9yP0PBsp .modal-sm {
    max-width: 300px;
  }
  .cid-rW9yP0PBsp .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rW9yP0PBsp .modal-lg,
  .cid-rW9yP0PBsp .modal-xl {
    max-width: 800px;
  }
  .cid-rW9yP0PBsp .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rW9yP0PBsp .modal-xl {
    max-width: 1140px;
  }
  .cid-rW9yP0PBsp .container {
    max-width: 1140px;
  }
}
.cid-rW9yP0PBsp .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rW9yP0PBsp .container {
    max-width: 720px;
  }
}
.cid-rW9yP0PBsp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rW9yP0PBsp .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rW9yP0PBsp .form-group {
  margin-bottom: 1rem;
}
.cid-rW9yP0PBsp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rW9yP0PBsp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rW9yP0PBsp .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rVTlwhk13M.popup-builder {
  background-color: #ffffff;
}
.cid-rVTlwhk13M.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rVTlwhk13M.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rVTlwhk13M .modal-content,
.cid-rVTlwhk13M .modal-dialog {
  height: auto;
}
.cid-rVTlwhk13M .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rVTlwhk13M .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rVTlwhk13M .form-wrapper .mbr-form .form-group,
  .cid-rVTlwhk13M .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rVTlwhk13M .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rVTlwhk13M .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rVTlwhk13M .mbr-text {
  text-align: center;
}
.cid-rVTlwhk13M .pt-0 {
  padding-top: 0 !important;
}
.cid-rVTlwhk13M .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rVTlwhk13M .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rVTlwhk13M .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rVTlwhk13M .modal-open {
  overflow: hidden;
}
.cid-rVTlwhk13M .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rVTlwhk13M .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rVTlwhk13M .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rVTlwhk13M .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rVTlwhk13M .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rVTlwhk13M .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rVTlwhk13M .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rVTlwhk13M .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rVTlwhk13M .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rVTlwhk13M .modal-backdrop.fade {
  opacity: 0;
}
.cid-rVTlwhk13M .modal-backdrop.show {
  opacity: .5;
}
.cid-rVTlwhk13M .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rVTlwhk13M .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rVTlwhk13M .modal-header .close:hover {
  opacity: 1;
}
.cid-rVTlwhk13M .modal-header .close:focus {
  outline: none;
}
.cid-rVTlwhk13M .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rVTlwhk13M .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rVTlwhk13M .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rVTlwhk13M .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rVTlwhk13M .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rVTlwhk13M .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rVTlwhk13M .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rVTlwhk13M .modal-sm {
    max-width: 300px;
  }
  .cid-rVTlwhk13M .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rVTlwhk13M .modal-lg,
  .cid-rVTlwhk13M .modal-xl {
    max-width: 800px;
  }
  .cid-rVTlwhk13M .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rVTlwhk13M .modal-xl {
    max-width: 1140px;
  }
  .cid-rVTlwhk13M .container {
    max-width: 1140px;
  }
}
.cid-rVTlwhk13M .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rVTlwhk13M .container {
    max-width: 720px;
  }
}
.cid-rVTlwhk13M .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rVTlwhk13M .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rVTlwhk13M .form-group {
  margin-bottom: 1rem;
}
.cid-rVTlwhk13M .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rVTlwhk13M .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rVTlwhk13M .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rWmyLM3rpN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #284e43;
}
.cid-rWmyLM3rpN .counter-container {
  color: #464646;
}
.cid-rWmyLM3rpN .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-rWmyLM3rpN .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-rWmyLM3rpN .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-rWmyLM3rpN P {
  text-align: left;
  color: #ffffff;
}
.cid-rWmyLM3rpN H3 {
  color: #ffffff;
}
.cid-rWmyLM3rpN H4 {
  color: #ffffff;
}
.cid-rWmy8Vybeo {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f9fafb;
}
.cid-rWmy8Vybeo .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rWmy8Vybeo .form-control,
.cid-rWmy8Vybeo .field-input {
  padding: 0px 20px;
  min-height: auto;
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
  border-radius: 25px;
  height: 50px;
}
.cid-rWmy8Vybeo .form-control::-webkit-input-placeholder,
.cid-rWmy8Vybeo .field-input::-webkit-input-placeholder,
.cid-rWmy8Vybeo .form-control::-webkit-input-placeholder,
.cid-rWmy8Vybeo .field-input::-webkit-input-placeholder {
  color: #606060;
}
.cid-rWmy8Vybeo .form-control:-moz-placeholder,
.cid-rWmy8Vybeo .field-input:-moz-placeholder,
.cid-rWmy8Vybeo .form-control:-moz-placeholder,
.cid-rWmy8Vybeo .field-input:-moz-placeholder {
  color: #606060;
}
.cid-rWmy8Vybeo .form-control:hover,
.cid-rWmy8Vybeo .field-input:hover,
.cid-rWmy8Vybeo .form-control:focus,
.cid-rWmy8Vybeo .field-input:focus {
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rWmy8Vybeo .form-control:hover::-webkit-input-placeholder,
.cid-rWmy8Vybeo .field-input:hover::-webkit-input-placeholder,
.cid-rWmy8Vybeo .form-control:focus::-webkit-input-placeholder,
.cid-rWmy8Vybeo .field-input:focus::-webkit-input-placeholder,
.cid-rWmy8Vybeo .form-control:hover::-webkit-input-placeholder,
.cid-rWmy8Vybeo .field-input:hover::-webkit-input-placeholder,
.cid-rWmy8Vybeo .form-control:focus::-webkit-input-placeholder,
.cid-rWmy8Vybeo .field-input:focus::-webkit-input-placeholder {
  color: #606060;
}
.cid-rWmy8Vybeo .form-control:hover:-moz-placeholder,
.cid-rWmy8Vybeo .field-input:hover:-moz-placeholder,
.cid-rWmy8Vybeo .form-control:focus:-moz-placeholder,
.cid-rWmy8Vybeo .field-input:focus:-moz-placeholder,
.cid-rWmy8Vybeo .form-control:hover:-moz-placeholder,
.cid-rWmy8Vybeo .field-input:hover:-moz-placeholder,
.cid-rWmy8Vybeo .form-control:focus:-moz-placeholder,
.cid-rWmy8Vybeo .field-input:focus:-moz-placeholder {
  color: #606060;
}
.cid-rWmy8Vybeo textarea {
  padding-top: 1rem !important;
  height: 160px !important;
}
.cid-rWmy8Vybeo .jq-number__spin:hover,
.cid-rWmy8Vybeo .jq-number__spin:focus {
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rWmy8Vybeo .jq-number__spin {
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rWmy8Vybeo .jq-selectbox li,
.cid-rWmy8Vybeo .jq-selectbox li {
  background-color: #e7e8ea;
  color: #000000;
}
.cid-rWmy8Vybeo .jq-selectbox li:hover,
.cid-rWmy8Vybeo .jq-selectbox li.selected {
  background-color: #e7e8ea;
  color: #000000;
}
.cid-rWmy8Vybeo .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rWmy8Vybeo .jq-number__spin.minus:hover:after,
.cid-rWmy8Vybeo .jq-number__spin.plus:hover:after {
  border-top-color: #e7e8ea;
  border-bottom-color: #e7e8ea;
}
.cid-rWmy8Vybeo .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rWmy8Vybeo .jq-number__spin.minus:after,
.cid-rWmy8Vybeo .jq-number__spin.plus:after {
  border-top-color: #e7e8ea;
  border-bottom-color: #e7e8ea;
}
.cid-rWmy8Vybeo input::-webkit-clear-button {
  display: none;
}
.cid-rWmy8Vybeo input::-webkit-inner-spin-button {
  display: none;
}
.cid-rWmy8Vybeo input::-webkit-outer-spin-button {
  display: none;
}
.cid-rWmy8Vybeo input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-rWmy8Vybeo .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #9ccd7e;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-rWmy8Vybeo .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-rWmy8Vybeo .mbr-section-title {
  color: #404040;
}
.cid-rWmy8Vybeo .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-rWmy8Vybeo .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-rWmy8Vybeo .mbr-text {
  color: #606060;
}
.cid-rWmy8Vybeo .btn {
  padding: 18px 26px;
  border-radius: 30px;
}
.cid-rWmy8Vybeo .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-rWmy8Vybeo .required {
  width: 100%;
  color: #808080;
}
.cid-rWmy8Vybeo img {
  width: 100%;
  -webkit-mask-box-image: url("../../../assets/images/blob1.svg");
  mask-image: url("../../../assets/images/blob1.svg");
  -webkit-mask-box-image-repeat: space;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  height: auto;
  max-width: 100%;
  -webkit-mask-size: auto auto;
  position: relative;
}
.cid-rWmy8Vybeo .counter {
  top: 51%;
  left: 13%;
}
.cid-rWmy8Vybeo .counter .full-circle {
  background-color: #1d6853;
  display: inline-block;
  border-radius: 50%;
  min-width: 100px;
  min-height: 100px;
  padding: 24px;
  text-align: center;
  white-space: nowrap;
}
.cid-rWmy8Vybeo .counter .full-circle::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  padding-top: 100%;
  height: 0;
}
.cid-rWmy8Vybeo .counter .full-circle .full-circle-inner {
  display: inline-block;
  vertical-align: middle;
}
.cid-rWmy8Vybeo .counter .full-circle .full-circle-inner .circle-text {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-rWmy8Vybeo img {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .cid-rWmy8Vybeo .required {
    text-align: center;
  }
}
.cid-rWmy8Vybeo .counter .full-circle .full-circle-inner .circle-text {
  color: #ffffff;
}
.cid-rWmy8WwRTY {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #042b12;
  background: linear-gradient(0deg, #042b12, #12566a);
}
.cid-rWmy8WwRTY ul {
  padding: 0;
  margin: 0;
}
.cid-rWmy8WwRTY ul li {
  list-style: none;
}
.cid-rWmy8WwRTY ul li h4 {
  margin: 0;
}
.cid-rWmy8WwRTY ul li h4.display-4 {
  line-height: 1.75;
}
.cid-rWmy8WwRTY .item {
  color: #f9fafb;
}
.cid-rWmy8WwRTY .col-title {
  color: #ffffff;
}
.cid-rWmy8WwRTY .col-title.display-2 {
  font-size: 2.1rem;
}
.cid-rWmy8WwRTY .col-title1 {
  margin-bottom: 40px;
}
.cid-rWmy8WwRTY .form-group,
.cid-rWmy8WwRTY .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-rWmy8WwRTY .form-control {
  display: inline-block;
  border: none;
  border-radius: 25px;
  width: 100%;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  margin-right: 10px;
  height: 50px;
  line-height: 50px;
}
.cid-rWmy8WwRTY .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-rWmy8WwRTY .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-rWmy8WwRTY .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-rWmy8WwRTY .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-rWmy8WwRTY .col + .mbr-section-btn .btn,
.cid-rWmy8WwRTY .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 30px !important;
  padding: 14.5px 26px 14.5px !important;
}
.cid-rWmy8WwRTY .col + .mbr-section-btn .btn.display-4,
.cid-rWmy8WwRTY .col-auto + .mbr-section-btn .btn.display-4 {
  font-size: 13px;
}
.cid-rWmy8WwRTY .col + .mbr-section-btn .btn:hover,
.cid-rWmy8WwRTY .col-auto + .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2);
}
.cid-rWmy8WwRTY .dragArea > *:nth-last-child(2).col,
.cid-rWmy8WwRTY .dragArea > *:nth-last-child(2).col-auto,
.cid-rWmy8WwRTY .col + .mbr-section-btn,
.cid-rWmy8WwRTY .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.cid-rWmy8WwRTY .form1 {
  margin-top: 30px;
}
.cid-rWmy8WwRTY .fill-light-wrapper {
  fill: #f9fafb;
  z-index: 2 !important;
  top: 0;
}
@media (max-width: 768px) {
  .cid-rWmy8WwRTY .md-pb {
    margin-bottom: 30px;
  }
}
.cid-rWmy90ukX5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #042b12;
}
@media (min-width: 1500px) {
  .cid-rWmy90ukX5 .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-rWmy90ukX5 .copyright {
    margin-bottom: 1rem;
  }
}
.cid-rWmy90ukX5 p {
  color: #ffffff;
}
.cid-rWr5CPIIHb .dropdown-menu {
  padding: 12px 0;
}
.cid-rWr5CPIIHb .dropdown-item:hover,
.cid-rWr5CPIIHb .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-rWr5CPIIHb .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-rWr5CPIIHb .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-rWr5CPIIHb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-rWr5CPIIHb .nav-link {
  position: relative;
}
.cid-rWr5CPIIHb .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-rWr5CPIIHb .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-rWr5CPIIHb .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-rWr5CPIIHb .dropdown-menu,
.cid-rWr5CPIIHb .navbar.opened {
  background: #1d6853 !important;
}
.cid-rWr5CPIIHb .nav-item:focus,
.cid-rWr5CPIIHb .nav-link:focus {
  outline: none;
}
.cid-rWr5CPIIHb .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-rWr5CPIIHb .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-rWr5CPIIHb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rWr5CPIIHb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rWr5CPIIHb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rWr5CPIIHb .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;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rWr5CPIIHb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rWr5CPIIHb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rWr5CPIIHb .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #284e43;
  background: none;
}
.cid-rWr5CPIIHb .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-rWr5CPIIHb .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-rWr5CPIIHb .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-rWr5CPIIHb .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-rWr5CPIIHb .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-rWr5CPIIHb .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-rWr5CPIIHb .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-rWr5CPIIHb .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-rWr5CPIIHb .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-rWr5CPIIHb .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-rWr5CPIIHb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rWr5CPIIHb .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-rWr5CPIIHb .navbar.collapsed.opened {
  position: fixed;
}
.cid-rWr5CPIIHb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-rWr5CPIIHb .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-rWr5CPIIHb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-rWr5CPIIHb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rWr5CPIIHb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rWr5CPIIHb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rWr5CPIIHb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rWr5CPIIHb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-rWr5CPIIHb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-rWr5CPIIHb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rWr5CPIIHb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rWr5CPIIHb .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-rWr5CPIIHb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rWr5CPIIHb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rWr5CPIIHb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
  }
  .cid-rWr5CPIIHb .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-rWr5CPIIHb .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rWr5CPIIHb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rWr5CPIIHb .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-rWr5CPIIHb .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-rWr5CPIIHb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-rWr5CPIIHb .navbar.navbar-short {
  background: #284e43 !important;
  min-height: 60px;
}
.cid-rWr5CPIIHb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rWr5CPIIHb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rWr5CPIIHb .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rWr5CPIIHb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rWr5CPIIHb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rWr5CPIIHb .dropdown-item.active,
.cid-rWr5CPIIHb .dropdown-item:active {
  background-color: transparent;
}
.cid-rWr5CPIIHb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rWr5CPIIHb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rWr5CPIIHb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rWr5CPIIHb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #284e43;
}
.cid-rWr5CPIIHb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rWr5CPIIHb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rWr5CPIIHb ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rWr5CPIIHb .navbar-buttons {
  text-align: center;
}
.cid-rWr5CPIIHb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rWr5CPIIHb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rWr5CPIIHb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-rWr5CPIIHb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rWr5CPIIHb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-rWr5CPIIHb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-rWr5CPIIHb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rWr5CPIIHb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-rWr5CPIIHb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-rWr5CPIIHb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-rWr5CPIIHb .navbar-dropdown {
  position: fixed;
}
.cid-rWr5CPIIHb a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rWr5CPIIHb .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-rWr5CPIIHb .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-rWr5CPIIHb .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rWr5CPIIHb .navbar {
    height: 77px;
  }
  .cid-rWr5CPIIHb .navbar.opened {
    height: auto;
  }
  .cid-rWr5CPIIHb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
