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: 0.8rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.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.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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: #e8272d !important;
}
.bg-success {
  background-color: #303030 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #00740d !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e8272d !important;
  border-color: #e8272d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b01318 !important;
  border-color: #b01318 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b01318 !important;
  border-color: #b01318 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e7332a !important;
  border-color: #e7332a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b11b14 !important;
  border-color: #b11b14 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b11b14 !important;
  border-color: #b11b14 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success,
.btn-success:active {
  background-color: #303030 !important;
  border-color: #303030 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #00740d !important;
  border-color: #00740d !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #002804 !important;
  border-color: #002804 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #002804 !important;
  border-color: #002804 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #991015;
  color: #991015;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e8272d;
  border-color: #e8272d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e8272d !important;
  border-color: #e8272d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #9a1811;
  color: #9a1811;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #e7332a;
  border-color: #e7332a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e7332a !important;
  border-color: #e7332a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #303030;
  border-color: #303030;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #000e02;
  color: #000e02;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #00740d;
  border-color: #00740d;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #00740d !important;
  border-color: #00740d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-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: #e8272d !important;
}
.text-secondary {
  color: #e7332a !important;
}
.text-success {
  color: #303030 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #00740d !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #991015 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #9a1811 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #000e02 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !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: #ffffff;
}
.alert-warning {
  background-color: #00740d;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e8272d;
  border-color: #e8272d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #e8272d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcdfe0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e3e3e3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #00f31b;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #e8272d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@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: #e8272d;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #e8272d;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@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: #e8272d;
  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: #e8272d;
  border-bottom-color: #e8272d;
}
.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: #e8272d !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: #e7332a !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='%23e8272d' %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-shhu9iRldJ .navbar {
  background: #c1c1c1;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-shhu9iRldJ .navbar-dropdown.bg-color.transparent.opened {
  background: #c1c1c1;
}
.cid-shhu9iRldJ a {
  font-style: normal;
}
.cid-shhu9iRldJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-shhu9iRldJ .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-shhu9iRldJ .nav-item:focus,
.cid-shhu9iRldJ .nav-link:focus {
  outline: none;
}
.cid-shhu9iRldJ .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-shhu9iRldJ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-shhu9iRldJ .menu-logo {
  margin-right: auto;
}
.cid-shhu9iRldJ .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-shhu9iRldJ .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-shhu9iRldJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-shhu9iRldJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shhu9iRldJ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-shhu9iRldJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shhu9iRldJ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-shhu9iRldJ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-shhu9iRldJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-shhu9iRldJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-shhu9iRldJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shhu9iRldJ .dropdown .dropdown-menu {
  background: #c1c1c1;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-shhu9iRldJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-shhu9iRldJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-shhu9iRldJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shhu9iRldJ .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-shhu9iRldJ .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-shhu9iRldJ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-shhu9iRldJ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-shhu9iRldJ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-shhu9iRldJ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shhu9iRldJ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-shhu9iRldJ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shhu9iRldJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-shhu9iRldJ button.navbar-toggler:focus {
  outline: none;
}
.cid-shhu9iRldJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-shhu9iRldJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shhu9iRldJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shhu9iRldJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shhu9iRldJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shhu9iRldJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shhu9iRldJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-shhu9iRldJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-shhu9iRldJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shhu9iRldJ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-shhu9iRldJ .collapsed .btn {
  display: -webkit-flex;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse.collapsing,
.cid-shhu9iRldJ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shhu9iRldJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shhu9iRldJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shhu9iRldJ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shhu9iRldJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-shhu9iRldJ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-shhu9iRldJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-shhu9iRldJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-shhu9iRldJ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-shhu9iRldJ .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-shhu9iRldJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shhu9iRldJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shhu9iRldJ .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-shhu9iRldJ.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-shhu9iRldJ img {
    height: 3.8rem !important;
  }
  .cid-shhu9iRldJ .btn {
    display: -webkit-flex;
  }
  .cid-shhu9iRldJ button.navbar-toggler {
    display: block;
  }
  .cid-shhu9iRldJ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-shhu9iRldJ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-shhu9iRldJ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-shhu9iRldJ .navbar-collapse.collapsing,
  .cid-shhu9iRldJ .navbar-collapse.show {
    display: block !important;
  }
  .cid-shhu9iRldJ .navbar-collapse.collapsing .navbar-nav,
  .cid-shhu9iRldJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shhu9iRldJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shhu9iRldJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shhu9iRldJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-shhu9iRldJ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-shhu9iRldJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shhu9iRldJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shhu9iRldJ .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-shhu9iRldJ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-shhu9iRldJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shhu9iRldJ .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-shhu9iRldJ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-shhu9iRldJ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-shhu9iRldJ .nav-link:hover,
.cid-shhu9iRldJ .dropdown-item:hover {
  color: #767676 !important;
}
.cid-snVRBXAbcJ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-snVRBXAbcJ .mbr-text,
.cid-snVRBXAbcJ blockquote {
  color: #767676;
}
.cid-snVRBXAbcJ .mbr-text {
  color: #00740d;
  text-align: center;
}
.cid-snVRBXAbcJ .mbr-text P {
  text-align: center;
}
.cid-shJz5q6VIJ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-shJz5q6VIJ .mbr-text,
.cid-shJz5q6VIJ blockquote {
  color: #767676;
}
.cid-shJz5q6VIJ .mbr-text P {
  text-align: center;
}
.cid-shJz5q6VIJ .mbr-text {
  color: #232323;
}
.cid-v2HBqVCsos {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-v2HBqVCsos .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-v2HBqVCsos .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-v2HBqVCsos .item-wrapper {
  height: 100%;
}
.cid-v2HBqVCsos .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v2HBqVCsos .carousel-control,
.cid-v2HBqVCsos .close {
  background: #1b1b1b;
}
.cid-v2HBqVCsos .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v2HBqVCsos .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v2HBqVCsos .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-v2HBqVCsos .close::before {
  content: '\e91a';
}
.cid-v2HBqVCsos .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v2HBqVCsos .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-v2HBqVCsos .carousel-inner > .active {
  display: block;
}
.cid-v2HBqVCsos .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v2HBqVCsos .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v2HBqVCsos .carousel-control .icon-next,
.cid-v2HBqVCsos .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-v2HBqVCsos .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v2HBqVCsos .carousel-control,
  .cid-v2HBqVCsos .carousel-indicators,
  .cid-v2HBqVCsos .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v2HBqVCsos .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v2HBqVCsos .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v2HBqVCsos .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-v2HBqVCsos .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v2HBqVCsos .carousel-indicators {
    display: none;
  }
}
.cid-v2HBqVCsos .carousel-indicators .active,
.cid-v2HBqVCsos .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-v2HBqVCsos .carousel-indicators .active {
  background: #fff;
}
.cid-v2HBqVCsos .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v2HBqVCsos .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v2HBqVCsos .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v2HBqVCsos .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v2HBqVCsos .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v2HBqVCsos .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-v2HBqVCsos .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v2HBqVCsos .carousel {
  width: 100%;
}
.cid-v2HBqVCsos .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v2HBqVCsos .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-v2HBqVCsos .modal.fade .modal-dialog,
.cid-v2HBqVCsos .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-v2HBqVCsos .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v2HBqVCsos a {
  display: block;
}
.cid-v2HBqVCsos a.img {
  pointer-events: none;
}
.cid-v2HBqVCsos H3 {
  color: #00740d;
  text-align: justify;
}
.cid-uOG4IfRWrk {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
@media (min-width: 992px) {
  .cid-uOG4IfRWrk .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uOG4IfRWrk .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uOG4IfRWrk .mbr-text {
    text-align: center;
  }
}
.cid-uOG4IfRWrk .mbr-text,
.cid-uOG4IfRWrk .mbr-section-btn {
  color: #232323;
}
.cid-uOG4IfRWrk H1 {
  color: #00740d;
}
.cid-shy8XUk1qL {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #c1c1c1);
}
.cid-shy8XUk1qL .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-shy8XUk1qL .social-list a:focus {
  text-decoration: none;
}
.cid-shhspAROB4 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-shhspAROB4 .form-text {
  color: #00740d;
}
@media (max-width: 767px) {
  .cid-shhspAROB4 .content {
    text-align: center;
  }
  .cid-shhspAROB4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-shhspAROB4 .img-logo img {
  height: 6rem;
}
.cid-shhspAROB4 .form-group,
.cid-shhspAROB4 .input-group-btn {
  padding: 0;
}
.cid-shhspAROB4 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-shhspAROB4 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-shhspAROB4 .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-shhspAROB4 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-shhspAROB4 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-shhspAROB4 .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-shhspAROB4 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-shhspAROB4 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-shhspAROB4 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-shhspAROB4 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-shhspAROB4 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-shhspAROB4 .foot-logo {
    text-align: center !important;
  }
  .cid-shhspAROB4 .foot-title {
    text-align: center !important;
  }
  .cid-shhspAROB4 .mbr-text {
    text-align: center !important;
  }
  .cid-shhspAROB4 .form-group {
    margin: 0;
  }
}
.cid-shhspAROB4 .mbr-links-column {
  color: #303030;
}
.cid-shhspAROB4 .foot-title {
  color: #00740d;
}
.cid-shhspAROB4 .copyright .mbr-text {
  color: #c1c1c1;
}
.cid-shhu9iRldJ .navbar {
  background: #c1c1c1;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-shhu9iRldJ .navbar-dropdown.bg-color.transparent.opened {
  background: #c1c1c1;
}
.cid-shhu9iRldJ a {
  font-style: normal;
}
.cid-shhu9iRldJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-shhu9iRldJ .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-shhu9iRldJ .nav-item:focus,
.cid-shhu9iRldJ .nav-link:focus {
  outline: none;
}
.cid-shhu9iRldJ .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-shhu9iRldJ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-shhu9iRldJ .menu-logo {
  margin-right: auto;
}
.cid-shhu9iRldJ .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-shhu9iRldJ .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-shhu9iRldJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-shhu9iRldJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shhu9iRldJ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-shhu9iRldJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shhu9iRldJ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-shhu9iRldJ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-shhu9iRldJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-shhu9iRldJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-shhu9iRldJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shhu9iRldJ .dropdown .dropdown-menu {
  background: #c1c1c1;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-shhu9iRldJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-shhu9iRldJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-shhu9iRldJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shhu9iRldJ .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-shhu9iRldJ .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-shhu9iRldJ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-shhu9iRldJ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-shhu9iRldJ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-shhu9iRldJ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shhu9iRldJ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-shhu9iRldJ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shhu9iRldJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-shhu9iRldJ button.navbar-toggler:focus {
  outline: none;
}
.cid-shhu9iRldJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-shhu9iRldJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shhu9iRldJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shhu9iRldJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shhu9iRldJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shhu9iRldJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shhu9iRldJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-shhu9iRldJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-shhu9iRldJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shhu9iRldJ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-shhu9iRldJ .collapsed .btn {
  display: -webkit-flex;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse.collapsing,
.cid-shhu9iRldJ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shhu9iRldJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shhu9iRldJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shhu9iRldJ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shhu9iRldJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-shhu9iRldJ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-shhu9iRldJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-shhu9iRldJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-shhu9iRldJ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-shhu9iRldJ .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-shhu9iRldJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shhu9iRldJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shhu9iRldJ .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-shhu9iRldJ.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-shhu9iRldJ img {
    height: 3.8rem !important;
  }
  .cid-shhu9iRldJ .btn {
    display: -webkit-flex;
  }
  .cid-shhu9iRldJ button.navbar-toggler {
    display: block;
  }
  .cid-shhu9iRldJ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-shhu9iRldJ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-shhu9iRldJ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-shhu9iRldJ .navbar-collapse.collapsing,
  .cid-shhu9iRldJ .navbar-collapse.show {
    display: block !important;
  }
  .cid-shhu9iRldJ .navbar-collapse.collapsing .navbar-nav,
  .cid-shhu9iRldJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shhu9iRldJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shhu9iRldJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shhu9iRldJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-shhu9iRldJ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-shhu9iRldJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shhu9iRldJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shhu9iRldJ .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-shhu9iRldJ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-shhu9iRldJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shhu9iRldJ .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-shhu9iRldJ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-shhu9iRldJ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-shhu9iRldJ .nav-link:hover,
.cid-shhu9iRldJ .dropdown-item:hover {
  color: #767676 !important;
}
.cid-shIvwRAATh {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-shIvwRAATh .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-shIvwRAATh .social-list a:focus {
  text-decoration: none;
}
.cid-shIzmWFFHO {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-shIzmWFFHO .mbr-text,
.cid-shIzmWFFHO blockquote {
  color: #767676;
}
.cid-shIzmWFFHO .mbr-text {
  color: #232323;
}
.cid-shIzmWFFHO .mbr-text P {
  text-align: center;
}
.cid-uOXuqzK4LI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-uOXuqzK4LI .mbr-text,
.cid-uOXuqzK4LI blockquote {
  color: #767676;
}
.cid-uOXuqzK4LI .mbr-text {
  color: #232323;
}
.cid-uOXskVbTGv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-uOXskVbTGv .card-img {
  background-color: #fff;
}
.cid-uOXskVbTGv .card {
  align-self: stretch;
}
.cid-uOXskVbTGv .card-box {
  padding: 2rem;
  background-color: #cccccc;
}
.cid-uOXskVbTGv h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uOXskVbTGv p {
  text-align: left;
}
.cid-uOXskVbTGv .mbr-text {
  color: #767676;
}
.cid-uOXskVbTGv .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uOXskVbTGv .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uOXskVbTGv .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-uOXskVbTGv .card-title {
  text-align: center;
}
.cid-shIyUsCf4I {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #cccccc);
}
.cid-shIyUsCf4I .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-shIyUsCf4I .social-list a:focus {
  text-decoration: none;
}
.cid-uP2F0HQ1b1 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uP2F0HQ1b1 .form-text {
  color: #00740d;
}
@media (max-width: 767px) {
  .cid-uP2F0HQ1b1 .content {
    text-align: center;
  }
  .cid-uP2F0HQ1b1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uP2F0HQ1b1 .img-logo img {
  height: 6rem;
}
.cid-uP2F0HQ1b1 .form-group,
.cid-uP2F0HQ1b1 .input-group-btn {
  padding: 0;
}
.cid-uP2F0HQ1b1 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uP2F0HQ1b1 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uP2F0HQ1b1 .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uP2F0HQ1b1 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uP2F0HQ1b1 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uP2F0HQ1b1 .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-uP2F0HQ1b1 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uP2F0HQ1b1 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uP2F0HQ1b1 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uP2F0HQ1b1 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uP2F0HQ1b1 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uP2F0HQ1b1 .foot-logo {
    text-align: center !important;
  }
  .cid-uP2F0HQ1b1 .foot-title {
    text-align: center !important;
  }
  .cid-uP2F0HQ1b1 .mbr-text {
    text-align: center !important;
  }
  .cid-uP2F0HQ1b1 .form-group {
    margin: 0;
  }
}
.cid-uP2F0HQ1b1 .mbr-links-column {
  color: #303030;
}
.cid-uP2F0HQ1b1 .foot-title {
  color: #00740d;
}
.cid-uP2F0HQ1b1 .copyright .mbr-text {
  color: #c1c1c1;
}
.cid-shhu9iRldJ .navbar {
  background: #c1c1c1;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-shhu9iRldJ .navbar-dropdown.bg-color.transparent.opened {
  background: #c1c1c1;
}
.cid-shhu9iRldJ a {
  font-style: normal;
}
.cid-shhu9iRldJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-shhu9iRldJ .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-shhu9iRldJ .nav-item:focus,
.cid-shhu9iRldJ .nav-link:focus {
  outline: none;
}
.cid-shhu9iRldJ .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-shhu9iRldJ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-shhu9iRldJ .menu-logo {
  margin-right: auto;
}
.cid-shhu9iRldJ .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-shhu9iRldJ .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-shhu9iRldJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-shhu9iRldJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shhu9iRldJ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-shhu9iRldJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shhu9iRldJ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-shhu9iRldJ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-shhu9iRldJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-shhu9iRldJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-shhu9iRldJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shhu9iRldJ .dropdown .dropdown-menu {
  background: #c1c1c1;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-shhu9iRldJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-shhu9iRldJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-shhu9iRldJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shhu9iRldJ .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-shhu9iRldJ .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-shhu9iRldJ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-shhu9iRldJ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-shhu9iRldJ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-shhu9iRldJ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shhu9iRldJ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-shhu9iRldJ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shhu9iRldJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-shhu9iRldJ button.navbar-toggler:focus {
  outline: none;
}
.cid-shhu9iRldJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-shhu9iRldJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shhu9iRldJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shhu9iRldJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shhu9iRldJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shhu9iRldJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shhu9iRldJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-shhu9iRldJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-shhu9iRldJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shhu9iRldJ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-shhu9iRldJ .collapsed .btn {
  display: -webkit-flex;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse.collapsing,
.cid-shhu9iRldJ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shhu9iRldJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shhu9iRldJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shhu9iRldJ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shhu9iRldJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-shhu9iRldJ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-shhu9iRldJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-shhu9iRldJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-shhu9iRldJ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-shhu9iRldJ .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-shhu9iRldJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shhu9iRldJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shhu9iRldJ .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-shhu9iRldJ.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-shhu9iRldJ img {
    height: 3.8rem !important;
  }
  .cid-shhu9iRldJ .btn {
    display: -webkit-flex;
  }
  .cid-shhu9iRldJ button.navbar-toggler {
    display: block;
  }
  .cid-shhu9iRldJ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-shhu9iRldJ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-shhu9iRldJ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-shhu9iRldJ .navbar-collapse.collapsing,
  .cid-shhu9iRldJ .navbar-collapse.show {
    display: block !important;
  }
  .cid-shhu9iRldJ .navbar-collapse.collapsing .navbar-nav,
  .cid-shhu9iRldJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shhu9iRldJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shhu9iRldJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shhu9iRldJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-shhu9iRldJ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-shhu9iRldJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shhu9iRldJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shhu9iRldJ .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-shhu9iRldJ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-shhu9iRldJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shhu9iRldJ .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-shhu9iRldJ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-shhu9iRldJ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-shhu9iRldJ .nav-link:hover,
.cid-shhu9iRldJ .dropdown-item:hover {
  color: #767676 !important;
}
.cid-shIunhhgbH {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-shIunhhgbH .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-shIunhhgbH .social-list a:focus {
  text-decoration: none;
}
.cid-sNoY5xXaoF {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-sNoY5xXaoF .mbr-text,
.cid-sNoY5xXaoF blockquote {
  color: #767676;
}
.cid-sNoY5xXaoF .mbr-text {
  color: #00740d;
}
.cid-sNoY5xXaoF .mbr-text P {
  text-align: center;
}
.cid-sNoWTjWo4F {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-sNoWTjWo4F .card-img {
  background-color: #fff;
}
.cid-sNoWTjWo4F .card {
  align-self: stretch;
}
.cid-sNoWTjWo4F .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-sNoWTjWo4F h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sNoWTjWo4F p {
  text-align: left;
}
.cid-sNoWTjWo4F .mbr-text {
  color: #767676;
}
.cid-sNoWTjWo4F .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sNoWTjWo4F .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sNoWTjWo4F .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sk0jy5jh5x {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-sk0jy5jh5x .mbr-text,
.cid-sk0jy5jh5x blockquote {
  color: #767676;
}
.cid-sk0jy5jh5x .mbr-text P {
  text-align: center;
}
.cid-sk0jy5jh5x .mbr-text {
  color: #303030;
}
.cid-uPeR8d1t8K {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #c1c1c1);
}
.cid-uPeR8d1t8K .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-uPeR8d1t8K .social-list a:focus {
  text-decoration: none;
}
.cid-sk0nxPqB9I {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sk0nxPqB9I .form-text {
  color: #00740d;
}
@media (max-width: 767px) {
  .cid-sk0nxPqB9I .content {
    text-align: center;
  }
  .cid-sk0nxPqB9I .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sk0nxPqB9I .img-logo img {
  height: 6rem;
}
.cid-sk0nxPqB9I .form-group,
.cid-sk0nxPqB9I .input-group-btn {
  padding: 0;
}
.cid-sk0nxPqB9I .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sk0nxPqB9I .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sk0nxPqB9I .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sk0nxPqB9I .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sk0nxPqB9I .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sk0nxPqB9I .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-sk0nxPqB9I .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sk0nxPqB9I .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sk0nxPqB9I .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sk0nxPqB9I .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sk0nxPqB9I .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sk0nxPqB9I .foot-logo {
    text-align: center !important;
  }
  .cid-sk0nxPqB9I .foot-title {
    text-align: center !important;
  }
  .cid-sk0nxPqB9I .mbr-text {
    text-align: center !important;
  }
  .cid-sk0nxPqB9I .form-group {
    margin: 0;
  }
}
.cid-sk0nxPqB9I .mbr-links-column {
  color: #303030;
}
.cid-sk0nxPqB9I .foot-title {
  color: #00740d;
}
.cid-sk0nxPqB9I .copyright .mbr-text {
  color: #c1c1c1;
}
.cid-shhu9iRldJ .navbar {
  background: #c1c1c1;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-shhu9iRldJ .navbar-dropdown.bg-color.transparent.opened {
  background: #c1c1c1;
}
.cid-shhu9iRldJ a {
  font-style: normal;
}
.cid-shhu9iRldJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-shhu9iRldJ .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-shhu9iRldJ .nav-item:focus,
.cid-shhu9iRldJ .nav-link:focus {
  outline: none;
}
.cid-shhu9iRldJ .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-shhu9iRldJ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-shhu9iRldJ .menu-logo {
  margin-right: auto;
}
.cid-shhu9iRldJ .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-shhu9iRldJ .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-shhu9iRldJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-shhu9iRldJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shhu9iRldJ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-shhu9iRldJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shhu9iRldJ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-shhu9iRldJ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-shhu9iRldJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-shhu9iRldJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-shhu9iRldJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shhu9iRldJ .dropdown .dropdown-menu {
  background: #c1c1c1;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-shhu9iRldJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-shhu9iRldJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-shhu9iRldJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shhu9iRldJ .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-shhu9iRldJ .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-shhu9iRldJ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-shhu9iRldJ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-shhu9iRldJ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-shhu9iRldJ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shhu9iRldJ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-shhu9iRldJ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shhu9iRldJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-shhu9iRldJ button.navbar-toggler:focus {
  outline: none;
}
.cid-shhu9iRldJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-shhu9iRldJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shhu9iRldJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shhu9iRldJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shhu9iRldJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shhu9iRldJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shhu9iRldJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-shhu9iRldJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-shhu9iRldJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shhu9iRldJ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-shhu9iRldJ .collapsed .btn {
  display: -webkit-flex;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse.collapsing,
.cid-shhu9iRldJ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shhu9iRldJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shhu9iRldJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shhu9iRldJ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shhu9iRldJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-shhu9iRldJ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-shhu9iRldJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-shhu9iRldJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-shhu9iRldJ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-shhu9iRldJ .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-shhu9iRldJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shhu9iRldJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shhu9iRldJ .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-shhu9iRldJ.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-shhu9iRldJ img {
    height: 3.8rem !important;
  }
  .cid-shhu9iRldJ .btn {
    display: -webkit-flex;
  }
  .cid-shhu9iRldJ button.navbar-toggler {
    display: block;
  }
  .cid-shhu9iRldJ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-shhu9iRldJ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-shhu9iRldJ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-shhu9iRldJ .navbar-collapse.collapsing,
  .cid-shhu9iRldJ .navbar-collapse.show {
    display: block !important;
  }
  .cid-shhu9iRldJ .navbar-collapse.collapsing .navbar-nav,
  .cid-shhu9iRldJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shhu9iRldJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shhu9iRldJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shhu9iRldJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-shhu9iRldJ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-shhu9iRldJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shhu9iRldJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shhu9iRldJ .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-shhu9iRldJ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-shhu9iRldJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shhu9iRldJ .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-shhu9iRldJ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-shhu9iRldJ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-shhu9iRldJ .nav-link:hover,
.cid-shhu9iRldJ .dropdown-item:hover {
  color: #767676 !important;
}
.cid-shJuwgx6Rw {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #c1c1c1;
}
.cid-shJuwgx6Rw .mbr-text,
.cid-shJuwgx6Rw blockquote {
  color: #767676;
}
.cid-shJuwgx6Rw .mbr-text P {
  text-align: center;
}
.cid-shJuwgx6Rw .mbr-text {
  color: #e8272d;
}
.cid-shJwLfrWP3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-shJwLfrWP3 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-shJwLfrWP3 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-shJwLfrWP3 .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-shJwLfrWP3 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-shJwLfrWP3 .mbr-text {
  color: #303030;
  text-align: left;
}
.cid-uPeN4tMsmw {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #c1c1c1);
}
.cid-uPeN4tMsmw .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-uPeN4tMsmw .social-list a:focus {
  text-decoration: none;
}
.cid-uP2ESWppHd {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uP2ESWppHd .form-text {
  color: #00740d;
}
@media (max-width: 767px) {
  .cid-uP2ESWppHd .content {
    text-align: center;
  }
  .cid-uP2ESWppHd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uP2ESWppHd .img-logo img {
  height: 6rem;
}
.cid-uP2ESWppHd .form-group,
.cid-uP2ESWppHd .input-group-btn {
  padding: 0;
}
.cid-uP2ESWppHd .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uP2ESWppHd .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uP2ESWppHd .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uP2ESWppHd .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uP2ESWppHd .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uP2ESWppHd .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-uP2ESWppHd .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uP2ESWppHd .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uP2ESWppHd .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uP2ESWppHd .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uP2ESWppHd .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uP2ESWppHd .foot-logo {
    text-align: center !important;
  }
  .cid-uP2ESWppHd .foot-title {
    text-align: center !important;
  }
  .cid-uP2ESWppHd .mbr-text {
    text-align: center !important;
  }
  .cid-uP2ESWppHd .form-group {
    margin: 0;
  }
}
.cid-uP2ESWppHd .mbr-links-column {
  color: #303030;
}
.cid-uP2ESWppHd .foot-title {
  color: #00740d;
}
.cid-uP2ESWppHd .copyright .mbr-text {
  color: #c1c1c1;
}
.cid-shhu9iRldJ .navbar {
  background: #c1c1c1;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-shhu9iRldJ .navbar-dropdown.bg-color.transparent.opened {
  background: #c1c1c1;
}
.cid-shhu9iRldJ a {
  font-style: normal;
}
.cid-shhu9iRldJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-shhu9iRldJ .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-shhu9iRldJ .nav-item:focus,
.cid-shhu9iRldJ .nav-link:focus {
  outline: none;
}
.cid-shhu9iRldJ .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-shhu9iRldJ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-shhu9iRldJ .menu-logo {
  margin-right: auto;
}
.cid-shhu9iRldJ .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-shhu9iRldJ .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-shhu9iRldJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-shhu9iRldJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shhu9iRldJ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-shhu9iRldJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shhu9iRldJ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-shhu9iRldJ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-shhu9iRldJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-shhu9iRldJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-shhu9iRldJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shhu9iRldJ .dropdown .dropdown-menu {
  background: #c1c1c1;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-shhu9iRldJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-shhu9iRldJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-shhu9iRldJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shhu9iRldJ .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-shhu9iRldJ .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-shhu9iRldJ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-shhu9iRldJ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-shhu9iRldJ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-shhu9iRldJ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shhu9iRldJ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-shhu9iRldJ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shhu9iRldJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-shhu9iRldJ button.navbar-toggler:focus {
  outline: none;
}
.cid-shhu9iRldJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-shhu9iRldJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shhu9iRldJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shhu9iRldJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shhu9iRldJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shhu9iRldJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shhu9iRldJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-shhu9iRldJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-shhu9iRldJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shhu9iRldJ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-shhu9iRldJ .collapsed .btn {
  display: -webkit-flex;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse.collapsing,
.cid-shhu9iRldJ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shhu9iRldJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shhu9iRldJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shhu9iRldJ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shhu9iRldJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-shhu9iRldJ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-shhu9iRldJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-shhu9iRldJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-shhu9iRldJ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-shhu9iRldJ .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-shhu9iRldJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shhu9iRldJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shhu9iRldJ .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-shhu9iRldJ.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-shhu9iRldJ img {
    height: 3.8rem !important;
  }
  .cid-shhu9iRldJ .btn {
    display: -webkit-flex;
  }
  .cid-shhu9iRldJ button.navbar-toggler {
    display: block;
  }
  .cid-shhu9iRldJ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-shhu9iRldJ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-shhu9iRldJ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-shhu9iRldJ .navbar-collapse.collapsing,
  .cid-shhu9iRldJ .navbar-collapse.show {
    display: block !important;
  }
  .cid-shhu9iRldJ .navbar-collapse.collapsing .navbar-nav,
  .cid-shhu9iRldJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shhu9iRldJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shhu9iRldJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shhu9iRldJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-shhu9iRldJ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-shhu9iRldJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shhu9iRldJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shhu9iRldJ .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-shhu9iRldJ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-shhu9iRldJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shhu9iRldJ .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-shhu9iRldJ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-shhu9iRldJ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-shhu9iRldJ .nav-link:hover,
.cid-shhu9iRldJ .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sZXNGfghgH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sZXNGfghgH .mbr-text,
.cid-sZXNGfghgH blockquote {
  color: #767676;
}
.cid-sZXNGfghgH .mbr-text P {
  text-align: center;
}
.cid-sZXNGfghgH .mbr-text {
  color: #00740d;
}
.cid-tQ89avb16e {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #cccccc;
}
.cid-tQ89avb16e .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tQ89avb16e .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tQ89avb16e .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-tQ89avb16e .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-tQ89avb16e .mbr-text {
  color: #00740d;
  text-align: left;
}
.cid-tulKaw87VV {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #cccccc;
}
.cid-tulKaw87VV .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tulKaw87VV .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tulKaw87VV .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-tulKaw87VV .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-tulKaw87VV .mbr-text {
  color: #00740d;
  text-align: left;
}
.cid-t4F7GIQkaj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #cccccc;
}
.cid-t4F7GIQkaj .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-t4F7GIQkaj .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t4F7GIQkaj .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-t4F7GIQkaj .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-t4F7GIQkaj .mbr-text {
  color: #00740d;
  text-align: left;
}
.cid-t21ahqtrTu {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #cccccc;
}
.cid-t21ahqtrTu .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-t21ahqtrTu .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t21ahqtrTu .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-t21ahqtrTu .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-t21ahqtrTu .mbr-text {
  color: #00740d;
  text-align: left;
}
.cid-t1QBHno057 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #cccccc;
}
.cid-t1QBHno057 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-t1QBHno057 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t1QBHno057 .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-t1QBHno057 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-t1QBHno057 .mbr-text {
  color: #00740d;
  text-align: left;
}
.cid-sZXOrC8pcM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-sZXOrC8pcM .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sZXOrC8pcM .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sZXOrC8pcM .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sZXOrC8pcM .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sZXOrC8pcM .mbr-text {
  color: #00740d;
  text-align: left;
}
.cid-sZXOqB8CIv {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-sZXOqB8CIv .mbr-text,
.cid-sZXOqB8CIv blockquote {
  color: #767676;
}
.cid-sZXOqB8CIv .mbr-text P {
  text-align: center;
}
.cid-sZXOqB8CIv .mbr-text {
  color: #00740d;
}
.cid-sZXNIjJGlI {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-sZXNIjJGlI .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sZXNIjJGlI .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sZXNIjJGlI .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sZXNIjJGlI .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sZXNIjJGlI .mbr-text {
  color: #00740d;
  text-align: left;
}
.cid-sZcgOBsim5 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sZcgOBsim5 .mbr-text,
.cid-sZcgOBsim5 blockquote {
  color: #767676;
}
.cid-sZcgOBsim5 .mbr-text P {
  text-align: center;
}
.cid-sZcgOBsim5 .mbr-text {
  color: #00740d;
}
.cid-sZcgKxkUVV {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #cccccc;
}
.cid-sZcgKxkUVV .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sZcgKxkUVV .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sZcgKxkUVV .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sZcgKxkUVV .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sZcgKxkUVV .mbr-text {
  color: #00740d;
  text-align: left;
}
.cid-sUGdVFWcyO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-sUGdVFWcyO .mbr-text,
.cid-sUGdVFWcyO blockquote {
  color: #767676;
}
.cid-sUGdVFWcyO .mbr-text P {
  text-align: center;
}
.cid-sUGdVFWcyO .mbr-text {
  color: #00740d;
}
.cid-sUGdX5x34I {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #cccccc;
}
.cid-sUGdX5x34I .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sUGdX5x34I .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sUGdX5x34I .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sUGdX5x34I .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sUGdX5x34I .mbr-text {
  color: #00740d;
  text-align: left;
}
.cid-sUGa8coONk {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-sUGa8coONk .mbr-text,
.cid-sUGa8coONk blockquote {
  color: #767676;
}
.cid-sUGa8coONk .mbr-text P {
  text-align: center;
}
.cid-sUGa8coONk .mbr-text {
  color: #00740d;
}
.cid-sUGabxb8ve {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #cccccc;
}
.cid-sUGabxb8ve .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sUGabxb8ve .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sUGabxb8ve .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sUGabxb8ve .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sUGabxb8ve .mbr-text {
  color: #00740d;
  text-align: left;
}
.cid-sTfPnWq0ft {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-sTfPnWq0ft .mbr-text,
.cid-sTfPnWq0ft blockquote {
  color: #767676;
}
.cid-sTfPnWq0ft .mbr-text P {
  text-align: center;
}
.cid-sTfPnWq0ft .mbr-text {
  color: #00740d;
}
.cid-sTfPw4jpeU {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #cccccc;
}
.cid-sTfPw4jpeU .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sTfPw4jpeU .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sTfPw4jpeU .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sTfPw4jpeU .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sTfPw4jpeU .mbr-text {
  color: #00740d;
  text-align: left;
}
.cid-sR1aks3pSl {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-sR1aks3pSl .mbr-text,
.cid-sR1aks3pSl blockquote {
  color: #767676;
}
.cid-sR1aks3pSl .mbr-text P {
  text-align: center;
}
.cid-sR1aks3pSl .mbr-text {
  color: #00740d;
}
.cid-sR1f5lKSv3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #cccccc;
}
.cid-sR1f5lKSv3 .images-container.container-fluid {
  padding: 0;
}
.cid-sR1f5lKSv3 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sR1f5lKSv3 .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-sR1f5lKSv3 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-sR1f5lKSv3 .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sR1f5lKSv3 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-sR1f5lKSv3 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sR1f5lKSv3 .img-item {
    width: 100% !important;
  }
  .cid-sR1f5lKSv3 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-sNkM2XAu3y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-sNkM2XAu3y .mbr-text,
.cid-sNkM2XAu3y blockquote {
  color: #767676;
}
.cid-sNkM2XAu3y .mbr-text P {
  text-align: center;
}
.cid-sNkM2XAu3y .mbr-text {
  color: #00740d;
}
.cid-sNpkdvTJsV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-sNpkdvTJsV .mbr-text,
.cid-sNpkdvTJsV blockquote {
  color: #767676;
}
.cid-sNpkdvTJsV .mbr-text {
  color: #00740d;
}
.cid-sNpiGHPciZ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-sNpiGHPciZ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sNpiGHPciZ p {
  color: #767676;
  text-align: left;
}
.cid-sNpiGHPciZ .card-box {
  padding-top: 2rem;
}
.cid-sNpiGHPciZ .card-wrapper {
  height: 100%;
}
.cid-sNpiGHPciZ .card-title {
  text-align: center;
  color: #00740d;
}
.cid-swsOtYCXc3 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-swsOtYCXc3 .mbr-text,
.cid-swsOtYCXc3 blockquote {
  color: #767676;
}
.cid-swsOtYCXc3 .mbr-text P {
  text-align: center;
}
.cid-swsOtYCXc3 .mbr-text {
  color: #00740d;
}
.cid-swsOyHH4Lf {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #cccccc;
}
.cid-swsOyHH4Lf .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-swsOyHH4Lf .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-swsOyHH4Lf .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-swsOyHH4Lf .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-swsOyHH4Lf .mbr-text {
  color: #00740d;
  text-align: left;
}
.cid-sweBwUqu0S {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-sweBwUqu0S .mbr-text,
.cid-sweBwUqu0S blockquote {
  color: #767676;
}
.cid-sweBwUqu0S .mbr-text P {
  text-align: center;
}
.cid-sweBwUqu0S .mbr-text {
  color: #00740d;
}
.cid-sweBc4YOpA {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-sweBc4YOpA .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sweBc4YOpA .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sweBc4YOpA .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sweBc4YOpA .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sweBc4YOpA .mbr-text {
  color: #00740d;
  text-align: left;
}
.cid-svtwWDv0v6 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-svtwWDv0v6 .mbr-text,
.cid-svtwWDv0v6 blockquote {
  color: #767676;
}
.cid-svtwWDv0v6 .mbr-text P {
  text-align: center;
}
.cid-svtwWDv0v6 .mbr-text {
  color: #00740d;
}
.cid-svtwOn61El {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #cccccc;
}
.cid-svtwOn61El .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-svtwOn61El .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-svtwOn61El .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-svtwOn61El .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-svtwOn61El .mbr-text {
  color: #00740d;
  text-align: left;
}
.cid-stxBzxSuzc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-stxBzxSuzc .mbr-text,
.cid-stxBzxSuzc blockquote {
  color: #767676;
}
.cid-stxBzxSuzc .mbr-text P {
  text-align: center;
}
.cid-stxBzxSuzc .mbr-text {
  color: #00740d;
}
.cid-stxB7HjdBy {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #cccccc;
}
.cid-stxB7HjdBy .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-stxB7HjdBy .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-stxB7HjdBy .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-stxB7HjdBy .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-stxB7HjdBy .mbr-text {
  color: #00740d;
  text-align: left;
}
.cid-srC5PLYl6n {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-srC5PLYl6n .mbr-text,
.cid-srC5PLYl6n blockquote {
  color: #767676;
}
.cid-srC5PLYl6n .mbr-text P {
  text-align: center;
}
.cid-srC5PLYl6n .mbr-text {
  color: #00740d;
  text-align: center;
}
.cid-ss74S4HBWe {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #cccccc;
}
.cid-ss74S4HBWe .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-ss74S4HBWe .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ss74S4HBWe .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-ss74S4HBWe .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-ss74S4HBWe .mbr-text {
  color: #00740d;
  text-align: left;
}
.cid-ss74Ns9sMW {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-ss74Ns9sMW .mbr-text,
.cid-ss74Ns9sMW blockquote {
  color: #767676;
}
.cid-ss74Ns9sMW .mbr-text P {
  text-align: center;
}
.cid-ss74Ns9sMW .mbr-text {
  color: #00740d;
}
.cid-srC5Gm2ydc {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #cccccc;
}
.cid-srC5Gm2ydc .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-srC5Gm2ydc .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-srC5Gm2ydc .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-srC5Gm2ydc .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-srC5Gm2ydc .mbr-text {
  color: #00740d;
  text-align: left;
}
.cid-sr3WEZ1k6T {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-sr3WEZ1k6T .mbr-text,
.cid-sr3WEZ1k6T blockquote {
  color: #767676;
}
.cid-sr3WEZ1k6T .mbr-text P {
  text-align: center;
}
.cid-sr3WEZ1k6T .mbr-text {
  color: #00740d;
}
.cid-sr3WZtcToa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-sr3WZtcToa .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sr3WZtcToa .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sr3WZtcToa .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sr3WZtcToa .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sr3WZtcToa .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sr3WZtcToa .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sr3WZtcToa .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-sr3WZtcToa .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sr3WZtcToa .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sqZop2pWB2 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-sqZop2pWB2 .mbr-text,
.cid-sqZop2pWB2 blockquote {
  color: #767676;
}
.cid-sqZop2pWB2 .mbr-text P {
  text-align: center;
}
.cid-sqZop2pWB2 .mbr-text {
  color: #00740d;
}
.cid-sqXi7eoWmw {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-sqXi7eoWmw .mbr-text,
.cid-sqXi7eoWmw blockquote {
  color: #767676;
}
.cid-sqXi7eoWmw .mbr-text P {
  text-align: center;
}
.cid-sqXi7eoWmw .mbr-text {
  color: #00740d;
}
.cid-sqXiEkrOyF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-sqXiEkrOyF .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sqXiEkrOyF .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sqXiEkrOyF .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sqXiEkrOyF .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sqXiEkrOyF .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sqXiEkrOyF .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sqXiEkrOyF .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-sqXiEkrOyF .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sqXiEkrOyF .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-so4CovF0YJ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-so4CovF0YJ .mbr-text,
.cid-so4CovF0YJ blockquote {
  color: #767676;
}
.cid-so4CovF0YJ .mbr-text P {
  text-align: center;
}
.cid-so4CovF0YJ .mbr-text {
  color: #00740d;
}
.cid-snVO2oHqa3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-snVO2oHqa3 .mbr-text,
.cid-snVO2oHqa3 blockquote {
  color: #767676;
}
.cid-snVO2oHqa3 .mbr-text P {
  text-align: center;
}
.cid-snVO2oHqa3 .mbr-text {
  color: #00740d;
}
.cid-skmybgZ8JW {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-skmybgZ8JW .mbr-text,
.cid-skmybgZ8JW blockquote {
  color: #767676;
}
.cid-skmybgZ8JW .mbr-text P {
  text-align: center;
}
.cid-skmybgZ8JW .mbr-text {
  color: #00740d;
}
.cid-skmygKX0ZF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-skmygKX0ZF .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-skmygKX0ZF .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-skmygKX0ZF .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-skmygKX0ZF .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-skmygKX0ZF .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-skmygKX0ZF .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-skmygKX0ZF .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-skmygKX0ZF .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-skmygKX0ZF .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-skawR5WhKu {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-skawR5WhKu .mbr-text,
.cid-skawR5WhKu blockquote {
  color: #767676;
}
.cid-skawR5WhKu .mbr-text P {
  text-align: center;
}
.cid-skawR5WhKu .mbr-text {
  color: #00740d;
}
.cid-sk0et6zlDV {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-sk0et6zlDV .mbr-text,
.cid-sk0et6zlDV blockquote {
  color: #767676;
}
.cid-sk0et6zlDV .mbr-text P {
  text-align: center;
}
.cid-sk0et6zlDV .mbr-text {
  color: #00740d;
}
.cid-sk0dYL0z1A {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-sk0dYL0z1A .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sk0dYL0z1A .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sk0dYL0z1A .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sk0dYL0z1A .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sk0dYL0z1A .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sk0dYL0z1A .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sk0dYL0z1A .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-sk0dYL0z1A .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sk0dYL0z1A .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uPeQNvy4jS {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #c1c1c1);
}
.cid-uPeQNvy4jS .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-uPeQNvy4jS .social-list a:focus {
  text-decoration: none;
}
.cid-sk0nvbhjfi {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sk0nvbhjfi .form-text {
  color: #00740d;
}
@media (max-width: 767px) {
  .cid-sk0nvbhjfi .content {
    text-align: center;
  }
  .cid-sk0nvbhjfi .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sk0nvbhjfi .img-logo img {
  height: 6rem;
}
.cid-sk0nvbhjfi .form-group,
.cid-sk0nvbhjfi .input-group-btn {
  padding: 0;
}
.cid-sk0nvbhjfi .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sk0nvbhjfi .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sk0nvbhjfi .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sk0nvbhjfi .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sk0nvbhjfi .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sk0nvbhjfi .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-sk0nvbhjfi .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sk0nvbhjfi .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sk0nvbhjfi .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sk0nvbhjfi .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sk0nvbhjfi .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sk0nvbhjfi .foot-logo {
    text-align: center !important;
  }
  .cid-sk0nvbhjfi .foot-title {
    text-align: center !important;
  }
  .cid-sk0nvbhjfi .mbr-text {
    text-align: center !important;
  }
  .cid-sk0nvbhjfi .form-group {
    margin: 0;
  }
}
.cid-sk0nvbhjfi .mbr-links-column {
  color: #303030;
}
.cid-sk0nvbhjfi .foot-title {
  color: #00740d;
}
.cid-sk0nvbhjfi .copyright .mbr-text {
  color: #c1c1c1;
}
.cid-tQ8aGLgIzd .navbar {
  background: #c1c1c1;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tQ8aGLgIzd .navbar-dropdown.bg-color.transparent.opened {
  background: #c1c1c1;
}
.cid-tQ8aGLgIzd a {
  font-style: normal;
}
.cid-tQ8aGLgIzd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tQ8aGLgIzd .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-tQ8aGLgIzd .nav-item:focus,
.cid-tQ8aGLgIzd .nav-link:focus {
  outline: none;
}
.cid-tQ8aGLgIzd .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tQ8aGLgIzd .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tQ8aGLgIzd .menu-logo {
  margin-right: auto;
}
.cid-tQ8aGLgIzd .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-tQ8aGLgIzd .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-tQ8aGLgIzd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tQ8aGLgIzd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tQ8aGLgIzd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tQ8aGLgIzd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tQ8aGLgIzd .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tQ8aGLgIzd .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tQ8aGLgIzd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tQ8aGLgIzd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tQ8aGLgIzd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tQ8aGLgIzd .dropdown .dropdown-menu {
  background: #c1c1c1;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tQ8aGLgIzd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tQ8aGLgIzd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQ8aGLgIzd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tQ8aGLgIzd .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tQ8aGLgIzd .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-tQ8aGLgIzd .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tQ8aGLgIzd .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tQ8aGLgIzd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tQ8aGLgIzd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tQ8aGLgIzd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tQ8aGLgIzd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tQ8aGLgIzd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tQ8aGLgIzd button.navbar-toggler:focus {
  outline: none;
}
.cid-tQ8aGLgIzd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tQ8aGLgIzd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tQ8aGLgIzd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tQ8aGLgIzd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tQ8aGLgIzd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tQ8aGLgIzd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tQ8aGLgIzd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tQ8aGLgIzd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tQ8aGLgIzd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tQ8aGLgIzd .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tQ8aGLgIzd .collapsed .btn {
  display: -webkit-flex;
}
.cid-tQ8aGLgIzd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tQ8aGLgIzd .collapsed .navbar-collapse.collapsing,
.cid-tQ8aGLgIzd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tQ8aGLgIzd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tQ8aGLgIzd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tQ8aGLgIzd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tQ8aGLgIzd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tQ8aGLgIzd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tQ8aGLgIzd .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tQ8aGLgIzd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tQ8aGLgIzd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tQ8aGLgIzd .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-tQ8aGLgIzd .collapsed button.navbar-toggler {
  display: block;
}
.cid-tQ8aGLgIzd .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tQ8aGLgIzd .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tQ8aGLgIzd .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-tQ8aGLgIzd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tQ8aGLgIzd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tQ8aGLgIzd .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-tQ8aGLgIzd.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tQ8aGLgIzd img {
    height: 3.8rem !important;
  }
  .cid-tQ8aGLgIzd .btn {
    display: -webkit-flex;
  }
  .cid-tQ8aGLgIzd button.navbar-toggler {
    display: block;
  }
  .cid-tQ8aGLgIzd .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tQ8aGLgIzd .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tQ8aGLgIzd .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tQ8aGLgIzd .navbar-collapse.collapsing,
  .cid-tQ8aGLgIzd .navbar-collapse.show {
    display: block !important;
  }
  .cid-tQ8aGLgIzd .navbar-collapse.collapsing .navbar-nav,
  .cid-tQ8aGLgIzd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tQ8aGLgIzd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tQ8aGLgIzd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tQ8aGLgIzd .navbar-collapse.collapsing .navbar-buttons,
  .cid-tQ8aGLgIzd .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tQ8aGLgIzd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tQ8aGLgIzd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tQ8aGLgIzd .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-tQ8aGLgIzd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tQ8aGLgIzd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tQ8aGLgIzd .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-tQ8aGLgIzd .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tQ8aGLgIzd .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tQ8aGLgIzd .nav-link:hover,
.cid-tQ8aGLgIzd .dropdown-item:hover {
  color: #767676 !important;
}
.cid-tQ8aGM1dzx {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tQ8aGM1dzx .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-tQ8aGM1dzx .social-list a:focus {
  text-decoration: none;
}
.cid-tUtGO1AMtj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #cccccc;
}
.cid-tUtGO1AMtj .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tUtGO1AMtj .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tUtGO1AMtj .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tUtGO1AMtj H1 {
  color: #00740d;
}
.cid-uPeNiOftU3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #c1c1c1);
}
.cid-uPeNiOftU3 .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-uPeNiOftU3 .social-list a:focus {
  text-decoration: none;
}
.cid-tQ8aGPKQPr {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tQ8aGPKQPr .form-text {
  color: #00740d;
}
@media (max-width: 767px) {
  .cid-tQ8aGPKQPr .content {
    text-align: center;
  }
  .cid-tQ8aGPKQPr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tQ8aGPKQPr .img-logo img {
  height: 6rem;
}
.cid-tQ8aGPKQPr .form-group,
.cid-tQ8aGPKQPr .input-group-btn {
  padding: 0;
}
.cid-tQ8aGPKQPr .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tQ8aGPKQPr .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tQ8aGPKQPr .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-tQ8aGPKQPr .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tQ8aGPKQPr .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-tQ8aGPKQPr .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-tQ8aGPKQPr .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tQ8aGPKQPr .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tQ8aGPKQPr .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tQ8aGPKQPr .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tQ8aGPKQPr .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tQ8aGPKQPr .foot-logo {
    text-align: center !important;
  }
  .cid-tQ8aGPKQPr .foot-title {
    text-align: center !important;
  }
  .cid-tQ8aGPKQPr .mbr-text {
    text-align: center !important;
  }
  .cid-tQ8aGPKQPr .form-group {
    margin: 0;
  }
}
.cid-tQ8aGPKQPr .mbr-links-column {
  color: #303030;
}
.cid-tQ8aGPKQPr .foot-title {
  color: #00740d;
}
.cid-tQ8aGPKQPr .copyright .mbr-text {
  color: #c1c1c1;
}
.cid-shhu9iRldJ .navbar {
  background: #c1c1c1;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-shhu9iRldJ .navbar-dropdown.bg-color.transparent.opened {
  background: #c1c1c1;
}
.cid-shhu9iRldJ a {
  font-style: normal;
}
.cid-shhu9iRldJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-shhu9iRldJ .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-shhu9iRldJ .nav-item:focus,
.cid-shhu9iRldJ .nav-link:focus {
  outline: none;
}
.cid-shhu9iRldJ .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-shhu9iRldJ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-shhu9iRldJ .menu-logo {
  margin-right: auto;
}
.cid-shhu9iRldJ .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-shhu9iRldJ .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-shhu9iRldJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-shhu9iRldJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shhu9iRldJ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-shhu9iRldJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shhu9iRldJ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-shhu9iRldJ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-shhu9iRldJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-shhu9iRldJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-shhu9iRldJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shhu9iRldJ .dropdown .dropdown-menu {
  background: #c1c1c1;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-shhu9iRldJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-shhu9iRldJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-shhu9iRldJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shhu9iRldJ .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-shhu9iRldJ .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-shhu9iRldJ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-shhu9iRldJ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-shhu9iRldJ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-shhu9iRldJ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shhu9iRldJ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-shhu9iRldJ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shhu9iRldJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-shhu9iRldJ button.navbar-toggler:focus {
  outline: none;
}
.cid-shhu9iRldJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-shhu9iRldJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shhu9iRldJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shhu9iRldJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shhu9iRldJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shhu9iRldJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shhu9iRldJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-shhu9iRldJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-shhu9iRldJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shhu9iRldJ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-shhu9iRldJ .collapsed .btn {
  display: -webkit-flex;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse.collapsing,
.cid-shhu9iRldJ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shhu9iRldJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shhu9iRldJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shhu9iRldJ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shhu9iRldJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-shhu9iRldJ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-shhu9iRldJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-shhu9iRldJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-shhu9iRldJ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-shhu9iRldJ .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-shhu9iRldJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shhu9iRldJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shhu9iRldJ .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-shhu9iRldJ.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-shhu9iRldJ img {
    height: 3.8rem !important;
  }
  .cid-shhu9iRldJ .btn {
    display: -webkit-flex;
  }
  .cid-shhu9iRldJ button.navbar-toggler {
    display: block;
  }
  .cid-shhu9iRldJ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-shhu9iRldJ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-shhu9iRldJ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-shhu9iRldJ .navbar-collapse.collapsing,
  .cid-shhu9iRldJ .navbar-collapse.show {
    display: block !important;
  }
  .cid-shhu9iRldJ .navbar-collapse.collapsing .navbar-nav,
  .cid-shhu9iRldJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shhu9iRldJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shhu9iRldJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shhu9iRldJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-shhu9iRldJ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-shhu9iRldJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shhu9iRldJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shhu9iRldJ .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-shhu9iRldJ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-shhu9iRldJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shhu9iRldJ .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-shhu9iRldJ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-shhu9iRldJ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-shhu9iRldJ .nav-link:hover,
.cid-shhu9iRldJ .dropdown-item:hover {
  color: #767676 !important;
}
.cid-v97N6EmBA5 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-v97N6EmBA5 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-v97N6EmBA5 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v97N6EmBA5 .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-v97N6EmBA5 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-v97N6EmBA5 .mbr-text {
  color: #00740d;
  text-align: left;
}
.cid-v2HFADHFhV {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-v2HFADHFhV .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-v2HFADHFhV .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v2HFADHFhV .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-v2HFADHFhV .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-v2HFADHFhV .mbr-text {
  color: #00740d;
  text-align: left;
}
.cid-uOGhszQZoG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-uOGhszQZoG .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uOGhszQZoG .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uOGhszQZoG .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-uOGhszQZoG .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-uOGhszQZoG .mbr-text {
  color: #00740d;
  text-align: left;
}
.cid-uOGjZ95cf3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-uOGjZ95cf3 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uOGjZ95cf3 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uOGjZ95cf3 .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-uOGjZ95cf3 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-uOGjZ95cf3 .mbr-text {
  color: #00740d;
  text-align: left;
}
.cid-uPeMgtcdcj {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #c1c1c1);
}
.cid-uPeMgtcdcj .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-uPeMgtcdcj .social-list a:focus {
  text-decoration: none;
}
.cid-uP2EFOpl2j {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uP2EFOpl2j .form-text {
  color: #00740d;
}
@media (max-width: 767px) {
  .cid-uP2EFOpl2j .content {
    text-align: center;
  }
  .cid-uP2EFOpl2j .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uP2EFOpl2j .img-logo img {
  height: 6rem;
}
.cid-uP2EFOpl2j .form-group,
.cid-uP2EFOpl2j .input-group-btn {
  padding: 0;
}
.cid-uP2EFOpl2j .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uP2EFOpl2j .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uP2EFOpl2j .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uP2EFOpl2j .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uP2EFOpl2j .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uP2EFOpl2j .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-uP2EFOpl2j .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uP2EFOpl2j .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uP2EFOpl2j .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uP2EFOpl2j .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uP2EFOpl2j .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uP2EFOpl2j .foot-logo {
    text-align: center !important;
  }
  .cid-uP2EFOpl2j .foot-title {
    text-align: center !important;
  }
  .cid-uP2EFOpl2j .mbr-text {
    text-align: center !important;
  }
  .cid-uP2EFOpl2j .form-group {
    margin: 0;
  }
}
.cid-uP2EFOpl2j .mbr-links-column {
  color: #303030;
}
.cid-uP2EFOpl2j .foot-title {
  color: #00740d;
}
.cid-uP2EFOpl2j .copyright .mbr-text {
  color: #c1c1c1;
}
.cid-shhu9iRldJ .navbar {
  background: #c1c1c1;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-shhu9iRldJ .navbar-dropdown.bg-color.transparent.opened {
  background: #c1c1c1;
}
.cid-shhu9iRldJ a {
  font-style: normal;
}
.cid-shhu9iRldJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-shhu9iRldJ .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-shhu9iRldJ .nav-item:focus,
.cid-shhu9iRldJ .nav-link:focus {
  outline: none;
}
.cid-shhu9iRldJ .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-shhu9iRldJ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-shhu9iRldJ .menu-logo {
  margin-right: auto;
}
.cid-shhu9iRldJ .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-shhu9iRldJ .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-shhu9iRldJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-shhu9iRldJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shhu9iRldJ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-shhu9iRldJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shhu9iRldJ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-shhu9iRldJ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-shhu9iRldJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-shhu9iRldJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-shhu9iRldJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shhu9iRldJ .dropdown .dropdown-menu {
  background: #c1c1c1;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-shhu9iRldJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-shhu9iRldJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-shhu9iRldJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shhu9iRldJ .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-shhu9iRldJ .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-shhu9iRldJ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-shhu9iRldJ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-shhu9iRldJ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-shhu9iRldJ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shhu9iRldJ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-shhu9iRldJ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shhu9iRldJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-shhu9iRldJ button.navbar-toggler:focus {
  outline: none;
}
.cid-shhu9iRldJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-shhu9iRldJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shhu9iRldJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shhu9iRldJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shhu9iRldJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shhu9iRldJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shhu9iRldJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-shhu9iRldJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-shhu9iRldJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shhu9iRldJ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-shhu9iRldJ .collapsed .btn {
  display: -webkit-flex;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse.collapsing,
.cid-shhu9iRldJ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shhu9iRldJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shhu9iRldJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shhu9iRldJ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shhu9iRldJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-shhu9iRldJ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-shhu9iRldJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-shhu9iRldJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-shhu9iRldJ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-shhu9iRldJ .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-shhu9iRldJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shhu9iRldJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shhu9iRldJ .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-shhu9iRldJ.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-shhu9iRldJ img {
    height: 3.8rem !important;
  }
  .cid-shhu9iRldJ .btn {
    display: -webkit-flex;
  }
  .cid-shhu9iRldJ button.navbar-toggler {
    display: block;
  }
  .cid-shhu9iRldJ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-shhu9iRldJ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-shhu9iRldJ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-shhu9iRldJ .navbar-collapse.collapsing,
  .cid-shhu9iRldJ .navbar-collapse.show {
    display: block !important;
  }
  .cid-shhu9iRldJ .navbar-collapse.collapsing .navbar-nav,
  .cid-shhu9iRldJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shhu9iRldJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shhu9iRldJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shhu9iRldJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-shhu9iRldJ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-shhu9iRldJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shhu9iRldJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shhu9iRldJ .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-shhu9iRldJ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-shhu9iRldJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shhu9iRldJ .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-shhu9iRldJ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-shhu9iRldJ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-shhu9iRldJ .nav-link:hover,
.cid-shhu9iRldJ .dropdown-item:hover {
  color: #767676 !important;
}
.cid-uOGcUvc9Rq {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #c1c1c1;
}
.cid-uOGcUvc9Rq .mbr-text,
.cid-uOGcUvc9Rq blockquote {
  color: #767676;
}
.cid-uOGcUvc9Rq .mbr-text {
  color: #232323;
}
.cid-uPeMnv6Z5D {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #c1c1c1);
}
.cid-uPeMnv6Z5D .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-uPeMnv6Z5D .social-list a:focus {
  text-decoration: none;
}
.cid-uP2EIrMKra {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uP2EIrMKra .form-text {
  color: #00740d;
}
@media (max-width: 767px) {
  .cid-uP2EIrMKra .content {
    text-align: center;
  }
  .cid-uP2EIrMKra .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uP2EIrMKra .img-logo img {
  height: 6rem;
}
.cid-uP2EIrMKra .form-group,
.cid-uP2EIrMKra .input-group-btn {
  padding: 0;
}
.cid-uP2EIrMKra .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uP2EIrMKra .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uP2EIrMKra .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uP2EIrMKra .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uP2EIrMKra .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uP2EIrMKra .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-uP2EIrMKra .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uP2EIrMKra .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uP2EIrMKra .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uP2EIrMKra .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uP2EIrMKra .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uP2EIrMKra .foot-logo {
    text-align: center !important;
  }
  .cid-uP2EIrMKra .foot-title {
    text-align: center !important;
  }
  .cid-uP2EIrMKra .mbr-text {
    text-align: center !important;
  }
  .cid-uP2EIrMKra .form-group {
    margin: 0;
  }
}
.cid-uP2EIrMKra .mbr-links-column {
  color: #303030;
}
.cid-uP2EIrMKra .foot-title {
  color: #00740d;
}
.cid-uP2EIrMKra .copyright .mbr-text {
  color: #c1c1c1;
}
.cid-shhu9iRldJ .navbar {
  background: #c1c1c1;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-shhu9iRldJ .navbar-dropdown.bg-color.transparent.opened {
  background: #c1c1c1;
}
.cid-shhu9iRldJ a {
  font-style: normal;
}
.cid-shhu9iRldJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-shhu9iRldJ .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-shhu9iRldJ .nav-item:focus,
.cid-shhu9iRldJ .nav-link:focus {
  outline: none;
}
.cid-shhu9iRldJ .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-shhu9iRldJ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-shhu9iRldJ .menu-logo {
  margin-right: auto;
}
.cid-shhu9iRldJ .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-shhu9iRldJ .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-shhu9iRldJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-shhu9iRldJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shhu9iRldJ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-shhu9iRldJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shhu9iRldJ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-shhu9iRldJ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-shhu9iRldJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-shhu9iRldJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-shhu9iRldJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shhu9iRldJ .dropdown .dropdown-menu {
  background: #c1c1c1;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-shhu9iRldJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-shhu9iRldJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-shhu9iRldJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shhu9iRldJ .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-shhu9iRldJ .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-shhu9iRldJ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-shhu9iRldJ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-shhu9iRldJ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-shhu9iRldJ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shhu9iRldJ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-shhu9iRldJ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shhu9iRldJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-shhu9iRldJ button.navbar-toggler:focus {
  outline: none;
}
.cid-shhu9iRldJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-shhu9iRldJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shhu9iRldJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shhu9iRldJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shhu9iRldJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shhu9iRldJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shhu9iRldJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-shhu9iRldJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-shhu9iRldJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shhu9iRldJ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-shhu9iRldJ .collapsed .btn {
  display: -webkit-flex;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse.collapsing,
.cid-shhu9iRldJ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shhu9iRldJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shhu9iRldJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shhu9iRldJ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shhu9iRldJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-shhu9iRldJ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-shhu9iRldJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-shhu9iRldJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-shhu9iRldJ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-shhu9iRldJ .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-shhu9iRldJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shhu9iRldJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shhu9iRldJ .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-shhu9iRldJ.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-shhu9iRldJ img {
    height: 3.8rem !important;
  }
  .cid-shhu9iRldJ .btn {
    display: -webkit-flex;
  }
  .cid-shhu9iRldJ button.navbar-toggler {
    display: block;
  }
  .cid-shhu9iRldJ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-shhu9iRldJ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-shhu9iRldJ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-shhu9iRldJ .navbar-collapse.collapsing,
  .cid-shhu9iRldJ .navbar-collapse.show {
    display: block !important;
  }
  .cid-shhu9iRldJ .navbar-collapse.collapsing .navbar-nav,
  .cid-shhu9iRldJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shhu9iRldJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shhu9iRldJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shhu9iRldJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-shhu9iRldJ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-shhu9iRldJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shhu9iRldJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shhu9iRldJ .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-shhu9iRldJ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-shhu9iRldJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shhu9iRldJ .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-shhu9iRldJ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-shhu9iRldJ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-shhu9iRldJ .nav-link:hover,
.cid-shhu9iRldJ .dropdown-item:hover {
  color: #767676 !important;
}
.cid-uOGb2i9ofj {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-uOGb2i9ofj .mbr-text,
.cid-uOGb2i9ofj blockquote {
  color: #767676;
}
.cid-uOGb2i9ofj .mbr-text {
  color: #232323;
}
.cid-uOG9Kcvx37 {
  background: #cccccc;
  padding-top: 15px;
  padding-bottom: 60px;
}
.cid-uOG9Kcvx37 .image-block {
  margin: auto;
}
.cid-uOG9Kcvx37 figcaption {
  position: relative;
}
.cid-uOG9Kcvx37 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uOG9Kcvx37 .image-block {
    width: 100% !important;
  }
}
.cid-uPeMHxIanB {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #c1c1c1);
}
.cid-uPeMHxIanB .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-uPeMHxIanB .social-list a:focus {
  text-decoration: none;
}
.cid-uP2EKoGd9E {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uP2EKoGd9E .form-text {
  color: #00740d;
}
@media (max-width: 767px) {
  .cid-uP2EKoGd9E .content {
    text-align: center;
  }
  .cid-uP2EKoGd9E .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uP2EKoGd9E .img-logo img {
  height: 6rem;
}
.cid-uP2EKoGd9E .form-group,
.cid-uP2EKoGd9E .input-group-btn {
  padding: 0;
}
.cid-uP2EKoGd9E .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uP2EKoGd9E .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uP2EKoGd9E .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uP2EKoGd9E .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uP2EKoGd9E .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uP2EKoGd9E .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-uP2EKoGd9E .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uP2EKoGd9E .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uP2EKoGd9E .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uP2EKoGd9E .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uP2EKoGd9E .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uP2EKoGd9E .foot-logo {
    text-align: center !important;
  }
  .cid-uP2EKoGd9E .foot-title {
    text-align: center !important;
  }
  .cid-uP2EKoGd9E .mbr-text {
    text-align: center !important;
  }
  .cid-uP2EKoGd9E .form-group {
    margin: 0;
  }
}
.cid-uP2EKoGd9E .mbr-links-column {
  color: #303030;
}
.cid-uP2EKoGd9E .foot-title {
  color: #00740d;
}
.cid-uP2EKoGd9E .copyright .mbr-text {
  color: #c1c1c1;
}
.cid-uMvTUeBINm .navbar {
  background: #c1c1c1;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uMvTUeBINm .navbar-dropdown.bg-color.transparent.opened {
  background: #c1c1c1;
}
.cid-uMvTUeBINm a {
  font-style: normal;
}
.cid-uMvTUeBINm .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uMvTUeBINm .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-uMvTUeBINm .nav-item:focus,
.cid-uMvTUeBINm .nav-link:focus {
  outline: none;
}
.cid-uMvTUeBINm .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uMvTUeBINm .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uMvTUeBINm .menu-logo {
  margin-right: auto;
}
.cid-uMvTUeBINm .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-uMvTUeBINm .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-uMvTUeBINm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uMvTUeBINm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uMvTUeBINm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uMvTUeBINm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uMvTUeBINm .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uMvTUeBINm .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uMvTUeBINm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uMvTUeBINm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMvTUeBINm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uMvTUeBINm .dropdown .dropdown-menu {
  background: #c1c1c1;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uMvTUeBINm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uMvTUeBINm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMvTUeBINm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uMvTUeBINm .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uMvTUeBINm .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-uMvTUeBINm .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uMvTUeBINm .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uMvTUeBINm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uMvTUeBINm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uMvTUeBINm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uMvTUeBINm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uMvTUeBINm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uMvTUeBINm button.navbar-toggler:focus {
  outline: none;
}
.cid-uMvTUeBINm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uMvTUeBINm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uMvTUeBINm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uMvTUeBINm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uMvTUeBINm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uMvTUeBINm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uMvTUeBINm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uMvTUeBINm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uMvTUeBINm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uMvTUeBINm .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uMvTUeBINm .collapsed .btn {
  display: -webkit-flex;
}
.cid-uMvTUeBINm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uMvTUeBINm .collapsed .navbar-collapse.collapsing,
.cid-uMvTUeBINm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uMvTUeBINm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uMvTUeBINm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uMvTUeBINm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uMvTUeBINm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uMvTUeBINm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uMvTUeBINm .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uMvTUeBINm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uMvTUeBINm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uMvTUeBINm .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-uMvTUeBINm .collapsed button.navbar-toggler {
  display: block;
}
.cid-uMvTUeBINm .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uMvTUeBINm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uMvTUeBINm .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-uMvTUeBINm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uMvTUeBINm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uMvTUeBINm .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-uMvTUeBINm.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uMvTUeBINm img {
    height: 3.8rem !important;
  }
  .cid-uMvTUeBINm .btn {
    display: -webkit-flex;
  }
  .cid-uMvTUeBINm button.navbar-toggler {
    display: block;
  }
  .cid-uMvTUeBINm .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uMvTUeBINm .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uMvTUeBINm .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uMvTUeBINm .navbar-collapse.collapsing,
  .cid-uMvTUeBINm .navbar-collapse.show {
    display: block !important;
  }
  .cid-uMvTUeBINm .navbar-collapse.collapsing .navbar-nav,
  .cid-uMvTUeBINm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uMvTUeBINm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uMvTUeBINm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uMvTUeBINm .navbar-collapse.collapsing .navbar-buttons,
  .cid-uMvTUeBINm .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uMvTUeBINm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uMvTUeBINm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uMvTUeBINm .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-uMvTUeBINm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uMvTUeBINm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uMvTUeBINm .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-uMvTUeBINm .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uMvTUeBINm .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uMvTUeBINm .nav-link:hover,
.cid-uMvTUeBINm .dropdown-item:hover {
  color: #767676 !important;
}
.cid-uMvTUeWdB0 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-uMvTUeWdB0 .mbr-text,
.cid-uMvTUeWdB0 blockquote {
  color: #767676;
}
.cid-uMvTUeWdB0 .mbr-text P {
  text-align: center;
}
.cid-uMvTUeWdB0 .mbr-text {
  color: #e8272d;
}
.cid-uMvTUfIKtw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-uMvTUfIKtw .mbr-text,
.cid-uMvTUfIKtw blockquote {
  color: #767676;
}
.cid-uMvTUfIKtw .mbr-text P {
  text-align: center;
}
.cid-uMvTUfIKtw .mbr-text {
  color: #303030;
}
.cid-uOFzOsUd9j {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-uOFzOsUd9j .mbr-text,
.cid-uOFzOsUd9j blockquote {
  color: #767676;
}
.cid-uOFzOsUd9j .mbr-text P {
  text-align: center;
}
.cid-uOFzOsUd9j .mbr-text {
  color: #303030;
}
.cid-uMvTUfR1M8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cccccc;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uMvTUfR1M8 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uMvTUfR1M8 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uMvTUfR1M8 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uMvTUfR1M8 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uMvTUfR1M8 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uMvTUfR1M8 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uMvTUfR1M8 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uMvTUfR1M8 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uMvTUfR1M8 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uMvTUgiZgX {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-uMvTUgiZgX .item {
  padding-bottom: 2rem;
}
.cid-uMvTUgiZgX .item-wrapper {
  height: 100%;
}
.cid-uMvTUgiZgX .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uMvTUgiZgX .carousel-control,
.cid-uMvTUgiZgX .close {
  background: #1b1b1b;
}
.cid-uMvTUgiZgX .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uMvTUgiZgX .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uMvTUgiZgX .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-uMvTUgiZgX .close::before {
  content: '\e91a';
}
.cid-uMvTUgiZgX .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uMvTUgiZgX .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-uMvTUgiZgX .carousel-inner > .active {
  display: block;
}
.cid-uMvTUgiZgX .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uMvTUgiZgX .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uMvTUgiZgX .carousel-control .icon-next,
.cid-uMvTUgiZgX .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uMvTUgiZgX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uMvTUgiZgX .carousel-control,
  .cid-uMvTUgiZgX .carousel-indicators,
  .cid-uMvTUgiZgX .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uMvTUgiZgX .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uMvTUgiZgX .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uMvTUgiZgX .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-uMvTUgiZgX .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uMvTUgiZgX .carousel-indicators {
    display: none;
  }
}
.cid-uMvTUgiZgX .carousel-indicators .active,
.cid-uMvTUgiZgX .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-uMvTUgiZgX .carousel-indicators .active {
  background: #fff;
}
.cid-uMvTUgiZgX .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uMvTUgiZgX .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uMvTUgiZgX .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uMvTUgiZgX .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uMvTUgiZgX .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uMvTUgiZgX .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-uMvTUgiZgX .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uMvTUgiZgX .carousel {
  width: 100%;
}
.cid-uMvTUgiZgX .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uMvTUgiZgX .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-uMvTUgiZgX .modal.fade .modal-dialog,
.cid-uMvTUgiZgX .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-uMvTUgiZgX .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uMvTUgiZgX a {
  display: block;
}
.cid-uMvTUgiZgX a.img {
  pointer-events: none;
}
.cid-uMvTUgGWPt {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-uMvTUgGWPt .item {
  padding-bottom: 2rem;
}
.cid-uMvTUgGWPt .item-wrapper {
  height: 100%;
}
.cid-uMvTUgGWPt .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uMvTUgGWPt .carousel-control,
.cid-uMvTUgGWPt .close {
  background: #1b1b1b;
}
.cid-uMvTUgGWPt .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uMvTUgGWPt .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uMvTUgGWPt .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-uMvTUgGWPt .close::before {
  content: '\e91a';
}
.cid-uMvTUgGWPt .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uMvTUgGWPt .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-uMvTUgGWPt .carousel-inner > .active {
  display: block;
}
.cid-uMvTUgGWPt .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uMvTUgGWPt .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uMvTUgGWPt .carousel-control .icon-next,
.cid-uMvTUgGWPt .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uMvTUgGWPt .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uMvTUgGWPt .carousel-control,
  .cid-uMvTUgGWPt .carousel-indicators,
  .cid-uMvTUgGWPt .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uMvTUgGWPt .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uMvTUgGWPt .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uMvTUgGWPt .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-uMvTUgGWPt .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uMvTUgGWPt .carousel-indicators {
    display: none;
  }
}
.cid-uMvTUgGWPt .carousel-indicators .active,
.cid-uMvTUgGWPt .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-uMvTUgGWPt .carousel-indicators .active {
  background: #fff;
}
.cid-uMvTUgGWPt .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uMvTUgGWPt .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uMvTUgGWPt .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uMvTUgGWPt .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uMvTUgGWPt .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uMvTUgGWPt .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-uMvTUgGWPt .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uMvTUgGWPt .carousel {
  width: 100%;
}
.cid-uMvTUgGWPt .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uMvTUgGWPt .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-uMvTUgGWPt .modal.fade .modal-dialog,
.cid-uMvTUgGWPt .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-uMvTUgGWPt .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uMvTUgGWPt a {
  display: block;
}
.cid-uMvTUgGWPt a.img {
  pointer-events: none;
}
.cid-uMvTUgZKdq {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #cccccc;
}
.cid-uMvTUgZKdq .item {
  padding-bottom: 2rem;
}
.cid-uMvTUgZKdq .item-wrapper {
  height: 100%;
}
.cid-uMvTUgZKdq .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uMvTUgZKdq .carousel-control,
.cid-uMvTUgZKdq .close {
  background: #1b1b1b;
}
.cid-uMvTUgZKdq .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uMvTUgZKdq .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uMvTUgZKdq .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-uMvTUgZKdq .close::before {
  content: '\e91a';
}
.cid-uMvTUgZKdq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uMvTUgZKdq .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-uMvTUgZKdq .carousel-inner > .active {
  display: block;
}
.cid-uMvTUgZKdq .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uMvTUgZKdq .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uMvTUgZKdq .carousel-control .icon-next,
.cid-uMvTUgZKdq .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uMvTUgZKdq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uMvTUgZKdq .carousel-control,
  .cid-uMvTUgZKdq .carousel-indicators,
  .cid-uMvTUgZKdq .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uMvTUgZKdq .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uMvTUgZKdq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uMvTUgZKdq .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-uMvTUgZKdq .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uMvTUgZKdq .carousel-indicators {
    display: none;
  }
}
.cid-uMvTUgZKdq .carousel-indicators .active,
.cid-uMvTUgZKdq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-uMvTUgZKdq .carousel-indicators .active {
  background: #fff;
}
.cid-uMvTUgZKdq .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uMvTUgZKdq .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uMvTUgZKdq .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uMvTUgZKdq .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uMvTUgZKdq .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uMvTUgZKdq .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-uMvTUgZKdq .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uMvTUgZKdq .carousel {
  width: 100%;
}
.cid-uMvTUgZKdq .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uMvTUgZKdq .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-uMvTUgZKdq .modal.fade .modal-dialog,
.cid-uMvTUgZKdq .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-uMvTUgZKdq .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uMvTUgZKdq a {
  display: block;
}
.cid-uMvTUgZKdq a.img {
  pointer-events: none;
}
.cid-uPeMYOwsad {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #c1c1c1);
}
.cid-uPeMYOwsad .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-uPeMYOwsad .social-list a:focus {
  text-decoration: none;
}
.cid-uP2EOqRHm7 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uP2EOqRHm7 .form-text {
  color: #00740d;
}
@media (max-width: 767px) {
  .cid-uP2EOqRHm7 .content {
    text-align: center;
  }
  .cid-uP2EOqRHm7 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uP2EOqRHm7 .img-logo img {
  height: 6rem;
}
.cid-uP2EOqRHm7 .form-group,
.cid-uP2EOqRHm7 .input-group-btn {
  padding: 0;
}
.cid-uP2EOqRHm7 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uP2EOqRHm7 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uP2EOqRHm7 .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uP2EOqRHm7 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uP2EOqRHm7 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uP2EOqRHm7 .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-uP2EOqRHm7 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uP2EOqRHm7 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uP2EOqRHm7 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uP2EOqRHm7 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uP2EOqRHm7 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uP2EOqRHm7 .foot-logo {
    text-align: center !important;
  }
  .cid-uP2EOqRHm7 .foot-title {
    text-align: center !important;
  }
  .cid-uP2EOqRHm7 .mbr-text {
    text-align: center !important;
  }
  .cid-uP2EOqRHm7 .form-group {
    margin: 0;
  }
}
.cid-uP2EOqRHm7 .mbr-links-column {
  color: #303030;
}
.cid-uP2EOqRHm7 .foot-title {
  color: #00740d;
}
.cid-uP2EOqRHm7 .copyright .mbr-text {
  color: #c1c1c1;
}
.cid-shhu9iRldJ .navbar {
  background: #c1c1c1;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-shhu9iRldJ .navbar-dropdown.bg-color.transparent.opened {
  background: #c1c1c1;
}
.cid-shhu9iRldJ a {
  font-style: normal;
}
.cid-shhu9iRldJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-shhu9iRldJ .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-shhu9iRldJ .nav-item:focus,
.cid-shhu9iRldJ .nav-link:focus {
  outline: none;
}
.cid-shhu9iRldJ .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-shhu9iRldJ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-shhu9iRldJ .menu-logo {
  margin-right: auto;
}
.cid-shhu9iRldJ .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-shhu9iRldJ .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-shhu9iRldJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-shhu9iRldJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shhu9iRldJ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-shhu9iRldJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shhu9iRldJ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-shhu9iRldJ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-shhu9iRldJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-shhu9iRldJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-shhu9iRldJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shhu9iRldJ .dropdown .dropdown-menu {
  background: #c1c1c1;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-shhu9iRldJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-shhu9iRldJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-shhu9iRldJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shhu9iRldJ .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-shhu9iRldJ .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-shhu9iRldJ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-shhu9iRldJ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-shhu9iRldJ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-shhu9iRldJ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shhu9iRldJ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-shhu9iRldJ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shhu9iRldJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-shhu9iRldJ button.navbar-toggler:focus {
  outline: none;
}
.cid-shhu9iRldJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-shhu9iRldJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shhu9iRldJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shhu9iRldJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shhu9iRldJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shhu9iRldJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shhu9iRldJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-shhu9iRldJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-shhu9iRldJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shhu9iRldJ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-shhu9iRldJ .collapsed .btn {
  display: -webkit-flex;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse.collapsing,
.cid-shhu9iRldJ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shhu9iRldJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shhu9iRldJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shhu9iRldJ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shhu9iRldJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-shhu9iRldJ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-shhu9iRldJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-shhu9iRldJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-shhu9iRldJ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-shhu9iRldJ .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-shhu9iRldJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shhu9iRldJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shhu9iRldJ .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-shhu9iRldJ.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-shhu9iRldJ img {
    height: 3.8rem !important;
  }
  .cid-shhu9iRldJ .btn {
    display: -webkit-flex;
  }
  .cid-shhu9iRldJ button.navbar-toggler {
    display: block;
  }
  .cid-shhu9iRldJ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-shhu9iRldJ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-shhu9iRldJ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-shhu9iRldJ .navbar-collapse.collapsing,
  .cid-shhu9iRldJ .navbar-collapse.show {
    display: block !important;
  }
  .cid-shhu9iRldJ .navbar-collapse.collapsing .navbar-nav,
  .cid-shhu9iRldJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shhu9iRldJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shhu9iRldJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shhu9iRldJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-shhu9iRldJ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-shhu9iRldJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shhu9iRldJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shhu9iRldJ .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-shhu9iRldJ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-shhu9iRldJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shhu9iRldJ .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-shhu9iRldJ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-shhu9iRldJ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-shhu9iRldJ .nav-link:hover,
.cid-shhu9iRldJ .dropdown-item:hover {
  color: #767676 !important;
}
.cid-sIS4xwQPCN {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sIS4xwQPCN .mbr-text,
.cid-sIS4xwQPCN blockquote {
  color: #767676;
}
.cid-sIS4xwQPCN .mbr-text P {
  text-align: center;
}
.cid-sIS4xwQPCN .mbr-text {
  color: #00740d;
}
.cid-tEiWsoMe5r {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tEiWsoMe5r .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tEiWsoMe5r .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tEiWsoMe5r .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-tEiWsoMe5r .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-tEiWsoMe5r .mbr-text {
  color: #00740d;
  text-align: left;
}
.cid-tEdpdsulEW {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tEdpdsulEW .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tEdpdsulEW .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tEdpdsulEW .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-tEdpdsulEW .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-tEdpdsulEW .mbr-text {
  color: #00740d;
  text-align: left;
}
.cid-ttF06qq5hg {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ttF06qq5hg .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-ttF06qq5hg .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ttF06qq5hg .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-ttF06qq5hg .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-ttF06qq5hg .mbr-text {
  color: #00740d;
  text-align: left;
}
.cid-tnOTcjkDe0 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tnOTcjkDe0 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tnOTcjkDe0 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tnOTcjkDe0 .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-tnOTcjkDe0 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-tnOTcjkDe0 .mbr-text {
  color: #00740d;
  text-align: left;
}
.cid-tjctBnJZed {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tjctBnJZed .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tjctBnJZed .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tjctBnJZed .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-tjctBnJZed .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-tjctBnJZed .mbr-text {
  color: #00740d;
  text-align: left;
}
.cid-th9oJxOYQO {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-th9oJxOYQO .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-th9oJxOYQO .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-th9oJxOYQO .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-th9oJxOYQO .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-th9oJxOYQO .mbr-text {
  color: #00740d;
  text-align: left;
}
.cid-tg1eYeMmIA {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tg1eYeMmIA .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tg1eYeMmIA .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tg1eYeMmIA .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-tg1eYeMmIA .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-tg1eYeMmIA .mbr-text {
  color: #00740d;
  text-align: left;
}
.cid-tbnItaqK9f {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tbnItaqK9f .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tbnItaqK9f .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tbnItaqK9f .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-tbnItaqK9f .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-tbnItaqK9f .mbr-text {
  color: #00740d;
  text-align: left;
}
.cid-t9ifbow7YE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t9ifbow7YE .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-t9ifbow7YE .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t9ifbow7YE .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-t9ifbow7YE .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-t9ifbow7YE .mbr-text {
  color: #00740d;
  text-align: left;
}
.cid-t8EZz2Eku0 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t8EZz2Eku0 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-t8EZz2Eku0 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t8EZz2Eku0 .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-t8EZz2Eku0 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-t8EZz2Eku0 .mbr-text {
  color: #00740d;
  text-align: left;
}
.cid-t7LJHkrOBu {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t7LJHkrOBu .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-t7LJHkrOBu .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t7LJHkrOBu .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-t7LJHkrOBu .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-t7LJHkrOBu .mbr-text {
  color: #00740d;
  text-align: left;
}
.cid-t7cyALETIG {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t7cyALETIG .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-t7cyALETIG .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t7cyALETIG .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-t7cyALETIG .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-t7cyALETIG .mbr-text {
  color: #00740d;
  text-align: left;
}
.cid-t40c3wgxoz {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t40c3wgxoz .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-t40c3wgxoz .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t40c3wgxoz .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-t40c3wgxoz .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-t40c3wgxoz .mbr-text {
  color: #00740d;
  text-align: left;
}
.cid-t1mixHKLwI {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t1mixHKLwI .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-t1mixHKLwI .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t1mixHKLwI .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-t1mixHKLwI .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-t1mixHKLwI .mbr-text {
  color: #00740d;
  text-align: left;
}
.cid-t0VFNu9EXY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t0VFNu9EXY .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-t0VFNu9EXY .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t0VFNu9EXY .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-t0VFNu9EXY .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-t0VFNu9EXY .mbr-text {
  color: #00740d;
  text-align: left;
}
.cid-sZnHcVDrCJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sZnHcVDrCJ .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sZnHcVDrCJ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sZnHcVDrCJ .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sZnHcVDrCJ .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sZnHcVDrCJ .mbr-text {
  color: #00740d;
  text-align: left;
}
.cid-sY4y52Zs6j {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sY4y52Zs6j .mbr-text,
.cid-sY4y52Zs6j blockquote {
  color: #767676;
}
.cid-sY4y52Zs6j .mbr-text P {
  text-align: center;
}
.cid-sY4y52Zs6j .mbr-text {
  color: #00740d;
}
.cid-sY4y7o6Gh6 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sY4y7o6Gh6 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sY4y7o6Gh6 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sY4y7o6Gh6 .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sY4y7o6Gh6 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sY4y7o6Gh6 .mbr-text {
  color: #00740d;
  text-align: left;
}
.cid-sKG2RF9Osc {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sKG2RF9Osc .mbr-text,
.cid-sKG2RF9Osc blockquote {
  color: #767676;
}
.cid-sKG2RF9Osc .mbr-text P {
  text-align: center;
}
.cid-sKG2RF9Osc .mbr-text {
  color: #00740d;
}
.cid-sQrgXW9lJd {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sQrgXW9lJd .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sQrgXW9lJd .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sQrgXW9lJd .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sQrgXW9lJd .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sQrgXW9lJd .mbr-text {
  color: #00740d;
  text-align: left;
}
.cid-sKG2OFxFlQ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sKG2OFxFlQ .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sKG2OFxFlQ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sKG2OFxFlQ .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sKG2OFxFlQ .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sKG2OFxFlQ .mbr-text {
  color: #00740d;
  text-align: left;
}
.cid-sIS5fjRgRO {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sIS5fjRgRO .mbr-text,
.cid-sIS5fjRgRO blockquote {
  color: #767676;
}
.cid-sIS5fjRgRO .mbr-text P {
  text-align: center;
}
.cid-sIS5fjRgRO .mbr-text {
  color: #00740d;
}
.cid-sIS4v4dveA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sIS4v4dveA .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sIS4v4dveA .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sIS4v4dveA .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sIS4v4dveA .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sIS4v4dveA .mbr-text {
  color: #00740d;
  text-align: left;
}
.cid-sIlxExnbpx {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sIlxExnbpx .mbr-text,
.cid-sIlxExnbpx blockquote {
  color: #767676;
}
.cid-sIlxExnbpx .mbr-text P {
  text-align: center;
}
.cid-sIlxExnbpx .mbr-text {
  color: #00740d;
}
.cid-sIlxCjwGvJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sIlxCjwGvJ .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sIlxCjwGvJ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sIlxCjwGvJ .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sIlxCjwGvJ .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sIlxCjwGvJ .mbr-text {
  color: #00740d;
  text-align: left;
}
.cid-sHG6e0vuST {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHG6e0vuST .mbr-text,
.cid-sHG6e0vuST blockquote {
  color: #767676;
}
.cid-sHG6e0vuST .mbr-text P {
  text-align: center;
}
.cid-sHG6e0vuST .mbr-text {
  color: #00740d;
}
.cid-sHG6cbU5RD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHG6cbU5RD .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sHG6cbU5RD .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sHG6cbU5RD .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sHG6cbU5RD .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sHG6cbU5RD .mbr-text {
  color: #00740d;
  text-align: left;
}
.cid-sGPUjFX2tN {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sGPUjFX2tN .mbr-text,
.cid-sGPUjFX2tN blockquote {
  color: #767676;
}
.cid-sGPUjFX2tN .mbr-text P {
  text-align: center;
}
.cid-sGPUjFX2tN .mbr-text {
  color: #00740d;
}
.cid-sGPUm2BQV3 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sGPUm2BQV3 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sGPUm2BQV3 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sGPUm2BQV3 .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sGPUm2BQV3 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sGPUm2BQV3 .mbr-text {
  color: #00740d;
  text-align: left;
}
.cid-sBBdWKj6vw {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBBdWKj6vw .mbr-text,
.cid-sBBdWKj6vw blockquote {
  color: #767676;
}
.cid-sBBdWKj6vw .mbr-text P {
  text-align: center;
}
.cid-sBBdWKj6vw .mbr-text {
  color: #00740d;
}
.cid-sEhb1dVQq4 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sEhb1dVQq4 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sEhb1dVQq4 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sEhb1dVQq4 .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sEhb1dVQq4 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sEhb1dVQq4 .mbr-text {
  color: #00740d;
  text-align: left;
}
.cid-sEhb2IzrRk {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sEhb2IzrRk .mbr-text,
.cid-sEhb2IzrRk blockquote {
  color: #767676;
}
.cid-sEhb2IzrRk .mbr-text P {
  text-align: center;
}
.cid-sEhb2IzrRk .mbr-text {
  color: #00740d;
}
.cid-sDAqWzqE6F {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sDAqWzqE6F .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sDAqWzqE6F .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sDAqWzqE6F .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sDAqWzqE6F .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sDAqWzqE6F .mbr-text {
  color: #00740d;
  text-align: left;
}
.cid-sDAqYYGnwb {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sDAqYYGnwb .mbr-text,
.cid-sDAqYYGnwb blockquote {
  color: #767676;
}
.cid-sDAqYYGnwb .mbr-text P {
  text-align: center;
}
.cid-sDAqYYGnwb .mbr-text {
  color: #00740d;
}
.cid-sCVxEiVrGU {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sCVxEiVrGU .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sCVxEiVrGU .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sCVxEiVrGU .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sCVxEiVrGU .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sCVxEiVrGU .mbr-text {
  color: #00740d;
  text-align: left;
}
.cid-sCVxMGYMlq {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCVxMGYMlq .mbr-text,
.cid-sCVxMGYMlq blockquote {
  color: #767676;
}
.cid-sCVxMGYMlq .mbr-text P {
  text-align: center;
}
.cid-sCVxMGYMlq .mbr-text {
  color: #00740d;
}
.cid-sBBdYBCPu0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBBdYBCPu0 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sBBdYBCPu0 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sBBdYBCPu0 .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sBBdYBCPu0 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sBBdYBCPu0 .mbr-text {
  color: #00740d;
  text-align: left;
}
.cid-sztNsBwt7m {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sztNsBwt7m .mbr-text,
.cid-sztNsBwt7m blockquote {
  color: #767676;
}
.cid-sztNsBwt7m .mbr-text P {
  text-align: center;
}
.cid-sztNsBwt7m .mbr-text {
  color: #00740d;
}
.cid-sB5pvahurk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sB5pvahurk .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sB5pvahurk .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sB5pvahurk .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sB5pvahurk .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sB5pvahurk .mbr-text {
  color: #00740d;
  text-align: left;
}
.cid-sB5px9NIAe {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sB5px9NIAe .mbr-text,
.cid-sB5px9NIAe blockquote {
  color: #767676;
}
.cid-sB5px9NIAe .mbr-text P {
  text-align: center;
}
.cid-sB5px9NIAe .mbr-text {
  color: #00740d;
}
.cid-szCLAk8iuk {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-szCLAk8iuk .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-szCLAk8iuk .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-szCLAk8iuk .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-szCLAk8iuk .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-szCLAk8iuk .mbr-text {
  color: #00740d;
  text-align: left;
}
.cid-szCLy2IM61 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-szCLy2IM61 .mbr-text,
.cid-szCLy2IM61 blockquote {
  color: #767676;
}
.cid-szCLy2IM61 .mbr-text P {
  text-align: center;
}
.cid-szCLy2IM61 .mbr-text {
  color: #00740d;
}
.cid-sztNqFZVZF {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sztNqFZVZF .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sztNqFZVZF .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sztNqFZVZF .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sztNqFZVZF .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sztNqFZVZF .mbr-text {
  color: #00740d;
  text-align: left;
}
.cid-syjOwzO5UY {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-syjOwzO5UY .mbr-text,
.cid-syjOwzO5UY blockquote {
  color: #767676;
}
.cid-syjOwzO5UY .mbr-text P {
  text-align: center;
}
.cid-syjOwzO5UY .mbr-text {
  color: #00740d;
}
.cid-syjOHOUwLg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-syjOHOUwLg .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-syjOHOUwLg .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-syjOHOUwLg .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-syjOHOUwLg .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-syjOHOUwLg .mbr-text {
  color: #00740d;
  text-align: left;
}
.cid-sxzmnmsdWf {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sxzmnmsdWf .mbr-text,
.cid-sxzmnmsdWf blockquote {
  color: #767676;
}
.cid-sxzmnmsdWf .mbr-text P {
  text-align: center;
}
.cid-sxzmnmsdWf .mbr-text {
  color: #00740d;
}
.cid-sxzlN3BpCw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sxzlN3BpCw .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sxzlN3BpCw .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sxzlN3BpCw .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sxzlN3BpCw .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sxzlN3BpCw .mbr-text {
  color: #00740d;
  text-align: left;
}
.cid-sxzlOHXpwA {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sxzlOHXpwA .mbr-text,
.cid-sxzlOHXpwA blockquote {
  color: #767676;
}
.cid-sxzlOHXpwA .mbr-text P {
  text-align: center;
}
.cid-sxzlOHXpwA .mbr-text {
  color: #00740d;
}
.cid-svGclkHFhf {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-svGclkHFhf .mbr-text,
.cid-svGclkHFhf blockquote {
  color: #767676;
}
.cid-svGclkHFhf .mbr-text {
  color: #00740d;
}
.cid-sxzlQtvaIr {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sxzlQtvaIr .mbr-text,
.cid-sxzlQtvaIr blockquote {
  color: #767676;
}
.cid-sxzlQtvaIr .mbr-text P {
  text-align: center;
}
.cid-sxzlQtvaIr .mbr-text {
  color: #00740d;
}
.cid-suV6vvU17S {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-suV6vvU17S .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-suV6vvU17S .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-suV6vvU17S .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-suV6vvU17S .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-suV6vvU17S .mbr-text {
  color: #00740d;
  text-align: left;
}
.cid-svFXra5ezq {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-svFXra5ezq .mbr-text,
.cid-svFXra5ezq blockquote {
  color: #767676;
}
.cid-svFXra5ezq .mbr-text P {
  text-align: center;
}
.cid-svFXra5ezq .mbr-text {
  color: #00740d;
}
.cid-strMzeO6IW {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-strMzeO6IW .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-strMzeO6IW .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-strMzeO6IW .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-strMzeO6IW .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-strMzeO6IW .mbr-text {
  color: #00740d;
  text-align: left;
}
.cid-skULGkWvUZ {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-skULGkWvUZ .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-skULGkWvUZ .social-list a:focus {
  text-decoration: none;
}
.cid-sk0oe5KqAx {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sk0oe5KqAx .form-text {
  color: #00740d;
}
@media (max-width: 767px) {
  .cid-sk0oe5KqAx .content {
    text-align: center;
  }
  .cid-sk0oe5KqAx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sk0oe5KqAx .img-logo img {
  height: 6rem;
}
.cid-sk0oe5KqAx .form-group,
.cid-sk0oe5KqAx .input-group-btn {
  padding: 0;
}
.cid-sk0oe5KqAx .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sk0oe5KqAx .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sk0oe5KqAx .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sk0oe5KqAx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sk0oe5KqAx .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sk0oe5KqAx .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-sk0oe5KqAx .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sk0oe5KqAx .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sk0oe5KqAx .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sk0oe5KqAx .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sk0oe5KqAx .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sk0oe5KqAx .foot-logo {
    text-align: center !important;
  }
  .cid-sk0oe5KqAx .foot-title {
    text-align: center !important;
  }
  .cid-sk0oe5KqAx .mbr-text {
    text-align: center !important;
  }
  .cid-sk0oe5KqAx .form-group {
    margin: 0;
  }
}
.cid-sk0oe5KqAx .mbr-links-column {
  color: #303030;
}
.cid-sk0oe5KqAx .foot-title {
  color: #00740d;
}
.cid-sk0oe5KqAx .copyright .mbr-text {
  color: #c1c1c1;
}
.cid-shhu9iRldJ .navbar {
  background: #c1c1c1;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-shhu9iRldJ .navbar-dropdown.bg-color.transparent.opened {
  background: #c1c1c1;
}
.cid-shhu9iRldJ a {
  font-style: normal;
}
.cid-shhu9iRldJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-shhu9iRldJ .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-shhu9iRldJ .nav-item:focus,
.cid-shhu9iRldJ .nav-link:focus {
  outline: none;
}
.cid-shhu9iRldJ .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-shhu9iRldJ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-shhu9iRldJ .menu-logo {
  margin-right: auto;
}
.cid-shhu9iRldJ .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-shhu9iRldJ .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-shhu9iRldJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-shhu9iRldJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-shhu9iRldJ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-shhu9iRldJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-shhu9iRldJ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-shhu9iRldJ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-shhu9iRldJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-shhu9iRldJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-shhu9iRldJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shhu9iRldJ .dropdown .dropdown-menu {
  background: #c1c1c1;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-shhu9iRldJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-shhu9iRldJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-shhu9iRldJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shhu9iRldJ .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-shhu9iRldJ .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-shhu9iRldJ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-shhu9iRldJ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-shhu9iRldJ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-shhu9iRldJ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-shhu9iRldJ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-shhu9iRldJ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-shhu9iRldJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-shhu9iRldJ button.navbar-toggler:focus {
  outline: none;
}
.cid-shhu9iRldJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-shhu9iRldJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shhu9iRldJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shhu9iRldJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shhu9iRldJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shhu9iRldJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shhu9iRldJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-shhu9iRldJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-shhu9iRldJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shhu9iRldJ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-shhu9iRldJ .collapsed .btn {
  display: -webkit-flex;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse.collapsing,
.cid-shhu9iRldJ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shhu9iRldJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shhu9iRldJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shhu9iRldJ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-shhu9iRldJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shhu9iRldJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-shhu9iRldJ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-shhu9iRldJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-shhu9iRldJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-shhu9iRldJ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-shhu9iRldJ .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-shhu9iRldJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shhu9iRldJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-shhu9iRldJ .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-shhu9iRldJ.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-shhu9iRldJ img {
    height: 3.8rem !important;
  }
  .cid-shhu9iRldJ .btn {
    display: -webkit-flex;
  }
  .cid-shhu9iRldJ button.navbar-toggler {
    display: block;
  }
  .cid-shhu9iRldJ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-shhu9iRldJ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-shhu9iRldJ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-shhu9iRldJ .navbar-collapse.collapsing,
  .cid-shhu9iRldJ .navbar-collapse.show {
    display: block !important;
  }
  .cid-shhu9iRldJ .navbar-collapse.collapsing .navbar-nav,
  .cid-shhu9iRldJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shhu9iRldJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shhu9iRldJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shhu9iRldJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-shhu9iRldJ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-shhu9iRldJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shhu9iRldJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-shhu9iRldJ .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-shhu9iRldJ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-shhu9iRldJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shhu9iRldJ .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-shhu9iRldJ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-shhu9iRldJ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-shhu9iRldJ .nav-link:hover,
.cid-shhu9iRldJ .dropdown-item:hover {
  color: #767676 !important;
}
.cid-uOXn2QLl4Z {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-uOXn2QLl4Z .mbr-text,
.cid-uOXn2QLl4Z blockquote {
  color: #767676;
}
.cid-uOXn2QLl4Z .mbr-text {
  color: #232323;
}
.cid-uOXn2QLl4Z .mbr-text P {
  text-align: center;
}
.cid-uPeM0URe59 {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #c1c1c1);
}
.cid-uPeM0URe59 .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-uPeM0URe59 .social-list a:focus {
  text-decoration: none;
}
.cid-uP2EyYMmKI {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uP2EyYMmKI .form-text {
  color: #00740d;
}
@media (max-width: 767px) {
  .cid-uP2EyYMmKI .content {
    text-align: center;
  }
  .cid-uP2EyYMmKI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uP2EyYMmKI .img-logo img {
  height: 6rem;
}
.cid-uP2EyYMmKI .form-group,
.cid-uP2EyYMmKI .input-group-btn {
  padding: 0;
}
.cid-uP2EyYMmKI .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uP2EyYMmKI .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uP2EyYMmKI .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uP2EyYMmKI .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uP2EyYMmKI .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uP2EyYMmKI .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-uP2EyYMmKI .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uP2EyYMmKI .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uP2EyYMmKI .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uP2EyYMmKI .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uP2EyYMmKI .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uP2EyYMmKI .foot-logo {
    text-align: center !important;
  }
  .cid-uP2EyYMmKI .foot-title {
    text-align: center !important;
  }
  .cid-uP2EyYMmKI .mbr-text {
    text-align: center !important;
  }
  .cid-uP2EyYMmKI .form-group {
    margin: 0;
  }
}
.cid-uP2EyYMmKI .mbr-links-column {
  color: #303030;
}
.cid-uP2EyYMmKI .foot-title {
  color: #00740d;
}
.cid-uP2EyYMmKI .copyright .mbr-text {
  color: #c1c1c1;
}
