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





body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Barlow', sans-serif;
  font-size: 5.8rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.28rem;
}
.display-2 {
  font-family: 'Barlow', sans-serif;
  font-size: 3.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.76rem;
}
.display-4 {
  font-family: 'Barlow', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Barlow', sans-serif;
  font-size: 2.5rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 3rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.44rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.64rem;
    font-size: calc( 2.6799999999999997rem + (5.8 - 2.6799999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.6799999999999997rem + (5.8 - 2.6799999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.8 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn-success:hover {
  background: #89b758 !important;
  border-color: #89b758 !important;
}
.btn-secondary {
  color: black!important;
}
.btn-secondary:hover,
.btn-secondary:active {
  color: black!important;
  background: #6f9a42 !important;
  border-color: #6f9a42 !important;
}
.btn-primary {
  color: white!important;
}
.btn-primary:hover {
  background: #89b758 !important;
  border-color: #89b758 !important;
}
.btn-info {
  color: white!important;
}
.btn-success:hover {
  background: #89b758 !important;
  border-color: #89b758 !important;
}
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #4a7b16 !important;
}
.bg-success {
  background-color: #4a7b16 !important;
}
.bg-info {
  background-color: #89b758 !important;
}
.bg-warning {
  background-color: #fff4e2 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4a7b16 !important;
  border-color: #4a7b16 !important;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff;
  background-color: #4a7b16;
  border-color: #4a7b16;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff;
  background-color: #4a7b16 !important;
  border-color: #4a7b16 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #89b758 !important;
  border-color: #89b758 !important;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff;
  background-color: #89b758;
  border-color: #89b758;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff;
  background-color: #89b758 !important;
  border-color: #89b758 !important;
}
.btn-info,
.btn-info:active {
  background-color: #89b758 !important;
  border-color: #89b758 !important;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff;
  background-color: #89b758;
  border-color: #89b758;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff;
  background-color: #89b758 !important;
  border-color: #89b758 !important;
}
.btn-success,
.btn-success:active {
  background-color: #4a7b16 !important;
  border-color: #4a7b16 !important;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff;
  background-color: #4a7b16;
  border-color: #4a7b16;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff;
  background-color: #4a7b16 !important;
  border-color: #4a7b16 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fff4e2 !important;
  border-color: #fff4e2 !important;
  color: #e28c00;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #e28c00;
  background-color: #fff4e2;
  border-color: #fff4e2;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #e28c00;
  background-color: #fff4e2 !important;
  border-color: #fff4e2 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #162407;
  color: #162407;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #4a7b16;
  border-color: #4a7b16;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4a7b16 !important;
  border-color: #4a7b16 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #567633;
  color: #567633;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #89b758;
  border-color: #89b758;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #89b758 !important;
  border-color: #89b758 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #567633;
  color: #567633;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #89b758;
  border-color: #89b758;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #89b758 !important;
  border-color: #89b758 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #162407;
  color: #162407;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #4a7b16;
  border-color: #4a7b16;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #4a7b16 !important;
  border-color: #4a7b16 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #ffcd7c;
  color: #ffcd7c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #e28c00;
  background-color: #fff4e2;
  border-color: #fff4e2;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #e28c00 !important;
  background-color: #fff4e2 !important;
  border-color: #fff4e2 !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: #4a7b16 !important;
}
.text-secondary {
  color: #89b758 !important;
}
.text-success {
  color: #4a7b16 !important;
}
.text-info {
  color: #89b758 !important;
}
.text-warning {
  color: #fff4e2 !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: #7ed225 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #bbd69f !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #7ed225 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #bbd69f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ffffff !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #89b758;
}
.alert-warning {
  background-color: #fff4e2;
}
.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-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4a7b16;
  border-color: #4a7b16;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #4a7b16;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #8bdb36;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #8bdb36;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c8ddb1;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.44rem;
}
blockquote {
  border-color: #4a7b16;
}
/* 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);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4a7b16;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #4a7b16;
  border-bottom-color: #4a7b16;
}
.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: #4a7b16 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #89b758 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%234a7b16' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tRCEGx1MPF .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tRCEGx1MPF .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-tRCEGx1MPF .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-tRCEGx1MPF .dropdown-item {
  color: #fff4e2 !important;
}
.cid-tRCEGx1MPF .dropdown-item:hover {
  color: #fff4e2 !important;
}
.cid-tRCEGx1MPF .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-tRCEGx1MPF .nav-link:hover {
  color: #89b758 !important;
}
.cid-tRCEGx1MPF .nav-link:hover:before {
  opacity: 1;
}
.cid-tRCEGx1MPF .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #89b758;
}
.cid-tRCEGx1MPF .btn-white {
  color: #4a7b16 !important;
}
.cid-tRCEGx1MPF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRCEGx1MPF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRCEGx1MPF .container {
  display: flex;
  margin: auto;
}
.cid-tRCEGx1MPF .navbar-caption {
  padding-right: 3rem;
}
.cid-tRCEGx1MPF .navbar.opened {
  background: #002e0c !important;
}
.cid-tRCEGx1MPF .nav-item:focus,
.cid-tRCEGx1MPF .nav-link:focus {
  outline: none;
}
.cid-tRCEGx1MPF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tRCEGx1MPF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRCEGx1MPF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tRCEGx1MPF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tRCEGx1MPF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRCEGx1MPF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRCEGx1MPF .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #002e0c;
}
.cid-tRCEGx1MPF .navbar.opened {
  transition: all 0.3s;
}
.cid-tRCEGx1MPF .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-tRCEGx1MPF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRCEGx1MPF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRCEGx1MPF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRCEGx1MPF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tRCEGx1MPF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRCEGx1MPF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRCEGx1MPF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tRCEGx1MPF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRCEGx1MPF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRCEGx1MPF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRCEGx1MPF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRCEGx1MPF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRCEGx1MPF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRCEGx1MPF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRCEGx1MPF .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tRCEGx1MPF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tRCEGx1MPF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRCEGx1MPF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRCEGx1MPF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRCEGx1MPF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tRCEGx1MPF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tRCEGx1MPF .navbar.navbar-short {
  background: #002e0c !important;
  min-height: 60px;
}
.cid-tRCEGx1MPF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tRCEGx1MPF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tRCEGx1MPF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRCEGx1MPF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRCEGx1MPF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRCEGx1MPF .dropdown-item.active,
.cid-tRCEGx1MPF .dropdown-item:active {
  background-color: transparent;
}
.cid-tRCEGx1MPF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRCEGx1MPF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRCEGx1MPF .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRCEGx1MPF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002e0c;
}
.cid-tRCEGx1MPF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRCEGx1MPF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRCEGx1MPF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tRCEGx1MPF .navbar-buttons {
  text-align: center;
}
.cid-tRCEGx1MPF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tRCEGx1MPF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fff4e2;
}
.cid-tRCEGx1MPF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRCEGx1MPF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRCEGx1MPF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRCEGx1MPF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRCEGx1MPF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRCEGx1MPF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRCEGx1MPF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRCEGx1MPF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRCEGx1MPF .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tRCEGx1MPF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tRCEGx1MPF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRCEGx1MPF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tRCEGx1MPF .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRCEGx1MPF .navbar {
    height: 77px;
  }
  .cid-tRCEGx1MPF .navbar.opened {
    height: auto;
  }
  .cid-tRCEGx1MPF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRNniZuNfI {
  padding-top: 10rem;
  padding-bottom: 10rem;
  overflow: hidden;
}
.cid-tRNniZuNfI .container {
  pointer-events: none;
  z-index: 1;
}
.cid-tRNniZuNfI .subtitle__block,
.cid-tRNniZuNfI .title__block,
.cid-tRNniZuNfI .buttons__block {
  pointer-events: all;
}
.cid-tRNniZuNfI .subtitle__block {
  display: inline-block;
  background: #4a7b16;
  border: 1px solid #fff4e2;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
}
.cid-tRNniZuNfI .subtitle__block SPAN {
  color: #b1a374;
}
.cid-tRNniZuNfI .mbr-section-subtitle {
  display: inline-block;
  color: #4a7b16;
}
.cid-tRNniZuNfI .mbr-section-title {
  margin-top: 25px;
  color: #233d63;
}
.cid-tRNniZuNfI .mbr-text {
  margin-top: 35px;
}
.cid-tRNniZuNfI .inner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 33px;
}
.cid-tRNniZuNfI .inner__buttons .mbr-section-btn {
  display: inline-block;
}
.cid-tRNniZuNfI .inner__buttons .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #89b758 0%, rgba(137, 183, 88, 0.85) 100%) !important;
}
.cid-tRNniZuNfI .inner__buttons .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-tRNniZuNfI .inner__buttons .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-tRNniZuNfI .inner__buttons .mbr-section-btn {
    width: 100%;
  }
}
.cid-tRNniZuNfI .mbr-figure {
  display: inline-block;
  padding: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-tRNniZuNfI .mbr-figure:hover {
  color: #89b758;
  cursor: pointer;
}
.cid-tRNniZuNfI .mbr-figure:hover .mbr-media {
  border-color: #89b758;
  color: #89b758;
}
@media (max-width: 575px) {
  .cid-tRNniZuNfI .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-tRNniZuNfI .mbr-media {
  display: inline-flex;
  color: #fff4e2;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff4e2;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-tRNniZuNfI .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-tRNniZuNfI .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-tRNniZuNfI .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.cid-tRNniZuNfI .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tRNniZuNfI .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tRNniZuNfI .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tRNniZuNfI a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-tRNniZuNfI a.close:hover {
  color: #ffffff;
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-tRNniZuNfI .mbr-section-title,
.cid-tRNniZuNfI .subtitle__wrap {
  color: #ffffff;
}
.cid-tRNniZuNfI .mbr-text,
.cid-tRNniZuNfI .buttons__block {
  color: #ffffff;
}
.cid-tRNniZuNfI .subtitle__block SPAN {
  color: #fff4e2;
}
.cid-tRCFmTQoxz {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tRCFmTQoxz H2 {
  color: #002e0c;
}
.cid-tRCFmTQoxz .mbr-text,
.cid-tRCFmTQoxz .mbr-section-btn {
  color: #808080;
}
.cid-tRCFmTQoxz img {
  max-width: 500px;
  margin: auto;
}
.cid-tRCFmTQoxz h4 {
  line-height: 1.4;
}
.cid-tRCFmTQoxz .icon-wrap {
  padding-left: 2rem;
  width: 160px;
}
.cid-tRCFmTQoxz .icon-wrap .mbr-iconfont {
  font-size: 4rem;
  color: #4a7b16;
  display: block;
  padding-bottom: 1rem;
}
.cid-tRCFmTQoxz .icon-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tRCFmTQoxz .mbr-figure {
    order: 1;
  }
  .cid-tRCFmTQoxz .icon-wrap {
    text-align: center;
    margin: auto;
    padding-left: 0rem;
    margin-bottom: 2rem;
    width: 100%;
  }
  .cid-tRCFmTQoxz .icon-wrap .icon-text {
    text-align: center;
  }
  .cid-tRCFmTQoxz .icon-wrap .mbr-iconfont {
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-tRCFmTQoxz .icon-wrap .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-tRCFmTQoxz H3 {
  color: #002c0c;
}
.cid-tRCKW8uFwM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #002e0c;
}
.cid-tRCKW8uFwM H2 {
  color: #fff4e2;
}
.cid-tRCKW8uFwM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tRD2q7CXne {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tRD2q7CXne .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tRD2q7CXne .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRD2q7CXne .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tRD2q7CXne .title {
  padding: 0 2rem;
}
.cid-tRD2q7CXne .container {
  padding: 0 1rem;
}
.cid-tRD2q7CXne .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
}
.cid-tRD2q7CXne .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-tRD2q7CXne .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-tRD2q7CXne .mbr-gallery-item div:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-tRD2q7CXne .mbr-gallery-item div:hover:before {
  opacity: 0.5;
  width: 0;
  height: 0;
}
.cid-tRD2q7CXne .mbr-gallery-item div:hover:after {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.cid-tRD2q7CXne .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tRD2q7CXne .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tRD2q7CXne .icon-focus {
  display: none;
}
.cid-tRD2q7CXne .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-tRD2q7CXne .btn-primary-outline:hover {
  background: transparent !important;
  color: #4a7b16 !important;
}
.cid-tRD2q7CXne li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-tRD2q7CXne li {
  position: relative;
}
.cid-tRD2q7CXne .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-tRD2q7CXne .btn {
  font-family: Roboto !important;
}
.cid-tRD2q7CXne .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tRD2q7CXne .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tRD2q7CXne li:not(:last-child):after {
    top: 9px;
  }
  .cid-tRD2q7CXne .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-tRD2q7CXne .container {
    padding: 0rem 0.5rem;
  }
  .cid-tRD2q7CXne .title {
    padding: 0 1rem;
  }
}
.cid-tRD2q7CXne H2 {
  color: #89b758;
}
.cid-tRNojEupmL {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tRNojEupmL h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
@keyframes shadow {
  from {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.6);
  }
  to {
    box-shadow: 0px 0px 0px 25px rgba(255, 255, 255, 0);
  }
}
.cid-tRNojEupmL .box {
  background-image: url("../../../assets/images/thum-1904x1068.jpg");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRNojEupmL .icon-wrap {
  border-radius: 50%;
  margin: auto;
  background: #89b758;
  height: 90px;
  width: 90px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  animation: shadow 1s infinite ease-in-out;
}
.cid-tRNojEupmL .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  position: relative;
  height: auto;
  display: inline-block;
  padding-left: 6px;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tRNojEupmL .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tRNojEupmL .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tRNojEupmL .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tRNojEupmL .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tRNojEupmL a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tRNojEupmL a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tRNojEupmL .box {
    height: 250px;
  }
}
.cid-tRNojEupmL .mbr-section-subtitle,
.cid-tRNojEupmL .title-align {
  color: #89b758;
}
.cid-tRNojEupmL H1 {
  color: #0e0e0e;
}
.cid-tRCW2yd9Wa {
  overflow: visible !important;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tRCW2yd9Wa .mbr-overlay {
  background: #5eeebb;
}
.cid-tRCW2yd9Wa .mbr-section-title {
  margin-bottom: 35px;
}
.cid-tRCW2yd9Wa .mbr-section-subtitle span {
  color: #000000;
}
.cid-tRCW2yd9Wa .title__block {
  padding-bottom: 80px;
}
.cid-tRCW2yd9Wa .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tRCW2yd9Wa .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-tRCW2yd9Wa .carousel-item .wrap-img {
  text-align: center;
  width: 200px;
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin: auto;
}
.cid-tRCW2yd9Wa .carousel-item .wrap-img:hover {
  opacity: 1;
  transform: scale(1.1);
}
.cid-tRCW2yd9Wa .carousel-item .wrap-img img {
  width: 100px;
}
@media (max-width: 991px) {
  .cid-tRCW2yd9Wa .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-tRCW2yd9Wa .carousel-item.active .cloneditem-2 .wrap-img {
  opacity: 1;
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .cid-tRCW2yd9Wa .col-md-12 .wrap-img {
    opacity: 1;
    transform: scale(1.1);
  }
  .cid-tRCW2yd9Wa .carousel-controls {
    display: none;
  }
}
.cid-tRCW2yd9Wa .carousel-controls {
  position: absolute;
  width: 100%;
  top: 0;
}
.cid-tRCW2yd9Wa .carousel-controls .carousel-control {
  background: transparent;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  color: #191f23;
  font-weight: bold;
}
.cid-tRCW2yd9Wa .carousel-controls .carousel-control.carousel-control-prev {
  left: -30px;
  margin: 20px 0 0;
}
.cid-tRCW2yd9Wa .carousel-controls .carousel-control.carousel-control-next {
  right: -30px;
  margin: 20px 0 0;
}
.cid-tRCW2yd9Wa .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1.2rem;
  font-weight: bold;
}
.cid-tRCW2yd9Wa .cloneditem-1,
.cid-tRCW2yd9Wa .cloneditem-2,
.cid-tRCW2yd9Wa .cloneditem-3,
.cid-tRCW2yd9Wa .cloneditem-4,
.cid-tRCW2yd9Wa .cloneditem-5 {
  display: none;
}
.cid-tRCW2yd9Wa .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tRCW2yd9Wa .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-tRCW2yd9Wa .carousel-inner {
    z-index: 1;
  }
  .cid-tRCW2yd9Wa .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-tRCW2yd9Wa .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-tRCW2yd9Wa .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-tRCW2yd9Wa .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-tRCW2yd9Wa .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-tRCW2yd9Wa .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tRCW2yd9Wa .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tRCW2yd9Wa .carousel-inner.slides2 .cloneditem-1,
  .cid-tRCW2yd9Wa .carousel-inner.slides2 .cloneditem-2,
  .cid-tRCW2yd9Wa .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-tRCW2yd9Wa .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-tRCW2yd9Wa .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-tRCW2yd9Wa .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-tRCW2yd9Wa .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-tRCW2yd9Wa .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-tRCW2yd9Wa .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tRCW2yd9Wa .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tRCW2yd9Wa .carousel-inner.slides3 .cloneditem-1,
  .cid-tRCW2yd9Wa .carousel-inner.slides3 .cloneditem-2,
  .cid-tRCW2yd9Wa .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-tRCW2yd9Wa .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-tRCW2yd9Wa .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-tRCW2yd9Wa .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-tRCW2yd9Wa .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-tRCW2yd9Wa .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-tRCW2yd9Wa .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tRCW2yd9Wa .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tRCW2yd9Wa .carousel-inner.slides4 .cloneditem-1,
  .cid-tRCW2yd9Wa .carousel-inner.slides4 .cloneditem-2,
  .cid-tRCW2yd9Wa .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-tRCW2yd9Wa .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-tRCW2yd9Wa .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-tRCW2yd9Wa .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-tRCW2yd9Wa .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-tRCW2yd9Wa .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-tRCW2yd9Wa .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tRCW2yd9Wa .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tRCW2yd9Wa .carousel-inner.slides5 .cloneditem-1,
  .cid-tRCW2yd9Wa .carousel-inner.slides5 .cloneditem-2,
  .cid-tRCW2yd9Wa .carousel-inner.slides5 .cloneditem-3,
  .cid-tRCW2yd9Wa .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
}
.cid-tRCAesXAtG {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #f3f7ee;
}
.cid-tRCAesXAtG .carousel {
  z-index: 2;
  position: relative;
}
.cid-tRCAesXAtG .user {
  padding: 0 !important;
}
.cid-tRCAesXAtG .user_text {
  position: relative;
  z-index: 1;
}
.cid-tRCAesXAtG .user_text span {
  position: absolute;
  left: 50%;
  font-size: 7rem;
  opacity: 0.2;
  color: #808080;
  top: -10px;
  transform: translateX(-50%);
  z-index: -1;
}
.cid-tRCAesXAtG .user_image {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 0.5rem auto;
  position: relative;
}
.cid-tRCAesXAtG .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tRCAesXAtG .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tRCAesXAtG .carousel-item.active,
.cid-tRCAesXAtG .carousel-item-next,
.cid-tRCAesXAtG .carousel-item-prev {
  display: flex;
}
.cid-tRCAesXAtG .user_name {
  margin: 0;
  color: #0e0e0e;
}
.cid-tRCAesXAtG .carousel-controls a {
  font-size: 4rem;
}
.cid-tRCAesXAtG .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #0e0e0e;
  background: transparent;
  opacity: 0.8;
}
.cid-tRCAesXAtG .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-tRCAesXAtG ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-tRCAesXAtG .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #0e0e0e;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
  position: relative;
}
.cid-tRCAesXAtG .carousel-indicators li:hover {
  opacity: 1;
}
.cid-tRCAesXAtG .carousel-indicators .active {
  opacity: 1;
  width: 20px;
  height: 8px;
  border-radius: 20px;
}
.cid-tRCAesXAtG .user_status {
  color: #808080;
}
.cid-tRCAesXAtG .mbr-section-title,
.cid-tRCAesXAtG .ornament {
  color: #0e0e0e;
}
.cid-tRCAesXAtG H3 {
  color: #89b758;
}
@media (max-width: 767px) {
  .cid-tRCAesXAtG .carousel-controls a span {
    bottom: 70px;
    top: auto;
  }
}
.cid-veFFu7ZEjh {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #0e0e0e;
}
.cid-veFFu7ZEjh .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-veFFu7ZEjh .row {
  border-bottom: 1px solid #808080;
}
.cid-veFFu7ZEjh H2 {
  color: #e7272d;
}
.cid-veFFu7ZEjh .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-veFFu7ZEjh .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-veFFu7ZEjh .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-veFFu7ZEjh .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-veFFu7ZEjh .col-lg-12 {
  overflow: hidden;
}
.cid-veFFu7ZEjh H4 {
  color: #fbbe36;
}
.cid-veFFu7ZEjh .mbr-text,
.cid-veFFu7ZEjh .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-veFFu7ZEjh .logo-wrap:before {
    content: none;
  }
  .cid-veFFu7ZEjh .logo-wrap:after {
    content: none;
  }
}
.cid-tRCYNA2Jrv .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tRCYNA2Jrv .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-tRCYNA2Jrv .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-tRCYNA2Jrv .dropdown-item {
  color: #fff4e2 !important;
}
.cid-tRCYNA2Jrv .dropdown-item:hover {
  color: #fff4e2 !important;
}
.cid-tRCYNA2Jrv .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-tRCYNA2Jrv .nav-link:hover {
  color: #89b758 !important;
}
.cid-tRCYNA2Jrv .nav-link:hover:before {
  opacity: 1;
}
.cid-tRCYNA2Jrv .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #89b758;
}
.cid-tRCYNA2Jrv .btn-white {
  color: #4a7b16 !important;
}
.cid-tRCYNA2Jrv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRCYNA2Jrv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRCYNA2Jrv .container {
  display: flex;
  margin: auto;
}
.cid-tRCYNA2Jrv .navbar-caption {
  padding-right: 3rem;
}
.cid-tRCYNA2Jrv .navbar.opened {
  background: #002e0c !important;
}
.cid-tRCYNA2Jrv .nav-item:focus,
.cid-tRCYNA2Jrv .nav-link:focus {
  outline: none;
}
.cid-tRCYNA2Jrv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tRCYNA2Jrv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRCYNA2Jrv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tRCYNA2Jrv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tRCYNA2Jrv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRCYNA2Jrv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRCYNA2Jrv .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #002e0c;
}
.cid-tRCYNA2Jrv .navbar.opened {
  transition: all 0.3s;
}
.cid-tRCYNA2Jrv .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-tRCYNA2Jrv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRCYNA2Jrv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRCYNA2Jrv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRCYNA2Jrv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tRCYNA2Jrv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRCYNA2Jrv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRCYNA2Jrv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tRCYNA2Jrv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRCYNA2Jrv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRCYNA2Jrv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRCYNA2Jrv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRCYNA2Jrv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRCYNA2Jrv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRCYNA2Jrv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRCYNA2Jrv .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tRCYNA2Jrv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tRCYNA2Jrv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRCYNA2Jrv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRCYNA2Jrv .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRCYNA2Jrv .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tRCYNA2Jrv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tRCYNA2Jrv .navbar.navbar-short {
  background: #002e0c !important;
  min-height: 60px;
}
.cid-tRCYNA2Jrv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tRCYNA2Jrv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tRCYNA2Jrv .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRCYNA2Jrv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRCYNA2Jrv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRCYNA2Jrv .dropdown-item.active,
.cid-tRCYNA2Jrv .dropdown-item:active {
  background-color: transparent;
}
.cid-tRCYNA2Jrv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRCYNA2Jrv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRCYNA2Jrv .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRCYNA2Jrv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002e0c;
}
.cid-tRCYNA2Jrv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRCYNA2Jrv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRCYNA2Jrv ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tRCYNA2Jrv .navbar-buttons {
  text-align: center;
}
.cid-tRCYNA2Jrv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tRCYNA2Jrv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fff4e2;
}
.cid-tRCYNA2Jrv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRCYNA2Jrv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRCYNA2Jrv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRCYNA2Jrv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRCYNA2Jrv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRCYNA2Jrv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRCYNA2Jrv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRCYNA2Jrv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRCYNA2Jrv .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tRCYNA2Jrv a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tRCYNA2Jrv .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRCYNA2Jrv .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tRCYNA2Jrv .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRCYNA2Jrv .navbar {
    height: 77px;
  }
  .cid-tRCYNA2Jrv .navbar.opened {
    height: auto;
  }
  .cid-tRCYNA2Jrv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRCYNBntXI {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #89b758;
}
.cid-tRCYNBntXI H2 {
  color: #fff4e2;
}
.cid-tRCYNBntXI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tRCZpUJZWq {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tRCZpUJZWq H2 {
  color: #fff4e2;
}
.cid-tRCZpUJZWq .mbr-section-subtitle {
  color: #0e0e0e;
}
.cid-tRCZKkPMvd {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tRCZKkPMvd h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
@keyframes shadow {
  from {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.6);
  }
  to {
    box-shadow: 0px 0px 0px 25px rgba(255, 255, 255, 0);
  }
}
.cid-tRCZKkPMvd .box {
  background-image: url("../../../assets/images/thum-1904x1068.jpg");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRCZKkPMvd .icon-wrap {
  border-radius: 50%;
  margin: auto;
  background: #89b758;
  height: 90px;
  width: 90px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  animation: shadow 1s infinite ease-in-out;
}
.cid-tRCZKkPMvd .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  position: relative;
  height: auto;
  display: inline-block;
  padding-left: 6px;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tRCZKkPMvd .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tRCZKkPMvd .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tRCZKkPMvd .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tRCZKkPMvd .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tRCZKkPMvd a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tRCZKkPMvd a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tRCZKkPMvd .box {
    height: 250px;
  }
}
.cid-tRCZKkPMvd .mbr-section-subtitle,
.cid-tRCZKkPMvd .title-align {
  color: #89b758;
}
.cid-tRCZKkPMvd H1 {
  color: #0e0e0e;
}
.cid-vf32idbhTN {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #0e0e0e;
}
.cid-vf32idbhTN .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-vf32idbhTN .row {
  border-bottom: 1px solid #808080;
}
.cid-vf32idbhTN H2 {
  color: #e7272d;
}
.cid-vf32idbhTN .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-vf32idbhTN .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-vf32idbhTN .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-vf32idbhTN .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-vf32idbhTN .col-lg-12 {
  overflow: hidden;
}
.cid-vf32idbhTN H4 {
  color: #fbbe36;
}
.cid-vf32idbhTN .mbr-text,
.cid-vf32idbhTN .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-vf32idbhTN .logo-wrap:before {
    content: none;
  }
  .cid-vf32idbhTN .logo-wrap:after {
    content: none;
  }
}
.cid-tRD0e893X8 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tRD0e893X8 .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-tRD0e893X8 .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-tRD0e893X8 .dropdown-item {
  color: #fff4e2 !important;
}
.cid-tRD0e893X8 .dropdown-item:hover {
  color: #fff4e2 !important;
}
.cid-tRD0e893X8 .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-tRD0e893X8 .nav-link:hover {
  color: #89b758 !important;
}
.cid-tRD0e893X8 .nav-link:hover:before {
  opacity: 1;
}
.cid-tRD0e893X8 .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #89b758;
}
.cid-tRD0e893X8 .btn-white {
  color: #4a7b16 !important;
}
.cid-tRD0e893X8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRD0e893X8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRD0e893X8 .container {
  display: flex;
  margin: auto;
}
.cid-tRD0e893X8 .navbar-caption {
  padding-right: 3rem;
}
.cid-tRD0e893X8 .navbar.opened {
  background: #002e0c !important;
}
.cid-tRD0e893X8 .nav-item:focus,
.cid-tRD0e893X8 .nav-link:focus {
  outline: none;
}
.cid-tRD0e893X8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tRD0e893X8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRD0e893X8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tRD0e893X8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tRD0e893X8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRD0e893X8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRD0e893X8 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #002e0c;
}
.cid-tRD0e893X8 .navbar.opened {
  transition: all 0.3s;
}
.cid-tRD0e893X8 .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-tRD0e893X8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRD0e893X8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRD0e893X8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRD0e893X8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tRD0e893X8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRD0e893X8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRD0e893X8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tRD0e893X8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRD0e893X8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRD0e893X8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRD0e893X8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRD0e893X8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRD0e893X8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRD0e893X8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRD0e893X8 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tRD0e893X8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tRD0e893X8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRD0e893X8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRD0e893X8 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRD0e893X8 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tRD0e893X8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tRD0e893X8 .navbar.navbar-short {
  background: #002e0c !important;
  min-height: 60px;
}
.cid-tRD0e893X8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tRD0e893X8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tRD0e893X8 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRD0e893X8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRD0e893X8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRD0e893X8 .dropdown-item.active,
.cid-tRD0e893X8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tRD0e893X8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRD0e893X8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRD0e893X8 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRD0e893X8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002e0c;
}
.cid-tRD0e893X8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRD0e893X8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRD0e893X8 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tRD0e893X8 .navbar-buttons {
  text-align: center;
}
.cid-tRD0e893X8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tRD0e893X8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fff4e2;
}
.cid-tRD0e893X8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRD0e893X8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRD0e893X8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRD0e893X8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRD0e893X8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRD0e893X8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRD0e893X8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRD0e893X8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRD0e893X8 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tRD0e893X8 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tRD0e893X8 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRD0e893X8 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tRD0e893X8 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRD0e893X8 .navbar {
    height: 77px;
  }
  .cid-tRD0e893X8 .navbar.opened {
    height: auto;
  }
  .cid-tRD0e893X8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRD0e8IFQ7 {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #89b758;
}
.cid-tRD0e8IFQ7 H2 {
  color: #fff4e2;
}
.cid-tRD0e8IFQ7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tRD0EIEgW5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tRD0EIEgW5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tRD0EIEgW5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRD0EIEgW5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tRD0EIEgW5 .title {
  padding: 0 2rem;
}
.cid-tRD0EIEgW5 .container {
  padding: 0 1rem;
}
.cid-tRD0EIEgW5 .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
}
.cid-tRD0EIEgW5 .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-tRD0EIEgW5 .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-tRD0EIEgW5 .mbr-gallery-item div:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-tRD0EIEgW5 .mbr-gallery-item div:hover:before {
  opacity: 0.5;
  width: 0;
  height: 0;
}
.cid-tRD0EIEgW5 .mbr-gallery-item div:hover:after {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.cid-tRD0EIEgW5 .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tRD0EIEgW5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tRD0EIEgW5 .icon-focus {
  display: none;
}
.cid-tRD0EIEgW5 .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-tRD0EIEgW5 .btn-primary-outline:hover {
  background: transparent !important;
  color: #4a7b16 !important;
}
.cid-tRD0EIEgW5 li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-tRD0EIEgW5 li {
  position: relative;
}
.cid-tRD0EIEgW5 .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-tRD0EIEgW5 .btn {
  font-family: Roboto !important;
}
.cid-tRD0EIEgW5 .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tRD0EIEgW5 .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tRD0EIEgW5 li:not(:last-child):after {
    top: 9px;
  }
  .cid-tRD0EIEgW5 .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-tRD0EIEgW5 .container {
    padding: 0rem 0.5rem;
  }
  .cid-tRD0EIEgW5 .title {
    padding: 0 1rem;
  }
}
.cid-tRD0EIEgW5 H2 {
  color: #89b758;
}
.cid-veFFkJ9mzC {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #0e0e0e;
}
.cid-veFFkJ9mzC .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-veFFkJ9mzC .row {
  border-bottom: 1px solid #808080;
}
.cid-veFFkJ9mzC H2 {
  color: #e7272d;
}
.cid-veFFkJ9mzC .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-veFFkJ9mzC .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-veFFkJ9mzC .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-veFFkJ9mzC .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-veFFkJ9mzC .col-lg-12 {
  overflow: hidden;
}
.cid-veFFkJ9mzC H4 {
  color: #fbbe36;
}
.cid-veFFkJ9mzC .mbr-text,
.cid-veFFkJ9mzC .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-veFFkJ9mzC .logo-wrap:before {
    content: none;
  }
  .cid-veFFkJ9mzC .logo-wrap:after {
    content: none;
  }
}
.cid-tRD0XgThpG .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tRD0XgThpG .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-tRD0XgThpG .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-tRD0XgThpG .dropdown-item {
  color: #fff4e2 !important;
}
.cid-tRD0XgThpG .dropdown-item:hover {
  color: #fff4e2 !important;
}
.cid-tRD0XgThpG .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-tRD0XgThpG .nav-link:hover {
  color: #89b758 !important;
}
.cid-tRD0XgThpG .nav-link:hover:before {
  opacity: 1;
}
.cid-tRD0XgThpG .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #89b758;
}
.cid-tRD0XgThpG .btn-white {
  color: #4a7b16 !important;
}
.cid-tRD0XgThpG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRD0XgThpG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRD0XgThpG .container {
  display: flex;
  margin: auto;
}
.cid-tRD0XgThpG .navbar-caption {
  padding-right: 3rem;
}
.cid-tRD0XgThpG .navbar.opened {
  background: #002e0c !important;
}
.cid-tRD0XgThpG .nav-item:focus,
.cid-tRD0XgThpG .nav-link:focus {
  outline: none;
}
.cid-tRD0XgThpG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tRD0XgThpG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRD0XgThpG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tRD0XgThpG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tRD0XgThpG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRD0XgThpG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRD0XgThpG .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #002e0c;
}
.cid-tRD0XgThpG .navbar.opened {
  transition: all 0.3s;
}
.cid-tRD0XgThpG .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-tRD0XgThpG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRD0XgThpG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRD0XgThpG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRD0XgThpG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tRD0XgThpG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRD0XgThpG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRD0XgThpG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tRD0XgThpG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRD0XgThpG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRD0XgThpG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRD0XgThpG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRD0XgThpG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRD0XgThpG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRD0XgThpG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRD0XgThpG .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tRD0XgThpG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tRD0XgThpG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRD0XgThpG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRD0XgThpG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRD0XgThpG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tRD0XgThpG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tRD0XgThpG .navbar.navbar-short {
  background: #002e0c !important;
  min-height: 60px;
}
.cid-tRD0XgThpG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tRD0XgThpG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tRD0XgThpG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRD0XgThpG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRD0XgThpG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRD0XgThpG .dropdown-item.active,
.cid-tRD0XgThpG .dropdown-item:active {
  background-color: transparent;
}
.cid-tRD0XgThpG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRD0XgThpG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRD0XgThpG .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRD0XgThpG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002e0c;
}
.cid-tRD0XgThpG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRD0XgThpG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRD0XgThpG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tRD0XgThpG .navbar-buttons {
  text-align: center;
}
.cid-tRD0XgThpG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tRD0XgThpG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fff4e2;
}
.cid-tRD0XgThpG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRD0XgThpG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRD0XgThpG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRD0XgThpG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRD0XgThpG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRD0XgThpG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRD0XgThpG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRD0XgThpG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRD0XgThpG .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tRD0XgThpG a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tRD0XgThpG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRD0XgThpG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tRD0XgThpG .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRD0XgThpG .navbar {
    height: 77px;
  }
  .cid-tRD0XgThpG .navbar.opened {
    height: auto;
  }
  .cid-tRD0XgThpG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRD0XhqvzO {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #89b758;
}
.cid-tRD0XhqvzO H2 {
  color: #fff4e2;
}
.cid-tRD0XhqvzO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tRD17aIWdu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tRD17aIWdu .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tRD17aIWdu .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRD17aIWdu .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tRD17aIWdu .title {
  padding: 0 2rem;
}
.cid-tRD17aIWdu .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px !important;
}
.cid-tRD17aIWdu .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-tRD17aIWdu .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-tRD17aIWdu .mbr-gallery-item div:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-tRD17aIWdu .mbr-gallery-item div:hover:before {
  opacity: 0.5;
  width: 0;
  height: 0;
}
.cid-tRD17aIWdu .mbr-gallery-item div:hover:after {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.cid-tRD17aIWdu .container {
  padding: 0 1rem;
}
.cid-tRD17aIWdu .mbr-gallery-item--p4 {
  padding: 1rem !important;
}
.cid-tRD17aIWdu .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tRD17aIWdu .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tRD17aIWdu .icon-focus {
  display: none;
}
.cid-tRD17aIWdu .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-tRD17aIWdu .btn-primary-outline:hover {
  background: transparent !important;
  color: #4a7b16 !important;
}
.cid-tRD17aIWdu li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-tRD17aIWdu li {
  position: relative;
}
.cid-tRD17aIWdu .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-tRD17aIWdu .btn {
  font-family: Roboto !important;
}
.cid-tRD17aIWdu .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-tRD17aIWdu .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tRD17aIWdu li:not(:last-child):after {
    top: 9px;
  }
  .cid-tRD17aIWdu .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-tRD17aIWdu .container {
    padding: 0rem;
  }
  .cid-tRD17aIWdu .title {
    padding: 0 1rem;
  }
}
.cid-tRD17aIWdu H2 {
  color: #002e0c;
}
.cid-veFFn6O5TW {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #0e0e0e;
}
.cid-veFFn6O5TW .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-veFFn6O5TW .row {
  border-bottom: 1px solid #808080;
}
.cid-veFFn6O5TW H2 {
  color: #e7272d;
}
.cid-veFFn6O5TW .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-veFFn6O5TW .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-veFFn6O5TW .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-veFFn6O5TW .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-veFFn6O5TW .col-lg-12 {
  overflow: hidden;
}
.cid-veFFn6O5TW H4 {
  color: #fbbe36;
}
.cid-veFFn6O5TW .mbr-text,
.cid-veFFn6O5TW .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-veFFn6O5TW .logo-wrap:before {
    content: none;
  }
  .cid-veFFn6O5TW .logo-wrap:after {
    content: none;
  }
}
.cid-tRD1aHIOlT .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tRD1aHIOlT .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-tRD1aHIOlT .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-tRD1aHIOlT .dropdown-item {
  color: #fff4e2 !important;
}
.cid-tRD1aHIOlT .dropdown-item:hover {
  color: #fff4e2 !important;
}
.cid-tRD1aHIOlT .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-tRD1aHIOlT .nav-link:hover {
  color: #89b758 !important;
}
.cid-tRD1aHIOlT .nav-link:hover:before {
  opacity: 1;
}
.cid-tRD1aHIOlT .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #89b758;
}
.cid-tRD1aHIOlT .btn-white {
  color: #4a7b16 !important;
}
.cid-tRD1aHIOlT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRD1aHIOlT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRD1aHIOlT .container {
  display: flex;
  margin: auto;
}
.cid-tRD1aHIOlT .navbar-caption {
  padding-right: 3rem;
}
.cid-tRD1aHIOlT .navbar.opened {
  background: #002e0c !important;
}
.cid-tRD1aHIOlT .nav-item:focus,
.cid-tRD1aHIOlT .nav-link:focus {
  outline: none;
}
.cid-tRD1aHIOlT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tRD1aHIOlT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRD1aHIOlT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tRD1aHIOlT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tRD1aHIOlT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRD1aHIOlT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRD1aHIOlT .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #002e0c;
}
.cid-tRD1aHIOlT .navbar.opened {
  transition: all 0.3s;
}
.cid-tRD1aHIOlT .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-tRD1aHIOlT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRD1aHIOlT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRD1aHIOlT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRD1aHIOlT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tRD1aHIOlT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRD1aHIOlT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRD1aHIOlT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tRD1aHIOlT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRD1aHIOlT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRD1aHIOlT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRD1aHIOlT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRD1aHIOlT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRD1aHIOlT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRD1aHIOlT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRD1aHIOlT .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tRD1aHIOlT .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tRD1aHIOlT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRD1aHIOlT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRD1aHIOlT .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRD1aHIOlT .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tRD1aHIOlT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tRD1aHIOlT .navbar.navbar-short {
  background: #002e0c !important;
  min-height: 60px;
}
.cid-tRD1aHIOlT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tRD1aHIOlT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tRD1aHIOlT .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRD1aHIOlT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRD1aHIOlT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRD1aHIOlT .dropdown-item.active,
.cid-tRD1aHIOlT .dropdown-item:active {
  background-color: transparent;
}
.cid-tRD1aHIOlT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRD1aHIOlT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRD1aHIOlT .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRD1aHIOlT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002e0c;
}
.cid-tRD1aHIOlT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRD1aHIOlT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRD1aHIOlT ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tRD1aHIOlT .navbar-buttons {
  text-align: center;
}
.cid-tRD1aHIOlT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tRD1aHIOlT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fff4e2;
}
.cid-tRD1aHIOlT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRD1aHIOlT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRD1aHIOlT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRD1aHIOlT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRD1aHIOlT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRD1aHIOlT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRD1aHIOlT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRD1aHIOlT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRD1aHIOlT .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tRD1aHIOlT a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tRD1aHIOlT .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRD1aHIOlT .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tRD1aHIOlT .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRD1aHIOlT .navbar {
    height: 77px;
  }
  .cid-tRD1aHIOlT .navbar.opened {
    height: auto;
  }
  .cid-tRD1aHIOlT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRD1aI77CJ {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #89b758;
}
.cid-tRD1aI77CJ H2 {
  color: #fff4e2;
}
.cid-tRD1aI77CJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tRD1Iae0AF {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tRD1Iae0AF .card:hover .item-content {
  box-shadow: 0 30px 100px 0 rgba(0, 0, 0, 0.13);
}
.cid-tRD1Iae0AF .logo {
  max-width: 80px;
  width: 100%;
  margin: auto;
  margin-bottom: 1rem;
}
.cid-tRD1Iae0AF .center {
  box-shadow: 0 30px 100px 0 rgba(0, 0, 0, 0.13);
}
.cid-tRD1Iae0AF .item-content {
  height: 100%;
  z-index: 99;
  transition: all 0.3s;
  padding: 3rem 2rem;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.cid-tRD1Iae0AF .border1 {
  border-bottom: 2px dotted lightgray;
}
.cid-tRD1Iae0AF .wrapper {
  display: flex;
  justify-content: space-between;
  padding: 16px 0px;
}
.cid-tRD1Iae0AF .icon-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.cid-tRD1Iae0AF .icon-wrap span {
  margin-right: 14px;
  margin-top: 4px;
  font-size: 1.2rem;
  color: #e7272d;
}
.cid-tRD1Iae0AF .bigicon {
  color: #e7272d;
  font-size: 3rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tRD1Iae0AF .item-content {
    padding: 3rem 1rem;
  }
}
.cid-tRD1Iae0AF .mbr-text,
.cid-tRD1Iae0AF .mbr-section-btn {
  color: #808080;
}
.cid-tRD1Iae0AF .location,
.cid-tRD1Iae0AF .icon-wrap {
  color: #002e0c;
}
.cid-tRD1Iae0AF H3 {
  color: #29361a;
}
.cid-veFFrbxVFO {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #0e0e0e;
}
.cid-veFFrbxVFO .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-veFFrbxVFO .row {
  border-bottom: 1px solid #808080;
}
.cid-veFFrbxVFO H2 {
  color: #e7272d;
}
.cid-veFFrbxVFO .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-veFFrbxVFO .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-veFFrbxVFO .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-veFFrbxVFO .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-veFFrbxVFO .col-lg-12 {
  overflow: hidden;
}
.cid-veFFrbxVFO H4 {
  color: #fbbe36;
}
.cid-veFFrbxVFO .mbr-text,
.cid-veFFrbxVFO .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-veFFrbxVFO .logo-wrap:before {
    content: none;
  }
  .cid-veFFrbxVFO .logo-wrap:after {
    content: none;
  }
}
.cid-tRNpwE31S3 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tRNpwE31S3 .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-tRNpwE31S3 .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-tRNpwE31S3 .dropdown-item {
  color: #fff4e2 !important;
}
.cid-tRNpwE31S3 .dropdown-item:hover {
  color: #fff4e2 !important;
}
.cid-tRNpwE31S3 .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-tRNpwE31S3 .nav-link:hover {
  color: #89b758 !important;
}
.cid-tRNpwE31S3 .nav-link:hover:before {
  opacity: 1;
}
.cid-tRNpwE31S3 .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #89b758;
}
.cid-tRNpwE31S3 .btn-white {
  color: #4a7b16 !important;
}
.cid-tRNpwE31S3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRNpwE31S3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRNpwE31S3 .container {
  display: flex;
  margin: auto;
}
.cid-tRNpwE31S3 .navbar-caption {
  padding-right: 3rem;
}
.cid-tRNpwE31S3 .navbar.opened {
  background: #002e0c !important;
}
.cid-tRNpwE31S3 .nav-item:focus,
.cid-tRNpwE31S3 .nav-link:focus {
  outline: none;
}
.cid-tRNpwE31S3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tRNpwE31S3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRNpwE31S3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tRNpwE31S3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tRNpwE31S3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRNpwE31S3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRNpwE31S3 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #002e0c;
}
.cid-tRNpwE31S3 .navbar.opened {
  transition: all 0.3s;
}
.cid-tRNpwE31S3 .navbar .dropdown-item {
  padding: 0.5rem 1.5rem;
}
.cid-tRNpwE31S3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRNpwE31S3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRNpwE31S3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRNpwE31S3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tRNpwE31S3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRNpwE31S3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRNpwE31S3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tRNpwE31S3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRNpwE31S3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRNpwE31S3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRNpwE31S3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRNpwE31S3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRNpwE31S3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRNpwE31S3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRNpwE31S3 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tRNpwE31S3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tRNpwE31S3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRNpwE31S3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRNpwE31S3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRNpwE31S3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tRNpwE31S3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tRNpwE31S3 .navbar.navbar-short {
  background: #002e0c !important;
  min-height: 60px;
}
.cid-tRNpwE31S3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tRNpwE31S3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tRNpwE31S3 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRNpwE31S3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRNpwE31S3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRNpwE31S3 .dropdown-item.active,
.cid-tRNpwE31S3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tRNpwE31S3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRNpwE31S3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRNpwE31S3 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRNpwE31S3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #002e0c;
}
.cid-tRNpwE31S3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRNpwE31S3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRNpwE31S3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tRNpwE31S3 .navbar-buttons {
  text-align: center;
}
.cid-tRNpwE31S3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tRNpwE31S3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fff4e2;
}
.cid-tRNpwE31S3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRNpwE31S3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRNpwE31S3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRNpwE31S3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRNpwE31S3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRNpwE31S3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRNpwE31S3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRNpwE31S3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRNpwE31S3 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-tRNpwE31S3 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tRNpwE31S3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRNpwE31S3 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tRNpwE31S3 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRNpwE31S3 .navbar {
    height: 77px;
  }
  .cid-tRNpwE31S3 .navbar.opened {
    height: auto;
  }
  .cid-tRNpwE31S3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRNpwEuBob {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #89b758;
}
.cid-tRNpwEuBob H2 {
  color: #fff4e2;
}
.cid-tRNpwEuBob .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tRNpFLC0d4 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tRNpFLC0d4 h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
@keyframes shadow {
  from {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.6);
  }
  to {
    box-shadow: 0px 0px 0px 25px rgba(255, 255, 255, 0);
  }
}
.cid-tRNpFLC0d4 .box {
  background-image: url("../../../assets/images/thum-1904x1068.jpg");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRNpFLC0d4 .icon-wrap {
  border-radius: 50%;
  margin: auto;
  background: #89b758;
  height: 90px;
  width: 90px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  animation: shadow 1s infinite ease-in-out;
}
.cid-tRNpFLC0d4 .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  position: relative;
  height: auto;
  display: inline-block;
  padding-left: 6px;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tRNpFLC0d4 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tRNpFLC0d4 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tRNpFLC0d4 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tRNpFLC0d4 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tRNpFLC0d4 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tRNpFLC0d4 a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tRNpFLC0d4 .box {
    height: 250px;
  }
}
.cid-tRNpFLC0d4 .mbr-section-subtitle,
.cid-tRNpFLC0d4 .title-align {
  color: #89b758;
}
.cid-tRNpFLC0d4 H1 {
  color: #0e0e0e;
}
.cid-veFFpdAXlW {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #0e0e0e;
}
.cid-veFFpdAXlW .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-veFFpdAXlW .row {
  border-bottom: 1px solid #808080;
}
.cid-veFFpdAXlW H2 {
  color: #e7272d;
}
.cid-veFFpdAXlW .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-veFFpdAXlW .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-veFFpdAXlW .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-veFFpdAXlW .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-veFFpdAXlW .col-lg-12 {
  overflow: hidden;
}
.cid-veFFpdAXlW H4 {
  color: #fbbe36;
}
.cid-veFFpdAXlW .mbr-text,
.cid-veFFpdAXlW .mbr-section-btn {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-veFFpdAXlW .logo-wrap:before {
    content: none;
  }
  .cid-veFFpdAXlW .logo-wrap:after {
    content: none;
  }
}
