body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((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.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #19d3ad !important;
}
.bg-success {
  background-color: #149dcc !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #00a180 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #19d3ad !important;
  border-color: #19d3ad !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #118f75 !important;
  border-color: #118f75 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #118f75 !important;
  border-color: #118f75 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #00a180 !important;
  border-color: #00a180 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #005543 !important;
  border-color: #005543 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #005543 !important;
  border-color: #005543 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0e7862;
  color: #0e7862;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #19d3ad;
  border-color: #19d3ad;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #19d3ad !important;
  border-color: #19d3ad !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #003b2f;
  color: #003b2f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #00a180;
  border-color: #00a180;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #00a180 !important;
  border-color: #00a180 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-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: #19d3ad !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #149dcc !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #00a180 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0e7862 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #0b566f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #003b2f !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #00a180;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #19d3ad;
  border-color: #19d3ad;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #19d3ad;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c0f8ec;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #21ffd2;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #19d3ad;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #19d3ad;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #19d3ad;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #19d3ad;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #19d3ad;
  border-bottom-color: #19d3ad;
}
.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: #19d3ad !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: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%2319d3ad' %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.3;
}
.cid-rYnP0gjbw2 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rYnP0gjbw2 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rYnP0gjbw2 a {
  font-style: normal;
}
.cid-rYnP0gjbw2 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rYnP0gjbw2 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rYnP0gjbw2 .nav-item:focus,
.cid-rYnP0gjbw2 .nav-link:focus {
  outline: none;
}
.cid-rYnP0gjbw2 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rYnP0gjbw2 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rYnP0gjbw2 .menu-logo {
  margin-right: auto;
}
.cid-rYnP0gjbw2 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rYnP0gjbw2 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rYnP0gjbw2 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rYnP0gjbw2 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rYnP0gjbw2 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rYnP0gjbw2 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rYnP0gjbw2 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rYnP0gjbw2 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rYnP0gjbw2 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rYnP0gjbw2 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYnP0gjbw2 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rYnP0gjbw2 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rYnP0gjbw2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rYnP0gjbw2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rYnP0gjbw2 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rYnP0gjbw2 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rYnP0gjbw2 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rYnP0gjbw2 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rYnP0gjbw2 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rYnP0gjbw2 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rYnP0gjbw2 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rYnP0gjbw2 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rYnP0gjbw2 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rYnP0gjbw2 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rYnP0gjbw2 button.navbar-toggler:focus {
  outline: none;
}
.cid-rYnP0gjbw2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rYnP0gjbw2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rYnP0gjbw2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rYnP0gjbw2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rYnP0gjbw2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rYnP0gjbw2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYnP0gjbw2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rYnP0gjbw2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rYnP0gjbw2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYnP0gjbw2 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rYnP0gjbw2 .collapsed .btn {
  display: -webkit-flex;
}
.cid-rYnP0gjbw2 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rYnP0gjbw2 .collapsed .navbar-collapse.collapsing,
.cid-rYnP0gjbw2 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rYnP0gjbw2 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rYnP0gjbw2 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rYnP0gjbw2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rYnP0gjbw2 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rYnP0gjbw2 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rYnP0gjbw2 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rYnP0gjbw2 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rYnP0gjbw2 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rYnP0gjbw2 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-rYnP0gjbw2 .collapsed button.navbar-toggler {
  display: block;
}
.cid-rYnP0gjbw2 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rYnP0gjbw2 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rYnP0gjbw2 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rYnP0gjbw2 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rYnP0gjbw2 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rYnP0gjbw2 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rYnP0gjbw2.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rYnP0gjbw2 img {
    height: 3.8rem !important;
  }
  .cid-rYnP0gjbw2 .btn {
    display: -webkit-flex;
  }
  .cid-rYnP0gjbw2 button.navbar-toggler {
    display: block;
  }
  .cid-rYnP0gjbw2 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rYnP0gjbw2 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rYnP0gjbw2 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rYnP0gjbw2 .navbar-collapse.collapsing,
  .cid-rYnP0gjbw2 .navbar-collapse.show {
    display: block !important;
  }
  .cid-rYnP0gjbw2 .navbar-collapse.collapsing .navbar-nav,
  .cid-rYnP0gjbw2 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rYnP0gjbw2 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rYnP0gjbw2 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rYnP0gjbw2 .navbar-collapse.collapsing .navbar-buttons,
  .cid-rYnP0gjbw2 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rYnP0gjbw2 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rYnP0gjbw2 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYnP0gjbw2 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rYnP0gjbw2 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rYnP0gjbw2 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rYnP0gjbw2 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rYnP0gjbw2 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rYnP0gjbw2 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rYnP0gjbw2 .nav-link:hover,
.cid-rYnP0gjbw2 .dropdown-item:hover {
  color: #767676 !important;
}
.cid-rYnP2WduAC {
  background-image: url("../../../assets/images/umnotho-home-626x414.jpg");
}
.cid-rYnP2WduAC H1 {
  color: #00a180;
}
.cid-rYnP2WduAC H3 {
  text-align: left;
}
.cid-rYnP2WduAC .mbr-text,
.cid-rYnP2WduAC .mbr-section-btn {
  text-align: left;
}
.cid-s0KxgnJvVk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00a180;
}
.cid-s0KxgnJvVk .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s0KxgnJvVk .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-s0KxgnJvVk .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s0KxgnJvVk .inner-container {
    width: 100% !important;
  }
}
.cid-s0Ky9sWdyn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s0Ky9sWdyn .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-s0Ky9sWdyn .step {
  width: 60px;
  height: 60px;
  font-size: 30px;
  border-radius: 50%;
  border: 2px solid #00a180;
  padding-bottom: 0;
  text-align: right;
}
@media (min-width: 768px) {
  .cid-s0Ky9sWdyn .separline .step-wrapper {
    position: relative;
  }
  .cid-s0Ky9sWdyn .separline .step-wrapper:before,
  .cid-s0Ky9sWdyn .separline .step-wrapper:after {
    top: 32px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 30px - 8px);
    background-color: #00a180;
  }
  .cid-s0Ky9sWdyn .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-s0Ky9sWdyn .separline .step-wrapper:after {
    left: calc(50% + 8px + 30px);
  }
  .cid-s0Ky9sWdyn .separline.last-child .step-wrapper:after,
  .cid-s0Ky9sWdyn .separline:nth-child(3n) .step-wrapper:after,
  .cid-s0Ky9sWdyn .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-s0Ky9sWdyn .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-s0KBtOQyOH {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/green-strip-1980x54.jpg");
}
.cid-s0KBtOQyOH .btn {
  margin: 0 0 .5rem 0;
}
.cid-s0KzjE0uWY {
  background-image: url("../../../assets/images/2-shutterstock-110479439-1188x833.jpeg");
}
.cid-s0KzjE0uWY .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-s0KzjE0uWY .media-container-column {
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-s0KzjE0uWY .media-container-column {
    padding: 1rem !important;
  }
}
.cid-s0KzjE0uWY .mbr-text,
.cid-s0KzjE0uWY .mbr-section-btn {
  color: #232323;
}
.cid-s0KzjE0uWY H1 {
  color: #232323;
}
.cid-rYoBdCTGJD {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #00a180;
}
.cid-rYoBdCTGJD h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rYoBdCTGJD p {
  color: #767676;
  text-align: left;
}
.cid-rYoBdCTGJD .card-box {
  padding-top: 2rem;
}
.cid-rYoBdCTGJD .card-wrapper {
  height: 100%;
}
.cid-rYoBdCTGJD .card-title {
  text-align: center;
  color: #efefef;
}
.cid-rYoBdCTGJD P {
  color: #ffffff;
}
.cid-s0KH6AuBbx {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/businessman-holding-3d-render-dna-110893-1254-626x294.jpg");
}
.cid-s0KH6AuBbx .mbr-section-subtitle,
.cid-s0KH6AuBbx .mbr-text {
  color: #767676;
}
.cid-s0KH6AuBbx .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-s0KH6AuBbx .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s0KH6AuBbx .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s0KH6AuBbx .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-s0KH6AuBbx .card-wrapper .card-img img {
  width: 100%;
}
.cid-s0KH6AuBbx .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-s0KH6AuBbx .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-s0KH6AuBbx .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-s0KH6AuBbx .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-s0KH6AuBbx .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-s0KH6AuBbx .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-s0KH6AuBbx .mbr-section-title {
  color: #ffffff;
}
.cid-s0KH6AuBbx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rYoW9rWXjf {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/green-strip-1980x54.jpg");
}
.cid-rYoW9rWXjf .btn {
  margin: 0 0 .5rem 0;
}
.cid-rYoMU0OQ2Q {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-rYoMU0OQ2Q .title {
  margin-bottom: 2rem;
}
.cid-rYoMU0OQ2Q .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rYoMU0OQ2Q a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rYoMU0OQ2Q a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rYoMU0OQ2Q textarea.form-control {
  min-height: 188px;
}
.cid-rYoMU0OQ2Q H2 {
  color: #ffffff;
}
.cid-rYoMU0OQ2Q LABEL {
  color: #ffffff;
}
.cid-sx0HtfKRIW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sx0HtfKRIW .form-text {
  color: #19d3ad;
}
@media (max-width: 767px) {
  .cid-sx0HtfKRIW .content {
    text-align: center;
  }
  .cid-sx0HtfKRIW .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sx0HtfKRIW .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-sx0HtfKRIW .form-group,
.cid-sx0HtfKRIW .input-group-btn {
  padding: 0;
}
.cid-sx0HtfKRIW .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sx0HtfKRIW .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sx0HtfKRIW .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sx0HtfKRIW .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sx0HtfKRIW .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sx0HtfKRIW .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sx0HtfKRIW .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sx0HtfKRIW .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sx0HtfKRIW .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sx0HtfKRIW .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sx0HtfKRIW .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sx0HtfKRIW .foot-logo {
    text-align: center !important;
  }
  .cid-sx0HtfKRIW .foot-title {
    text-align: center !important;
  }
  .cid-sx0HtfKRIW .mbr-text {
    text-align: center !important;
  }
  .cid-sx0HtfKRIW .form-group {
    margin: 0;
  }
}
.cid-s0KBrgGVMy {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/green-strip-1980x54.jpg");
}
.cid-s0KBrgGVMy .btn {
  margin: 0 0 .5rem 0;
}
.cid-s0KLMvVSyj .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s0KLMvVSyj .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s0KLMvVSyj a {
  font-style: normal;
}
.cid-s0KLMvVSyj .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s0KLMvVSyj .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s0KLMvVSyj .nav-item:focus,
.cid-s0KLMvVSyj .nav-link:focus {
  outline: none;
}
.cid-s0KLMvVSyj .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s0KLMvVSyj .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s0KLMvVSyj .menu-logo {
  margin-right: auto;
}
.cid-s0KLMvVSyj .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s0KLMvVSyj .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s0KLMvVSyj .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s0KLMvVSyj .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s0KLMvVSyj .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s0KLMvVSyj .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s0KLMvVSyj .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s0KLMvVSyj .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s0KLMvVSyj .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s0KLMvVSyj .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s0KLMvVSyj .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s0KLMvVSyj .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s0KLMvVSyj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s0KLMvVSyj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s0KLMvVSyj .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s0KLMvVSyj .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s0KLMvVSyj .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s0KLMvVSyj .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s0KLMvVSyj .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s0KLMvVSyj .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s0KLMvVSyj .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s0KLMvVSyj .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s0KLMvVSyj .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s0KLMvVSyj button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s0KLMvVSyj button.navbar-toggler:focus {
  outline: none;
}
.cid-s0KLMvVSyj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s0KLMvVSyj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s0KLMvVSyj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s0KLMvVSyj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s0KLMvVSyj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s0KLMvVSyj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0KLMvVSyj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s0KLMvVSyj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s0KLMvVSyj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0KLMvVSyj .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s0KLMvVSyj .collapsed .btn {
  display: -webkit-flex;
}
.cid-s0KLMvVSyj .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s0KLMvVSyj .collapsed .navbar-collapse.collapsing,
.cid-s0KLMvVSyj .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s0KLMvVSyj .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s0KLMvVSyj .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s0KLMvVSyj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s0KLMvVSyj .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s0KLMvVSyj .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s0KLMvVSyj .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s0KLMvVSyj .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s0KLMvVSyj .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s0KLMvVSyj .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-s0KLMvVSyj .collapsed button.navbar-toggler {
  display: block;
}
.cid-s0KLMvVSyj .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s0KLMvVSyj .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s0KLMvVSyj .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s0KLMvVSyj .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s0KLMvVSyj .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s0KLMvVSyj .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s0KLMvVSyj.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s0KLMvVSyj img {
    height: 3.8rem !important;
  }
  .cid-s0KLMvVSyj .btn {
    display: -webkit-flex;
  }
  .cid-s0KLMvVSyj button.navbar-toggler {
    display: block;
  }
  .cid-s0KLMvVSyj .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s0KLMvVSyj .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s0KLMvVSyj .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s0KLMvVSyj .navbar-collapse.collapsing,
  .cid-s0KLMvVSyj .navbar-collapse.show {
    display: block !important;
  }
  .cid-s0KLMvVSyj .navbar-collapse.collapsing .navbar-nav,
  .cid-s0KLMvVSyj .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s0KLMvVSyj .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s0KLMvVSyj .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s0KLMvVSyj .navbar-collapse.collapsing .navbar-buttons,
  .cid-s0KLMvVSyj .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s0KLMvVSyj .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s0KLMvVSyj .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s0KLMvVSyj .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s0KLMvVSyj .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s0KLMvVSyj .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s0KLMvVSyj .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s0KLMvVSyj .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s0KLMvVSyj .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s0KLMvVSyj .nav-link:hover,
.cid-s0KLMvVSyj .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s0KLMr26Lf {
  background-image: url("../../../assets/images/3004976-1920x1281.jpeg");
}
.cid-s0KLMr26Lf H1 {
  color: #00a180;
}
.cid-s0KLMr26Lf H3 {
  text-align: left;
}
.cid-s0KLMr26Lf .mbr-text,
.cid-s0KLMr26Lf .mbr-section-btn {
  text-align: left;
}
.cid-s0KLMWJf7d {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/green-strip-1980x54.jpg");
}
.cid-s0KLMWJf7d .btn {
  margin: 0 0 .5rem 0;
}
.cid-s0KS140fTI {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s0KS140fTI h2 {
  text-align: left;
}
.cid-s0KS140fTI h4 {
  text-align: left;
  font-weight: 500;
}
.cid-s0KS140fTI p {
  color: #767676;
  text-align: left;
}
.cid-s0KS140fTI .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-s0KS140fTI .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s0KS140fTI .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s0KS140fTI .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s0KS140fTI .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s0KS140fTI .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s0KS140fTI .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s0KS140fTI .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s0KS140fTI .card-img span {
    font-size: 40px !important;
  }
}
.cid-s0KTLYUZ5q {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/green-strip-1980x54.jpg");
}
.cid-s0KTLYUZ5q .btn {
  margin: 0 0 .5rem 0;
}
.cid-s0KTTdAkWc {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s0KTTdAkWc h2 {
  text-align: left;
}
.cid-s0KTTdAkWc h4 {
  text-align: left;
  font-weight: 500;
}
.cid-s0KTTdAkWc p {
  color: #767676;
  text-align: left;
}
.cid-s0KTTdAkWc .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-s0KTTdAkWc .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s0KTTdAkWc .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s0KTTdAkWc .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s0KTTdAkWc .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s0KTTdAkWc .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s0KTTdAkWc .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s0KTTdAkWc .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s0KTTdAkWc .card-img span {
    font-size: 40px !important;
  }
}
.cid-s0KLMYAHlv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-s0KLMYAHlv .title {
  margin-bottom: 2rem;
}
.cid-s0KLMYAHlv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s0KLMYAHlv a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s0KLMYAHlv a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-s0KLMYAHlv textarea.form-control {
  min-height: 188px;
}
.cid-s0KLMYAHlv H2 {
  color: #ffffff;
}
.cid-s0KLMYAHlv LABEL {
  color: #ffffff;
}
.cid-s0KLN4eXFZ {
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #00a180, #008558);
}
.cid-s0KLN4eXFZ .btn {
  margin: 0 0 .5rem 0;
}
.cid-sx0KE8tiDJ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sx0KE8tiDJ .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sx0KE8tiDJ .content {
    text-align: center;
  }
  .cid-sx0KE8tiDJ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sx0KE8tiDJ .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-sx0KE8tiDJ .form-group,
.cid-sx0KE8tiDJ .input-group-btn {
  padding: 0;
}
.cid-sx0KE8tiDJ .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sx0KE8tiDJ .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sx0KE8tiDJ .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sx0KE8tiDJ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sx0KE8tiDJ .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sx0KE8tiDJ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sx0KE8tiDJ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sx0KE8tiDJ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sx0KE8tiDJ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sx0KE8tiDJ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sx0KE8tiDJ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sx0KE8tiDJ .foot-logo {
    text-align: center !important;
  }
  .cid-sx0KE8tiDJ .foot-title {
    text-align: center !important;
  }
  .cid-sx0KE8tiDJ .mbr-text {
    text-align: center !important;
  }
  .cid-sx0KE8tiDJ .form-group {
    margin: 0;
  }
}
.cid-s0KLNcx80h {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/green-strip-1980x54.jpg");
}
.cid-s0KLNcx80h .btn {
  margin: 0 0 .5rem 0;
}
.cid-s0KLPKgRs9 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s0KLPKgRs9 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s0KLPKgRs9 a {
  font-style: normal;
}
.cid-s0KLPKgRs9 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s0KLPKgRs9 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s0KLPKgRs9 .nav-item:focus,
.cid-s0KLPKgRs9 .nav-link:focus {
  outline: none;
}
.cid-s0KLPKgRs9 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s0KLPKgRs9 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s0KLPKgRs9 .menu-logo {
  margin-right: auto;
}
.cid-s0KLPKgRs9 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s0KLPKgRs9 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s0KLPKgRs9 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s0KLPKgRs9 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s0KLPKgRs9 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s0KLPKgRs9 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s0KLPKgRs9 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s0KLPKgRs9 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s0KLPKgRs9 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s0KLPKgRs9 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s0KLPKgRs9 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s0KLPKgRs9 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s0KLPKgRs9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s0KLPKgRs9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s0KLPKgRs9 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s0KLPKgRs9 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s0KLPKgRs9 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s0KLPKgRs9 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s0KLPKgRs9 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s0KLPKgRs9 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s0KLPKgRs9 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s0KLPKgRs9 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s0KLPKgRs9 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s0KLPKgRs9 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s0KLPKgRs9 button.navbar-toggler:focus {
  outline: none;
}
.cid-s0KLPKgRs9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s0KLPKgRs9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s0KLPKgRs9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s0KLPKgRs9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s0KLPKgRs9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s0KLPKgRs9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0KLPKgRs9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s0KLPKgRs9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s0KLPKgRs9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0KLPKgRs9 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s0KLPKgRs9 .collapsed .btn {
  display: -webkit-flex;
}
.cid-s0KLPKgRs9 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s0KLPKgRs9 .collapsed .navbar-collapse.collapsing,
.cid-s0KLPKgRs9 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s0KLPKgRs9 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s0KLPKgRs9 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s0KLPKgRs9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s0KLPKgRs9 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s0KLPKgRs9 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s0KLPKgRs9 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s0KLPKgRs9 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s0KLPKgRs9 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s0KLPKgRs9 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-s0KLPKgRs9 .collapsed button.navbar-toggler {
  display: block;
}
.cid-s0KLPKgRs9 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s0KLPKgRs9 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s0KLPKgRs9 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s0KLPKgRs9 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s0KLPKgRs9 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s0KLPKgRs9 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s0KLPKgRs9.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s0KLPKgRs9 img {
    height: 3.8rem !important;
  }
  .cid-s0KLPKgRs9 .btn {
    display: -webkit-flex;
  }
  .cid-s0KLPKgRs9 button.navbar-toggler {
    display: block;
  }
  .cid-s0KLPKgRs9 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s0KLPKgRs9 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s0KLPKgRs9 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s0KLPKgRs9 .navbar-collapse.collapsing,
  .cid-s0KLPKgRs9 .navbar-collapse.show {
    display: block !important;
  }
  .cid-s0KLPKgRs9 .navbar-collapse.collapsing .navbar-nav,
  .cid-s0KLPKgRs9 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s0KLPKgRs9 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s0KLPKgRs9 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s0KLPKgRs9 .navbar-collapse.collapsing .navbar-buttons,
  .cid-s0KLPKgRs9 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s0KLPKgRs9 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s0KLPKgRs9 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s0KLPKgRs9 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s0KLPKgRs9 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s0KLPKgRs9 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s0KLPKgRs9 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s0KLPKgRs9 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s0KLPKgRs9 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s0KLPKgRs9 .nav-link:hover,
.cid-s0KLPKgRs9 .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s0KLPGgXcw {
  background-image: url("../../../assets/images/business-work-concept-3-2000x1333.jpg");
}
.cid-s0KLPGgXcw H1 {
  color: #00a180;
  text-align: center;
}
.cid-s0KLPGgXcw H3 {
  text-align: left;
}
.cid-s0KLPGgXcw .mbr-text,
.cid-s0KLPGgXcw .mbr-section-btn {
  text-align: center;
}
.cid-s0KLPV53SM {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/green-strip-1980x54.jpg");
}
.cid-s0KLPV53SM .btn {
  margin: 0 0 .5rem 0;
}
.cid-s0L8LRWCZd {
  padding-top: 15px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-s0L8LRWCZd .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-s0L8LRWCZd .mbr-text,
.cid-s0L8LRWCZd .mbr-section-btn {
  color: #232323;
}
.cid-s0L8LRWCZd .mbr-section-title {
  color: #232323;
}
.cid-s0L6p7nQ62 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00a180;
}
.cid-s0L6p7nQ62 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s0L6p7nQ62 p {
  color: #767676;
  text-align: left;
}
.cid-s0L6p7nQ62 .card-box {
  padding-top: 2rem;
}
.cid-s0L6p7nQ62 .card-wrapper {
  height: 100%;
}
.cid-s0L6p7nQ62 .card-title {
  text-align: center;
  color: #efefef;
}
.cid-s0L6p7nQ62 P {
  color: #ffffff;
}
.cid-s0KLQazBqX {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/green-strip-1980x54.jpg");
}
.cid-s0KLQazBqX .btn {
  margin: 0 0 .5rem 0;
}
.cid-s0Lj9gMm1O {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-s0Lj9gMm1O .mbr-section-subtitle {
  color: #767676;
}
.cid-s0LhQGTtQC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f6;
}
.cid-s0LhQGTtQC .testimonial-text {
  font-style: italic;
  color: #676767;
  font-weight: 300;
}
.cid-s0LhQGTtQC .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-s0LhQGTtQC .mbr-author-desc {
  color: #232;
}
@media (max-width: 991px) {
  .cid-s0LhQGTtQC .mbr-figure,
  .cid-s0LhQGTtQC img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-s0VzipY8sW {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(0deg, #efefef, #efefef);
}
.cid-s0VzipY8sW .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-s0VzipY8sW .social-list a:focus {
  text-decoration: none;
}
.cid-s0KLQcR2ky {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-s0KLQcR2ky .title {
  margin-bottom: 2rem;
}
.cid-s0KLQcR2ky .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s0KLQcR2ky a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s0KLQcR2ky a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-s0KLQcR2ky textarea.form-control {
  min-height: 188px;
}
.cid-s0KLQcR2ky H2 {
  color: #ffffff;
}
.cid-s0KLQcR2ky LABEL {
  color: #ffffff;
}
.cid-s0KLQj6uwk {
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #00a180, #008558);
}
.cid-s0KLQj6uwk .btn {
  margin: 0 0 .5rem 0;
}
.cid-sx0KZrWyl0 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sx0KZrWyl0 .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sx0KZrWyl0 .content {
    text-align: center;
  }
  .cid-sx0KZrWyl0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sx0KZrWyl0 .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-sx0KZrWyl0 .form-group,
.cid-sx0KZrWyl0 .input-group-btn {
  padding: 0;
}
.cid-sx0KZrWyl0 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sx0KZrWyl0 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sx0KZrWyl0 .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sx0KZrWyl0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sx0KZrWyl0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sx0KZrWyl0 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sx0KZrWyl0 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sx0KZrWyl0 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sx0KZrWyl0 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sx0KZrWyl0 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sx0KZrWyl0 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sx0KZrWyl0 .foot-logo {
    text-align: center !important;
  }
  .cid-sx0KZrWyl0 .foot-title {
    text-align: center !important;
  }
  .cid-sx0KZrWyl0 .mbr-text {
    text-align: center !important;
  }
  .cid-sx0KZrWyl0 .form-group {
    margin: 0;
  }
}
.cid-s0KLQqvi8L {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/green-strip-1980x54.jpg");
}
.cid-s0KLQqvi8L .btn {
  margin: 0 0 .5rem 0;
}
.cid-s1AsM8N4aA .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s1AsM8N4aA .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s1AsM8N4aA a {
  font-style: normal;
}
.cid-s1AsM8N4aA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s1AsM8N4aA .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s1AsM8N4aA .nav-item:focus,
.cid-s1AsM8N4aA .nav-link:focus {
  outline: none;
}
.cid-s1AsM8N4aA .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s1AsM8N4aA .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s1AsM8N4aA .menu-logo {
  margin-right: auto;
}
.cid-s1AsM8N4aA .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1AsM8N4aA .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s1AsM8N4aA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s1AsM8N4aA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s1AsM8N4aA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s1AsM8N4aA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s1AsM8N4aA .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s1AsM8N4aA .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s1AsM8N4aA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s1AsM8N4aA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1AsM8N4aA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s1AsM8N4aA .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s1AsM8N4aA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s1AsM8N4aA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1AsM8N4aA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s1AsM8N4aA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1AsM8N4aA .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s1AsM8N4aA .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s1AsM8N4aA .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s1AsM8N4aA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s1AsM8N4aA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s1AsM8N4aA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s1AsM8N4aA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s1AsM8N4aA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s1AsM8N4aA button.navbar-toggler:focus {
  outline: none;
}
.cid-s1AsM8N4aA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s1AsM8N4aA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1AsM8N4aA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1AsM8N4aA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1AsM8N4aA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1AsM8N4aA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1AsM8N4aA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1AsM8N4aA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1AsM8N4aA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1AsM8N4aA .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s1AsM8N4aA .collapsed .btn {
  display: -webkit-flex;
}
.cid-s1AsM8N4aA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s1AsM8N4aA .collapsed .navbar-collapse.collapsing,
.cid-s1AsM8N4aA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s1AsM8N4aA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s1AsM8N4aA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s1AsM8N4aA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s1AsM8N4aA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s1AsM8N4aA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s1AsM8N4aA .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s1AsM8N4aA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s1AsM8N4aA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s1AsM8N4aA .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-s1AsM8N4aA .collapsed button.navbar-toggler {
  display: block;
}
.cid-s1AsM8N4aA .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s1AsM8N4aA .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s1AsM8N4aA .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s1AsM8N4aA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s1AsM8N4aA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s1AsM8N4aA .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s1AsM8N4aA.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s1AsM8N4aA img {
    height: 3.8rem !important;
  }
  .cid-s1AsM8N4aA .btn {
    display: -webkit-flex;
  }
  .cid-s1AsM8N4aA button.navbar-toggler {
    display: block;
  }
  .cid-s1AsM8N4aA .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s1AsM8N4aA .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s1AsM8N4aA .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s1AsM8N4aA .navbar-collapse.collapsing,
  .cid-s1AsM8N4aA .navbar-collapse.show {
    display: block !important;
  }
  .cid-s1AsM8N4aA .navbar-collapse.collapsing .navbar-nav,
  .cid-s1AsM8N4aA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s1AsM8N4aA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s1AsM8N4aA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s1AsM8N4aA .navbar-collapse.collapsing .navbar-buttons,
  .cid-s1AsM8N4aA .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s1AsM8N4aA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s1AsM8N4aA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s1AsM8N4aA .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s1AsM8N4aA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s1AsM8N4aA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s1AsM8N4aA .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s1AsM8N4aA .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s1AsM8N4aA .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s1AsM8N4aA .nav-link:hover,
.cid-s1AsM8N4aA .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s1AuosoDRR {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #19d3ad;
  background: linear-gradient(#19d3ad, #ffffff);
}
.cid-s1AuosoDRR .carousel-control {
  background: #000;
}
.cid-s1AuosoDRR .mbr-section-subtitle {
  color: #232323;
}
.cid-s1AuosoDRR .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1AuosoDRR .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-s1AuosoDRR .carousel-item .wrap-img {
  text-align: center;
}
.cid-s1AuosoDRR .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-s1AuosoDRR .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1AuosoDRR .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-s1AuosoDRR .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-s1AuosoDRR .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-s1AuosoDRR .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-s1AuosoDRR .cloneditem-1,
.cid-s1AuosoDRR .cloneditem-2,
.cid-s1AuosoDRR .cloneditem-3,
.cid-s1AuosoDRR .cloneditem-4,
.cid-s1AuosoDRR .cloneditem-5 {
  display: none;
}
.cid-s1AuosoDRR .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-s1AuosoDRR .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-s1AuosoDRR .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-s1AuosoDRR .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-s1AuosoDRR .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-s1AuosoDRR .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-s1AuosoDRR .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-s1AuosoDRR .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-s1AuosoDRR .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-s1AuosoDRR .carousel-inner.slides2 .cloneditem-1,
  .cid-s1AuosoDRR .carousel-inner.slides2 .cloneditem-2,
  .cid-s1AuosoDRR .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-s1AuosoDRR .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-s1AuosoDRR .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-s1AuosoDRR .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-s1AuosoDRR .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-s1AuosoDRR .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-s1AuosoDRR .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-s1AuosoDRR .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-s1AuosoDRR .carousel-inner.slides3 .cloneditem-1,
  .cid-s1AuosoDRR .carousel-inner.slides3 .cloneditem-2,
  .cid-s1AuosoDRR .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-s1AuosoDRR .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-s1AuosoDRR .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-s1AuosoDRR .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-s1AuosoDRR .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-s1AuosoDRR .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-s1AuosoDRR .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-s1AuosoDRR .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-s1AuosoDRR .carousel-inner.slides4 .cloneditem-1,
  .cid-s1AuosoDRR .carousel-inner.slides4 .cloneditem-2,
  .cid-s1AuosoDRR .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-s1AuosoDRR .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-s1AuosoDRR .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-s1AuosoDRR .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-s1AuosoDRR .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-s1AuosoDRR .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-s1AuosoDRR .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-s1AuosoDRR .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-s1AuosoDRR .carousel-inner.slides5 .cloneditem-1,
  .cid-s1AuosoDRR .carousel-inner.slides5 .cloneditem-2,
  .cid-s1AuosoDRR .carousel-inner.slides5 .cloneditem-3,
  .cid-s1AuosoDRR .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-s1AuosoDRR .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-s1AuosoDRR .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-s1AuosoDRR .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-s1AuosoDRR .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-s1AuosoDRR .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-s1AuosoDRR .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-s1AuosoDRR .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-s1AuosoDRR .carousel-inner.slides6 .cloneditem-1,
  .cid-s1AuosoDRR .carousel-inner.slides6 .cloneditem-2,
  .cid-s1AuosoDRR .carousel-inner.slides6 .cloneditem-3,
  .cid-s1AuosoDRR .carousel-inner.slides6 .cloneditem-4,
  .cid-s1AuosoDRR .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-s1Za4LrSR8 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/green-strip-1980x54.jpg");
}
.cid-s1Za4LrSR8 .btn {
  margin: 0 0 .5rem 0;
}
.cid-s1Z9RCx5rZ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s1Z9RCx5rZ .mbr-section-subtitle {
  color: #767676;
}
.cid-tjRPAtebCG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjRPAtebCG .mbr-section-subtitle {
  color: #767676;
}
.cid-tjRPAtebCG .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tjRPAtebCG .mbr-text {
  color: #767676;
}
.cid-tjRPAtebCG .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-tjRPAtebCG .mbr-author-name {
  color: #767676;
}
.cid-tjRPAtebCG .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-tjRPAtebCG .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-tjRPAtebCG .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-tjRPAtebCG .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tjRPAtebCG .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-tjRPAtebCG .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-tjRSLa32zQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjRSLa32zQ .mbr-section-subtitle {
  color: #767676;
}
.cid-tjRSLa32zQ .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tjRSLa32zQ .mbr-text {
  color: #767676;
}
.cid-tjRSLa32zQ .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-tjRSLa32zQ .mbr-author-name {
  color: #767676;
}
.cid-tjRSLa32zQ .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-tjRSLa32zQ .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-tjRSLa32zQ .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-tjRSLa32zQ .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tjRSLa32zQ .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-tjRSLa32zQ .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-s1Av5Zbvbv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s1Av5Zbvbv .mbr-section-subtitle {
  color: #767676;
}
.cid-s1Av5Zbvbv .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1Av5Zbvbv .mbr-text {
  color: #767676;
}
.cid-s1Av5Zbvbv .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-s1Av5Zbvbv .mbr-author-name {
  color: #767676;
}
.cid-s1Av5Zbvbv .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-s1Av5Zbvbv .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-s1Av5Zbvbv .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-s1Av5Zbvbv .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-s1Av5Zbvbv .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-s1Av5Zbvbv .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-s1Z7L05QaZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s1Z7L05QaZ .mbr-section-subtitle {
  color: #767676;
}
.cid-s1Z7L05QaZ .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1Z7L05QaZ .mbr-text {
  color: #767676;
}
.cid-s1Z7L05QaZ .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-s1Z7L05QaZ .mbr-author-name {
  color: #767676;
}
.cid-s1Z7L05QaZ .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-s1Z7L05QaZ .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-s1Z7L05QaZ .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-s1Z7L05QaZ .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-s1Z7L05QaZ .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-s1Z7L05QaZ .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-s1AsMInEnR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-s1AsMInEnR .title {
  margin-bottom: 2rem;
}
.cid-s1AsMInEnR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s1AsMInEnR a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s1AsMInEnR a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-s1AsMInEnR textarea.form-control {
  min-height: 188px;
}
.cid-s1AsMInEnR H2 {
  color: #ffffff;
}
.cid-s1AsMInEnR LABEL {
  color: #ffffff;
}
.cid-s1AsMMGCoG {
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #00a180, #008558);
}
.cid-s1AsMMGCoG .btn {
  margin: 0 0 .5rem 0;
}
.cid-sx0L5qC3hF {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sx0L5qC3hF .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sx0L5qC3hF .content {
    text-align: center;
  }
  .cid-sx0L5qC3hF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sx0L5qC3hF .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-sx0L5qC3hF .form-group,
.cid-sx0L5qC3hF .input-group-btn {
  padding: 0;
}
.cid-sx0L5qC3hF .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sx0L5qC3hF .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sx0L5qC3hF .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sx0L5qC3hF .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sx0L5qC3hF .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sx0L5qC3hF .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sx0L5qC3hF .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sx0L5qC3hF .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sx0L5qC3hF .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sx0L5qC3hF .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sx0L5qC3hF .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sx0L5qC3hF .foot-logo {
    text-align: center !important;
  }
  .cid-sx0L5qC3hF .foot-title {
    text-align: center !important;
  }
  .cid-sx0L5qC3hF .mbr-text {
    text-align: center !important;
  }
  .cid-sx0L5qC3hF .form-group {
    margin: 0;
  }
}
.cid-s1AsMWQPHH {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/green-strip-1980x54.jpg");
}
.cid-s1AsMWQPHH .btn {
  margin: 0 0 .5rem 0;
}
.cid-s1uNT8qkSp .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s1uNT8qkSp .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s1uNT8qkSp a {
  font-style: normal;
}
.cid-s1uNT8qkSp .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s1uNT8qkSp .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s1uNT8qkSp .nav-item:focus,
.cid-s1uNT8qkSp .nav-link:focus {
  outline: none;
}
.cid-s1uNT8qkSp .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s1uNT8qkSp .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s1uNT8qkSp .menu-logo {
  margin-right: auto;
}
.cid-s1uNT8qkSp .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1uNT8qkSp .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s1uNT8qkSp .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s1uNT8qkSp .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s1uNT8qkSp .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s1uNT8qkSp .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s1uNT8qkSp .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s1uNT8qkSp .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s1uNT8qkSp .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s1uNT8qkSp .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1uNT8qkSp .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s1uNT8qkSp .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s1uNT8qkSp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s1uNT8qkSp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1uNT8qkSp .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s1uNT8qkSp .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1uNT8qkSp .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s1uNT8qkSp .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s1uNT8qkSp .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s1uNT8qkSp .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s1uNT8qkSp .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s1uNT8qkSp .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s1uNT8qkSp .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s1uNT8qkSp button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s1uNT8qkSp button.navbar-toggler:focus {
  outline: none;
}
.cid-s1uNT8qkSp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s1uNT8qkSp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1uNT8qkSp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1uNT8qkSp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1uNT8qkSp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1uNT8qkSp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1uNT8qkSp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1uNT8qkSp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1uNT8qkSp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1uNT8qkSp .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s1uNT8qkSp .collapsed .btn {
  display: -webkit-flex;
}
.cid-s1uNT8qkSp .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s1uNT8qkSp .collapsed .navbar-collapse.collapsing,
.cid-s1uNT8qkSp .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s1uNT8qkSp .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s1uNT8qkSp .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s1uNT8qkSp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s1uNT8qkSp .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s1uNT8qkSp .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s1uNT8qkSp .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s1uNT8qkSp .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s1uNT8qkSp .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s1uNT8qkSp .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-s1uNT8qkSp .collapsed button.navbar-toggler {
  display: block;
}
.cid-s1uNT8qkSp .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s1uNT8qkSp .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s1uNT8qkSp .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s1uNT8qkSp .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s1uNT8qkSp .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s1uNT8qkSp .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s1uNT8qkSp.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s1uNT8qkSp img {
    height: 3.8rem !important;
  }
  .cid-s1uNT8qkSp .btn {
    display: -webkit-flex;
  }
  .cid-s1uNT8qkSp button.navbar-toggler {
    display: block;
  }
  .cid-s1uNT8qkSp .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s1uNT8qkSp .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s1uNT8qkSp .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s1uNT8qkSp .navbar-collapse.collapsing,
  .cid-s1uNT8qkSp .navbar-collapse.show {
    display: block !important;
  }
  .cid-s1uNT8qkSp .navbar-collapse.collapsing .navbar-nav,
  .cid-s1uNT8qkSp .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s1uNT8qkSp .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s1uNT8qkSp .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s1uNT8qkSp .navbar-collapse.collapsing .navbar-buttons,
  .cid-s1uNT8qkSp .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s1uNT8qkSp .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s1uNT8qkSp .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s1uNT8qkSp .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s1uNT8qkSp .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s1uNT8qkSp .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s1uNT8qkSp .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s1uNT8qkSp .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s1uNT8qkSp .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s1uNT8qkSp .nav-link:hover,
.cid-s1uNT8qkSp .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s1uQRKMiVB .modal-body .close {
  background: #1b1b1b;
}
.cid-s1uQRKMiVB .modal-body .close span {
  font-style: normal;
}
.cid-s1uQRKMiVB .carousel-inner > .active,
.cid-s1uQRKMiVB .carousel-inner > .next,
.cid-s1uQRKMiVB .carousel-inner > .prev {
  display: table;
}
.cid-s1uQRKMiVB .carousel-control .icon-next,
.cid-s1uQRKMiVB .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-s1uQRKMiVB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s1uQRKMiVB .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s1uQRKMiVB .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-s1uQRKMiVB .boxed-slider > div {
  position: relative;
}
.cid-s1uQRKMiVB .container img {
  width: 100%;
}
.cid-s1uQRKMiVB .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-s1uQRKMiVB .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s1uQRKMiVB .mbr-table-cell {
  padding: 0;
}
.cid-s1uQRKMiVB .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-s1uQRKMiVB .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-s1uQRKMiVB .mbr-overlay {
  z-index: 1;
}
.cid-s1uQRKMiVB .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s1uQRKMiVB .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-s1uQRKMiVB .carousel-item .container {
    width: 100%;
  }
}
.cid-s1uQRKMiVB .carousel-item-next.carousel-item-left,
.cid-s1uQRKMiVB .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-s1uQRKMiVB .active.carousel-item-right,
.cid-s1uQRKMiVB .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-s1uQRKMiVB .active.carousel-item-left,
.cid-s1uQRKMiVB .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-s1uQRKMiVB .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-s1uQRKMiVB .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s1uQRKMiVB .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s1uQRKMiVB .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-s1uQRKMiVB .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-s1uQRKMiVB .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-s1uQRKMiVB .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-s1uQRKMiVB .mbr-slider .carousel-indicators li.active,
.cid-s1uQRKMiVB .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-s1uQRKMiVB .mbr-slider .carousel-indicators li::after,
.cid-s1uQRKMiVB .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-s1uQRKMiVB .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-s1uQRKMiVB .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-s1uQRKMiVB .mbr-slider > .container img {
  width: 100%;
}
.cid-s1uQRKMiVB .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-s1uQRKMiVB .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-s1uQRKMiVB .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s1uQRKMiVB .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s1uQRKMiVB .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-s1uQRKMiVB .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-s1uQRKMiVB .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-s1uQRKMiVB .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-s1uQRKMiVB .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-s1uQRKMiVB .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s1uQRKMiVB .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-s1uQRKMiVB .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-s1uQRKMiVB .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-s1uNT9ZdbT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #00a180;
}
.cid-s1uNT9ZdbT .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s1uNT9ZdbT .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-s1uNT9ZdbT .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s1uNT9ZdbT .inner-container {
    width: 100% !important;
  }
}
.cid-s1w0T1sGOC {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s1w0T1sGOC h3 {
  font-weight: 300;
}
.cid-s1w0T1sGOC .card-img {
  width: initial;
}
.cid-s1w0T1sGOC .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s1w0T1sGOC .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-s1w0T1sGOC .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s1w0T1sGOC .mbr-section-subtitle {
  color: #767676;
}
.cid-s1w0T1sGOC .mbr-text {
  color: #767676;
}
.cid-s1w0T1sGOC .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s1w0T1sGOC .mbr-al-i-c {
  align-items: center;
}
.cid-s1w6quBwV8 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/green-strip-1980x54.jpg");
}
.cid-s1w6quBwV8 .btn {
  margin: 0 0 .5rem 0;
}
.cid-s1w0gsWvhU {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s1w0gsWvhU h3 {
  font-weight: 300;
}
.cid-s1w0gsWvhU .card-img {
  width: initial;
}
.cid-s1w0gsWvhU .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s1w0gsWvhU .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-s1w0gsWvhU .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s1w0gsWvhU .mbr-section-subtitle {
  color: #767676;
}
.cid-s1w0gsWvhU .mbr-text {
  color: #767676;
}
.cid-s1w0gsWvhU .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
}
.cid-s1w0gsWvhU .mbr-al-i-c {
  align-items: center;
}
.cid-s1uNTy2Z5I {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/green-strip-1980x54.jpg");
}
.cid-s1uNTy2Z5I .btn {
  margin: 0 0 .5rem 0;
}
.cid-sDPNUD65xi {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sDPNUD65xi h3 {
  font-weight: 300;
}
.cid-sDPNUD65xi .card-img {
  width: initial;
}
.cid-sDPNUD65xi .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sDPNUD65xi .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-sDPNUD65xi .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sDPNUD65xi .mbr-section-subtitle {
  color: #767676;
}
.cid-sDPNUD65xi .mbr-text {
  color: #767676;
}
.cid-sDPNUD65xi .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
}
.cid-sDPNUD65xi .mbr-al-i-c {
  align-items: center;
}
.cid-s1uNTzGKte {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-s1uNTzGKte .title {
  margin-bottom: 2rem;
}
.cid-s1uNTzGKte .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s1uNTzGKte a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s1uNTzGKte a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-s1uNTzGKte textarea.form-control {
  min-height: 188px;
}
.cid-s1uNTzGKte H2 {
  color: #ffffff;
}
.cid-s1uNTzGKte LABEL {
  color: #ffffff;
}
.cid-s1uNTGzDum {
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #00a180, #008558);
}
.cid-s1uNTGzDum .btn {
  margin: 0 0 .5rem 0;
}
.cid-sx0LbcdORx {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sx0LbcdORx .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sx0LbcdORx .content {
    text-align: center;
  }
  .cid-sx0LbcdORx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sx0LbcdORx .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-sx0LbcdORx .form-group,
.cid-sx0LbcdORx .input-group-btn {
  padding: 0;
}
.cid-sx0LbcdORx .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sx0LbcdORx .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sx0LbcdORx .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sx0LbcdORx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sx0LbcdORx .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sx0LbcdORx .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sx0LbcdORx .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sx0LbcdORx .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sx0LbcdORx .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sx0LbcdORx .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sx0LbcdORx .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sx0LbcdORx .foot-logo {
    text-align: center !important;
  }
  .cid-sx0LbcdORx .foot-title {
    text-align: center !important;
  }
  .cid-sx0LbcdORx .mbr-text {
    text-align: center !important;
  }
  .cid-sx0LbcdORx .form-group {
    margin: 0;
  }
}
.cid-s1uNTNYjod {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/green-strip-1980x54.jpg");
}
.cid-s1uNTNYjod .btn {
  margin: 0 0 .5rem 0;
}
.cid-s0LnioQGHe .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s0LnioQGHe .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s0LnioQGHe a {
  font-style: normal;
}
.cid-s0LnioQGHe .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s0LnioQGHe .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s0LnioQGHe .nav-item:focus,
.cid-s0LnioQGHe .nav-link:focus {
  outline: none;
}
.cid-s0LnioQGHe .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s0LnioQGHe .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s0LnioQGHe .menu-logo {
  margin-right: auto;
}
.cid-s0LnioQGHe .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s0LnioQGHe .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s0LnioQGHe .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s0LnioQGHe .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s0LnioQGHe .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s0LnioQGHe .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s0LnioQGHe .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s0LnioQGHe .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s0LnioQGHe .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s0LnioQGHe .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s0LnioQGHe .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s0LnioQGHe .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s0LnioQGHe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s0LnioQGHe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s0LnioQGHe .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s0LnioQGHe .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s0LnioQGHe .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s0LnioQGHe .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s0LnioQGHe .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s0LnioQGHe .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s0LnioQGHe .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s0LnioQGHe .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s0LnioQGHe .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s0LnioQGHe button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s0LnioQGHe button.navbar-toggler:focus {
  outline: none;
}
.cid-s0LnioQGHe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s0LnioQGHe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s0LnioQGHe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s0LnioQGHe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s0LnioQGHe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s0LnioQGHe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0LnioQGHe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s0LnioQGHe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s0LnioQGHe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0LnioQGHe .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s0LnioQGHe .collapsed .btn {
  display: -webkit-flex;
}
.cid-s0LnioQGHe .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s0LnioQGHe .collapsed .navbar-collapse.collapsing,
.cid-s0LnioQGHe .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s0LnioQGHe .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s0LnioQGHe .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s0LnioQGHe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s0LnioQGHe .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s0LnioQGHe .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s0LnioQGHe .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s0LnioQGHe .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s0LnioQGHe .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s0LnioQGHe .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-s0LnioQGHe .collapsed button.navbar-toggler {
  display: block;
}
.cid-s0LnioQGHe .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s0LnioQGHe .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s0LnioQGHe .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s0LnioQGHe .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s0LnioQGHe .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s0LnioQGHe .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s0LnioQGHe.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s0LnioQGHe img {
    height: 3.8rem !important;
  }
  .cid-s0LnioQGHe .btn {
    display: -webkit-flex;
  }
  .cid-s0LnioQGHe button.navbar-toggler {
    display: block;
  }
  .cid-s0LnioQGHe .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s0LnioQGHe .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s0LnioQGHe .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s0LnioQGHe .navbar-collapse.collapsing,
  .cid-s0LnioQGHe .navbar-collapse.show {
    display: block !important;
  }
  .cid-s0LnioQGHe .navbar-collapse.collapsing .navbar-nav,
  .cid-s0LnioQGHe .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s0LnioQGHe .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s0LnioQGHe .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s0LnioQGHe .navbar-collapse.collapsing .navbar-buttons,
  .cid-s0LnioQGHe .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s0LnioQGHe .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s0LnioQGHe .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s0LnioQGHe .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s0LnioQGHe .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s0LnioQGHe .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s0LnioQGHe .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s0LnioQGHe .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s0LnioQGHe .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s0LnioQGHe .nav-link:hover,
.cid-s0LnioQGHe .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s0LnGN4XY8 .main_wrapper {
  position: relative;
  height: 40rem;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-s0LnGN4XY8 .main_wrapper .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-s0LnGN4XY8 .main_wrapper .b_wrapper .block {
  height: 300px;
  background-color: #00a180;
  pointer-events: fill;
}
.cid-s0LnGN4XY8 .main_wrapper .b_wrapper .block .block_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-s0LnGN4XY8 .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-s0LnGN4XY8 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s0LnGN4XY8 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-s0LnGN4XY8 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s0LnGN4XY8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-s0LnGN4XY8 .main_wrapper .b_wrapper {
    display: block;
    height: unset;
  }
  .cid-s0LnGN4XY8 .google-map {
    position: relative;
  }
  .cid-s0LnGN4XY8 .container {
    max-width: 100%;
    padding: 0;
  }
}
.cid-s0LnGN4XY8 H4 {
  color: #ffffff;
}
.cid-s0LnGN4XY8 P {
  color: #ffffff;
}
.cid-s0LniW1TBX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-s0LniW1TBX .title {
  margin-bottom: 2rem;
}
.cid-s0LniW1TBX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s0LniW1TBX a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s0LniW1TBX a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-s0LniW1TBX textarea.form-control {
  min-height: 188px;
}
.cid-s0LniW1TBX H2 {
  color: #ffffff;
}
.cid-s0LniW1TBX LABEL {
  color: #ffffff;
}
.cid-s0Lnj2RGF0 {
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #00a180, #008558);
}
.cid-s0Lnj2RGF0 .btn {
  margin: 0 0 .5rem 0;
}
.cid-sx0Liqzceh {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sx0Liqzceh .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sx0Liqzceh .content {
    text-align: center;
  }
  .cid-sx0Liqzceh .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sx0Liqzceh .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-sx0Liqzceh .form-group,
.cid-sx0Liqzceh .input-group-btn {
  padding: 0;
}
.cid-sx0Liqzceh .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sx0Liqzceh .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sx0Liqzceh .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sx0Liqzceh .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sx0Liqzceh .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sx0Liqzceh .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sx0Liqzceh .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sx0Liqzceh .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sx0Liqzceh .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sx0Liqzceh .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sx0Liqzceh .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sx0Liqzceh .foot-logo {
    text-align: center !important;
  }
  .cid-sx0Liqzceh .foot-title {
    text-align: center !important;
  }
  .cid-sx0Liqzceh .mbr-text {
    text-align: center !important;
  }
  .cid-sx0Liqzceh .form-group {
    margin: 0;
  }
}
.cid-s0Lnj9SIMs {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/green-strip-1980x54.jpg");
}
.cid-s0Lnj9SIMs .btn {
  margin: 0 0 .5rem 0;
}
.cid-stkeiCBj9m .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-stkeiCBj9m .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-stkeiCBj9m a {
  font-style: normal;
}
.cid-stkeiCBj9m .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-stkeiCBj9m .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-stkeiCBj9m .nav-item:focus,
.cid-stkeiCBj9m .nav-link:focus {
  outline: none;
}
.cid-stkeiCBj9m .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-stkeiCBj9m .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-stkeiCBj9m .menu-logo {
  margin-right: auto;
}
.cid-stkeiCBj9m .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-stkeiCBj9m .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-stkeiCBj9m .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-stkeiCBj9m .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-stkeiCBj9m .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-stkeiCBj9m .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-stkeiCBj9m .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-stkeiCBj9m .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-stkeiCBj9m .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-stkeiCBj9m .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-stkeiCBj9m .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-stkeiCBj9m .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-stkeiCBj9m .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-stkeiCBj9m .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-stkeiCBj9m .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-stkeiCBj9m .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-stkeiCBj9m .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-stkeiCBj9m .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-stkeiCBj9m .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-stkeiCBj9m .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-stkeiCBj9m .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-stkeiCBj9m .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-stkeiCBj9m .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-stkeiCBj9m button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-stkeiCBj9m button.navbar-toggler:focus {
  outline: none;
}
.cid-stkeiCBj9m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-stkeiCBj9m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-stkeiCBj9m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-stkeiCBj9m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-stkeiCBj9m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-stkeiCBj9m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-stkeiCBj9m nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-stkeiCBj9m nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-stkeiCBj9m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-stkeiCBj9m .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-stkeiCBj9m .collapsed .btn {
  display: -webkit-flex;
}
.cid-stkeiCBj9m .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-stkeiCBj9m .collapsed .navbar-collapse.collapsing,
.cid-stkeiCBj9m .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-stkeiCBj9m .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-stkeiCBj9m .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-stkeiCBj9m .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-stkeiCBj9m .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-stkeiCBj9m .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-stkeiCBj9m .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-stkeiCBj9m .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-stkeiCBj9m .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-stkeiCBj9m .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-stkeiCBj9m .collapsed button.navbar-toggler {
  display: block;
}
.cid-stkeiCBj9m .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-stkeiCBj9m .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-stkeiCBj9m .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-stkeiCBj9m .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-stkeiCBj9m .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-stkeiCBj9m .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-stkeiCBj9m.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-stkeiCBj9m img {
    height: 3.8rem !important;
  }
  .cid-stkeiCBj9m .btn {
    display: -webkit-flex;
  }
  .cid-stkeiCBj9m button.navbar-toggler {
    display: block;
  }
  .cid-stkeiCBj9m .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-stkeiCBj9m .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-stkeiCBj9m .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-stkeiCBj9m .navbar-collapse.collapsing,
  .cid-stkeiCBj9m .navbar-collapse.show {
    display: block !important;
  }
  .cid-stkeiCBj9m .navbar-collapse.collapsing .navbar-nav,
  .cid-stkeiCBj9m .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-stkeiCBj9m .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-stkeiCBj9m .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-stkeiCBj9m .navbar-collapse.collapsing .navbar-buttons,
  .cid-stkeiCBj9m .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-stkeiCBj9m .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-stkeiCBj9m .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-stkeiCBj9m .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-stkeiCBj9m .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-stkeiCBj9m .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-stkeiCBj9m .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-stkeiCBj9m .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-stkeiCBj9m .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-stkeiCBj9m .nav-link:hover,
.cid-stkeiCBj9m .dropdown-item:hover {
  color: #767676 !important;
}
.cid-stkeiBNrqt {
  background-image: url("../../../assets/images/a5923698-1920x1148.jpg");
}
.cid-stkeiBNrqt H1 {
  color: #00a180;
}
.cid-stkeiBNrqt H3 {
  text-align: left;
}
.cid-stkeiBNrqt .mbr-text,
.cid-stkeiBNrqt .mbr-section-btn {
  text-align: center;
}
.cid-sMHqXE99u0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #19d3ad;
}
.cid-sMHqXE99u0 .mbr-section-subtitle {
  color: #767676;
}
.cid-sMHqXE99u0 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sMHqXE99u0 .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sMHqXE99u0 .team-item .item-image img {
  width: 100%;
}
.cid-sMHqXE99u0 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sMHqXE99u0 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sMHqXE99u0 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-sMHqXE99u0 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sMHqXE99u0 .team-item .item-caption {
  background: #ffffff;
}
.cid-stkmxcPquS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #55b4d4;
}
.cid-stkmxcPquS .mbr-section-subtitle {
  color: #767676;
}
.cid-stkmxcPquS .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-stkmxcPquS .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-stkmxcPquS .team-item .item-image img {
  width: 100%;
}
.cid-stkmxcPquS .team-item .item-name p {
  margin-bottom: 0;
}
.cid-stkmxcPquS .team-item .item-role p {
  margin-bottom: 0;
}
.cid-stkmxcPquS .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-stkmxcPquS .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-stkmxcPquS .team-item .item-caption {
  background: #55b4d4;
}
.cid-stkeiFxqsd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-stkeiFxqsd .title {
  margin-bottom: 2rem;
}
.cid-stkeiFxqsd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-stkeiFxqsd a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-stkeiFxqsd a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-stkeiFxqsd textarea.form-control {
  min-height: 188px;
}
.cid-stkeiFxqsd H2 {
  color: #ffffff;
}
.cid-stkeiFxqsd LABEL {
  color: #ffffff;
}
.cid-stkeiGyAm2 {
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #00a180, #008558);
}
.cid-stkeiGyAm2 .btn {
  margin: 0 0 .5rem 0;
}
.cid-sx0KT5iQPG {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sx0KT5iQPG .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sx0KT5iQPG .content {
    text-align: center;
  }
  .cid-sx0KT5iQPG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sx0KT5iQPG .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-sx0KT5iQPG .form-group,
.cid-sx0KT5iQPG .input-group-btn {
  padding: 0;
}
.cid-sx0KT5iQPG .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sx0KT5iQPG .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sx0KT5iQPG .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sx0KT5iQPG .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sx0KT5iQPG .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sx0KT5iQPG .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sx0KT5iQPG .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sx0KT5iQPG .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sx0KT5iQPG .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sx0KT5iQPG .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sx0KT5iQPG .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sx0KT5iQPG .foot-logo {
    text-align: center !important;
  }
  .cid-sx0KT5iQPG .foot-title {
    text-align: center !important;
  }
  .cid-sx0KT5iQPG .mbr-text {
    text-align: center !important;
  }
  .cid-sx0KT5iQPG .form-group {
    margin: 0;
  }
}
.cid-stkeiMYWL5 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/green-strip-1980x54.jpg");
}
.cid-stkeiMYWL5 .btn {
  margin: 0 0 .5rem 0;
}
.cid-swZFNbCdcw .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-swZFNbCdcw .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-swZFNbCdcw a {
  font-style: normal;
}
.cid-swZFNbCdcw .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-swZFNbCdcw .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-swZFNbCdcw .nav-item:focus,
.cid-swZFNbCdcw .nav-link:focus {
  outline: none;
}
.cid-swZFNbCdcw .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-swZFNbCdcw .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-swZFNbCdcw .menu-logo {
  margin-right: auto;
}
.cid-swZFNbCdcw .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swZFNbCdcw .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-swZFNbCdcw .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-swZFNbCdcw .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-swZFNbCdcw .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-swZFNbCdcw .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-swZFNbCdcw .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-swZFNbCdcw .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-swZFNbCdcw .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-swZFNbCdcw .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-swZFNbCdcw .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-swZFNbCdcw .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-swZFNbCdcw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-swZFNbCdcw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-swZFNbCdcw .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-swZFNbCdcw .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swZFNbCdcw .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-swZFNbCdcw .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-swZFNbCdcw .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-swZFNbCdcw .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-swZFNbCdcw .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-swZFNbCdcw .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-swZFNbCdcw .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-swZFNbCdcw button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-swZFNbCdcw button.navbar-toggler:focus {
  outline: none;
}
.cid-swZFNbCdcw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-swZFNbCdcw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-swZFNbCdcw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-swZFNbCdcw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-swZFNbCdcw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-swZFNbCdcw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swZFNbCdcw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-swZFNbCdcw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-swZFNbCdcw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swZFNbCdcw .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-swZFNbCdcw .collapsed .btn {
  display: -webkit-flex;
}
.cid-swZFNbCdcw .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-swZFNbCdcw .collapsed .navbar-collapse.collapsing,
.cid-swZFNbCdcw .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-swZFNbCdcw .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-swZFNbCdcw .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-swZFNbCdcw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-swZFNbCdcw .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-swZFNbCdcw .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-swZFNbCdcw .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-swZFNbCdcw .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-swZFNbCdcw .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-swZFNbCdcw .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-swZFNbCdcw .collapsed button.navbar-toggler {
  display: block;
}
.cid-swZFNbCdcw .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-swZFNbCdcw .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-swZFNbCdcw .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-swZFNbCdcw .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-swZFNbCdcw .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-swZFNbCdcw .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-swZFNbCdcw.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-swZFNbCdcw img {
    height: 3.8rem !important;
  }
  .cid-swZFNbCdcw .btn {
    display: -webkit-flex;
  }
  .cid-swZFNbCdcw button.navbar-toggler {
    display: block;
  }
  .cid-swZFNbCdcw .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-swZFNbCdcw .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-swZFNbCdcw .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-swZFNbCdcw .navbar-collapse.collapsing,
  .cid-swZFNbCdcw .navbar-collapse.show {
    display: block !important;
  }
  .cid-swZFNbCdcw .navbar-collapse.collapsing .navbar-nav,
  .cid-swZFNbCdcw .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-swZFNbCdcw .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-swZFNbCdcw .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-swZFNbCdcw .navbar-collapse.collapsing .navbar-buttons,
  .cid-swZFNbCdcw .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-swZFNbCdcw .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-swZFNbCdcw .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-swZFNbCdcw .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-swZFNbCdcw .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-swZFNbCdcw .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-swZFNbCdcw .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-swZFNbCdcw .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-swZFNbCdcw .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-swZFNbCdcw .nav-link:hover,
.cid-swZFNbCdcw .dropdown-item:hover {
  color: #767676 !important;
}
.cid-swZGjnL5KA {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/193472-768x512.jpg");
}
.cid-swZGjnL5KA .mbr-text {
  text-align: left;
  color: #465052;
}
.cid-swZGjnL5KA H2 {
  color: #465052;
  text-align: left;
}
.cid-swZFNdwnK6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-swZFNdwnK6 .title {
  margin-bottom: 2rem;
}
.cid-swZFNdwnK6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-swZFNdwnK6 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-swZFNdwnK6 a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-swZFNdwnK6 textarea.form-control {
  min-height: 188px;
}
.cid-swZFNdwnK6 H2 {
  color: #ffffff;
}
.cid-swZFNdwnK6 LABEL {
  color: #ffffff;
}
.cid-swZFNflr3o {
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #00a180, #008558);
}
.cid-swZFNflr3o .btn {
  margin: 0 0 .5rem 0;
}
.cid-sx0LrlwEMG {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sx0LrlwEMG .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sx0LrlwEMG .content {
    text-align: center;
  }
  .cid-sx0LrlwEMG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sx0LrlwEMG .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-sx0LrlwEMG .form-group,
.cid-sx0LrlwEMG .input-group-btn {
  padding: 0;
}
.cid-sx0LrlwEMG .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sx0LrlwEMG .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sx0LrlwEMG .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sx0LrlwEMG .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sx0LrlwEMG .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sx0LrlwEMG .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sx0LrlwEMG .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sx0LrlwEMG .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sx0LrlwEMG .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sx0LrlwEMG .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sx0LrlwEMG .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sx0LrlwEMG .foot-logo {
    text-align: center !important;
  }
  .cid-sx0LrlwEMG .foot-title {
    text-align: center !important;
  }
  .cid-sx0LrlwEMG .mbr-text {
    text-align: center !important;
  }
  .cid-sx0LrlwEMG .form-group {
    margin: 0;
  }
}
.cid-swZFNiw8Du {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/green-strip-1980x54.jpg");
}
.cid-swZFNiw8Du .btn {
  margin: 0 0 .5rem 0;
}
.cid-sM5DR3ayZz .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sM5DR3ayZz .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sM5DR3ayZz a {
  font-style: normal;
}
.cid-sM5DR3ayZz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sM5DR3ayZz .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sM5DR3ayZz .nav-item:focus,
.cid-sM5DR3ayZz .nav-link:focus {
  outline: none;
}
.cid-sM5DR3ayZz .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sM5DR3ayZz .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sM5DR3ayZz .menu-logo {
  margin-right: auto;
}
.cid-sM5DR3ayZz .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sM5DR3ayZz .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sM5DR3ayZz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sM5DR3ayZz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sM5DR3ayZz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sM5DR3ayZz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sM5DR3ayZz .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sM5DR3ayZz .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sM5DR3ayZz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sM5DR3ayZz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sM5DR3ayZz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sM5DR3ayZz .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sM5DR3ayZz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sM5DR3ayZz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sM5DR3ayZz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sM5DR3ayZz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sM5DR3ayZz .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sM5DR3ayZz .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sM5DR3ayZz .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sM5DR3ayZz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sM5DR3ayZz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sM5DR3ayZz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sM5DR3ayZz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sM5DR3ayZz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sM5DR3ayZz button.navbar-toggler:focus {
  outline: none;
}
.cid-sM5DR3ayZz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sM5DR3ayZz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sM5DR3ayZz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sM5DR3ayZz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sM5DR3ayZz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sM5DR3ayZz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sM5DR3ayZz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sM5DR3ayZz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sM5DR3ayZz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sM5DR3ayZz .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sM5DR3ayZz .collapsed .btn {
  display: -webkit-flex;
}
.cid-sM5DR3ayZz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sM5DR3ayZz .collapsed .navbar-collapse.collapsing,
.cid-sM5DR3ayZz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sM5DR3ayZz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sM5DR3ayZz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sM5DR3ayZz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sM5DR3ayZz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sM5DR3ayZz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sM5DR3ayZz .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sM5DR3ayZz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sM5DR3ayZz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sM5DR3ayZz .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-sM5DR3ayZz .collapsed button.navbar-toggler {
  display: block;
}
.cid-sM5DR3ayZz .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sM5DR3ayZz .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sM5DR3ayZz .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sM5DR3ayZz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sM5DR3ayZz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sM5DR3ayZz .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sM5DR3ayZz.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sM5DR3ayZz img {
    height: 3.8rem !important;
  }
  .cid-sM5DR3ayZz .btn {
    display: -webkit-flex;
  }
  .cid-sM5DR3ayZz button.navbar-toggler {
    display: block;
  }
  .cid-sM5DR3ayZz .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sM5DR3ayZz .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sM5DR3ayZz .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sM5DR3ayZz .navbar-collapse.collapsing,
  .cid-sM5DR3ayZz .navbar-collapse.show {
    display: block !important;
  }
  .cid-sM5DR3ayZz .navbar-collapse.collapsing .navbar-nav,
  .cid-sM5DR3ayZz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sM5DR3ayZz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sM5DR3ayZz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sM5DR3ayZz .navbar-collapse.collapsing .navbar-buttons,
  .cid-sM5DR3ayZz .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sM5DR3ayZz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sM5DR3ayZz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sM5DR3ayZz .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sM5DR3ayZz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sM5DR3ayZz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sM5DR3ayZz .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sM5DR3ayZz .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sM5DR3ayZz .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sM5DR3ayZz .nav-link:hover,
.cid-sM5DR3ayZz .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sM5DRbBN12 {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/193472-768x512.jpg");
}
.cid-sM5DRbBN12 .mbr-text {
  text-align: left;
  color: #232323;
}
.cid-sM5DRbBN12 H2 {
  color: #465052;
  text-align: left;
}
.cid-sM5DRdpKHM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-sM5DRdpKHM .title {
  margin-bottom: 2rem;
}
.cid-sM5DRdpKHM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sM5DRdpKHM a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sM5DRdpKHM a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sM5DRdpKHM textarea.form-control {
  min-height: 188px;
}
.cid-sM5DRdpKHM H2 {
  color: #ffffff;
}
.cid-sM5DRdpKHM LABEL {
  color: #ffffff;
}
.cid-sM5DRhYF96 {
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #00a180, #008558);
}
.cid-sM5DRhYF96 .btn {
  margin: 0 0 .5rem 0;
}
.cid-sM5DRiLSbb {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sM5DRiLSbb .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sM5DRiLSbb .content {
    text-align: center;
  }
  .cid-sM5DRiLSbb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sM5DRiLSbb .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-sM5DRiLSbb .form-group,
.cid-sM5DRiLSbb .input-group-btn {
  padding: 0;
}
.cid-sM5DRiLSbb .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sM5DRiLSbb .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sM5DRiLSbb .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sM5DRiLSbb .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sM5DRiLSbb .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sM5DRiLSbb .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sM5DRiLSbb .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sM5DRiLSbb .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sM5DRiLSbb .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sM5DRiLSbb .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sM5DRiLSbb .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sM5DRiLSbb .foot-logo {
    text-align: center !important;
  }
  .cid-sM5DRiLSbb .foot-title {
    text-align: center !important;
  }
  .cid-sM5DRiLSbb .mbr-text {
    text-align: center !important;
  }
  .cid-sM5DRiLSbb .form-group {
    margin: 0;
  }
}
.cid-sM5DRmm3hC {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/green-strip-1980x54.jpg");
}
.cid-sM5DRmm3hC .btn {
  margin: 0 0 .5rem 0;
}
.cid-sM5LSTLzrJ .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sM5LSTLzrJ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sM5LSTLzrJ a {
  font-style: normal;
}
.cid-sM5LSTLzrJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sM5LSTLzrJ .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sM5LSTLzrJ .nav-item:focus,
.cid-sM5LSTLzrJ .nav-link:focus {
  outline: none;
}
.cid-sM5LSTLzrJ .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sM5LSTLzrJ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sM5LSTLzrJ .menu-logo {
  margin-right: auto;
}
.cid-sM5LSTLzrJ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sM5LSTLzrJ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sM5LSTLzrJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sM5LSTLzrJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sM5LSTLzrJ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sM5LSTLzrJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sM5LSTLzrJ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sM5LSTLzrJ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sM5LSTLzrJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sM5LSTLzrJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sM5LSTLzrJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sM5LSTLzrJ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sM5LSTLzrJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sM5LSTLzrJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sM5LSTLzrJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sM5LSTLzrJ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sM5LSTLzrJ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sM5LSTLzrJ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sM5LSTLzrJ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sM5LSTLzrJ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sM5LSTLzrJ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sM5LSTLzrJ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sM5LSTLzrJ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sM5LSTLzrJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sM5LSTLzrJ button.navbar-toggler:focus {
  outline: none;
}
.cid-sM5LSTLzrJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sM5LSTLzrJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sM5LSTLzrJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sM5LSTLzrJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sM5LSTLzrJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sM5LSTLzrJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sM5LSTLzrJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sM5LSTLzrJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sM5LSTLzrJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sM5LSTLzrJ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sM5LSTLzrJ .collapsed .btn {
  display: -webkit-flex;
}
.cid-sM5LSTLzrJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sM5LSTLzrJ .collapsed .navbar-collapse.collapsing,
.cid-sM5LSTLzrJ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sM5LSTLzrJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sM5LSTLzrJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sM5LSTLzrJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sM5LSTLzrJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sM5LSTLzrJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sM5LSTLzrJ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sM5LSTLzrJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sM5LSTLzrJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sM5LSTLzrJ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-sM5LSTLzrJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-sM5LSTLzrJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sM5LSTLzrJ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sM5LSTLzrJ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sM5LSTLzrJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sM5LSTLzrJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sM5LSTLzrJ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sM5LSTLzrJ.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sM5LSTLzrJ img {
    height: 3.8rem !important;
  }
  .cid-sM5LSTLzrJ .btn {
    display: -webkit-flex;
  }
  .cid-sM5LSTLzrJ button.navbar-toggler {
    display: block;
  }
  .cid-sM5LSTLzrJ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sM5LSTLzrJ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sM5LSTLzrJ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sM5LSTLzrJ .navbar-collapse.collapsing,
  .cid-sM5LSTLzrJ .navbar-collapse.show {
    display: block !important;
  }
  .cid-sM5LSTLzrJ .navbar-collapse.collapsing .navbar-nav,
  .cid-sM5LSTLzrJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sM5LSTLzrJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sM5LSTLzrJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sM5LSTLzrJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-sM5LSTLzrJ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sM5LSTLzrJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sM5LSTLzrJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sM5LSTLzrJ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sM5LSTLzrJ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sM5LSTLzrJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sM5LSTLzrJ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sM5LSTLzrJ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sM5LSTLzrJ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sM5LSTLzrJ .nav-link:hover,
.cid-sM5LSTLzrJ .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sM5LT2p8qZ {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/193472-768x512.jpg");
}
.cid-sM5LT2p8qZ .mbr-text {
  text-align: left;
  color: #465052;
}
.cid-sM5LT2p8qZ H2 {
  color: #465052;
  text-align: left;
}
.cid-sM5LT67nsy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-sM5LT67nsy .title {
  margin-bottom: 2rem;
}
.cid-sM5LT67nsy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sM5LT67nsy a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sM5LT67nsy a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sM5LT67nsy textarea.form-control {
  min-height: 188px;
}
.cid-sM5LT67nsy H2 {
  color: #ffffff;
}
.cid-sM5LT67nsy LABEL {
  color: #ffffff;
}
.cid-sM5LT9FLS8 {
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #00a180, #008558);
}
.cid-sM5LT9FLS8 .btn {
  margin: 0 0 .5rem 0;
}
.cid-sM5LTbia4M {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sM5LTbia4M .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sM5LTbia4M .content {
    text-align: center;
  }
  .cid-sM5LTbia4M .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sM5LTbia4M .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-sM5LTbia4M .form-group,
.cid-sM5LTbia4M .input-group-btn {
  padding: 0;
}
.cid-sM5LTbia4M .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sM5LTbia4M .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sM5LTbia4M .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sM5LTbia4M .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sM5LTbia4M .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sM5LTbia4M .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sM5LTbia4M .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sM5LTbia4M .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sM5LTbia4M .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sM5LTbia4M .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sM5LTbia4M .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sM5LTbia4M .foot-logo {
    text-align: center !important;
  }
  .cid-sM5LTbia4M .foot-title {
    text-align: center !important;
  }
  .cid-sM5LTbia4M .mbr-text {
    text-align: center !important;
  }
  .cid-sM5LTbia4M .form-group {
    margin: 0;
  }
}
.cid-sM5LTgePcX {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/green-strip-1980x54.jpg");
}
.cid-sM5LTgePcX .btn {
  margin: 0 0 .5rem 0;
}
