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: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #4d8327 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !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: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #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: #4d8327 !important;
  border-color: #4d8327 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #2a4815 !important;
  border-color: #2a4815 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #2a4815 !important;
  border-color: #2a4815 !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: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !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: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-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: #1f3410;
  color: #1f3410;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #4d8327;
  border-color: #4d8327;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #4d8327 !important;
  border-color: #4d8327 !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: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #4d8327 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #1f3410 !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: #4d8327;
}
.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: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #8bce5b;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #149dcc;
}
/* 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: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
/* 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: #149dcc;
  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: #149dcc;
  border-bottom-color: #149dcc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #149dcc !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='%23149dcc' %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-tG6TBXhPsh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/europlagas-fumigar-2-1613x1075.jpg");
}
.cid-tG6TBXhPsh H1 {
  color: #465052;
}
.cid-tG6TBXhPsh H3 {
  color: #000000;
}
.cid-tG6TBXhPsh .mbr-text,
.cid-tG6TBXhPsh .mbr-section-btn {
  color: #232323;
}
.cid-tG6SpRVHYX .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tG6SpRVHYX .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tG6SpRVHYX a {
  font-style: normal;
}
.cid-tG6SpRVHYX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .nav-item:focus,
.cid-tG6SpRVHYX .nav-link:focus {
  outline: none;
}
.cid-tG6SpRVHYX .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tG6SpRVHYX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tG6SpRVHYX .menu-logo {
  margin-right: auto;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .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-tG6SpRVHYX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tG6SpRVHYX .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tG6SpRVHYX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tG6SpRVHYX button.navbar-toggler:focus {
  outline: none;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tG6SpRVHYX .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tG6SpRVHYX .collapsed .btn {
  display: -webkit-flex;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tG6SpRVHYX .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tG6SpRVHYX .collapsed button.navbar-toggler {
  display: block;
}
.cid-tG6SpRVHYX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tG6SpRVHYX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tG6SpRVHYX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tG6SpRVHYX .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: 1023px) {
  .cid-tG6SpRVHYX.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tG6SpRVHYX img {
    height: 3.8rem !important;
  }
  .cid-tG6SpRVHYX .btn {
    display: -webkit-flex;
  }
  .cid-tG6SpRVHYX button.navbar-toggler {
    display: block;
  }
  .cid-tG6SpRVHYX .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tG6SpRVHYX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tG6SpRVHYX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing,
  .cid-tG6SpRVHYX .navbar-collapse.show {
    display: block !important;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-nav,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-buttons,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tG6SpRVHYX .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-tG6SpRVHYX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tG6SpRVHYX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tG6SpRVHYX .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-tG6SpRVHYX .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tG6SpRVHYX .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tG6SpRVHYX .nav-link:hover,
.cid-tG6SpRVHYX .dropdown-item:hover {
  color: #767676 !important;
}
.cid-tIWU6KOJ2k {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tIWU6KOJ2k .mbr-text {
  color: #767676;
}
.cid-tIWU6KOJ2k h4 {
  text-align: center;
}
.cid-tIWU6KOJ2k p {
  text-align: center;
}
.cid-tIWU6KOJ2k .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-tIARE4Wcn5 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tIARE4Wcn5 .mbr-section-subtitle,
.cid-tIARE4Wcn5 .mbr-text {
  color: #767676;
}
.cid-tIARE4Wcn5 .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tIARE4Wcn5 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tIARE4Wcn5 .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-tIARE4Wcn5 .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-tIARE4Wcn5 .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-tIARE4Wcn5 .card-wrapper .card-img img {
  width: 100%;
}
.cid-tIARE4Wcn5 .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-tIARE4Wcn5 .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-tIARE4Wcn5 .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-tIARE4Wcn5 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-tIARE4Wcn5 .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-tIARE4Wcn5 .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-tIARE4Wcn5 .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-tIARE4Wcn5 .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-tIWeELXWCA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tIWeELXWCA .mbr-section-subtitle,
.cid-tIWeELXWCA .mbr-text {
  color: #767676;
}
.cid-tIWeELXWCA .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tIWeELXWCA .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tIWeELXWCA .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-tIWeELXWCA .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-tIWeELXWCA .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-tIWeELXWCA .card-wrapper .card-img img {
  width: 100%;
}
.cid-tIWeELXWCA .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-tIWeELXWCA .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-tIWeELXWCA .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-tIWeELXWCA .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-tIWeELXWCA .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-tIWeELXWCA .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-tIWeELXWCA .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-tIWeELXWCA .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-tIWLl87RrB {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-tIWLl87RrB .mbr-section-subtitle,
.cid-tIWLl87RrB .mbr-text {
  color: #767676;
}
.cid-tIWLl87RrB .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tIWLl87RrB .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tIWLl87RrB .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-tIWLl87RrB .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-tIWLl87RrB .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-tIWLl87RrB .card-wrapper .card-img img {
  width: 100%;
}
.cid-tIWLl87RrB .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-tIWLl87RrB .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-tIWLl87RrB .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-tIWLl87RrB .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-tIWLl87RrB .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-tIWLl87RrB .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-tIWLl87RrB .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-tIWLl87RrB .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-tIWR3DnFxw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #e4d295;
}
.cid-tIWR3DnFxw .mbr-section-subtitle {
  color: #4d8327;
  text-align: center;
  font-weight: 300;
}
.cid-tIWR3DnFxw .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #4d8327;
}
@media (max-width: 767px) {
  .cid-tIWR3DnFxw .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-tIWR3DnFxw .separline {
  position: relative;
}
.cid-tIWR3DnFxw .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #4d8327;
}
@media (max-width: 767px) {
  .cid-tIWR3DnFxw .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-tIWR3DnFxw .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-tIWR3DnFxw .media-block {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tIWR3DnFxw .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-bottom: 2rem;
  }
}
.cid-tIXLf5ie61 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #4d8327, #4d8327);
}
.cid-tIXLf5ie61 .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-tIXLf5ie61 .main .mbr-section-btn {
  text-align: right;
}
.cid-tIXLf5ie61 .btn {
  margin: 0 0 .5rem 0;
}
.cid-tIXLf5ie61 H3 {
  text-align: center;
}
.cid-u1eyeBsZn8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-u1eyeBsZn8 .title {
  margin-bottom: 2rem;
}
.cid-u1eyeBsZn8 .mbr-section-subtitle {
  color: #767676;
}
.cid-u1eyeBsZn8 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-u1eyeBsZn8 a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-u1eyeBsZn8 textarea.form-control {
  min-height: 188px;
}
.cid-tG7DxAPaGb {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-tG7DxAPaGb .content {
    text-align: center;
  }
  .cid-tG7DxAPaGb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tG7DxAPaGb .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tG7DxAPaGb .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tG7DxAPaGb .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tG7DxAPaGb .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tG7DxAPaGb .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tG7DxAPaGb .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-tG7DxAPaGb .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tG7DxAPaGb .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tG7DxAPaGb .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tG7DxAPaGb .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tG7DxAPaGb .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tG7DxAPaGb P {
  color: #000000;
  text-align: center;
}
.cid-tG7DxAPaGb H5 {
  color: #4d8327;
  text-align: center;
}
.cid-tG7DxAPaGb .copyright > p {
  text-align: center;
}
.cid-rR4phmTaqQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #4d8327;
}
.cid-rR4phmTaqQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rR4phmTaqQ H2 {
  color: #ffffff;
}
.cid-rR4p43vW6N {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-rR4p43vW6N .mbr-text,
.cid-rR4p43vW6N blockquote {
  color: #767676;
}
.cid-tG6SpRVHYX .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tG6SpRVHYX .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tG6SpRVHYX a {
  font-style: normal;
}
.cid-tG6SpRVHYX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .nav-item:focus,
.cid-tG6SpRVHYX .nav-link:focus {
  outline: none;
}
.cid-tG6SpRVHYX .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tG6SpRVHYX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tG6SpRVHYX .menu-logo {
  margin-right: auto;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .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-tG6SpRVHYX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tG6SpRVHYX .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tG6SpRVHYX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tG6SpRVHYX button.navbar-toggler:focus {
  outline: none;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tG6SpRVHYX .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tG6SpRVHYX .collapsed .btn {
  display: -webkit-flex;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tG6SpRVHYX .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tG6SpRVHYX .collapsed button.navbar-toggler {
  display: block;
}
.cid-tG6SpRVHYX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tG6SpRVHYX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tG6SpRVHYX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tG6SpRVHYX .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: 1023px) {
  .cid-tG6SpRVHYX.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tG6SpRVHYX img {
    height: 3.8rem !important;
  }
  .cid-tG6SpRVHYX .btn {
    display: -webkit-flex;
  }
  .cid-tG6SpRVHYX button.navbar-toggler {
    display: block;
  }
  .cid-tG6SpRVHYX .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tG6SpRVHYX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tG6SpRVHYX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing,
  .cid-tG6SpRVHYX .navbar-collapse.show {
    display: block !important;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-nav,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-buttons,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tG6SpRVHYX .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-tG6SpRVHYX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tG6SpRVHYX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tG6SpRVHYX .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-tG6SpRVHYX .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tG6SpRVHYX .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tG6SpRVHYX .nav-link:hover,
.cid-tG6SpRVHYX .dropdown-item:hover {
  color: #767676 !important;
}
.cid-rR5fdFaWhL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #4d8327;
}
.cid-rR5fdFaWhL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rR5fdFaWhL H2 {
  color: #ffffff;
}
.cid-rR5e4ubWES {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rR5e4ubWES .mbr-text,
.cid-rR5e4ubWES blockquote {
  color: #767676;
}
.cid-rR5e4ubWES DIV {
  color: #4d8327;
}
.cid-tG6SpRVHYX .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tG6SpRVHYX .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tG6SpRVHYX a {
  font-style: normal;
}
.cid-tG6SpRVHYX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .nav-item:focus,
.cid-tG6SpRVHYX .nav-link:focus {
  outline: none;
}
.cid-tG6SpRVHYX .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tG6SpRVHYX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tG6SpRVHYX .menu-logo {
  margin-right: auto;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .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-tG6SpRVHYX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tG6SpRVHYX .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tG6SpRVHYX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tG6SpRVHYX button.navbar-toggler:focus {
  outline: none;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tG6SpRVHYX .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tG6SpRVHYX .collapsed .btn {
  display: -webkit-flex;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tG6SpRVHYX .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tG6SpRVHYX .collapsed button.navbar-toggler {
  display: block;
}
.cid-tG6SpRVHYX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tG6SpRVHYX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tG6SpRVHYX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tG6SpRVHYX .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: 1023px) {
  .cid-tG6SpRVHYX.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tG6SpRVHYX img {
    height: 3.8rem !important;
  }
  .cid-tG6SpRVHYX .btn {
    display: -webkit-flex;
  }
  .cid-tG6SpRVHYX button.navbar-toggler {
    display: block;
  }
  .cid-tG6SpRVHYX .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tG6SpRVHYX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tG6SpRVHYX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing,
  .cid-tG6SpRVHYX .navbar-collapse.show {
    display: block !important;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-nav,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-buttons,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tG6SpRVHYX .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-tG6SpRVHYX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tG6SpRVHYX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tG6SpRVHYX .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-tG6SpRVHYX .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tG6SpRVHYX .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tG6SpRVHYX .nav-link:hover,
.cid-tG6SpRVHYX .dropdown-item:hover {
  color: #767676 !important;
}
.cid-tG6SpRVHYX .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tG6SpRVHYX .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tG6SpRVHYX a {
  font-style: normal;
}
.cid-tG6SpRVHYX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .nav-item:focus,
.cid-tG6SpRVHYX .nav-link:focus {
  outline: none;
}
.cid-tG6SpRVHYX .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tG6SpRVHYX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tG6SpRVHYX .menu-logo {
  margin-right: auto;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .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-tG6SpRVHYX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tG6SpRVHYX .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tG6SpRVHYX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tG6SpRVHYX button.navbar-toggler:focus {
  outline: none;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tG6SpRVHYX .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tG6SpRVHYX .collapsed .btn {
  display: -webkit-flex;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tG6SpRVHYX .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tG6SpRVHYX .collapsed button.navbar-toggler {
  display: block;
}
.cid-tG6SpRVHYX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tG6SpRVHYX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tG6SpRVHYX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tG6SpRVHYX .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: 1023px) {
  .cid-tG6SpRVHYX.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tG6SpRVHYX img {
    height: 3.8rem !important;
  }
  .cid-tG6SpRVHYX .btn {
    display: -webkit-flex;
  }
  .cid-tG6SpRVHYX button.navbar-toggler {
    display: block;
  }
  .cid-tG6SpRVHYX .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tG6SpRVHYX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tG6SpRVHYX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing,
  .cid-tG6SpRVHYX .navbar-collapse.show {
    display: block !important;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-nav,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-buttons,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tG6SpRVHYX .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-tG6SpRVHYX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tG6SpRVHYX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tG6SpRVHYX .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-tG6SpRVHYX .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tG6SpRVHYX .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tG6SpRVHYX .nav-link:hover,
.cid-tG6SpRVHYX .dropdown-item:hover {
  color: #767676 !important;
}
.cid-tIXWAbHAAh {
  background-image: url("../../../assets/images/whatsapp-image-2023-06-19-at-09.29.48-1-1599x899.jpg");
}
.cid-tIXWAbHAAh H1 {
  color: #ffffff;
}
.cid-tIXXZBDOUp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-tIXXZBDOUp p {
  color: #767676;
}
.cid-tIXXZBDOUp .mbr-section-subtitle {
  color: #767676;
}
.cid-tIXXZBDOUp .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tIXXZBDOUp .panel-group {
  width: 100%;
}
.cid-tIXXZBDOUp .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tIXXZBDOUp .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tIXXZBDOUp .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tIXXZBDOUp .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tIXXZBDOUp .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-tIXXZBDOUp .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tIXXZBDOUp .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-tIXXZBDOUp .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-tIXXZBDOUp .panel-text {
  text-align: center;
}
.cid-tIXXZBDOUp H4 {
  color: #4d8327;
}
.cid-tIXXZBDOUp H2 {
  color: #4d8327;
}
.cid-tIY16gwwdn {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tIY16gwwdn .content {
    text-align: center;
  }
  .cid-tIY16gwwdn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tIY16gwwdn .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tIY16gwwdn .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tIY16gwwdn .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tIY16gwwdn .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tIY16gwwdn .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tIY16gwwdn .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-tIY16gwwdn .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tIY16gwwdn .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tIY16gwwdn .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tIY16gwwdn .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIY16gwwdn .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tIY16gwwdn P {
  color: #000000;
  text-align: center;
}
.cid-tIY16gwwdn H5 {
  color: #4d8327;
  text-align: center;
}
.cid-tIY16gwwdn .copyright > p {
  text-align: center;
}
.cid-tG6SpRVHYX .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tG6SpRVHYX .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tG6SpRVHYX a {
  font-style: normal;
}
.cid-tG6SpRVHYX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .nav-item:focus,
.cid-tG6SpRVHYX .nav-link:focus {
  outline: none;
}
.cid-tG6SpRVHYX .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tG6SpRVHYX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tG6SpRVHYX .menu-logo {
  margin-right: auto;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .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-tG6SpRVHYX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tG6SpRVHYX .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tG6SpRVHYX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tG6SpRVHYX button.navbar-toggler:focus {
  outline: none;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tG6SpRVHYX .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tG6SpRVHYX .collapsed .btn {
  display: -webkit-flex;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tG6SpRVHYX .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tG6SpRVHYX .collapsed button.navbar-toggler {
  display: block;
}
.cid-tG6SpRVHYX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tG6SpRVHYX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tG6SpRVHYX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tG6SpRVHYX .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: 1023px) {
  .cid-tG6SpRVHYX.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tG6SpRVHYX img {
    height: 3.8rem !important;
  }
  .cid-tG6SpRVHYX .btn {
    display: -webkit-flex;
  }
  .cid-tG6SpRVHYX button.navbar-toggler {
    display: block;
  }
  .cid-tG6SpRVHYX .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tG6SpRVHYX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tG6SpRVHYX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing,
  .cid-tG6SpRVHYX .navbar-collapse.show {
    display: block !important;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-nav,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-buttons,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tG6SpRVHYX .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-tG6SpRVHYX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tG6SpRVHYX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tG6SpRVHYX .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-tG6SpRVHYX .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tG6SpRVHYX .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tG6SpRVHYX .nav-link:hover,
.cid-tG6SpRVHYX .dropdown-item:hover {
  color: #767676 !important;
}
.cid-tKmxTNnfvd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1600x1150.jpg");
}
.cid-tKmzwg20qB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-tKmzwg20qB .mbr-text,
.cid-tKmzwg20qB blockquote {
  color: #767676;
}
.cid-tKmC4FEhU6 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #4d8327;
}
.cid-tKmC4FEhU6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tKmC4FEhU6 .btn {
  margin: 0 0 .5rem 0;
}
.cid-tKmAoGckzD {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tKmAoGckzD .content {
    text-align: center;
  }
  .cid-tKmAoGckzD .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tKmAoGckzD .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tKmAoGckzD .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tKmAoGckzD .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tKmAoGckzD .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tKmAoGckzD .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tKmAoGckzD .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-tKmAoGckzD .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tKmAoGckzD .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tKmAoGckzD .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tKmAoGckzD .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tKmAoGckzD .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tKmAoGckzD P {
  color: #000000;
  text-align: center;
}
.cid-tKmAoGckzD H5 {
  color: #4d8327;
  text-align: center;
}
.cid-tKmAoGckzD .copyright > p {
  text-align: center;
}
.cid-tG6SpRVHYX .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tG6SpRVHYX .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tG6SpRVHYX a {
  font-style: normal;
}
.cid-tG6SpRVHYX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .nav-item:focus,
.cid-tG6SpRVHYX .nav-link:focus {
  outline: none;
}
.cid-tG6SpRVHYX .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tG6SpRVHYX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tG6SpRVHYX .menu-logo {
  margin-right: auto;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .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-tG6SpRVHYX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tG6SpRVHYX .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tG6SpRVHYX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tG6SpRVHYX button.navbar-toggler:focus {
  outline: none;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tG6SpRVHYX .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tG6SpRVHYX .collapsed .btn {
  display: -webkit-flex;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tG6SpRVHYX .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tG6SpRVHYX .collapsed button.navbar-toggler {
  display: block;
}
.cid-tG6SpRVHYX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tG6SpRVHYX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tG6SpRVHYX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tG6SpRVHYX .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: 1023px) {
  .cid-tG6SpRVHYX.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tG6SpRVHYX img {
    height: 3.8rem !important;
  }
  .cid-tG6SpRVHYX .btn {
    display: -webkit-flex;
  }
  .cid-tG6SpRVHYX button.navbar-toggler {
    display: block;
  }
  .cid-tG6SpRVHYX .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tG6SpRVHYX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tG6SpRVHYX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing,
  .cid-tG6SpRVHYX .navbar-collapse.show {
    display: block !important;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-nav,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-buttons,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tG6SpRVHYX .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-tG6SpRVHYX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tG6SpRVHYX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tG6SpRVHYX .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-tG6SpRVHYX .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tG6SpRVHYX .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tG6SpRVHYX .nav-link:hover,
.cid-tG6SpRVHYX .dropdown-item:hover {
  color: #767676 !important;
}
.cid-tKmP5WiRuc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1483.jpg");
}
.cid-tKmPj02g8s {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tKmPj02g8s .mbr-text,
.cid-tKmPj02g8s blockquote {
  color: #767676;
}
.cid-tKmQ56G6ls {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #4d8327;
}
.cid-tKmQ56G6ls .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tKmQ56G6ls .btn {
  margin: 0 0 .5rem 0;
}
.cid-tKmQ6EfCRk {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tKmQ6EfCRk .content {
    text-align: center;
  }
  .cid-tKmQ6EfCRk .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tKmQ6EfCRk .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tKmQ6EfCRk .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tKmQ6EfCRk .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tKmQ6EfCRk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tKmQ6EfCRk .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tKmQ6EfCRk .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-tKmQ6EfCRk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tKmQ6EfCRk .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tKmQ6EfCRk .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tKmQ6EfCRk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tKmQ6EfCRk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tKmQ6EfCRk P {
  color: #000000;
  text-align: center;
}
.cid-tKmQ6EfCRk H5 {
  color: #4d8327;
  text-align: center;
}
.cid-tKmQ6EfCRk .copyright > p {
  text-align: center;
}
.cid-tG6SpRVHYX .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tG6SpRVHYX .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tG6SpRVHYX a {
  font-style: normal;
}
.cid-tG6SpRVHYX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .nav-item:focus,
.cid-tG6SpRVHYX .nav-link:focus {
  outline: none;
}
.cid-tG6SpRVHYX .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tG6SpRVHYX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tG6SpRVHYX .menu-logo {
  margin-right: auto;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .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-tG6SpRVHYX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tG6SpRVHYX .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tG6SpRVHYX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tG6SpRVHYX button.navbar-toggler:focus {
  outline: none;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tG6SpRVHYX .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tG6SpRVHYX .collapsed .btn {
  display: -webkit-flex;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tG6SpRVHYX .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tG6SpRVHYX .collapsed button.navbar-toggler {
  display: block;
}
.cid-tG6SpRVHYX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tG6SpRVHYX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tG6SpRVHYX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tG6SpRVHYX .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: 1023px) {
  .cid-tG6SpRVHYX.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tG6SpRVHYX img {
    height: 3.8rem !important;
  }
  .cid-tG6SpRVHYX .btn {
    display: -webkit-flex;
  }
  .cid-tG6SpRVHYX button.navbar-toggler {
    display: block;
  }
  .cid-tG6SpRVHYX .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tG6SpRVHYX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tG6SpRVHYX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing,
  .cid-tG6SpRVHYX .navbar-collapse.show {
    display: block !important;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-nav,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-buttons,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tG6SpRVHYX .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-tG6SpRVHYX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tG6SpRVHYX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tG6SpRVHYX .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-tG6SpRVHYX .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tG6SpRVHYX .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tG6SpRVHYX .nav-link:hover,
.cid-tG6SpRVHYX .dropdown-item:hover {
  color: #767676 !important;
}
.cid-tKCX4at8IT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-tKCX1Y0TBb {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tKCX1Y0TBb .mbr-text,
.cid-tKCX1Y0TBb blockquote {
  color: #767676;
}
.cid-tKCYD8KhPm {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-tKCYD8KhPm .images-container.container-fluid {
  padding: 0;
}
.cid-tKCYD8KhPm .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-tKCYD8KhPm .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-tKCYD8KhPm .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-tKCYD8KhPm .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-tKCYD8KhPm .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-tKCYD8KhPm .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-tKCYD8KhPm .img-item {
    width: 100% !important;
  }
  .cid-tKCYD8KhPm .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-tKD50ZCGkG {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #4d8327;
}
.cid-tKD50ZCGkG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tKD50ZCGkG .btn {
  margin: 0 0 .5rem 0;
}
.cid-tKCX94c7L5 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tKCX94c7L5 .content {
    text-align: center;
  }
  .cid-tKCX94c7L5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tKCX94c7L5 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tKCX94c7L5 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tKCX94c7L5 .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tKCX94c7L5 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tKCX94c7L5 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tKCX94c7L5 .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-tKCX94c7L5 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tKCX94c7L5 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tKCX94c7L5 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tKCX94c7L5 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tKCX94c7L5 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tKCX94c7L5 P {
  color: #000000;
  text-align: center;
}
.cid-tKCX94c7L5 H5 {
  color: #4d8327;
  text-align: center;
}
.cid-tKCX94c7L5 .copyright > p {
  text-align: center;
}
.cid-tG6SpRVHYX .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tG6SpRVHYX .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tG6SpRVHYX a {
  font-style: normal;
}
.cid-tG6SpRVHYX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .nav-item:focus,
.cid-tG6SpRVHYX .nav-link:focus {
  outline: none;
}
.cid-tG6SpRVHYX .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tG6SpRVHYX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tG6SpRVHYX .menu-logo {
  margin-right: auto;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .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-tG6SpRVHYX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tG6SpRVHYX .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tG6SpRVHYX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tG6SpRVHYX button.navbar-toggler:focus {
  outline: none;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tG6SpRVHYX .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tG6SpRVHYX .collapsed .btn {
  display: -webkit-flex;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tG6SpRVHYX .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tG6SpRVHYX .collapsed button.navbar-toggler {
  display: block;
}
.cid-tG6SpRVHYX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tG6SpRVHYX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tG6SpRVHYX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tG6SpRVHYX .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: 1023px) {
  .cid-tG6SpRVHYX.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tG6SpRVHYX img {
    height: 3.8rem !important;
  }
  .cid-tG6SpRVHYX .btn {
    display: -webkit-flex;
  }
  .cid-tG6SpRVHYX button.navbar-toggler {
    display: block;
  }
  .cid-tG6SpRVHYX .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tG6SpRVHYX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tG6SpRVHYX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing,
  .cid-tG6SpRVHYX .navbar-collapse.show {
    display: block !important;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-nav,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-buttons,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tG6SpRVHYX .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-tG6SpRVHYX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tG6SpRVHYX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tG6SpRVHYX .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-tG6SpRVHYX .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tG6SpRVHYX .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tG6SpRVHYX .nav-link:hover,
.cid-tG6SpRVHYX .dropdown-item:hover {
  color: #767676 !important;
}
.cid-tKDbVPOAfB {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-8-1920x1280.jpg");
}
.cid-tKDcaoXU0K {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tKDcaoXU0K .mbr-text,
.cid-tKDcaoXU0K blockquote {
  color: #767676;
}
.cid-tKDbZfSurn {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #4d8327;
}
.cid-tKDbZfSurn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tKDbZfSurn .btn {
  margin: 0 0 .5rem 0;
}
.cid-tKDc5rNmb5 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tKDc5rNmb5 .content {
    text-align: center;
  }
  .cid-tKDc5rNmb5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tKDc5rNmb5 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tKDc5rNmb5 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tKDc5rNmb5 .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tKDc5rNmb5 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tKDc5rNmb5 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tKDc5rNmb5 .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-tKDc5rNmb5 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tKDc5rNmb5 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tKDc5rNmb5 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tKDc5rNmb5 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tKDc5rNmb5 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tKDc5rNmb5 P {
  color: #000000;
  text-align: center;
}
.cid-tKDc5rNmb5 H5 {
  color: #4d8327;
  text-align: center;
}
.cid-tKDc5rNmb5 .copyright > p {
  text-align: center;
}
.cid-tG6SpRVHYX .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tG6SpRVHYX .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tG6SpRVHYX a {
  font-style: normal;
}
.cid-tG6SpRVHYX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .nav-item:focus,
.cid-tG6SpRVHYX .nav-link:focus {
  outline: none;
}
.cid-tG6SpRVHYX .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tG6SpRVHYX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tG6SpRVHYX .menu-logo {
  margin-right: auto;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .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-tG6SpRVHYX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tG6SpRVHYX .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tG6SpRVHYX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tG6SpRVHYX button.navbar-toggler:focus {
  outline: none;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tG6SpRVHYX .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tG6SpRVHYX .collapsed .btn {
  display: -webkit-flex;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tG6SpRVHYX .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tG6SpRVHYX .collapsed button.navbar-toggler {
  display: block;
}
.cid-tG6SpRVHYX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tG6SpRVHYX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tG6SpRVHYX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tG6SpRVHYX .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: 1023px) {
  .cid-tG6SpRVHYX.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tG6SpRVHYX img {
    height: 3.8rem !important;
  }
  .cid-tG6SpRVHYX .btn {
    display: -webkit-flex;
  }
  .cid-tG6SpRVHYX button.navbar-toggler {
    display: block;
  }
  .cid-tG6SpRVHYX .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tG6SpRVHYX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tG6SpRVHYX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing,
  .cid-tG6SpRVHYX .navbar-collapse.show {
    display: block !important;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-nav,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-buttons,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tG6SpRVHYX .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-tG6SpRVHYX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tG6SpRVHYX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tG6SpRVHYX .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-tG6SpRVHYX .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tG6SpRVHYX .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tG6SpRVHYX .nav-link:hover,
.cid-tG6SpRVHYX .dropdown-item:hover {
  color: #767676 !important;
}
.cid-tKDfaYvmGo {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1282.jpg");
}
.cid-tKDff4fCOU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tKDff4fCOU .mbr-text,
.cid-tKDff4fCOU blockquote {
  color: #767676;
}
.cid-tKDfdwrBlt {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #4d8327;
}
.cid-tKDfdwrBlt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tKDfdwrBlt .btn {
  margin: 0 0 .5rem 0;
}
.cid-tKDfcGU0HH {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tKDfcGU0HH .content {
    text-align: center;
  }
  .cid-tKDfcGU0HH .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tKDfcGU0HH .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tKDfcGU0HH .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tKDfcGU0HH .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tKDfcGU0HH .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tKDfcGU0HH .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tKDfcGU0HH .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-tKDfcGU0HH .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tKDfcGU0HH .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tKDfcGU0HH .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tKDfcGU0HH .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tKDfcGU0HH .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tKDfcGU0HH P {
  color: #000000;
  text-align: center;
}
.cid-tKDfcGU0HH H5 {
  color: #4d8327;
  text-align: center;
}
.cid-tKDfcGU0HH .copyright > p {
  text-align: center;
}
.cid-tG6SpRVHYX .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tG6SpRVHYX .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tG6SpRVHYX a {
  font-style: normal;
}
.cid-tG6SpRVHYX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .nav-item:focus,
.cid-tG6SpRVHYX .nav-link:focus {
  outline: none;
}
.cid-tG6SpRVHYX .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tG6SpRVHYX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tG6SpRVHYX .menu-logo {
  margin-right: auto;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .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-tG6SpRVHYX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tG6SpRVHYX .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tG6SpRVHYX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tG6SpRVHYX button.navbar-toggler:focus {
  outline: none;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tG6SpRVHYX .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tG6SpRVHYX .collapsed .btn {
  display: -webkit-flex;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tG6SpRVHYX .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tG6SpRVHYX .collapsed button.navbar-toggler {
  display: block;
}
.cid-tG6SpRVHYX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tG6SpRVHYX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tG6SpRVHYX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tG6SpRVHYX .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: 1023px) {
  .cid-tG6SpRVHYX.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tG6SpRVHYX img {
    height: 3.8rem !important;
  }
  .cid-tG6SpRVHYX .btn {
    display: -webkit-flex;
  }
  .cid-tG6SpRVHYX button.navbar-toggler {
    display: block;
  }
  .cid-tG6SpRVHYX .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tG6SpRVHYX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tG6SpRVHYX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing,
  .cid-tG6SpRVHYX .navbar-collapse.show {
    display: block !important;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-nav,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-buttons,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tG6SpRVHYX .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-tG6SpRVHYX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tG6SpRVHYX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tG6SpRVHYX .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-tG6SpRVHYX .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tG6SpRVHYX .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tG6SpRVHYX .nav-link:hover,
.cid-tG6SpRVHYX .dropdown-item:hover {
  color: #767676 !important;
}
.cid-tL0vnGYBEt {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-9-1920x1280.jpg");
}
.cid-tL0vugLt5h {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tL0vugLt5h .mbr-text,
.cid-tL0vugLt5h blockquote {
  color: #767676;
}
.cid-tL0vugLt5h .mbr-text P {
  text-align: left;
}
.cid-tL0vrheyQ5 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #4d8327;
}
.cid-tL0vrheyQ5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tL0vrheyQ5 .btn {
  margin: 0 0 .5rem 0;
}
.cid-tL0voTUlWr {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tL0voTUlWr .content {
    text-align: center;
  }
  .cid-tL0voTUlWr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tL0voTUlWr .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tL0voTUlWr .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tL0voTUlWr .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tL0voTUlWr .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tL0voTUlWr .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tL0voTUlWr .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-tL0voTUlWr .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tL0voTUlWr .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tL0voTUlWr .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tL0voTUlWr .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tL0voTUlWr .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tL0voTUlWr P {
  color: #000000;
  text-align: center;
}
.cid-tL0voTUlWr H5 {
  color: #4d8327;
  text-align: center;
}
.cid-tL0voTUlWr .copyright > p {
  text-align: center;
}
.cid-tG6SpRVHYX .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tG6SpRVHYX .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tG6SpRVHYX a {
  font-style: normal;
}
.cid-tG6SpRVHYX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .nav-item:focus,
.cid-tG6SpRVHYX .nav-link:focus {
  outline: none;
}
.cid-tG6SpRVHYX .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tG6SpRVHYX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tG6SpRVHYX .menu-logo {
  margin-right: auto;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .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-tG6SpRVHYX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tG6SpRVHYX .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tG6SpRVHYX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tG6SpRVHYX button.navbar-toggler:focus {
  outline: none;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tG6SpRVHYX .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tG6SpRVHYX .collapsed .btn {
  display: -webkit-flex;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tG6SpRVHYX .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tG6SpRVHYX .collapsed button.navbar-toggler {
  display: block;
}
.cid-tG6SpRVHYX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tG6SpRVHYX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tG6SpRVHYX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tG6SpRVHYX .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: 1023px) {
  .cid-tG6SpRVHYX.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tG6SpRVHYX img {
    height: 3.8rem !important;
  }
  .cid-tG6SpRVHYX .btn {
    display: -webkit-flex;
  }
  .cid-tG6SpRVHYX button.navbar-toggler {
    display: block;
  }
  .cid-tG6SpRVHYX .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tG6SpRVHYX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tG6SpRVHYX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing,
  .cid-tG6SpRVHYX .navbar-collapse.show {
    display: block !important;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-nav,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-buttons,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tG6SpRVHYX .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-tG6SpRVHYX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tG6SpRVHYX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tG6SpRVHYX .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-tG6SpRVHYX .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tG6SpRVHYX .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tG6SpRVHYX .nav-link:hover,
.cid-tG6SpRVHYX .dropdown-item:hover {
  color: #767676 !important;
}
.cid-tL0zU9BaNT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1277.jpg");
}
.cid-tL0zS3nyvo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tL0zS3nyvo .mbr-text,
.cid-tL0zS3nyvo blockquote {
  color: #767676;
}
.cid-tL0zVNvnQg {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #4d8327;
}
.cid-tL0zVNvnQg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tL0zVNvnQg .btn {
  margin: 0 0 .5rem 0;
}
.cid-tL0zYeNZpl {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tL0zYeNZpl .content {
    text-align: center;
  }
  .cid-tL0zYeNZpl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tL0zYeNZpl .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tL0zYeNZpl .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tL0zYeNZpl .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tL0zYeNZpl .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tL0zYeNZpl .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tL0zYeNZpl .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-tL0zYeNZpl .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tL0zYeNZpl .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tL0zYeNZpl .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tL0zYeNZpl .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tL0zYeNZpl .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tL0zYeNZpl P {
  color: #000000;
  text-align: center;
}
.cid-tL0zYeNZpl H5 {
  color: #4d8327;
  text-align: center;
}
.cid-tL0zYeNZpl .copyright > p {
  text-align: center;
}
.cid-tG6SpRVHYX .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tG6SpRVHYX .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tG6SpRVHYX a {
  font-style: normal;
}
.cid-tG6SpRVHYX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .nav-item:focus,
.cid-tG6SpRVHYX .nav-link:focus {
  outline: none;
}
.cid-tG6SpRVHYX .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tG6SpRVHYX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tG6SpRVHYX .menu-logo {
  margin-right: auto;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .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-tG6SpRVHYX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tG6SpRVHYX .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tG6SpRVHYX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tG6SpRVHYX button.navbar-toggler:focus {
  outline: none;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tG6SpRVHYX .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tG6SpRVHYX .collapsed .btn {
  display: -webkit-flex;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tG6SpRVHYX .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tG6SpRVHYX .collapsed button.navbar-toggler {
  display: block;
}
.cid-tG6SpRVHYX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tG6SpRVHYX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tG6SpRVHYX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tG6SpRVHYX .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: 1023px) {
  .cid-tG6SpRVHYX.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tG6SpRVHYX img {
    height: 3.8rem !important;
  }
  .cid-tG6SpRVHYX .btn {
    display: -webkit-flex;
  }
  .cid-tG6SpRVHYX button.navbar-toggler {
    display: block;
  }
  .cid-tG6SpRVHYX .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tG6SpRVHYX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tG6SpRVHYX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing,
  .cid-tG6SpRVHYX .navbar-collapse.show {
    display: block !important;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-nav,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-buttons,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tG6SpRVHYX .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-tG6SpRVHYX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tG6SpRVHYX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tG6SpRVHYX .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-tG6SpRVHYX .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tG6SpRVHYX .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tG6SpRVHYX .nav-link:hover,
.cid-tG6SpRVHYX .dropdown-item:hover {
  color: #767676 !important;
}
.cid-tL0CUOxv9e {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1-1920x1440.jpg");
}
.cid-tL0CYtU3Jd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tL0CYtU3Jd .mbr-text,
.cid-tL0CYtU3Jd blockquote {
  color: #767676;
}
.cid-tL0CWYgNji {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #4d8327;
}
.cid-tL0CWYgNji .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tL0CWYgNji .btn {
  margin: 0 0 .5rem 0;
}
.cid-tL0CVSKSkz {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tL0CVSKSkz .content {
    text-align: center;
  }
  .cid-tL0CVSKSkz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tL0CVSKSkz .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tL0CVSKSkz .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tL0CVSKSkz .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tL0CVSKSkz .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tL0CVSKSkz .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tL0CVSKSkz .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-tL0CVSKSkz .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tL0CVSKSkz .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tL0CVSKSkz .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tL0CVSKSkz .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tL0CVSKSkz .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tL0CVSKSkz P {
  color: #000000;
  text-align: center;
}
.cid-tL0CVSKSkz H5 {
  color: #4d8327;
  text-align: center;
}
.cid-tL0CVSKSkz .copyright > p {
  text-align: center;
}
.cid-tG6SpRVHYX .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tG6SpRVHYX .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tG6SpRVHYX a {
  font-style: normal;
}
.cid-tG6SpRVHYX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .nav-item:focus,
.cid-tG6SpRVHYX .nav-link:focus {
  outline: none;
}
.cid-tG6SpRVHYX .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tG6SpRVHYX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tG6SpRVHYX .menu-logo {
  margin-right: auto;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .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-tG6SpRVHYX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tG6SpRVHYX .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tG6SpRVHYX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tG6SpRVHYX button.navbar-toggler:focus {
  outline: none;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tG6SpRVHYX .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tG6SpRVHYX .collapsed .btn {
  display: -webkit-flex;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tG6SpRVHYX .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tG6SpRVHYX .collapsed button.navbar-toggler {
  display: block;
}
.cid-tG6SpRVHYX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tG6SpRVHYX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tG6SpRVHYX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tG6SpRVHYX .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: 1023px) {
  .cid-tG6SpRVHYX.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tG6SpRVHYX img {
    height: 3.8rem !important;
  }
  .cid-tG6SpRVHYX .btn {
    display: -webkit-flex;
  }
  .cid-tG6SpRVHYX button.navbar-toggler {
    display: block;
  }
  .cid-tG6SpRVHYX .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tG6SpRVHYX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tG6SpRVHYX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing,
  .cid-tG6SpRVHYX .navbar-collapse.show {
    display: block !important;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-nav,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-buttons,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tG6SpRVHYX .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-tG6SpRVHYX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tG6SpRVHYX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tG6SpRVHYX .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-tG6SpRVHYX .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tG6SpRVHYX .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tG6SpRVHYX .nav-link:hover,
.cid-tG6SpRVHYX .dropdown-item:hover {
  color: #767676 !important;
}
.cid-tL0PEmUNf6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1600x1150.jpg");
}
.cid-tL0PAiGnbo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tL0PAiGnbo .mbr-text,
.cid-tL0PAiGnbo blockquote {
  color: #767676;
}
.cid-tL0PFWTmCq {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #4d8327;
}
.cid-tL0PFWTmCq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tL0PFWTmCq .btn {
  margin: 0 0 .5rem 0;
}
.cid-tL0PGZgbtq {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tL0PGZgbtq .content {
    text-align: center;
  }
  .cid-tL0PGZgbtq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tL0PGZgbtq .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tL0PGZgbtq .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tL0PGZgbtq .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tL0PGZgbtq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tL0PGZgbtq .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tL0PGZgbtq .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-tL0PGZgbtq .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tL0PGZgbtq .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tL0PGZgbtq .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tL0PGZgbtq .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tL0PGZgbtq .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tL0PGZgbtq P {
  color: #000000;
  text-align: center;
}
.cid-tL0PGZgbtq H5 {
  color: #4d8327;
  text-align: center;
}
.cid-tL0PGZgbtq .copyright > p {
  text-align: center;
}
.cid-tG6SpRVHYX .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tG6SpRVHYX .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tG6SpRVHYX a {
  font-style: normal;
}
.cid-tG6SpRVHYX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .nav-item:focus,
.cid-tG6SpRVHYX .nav-link:focus {
  outline: none;
}
.cid-tG6SpRVHYX .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tG6SpRVHYX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tG6SpRVHYX .menu-logo {
  margin-right: auto;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .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-tG6SpRVHYX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tG6SpRVHYX .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tG6SpRVHYX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tG6SpRVHYX button.navbar-toggler:focus {
  outline: none;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tG6SpRVHYX .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tG6SpRVHYX .collapsed .btn {
  display: -webkit-flex;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tG6SpRVHYX .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tG6SpRVHYX .collapsed button.navbar-toggler {
  display: block;
}
.cid-tG6SpRVHYX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tG6SpRVHYX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tG6SpRVHYX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tG6SpRVHYX .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: 1023px) {
  .cid-tG6SpRVHYX.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tG6SpRVHYX img {
    height: 3.8rem !important;
  }
  .cid-tG6SpRVHYX .btn {
    display: -webkit-flex;
  }
  .cid-tG6SpRVHYX button.navbar-toggler {
    display: block;
  }
  .cid-tG6SpRVHYX .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tG6SpRVHYX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tG6SpRVHYX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing,
  .cid-tG6SpRVHYX .navbar-collapse.show {
    display: block !important;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-nav,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-buttons,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tG6SpRVHYX .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-tG6SpRVHYX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tG6SpRVHYX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tG6SpRVHYX .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-tG6SpRVHYX .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tG6SpRVHYX .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tG6SpRVHYX .nav-link:hover,
.cid-tG6SpRVHYX .dropdown-item:hover {
  color: #767676 !important;
}
.cid-tL0WCQSzee {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-2-1920x1080.jpg");
}
.cid-tL0WGk6eLs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tL0WGk6eLs .mbr-text,
.cid-tL0WGk6eLs blockquote {
  color: #767676;
}
.cid-tL0WEYlao4 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #4d8327;
}
.cid-tL0WEYlao4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tL0WEYlao4 .btn {
  margin: 0 0 .5rem 0;
}
.cid-tL0WDtPuwT {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tL0WDtPuwT .content {
    text-align: center;
  }
  .cid-tL0WDtPuwT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tL0WDtPuwT .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tL0WDtPuwT .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tL0WDtPuwT .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tL0WDtPuwT .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tL0WDtPuwT .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tL0WDtPuwT .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-tL0WDtPuwT .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tL0WDtPuwT .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tL0WDtPuwT .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tL0WDtPuwT .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tL0WDtPuwT .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tL0WDtPuwT P {
  color: #000000;
  text-align: center;
}
.cid-tL0WDtPuwT H5 {
  color: #4d8327;
  text-align: center;
}
.cid-tL0WDtPuwT .copyright > p {
  text-align: center;
}
.cid-tG6SpRVHYX .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tG6SpRVHYX .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tG6SpRVHYX a {
  font-style: normal;
}
.cid-tG6SpRVHYX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .nav-item:focus,
.cid-tG6SpRVHYX .nav-link:focus {
  outline: none;
}
.cid-tG6SpRVHYX .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tG6SpRVHYX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tG6SpRVHYX .menu-logo {
  margin-right: auto;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .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-tG6SpRVHYX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tG6SpRVHYX .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tG6SpRVHYX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tG6SpRVHYX button.navbar-toggler:focus {
  outline: none;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tG6SpRVHYX .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tG6SpRVHYX .collapsed .btn {
  display: -webkit-flex;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tG6SpRVHYX .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tG6SpRVHYX .collapsed button.navbar-toggler {
  display: block;
}
.cid-tG6SpRVHYX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tG6SpRVHYX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tG6SpRVHYX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tG6SpRVHYX .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: 1023px) {
  .cid-tG6SpRVHYX.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tG6SpRVHYX img {
    height: 3.8rem !important;
  }
  .cid-tG6SpRVHYX .btn {
    display: -webkit-flex;
  }
  .cid-tG6SpRVHYX button.navbar-toggler {
    display: block;
  }
  .cid-tG6SpRVHYX .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tG6SpRVHYX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tG6SpRVHYX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing,
  .cid-tG6SpRVHYX .navbar-collapse.show {
    display: block !important;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-nav,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-buttons,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tG6SpRVHYX .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-tG6SpRVHYX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tG6SpRVHYX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tG6SpRVHYX .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-tG6SpRVHYX .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tG6SpRVHYX .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tG6SpRVHYX .nav-link:hover,
.cid-tG6SpRVHYX .dropdown-item:hover {
  color: #767676 !important;
}
.cid-tL0YIFQZfw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1263.jpg");
}
.cid-tL0YLLhpHk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tL0YLLhpHk .mbr-text,
.cid-tL0YLLhpHk blockquote {
  color: #767676;
}
.cid-tL0YK3ssDO {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #4d8327;
}
.cid-tL0YK3ssDO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tL0YK3ssDO .btn {
  margin: 0 0 .5rem 0;
}
.cid-tL0YJcTOAw {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tL0YJcTOAw .content {
    text-align: center;
  }
  .cid-tL0YJcTOAw .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tL0YJcTOAw .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tL0YJcTOAw .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tL0YJcTOAw .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tL0YJcTOAw .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tL0YJcTOAw .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tL0YJcTOAw .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-tL0YJcTOAw .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tL0YJcTOAw .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tL0YJcTOAw .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tL0YJcTOAw .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tL0YJcTOAw .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tL0YJcTOAw P {
  color: #000000;
  text-align: center;
}
.cid-tL0YJcTOAw H5 {
  color: #4d8327;
  text-align: center;
}
.cid-tL0YJcTOAw .copyright > p {
  text-align: center;
}
.cid-tG6SpRVHYX .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tG6SpRVHYX .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tG6SpRVHYX a {
  font-style: normal;
}
.cid-tG6SpRVHYX .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .nav-item:focus,
.cid-tG6SpRVHYX .nav-link:focus {
  outline: none;
}
.cid-tG6SpRVHYX .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tG6SpRVHYX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tG6SpRVHYX .menu-logo {
  margin-right: auto;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .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-tG6SpRVHYX .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tG6SpRVHYX .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tG6SpRVHYX .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tG6SpRVHYX .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tG6SpRVHYX .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tG6SpRVHYX .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tG6SpRVHYX button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tG6SpRVHYX button.navbar-toggler:focus {
  outline: none;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tG6SpRVHYX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tG6SpRVHYX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tG6SpRVHYX .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tG6SpRVHYX .collapsed .btn {
  display: -webkit-flex;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tG6SpRVHYX .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tG6SpRVHYX .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tG6SpRVHYX .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tG6SpRVHYX .collapsed button.navbar-toggler {
  display: block;
}
.cid-tG6SpRVHYX .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tG6SpRVHYX .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tG6SpRVHYX .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-tG6SpRVHYX .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tG6SpRVHYX .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tG6SpRVHYX .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: 1023px) {
  .cid-tG6SpRVHYX.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tG6SpRVHYX img {
    height: 3.8rem !important;
  }
  .cid-tG6SpRVHYX .btn {
    display: -webkit-flex;
  }
  .cid-tG6SpRVHYX button.navbar-toggler {
    display: block;
  }
  .cid-tG6SpRVHYX .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tG6SpRVHYX .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tG6SpRVHYX .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing,
  .cid-tG6SpRVHYX .navbar-collapse.show {
    display: block !important;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-nav,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-buttons,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tG6SpRVHYX .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tG6SpRVHYX .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tG6SpRVHYX .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-tG6SpRVHYX .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tG6SpRVHYX .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tG6SpRVHYX .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-tG6SpRVHYX .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tG6SpRVHYX .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tG6SpRVHYX .nav-link:hover,
.cid-tG6SpRVHYX .dropdown-item:hover {
  color: #767676 !important;
}
.cid-tL11bxFsta {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1600x1150.jpg");
}
.cid-tL11af5Xu4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tL11af5Xu4 .mbr-text,
.cid-tL11af5Xu4 blockquote {
  color: #767676;
}
.cid-tL11dkKttV {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #4d8327;
}
.cid-tL11dkKttV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tL11dkKttV .btn {
  margin: 0 0 .5rem 0;
}
.cid-tL11edDGpG {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tL11edDGpG .content {
    text-align: center;
  }
  .cid-tL11edDGpG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tL11edDGpG .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tL11edDGpG .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tL11edDGpG .media-wrap img {
  height: 6rem;
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tL11edDGpG .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tL11edDGpG .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tL11edDGpG .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-tL11edDGpG .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tL11edDGpG .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tL11edDGpG .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tL11edDGpG .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tL11edDGpG .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tL11edDGpG P {
  color: #000000;
  text-align: center;
}
.cid-tL11edDGpG H5 {
  color: #4d8327;
  text-align: center;
}
.cid-tL11edDGpG .copyright > p {
  text-align: center;
}
