body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.4rem;
    font-size: calc( 1.6rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.12rem;
    font-size: calc( 1.4rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: 14px;
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.2rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {

    font-size: 1.1em;
    line-height: 1.4em;
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #114708 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #114708 !important;
}
.bg-warning {
  background-color: #ffbc93 !important;
}
.bg-danger {
  background-color: #2ea71a !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #114708 !important;
  border-color: #114708 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #114708 !important;
  border-color: #114708 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffbc93 !important;
  border-color: #ffbc93 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff863c !important;
  border-color: #ff863c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff863c !important;
  border-color: #ff863c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #2ea71a !important;
  border-color: #2ea71a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #195c0e !important;
  border-color: #195c0e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #195c0e !important;
  border-color: #195c0e !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #114708;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #114708 !important;
  border-color: #114708 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #114708;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #114708 !important;
  border-color: #114708 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffbc93;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff863c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffbc93 !important;
  border-color: #ffbc93 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2ea71a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #195c0e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #2ea71a !important;
  border-color: #2ea71a !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #114708 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #114708 !important;
}
.text-warning {
  color: #ffbc93 !important;
}
.text-danger {
  color: #2ea71a !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff7d2d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #164f0c !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #114708;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #114708;
}
.alert-warning {
  background-color: #ffbc93;
}
.alert-danger {
  background-color: #2ea71a;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #114708;
  border-color: #114708;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #114708;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #61eb4a;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #61eb4a;
}
.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: #6fe55b;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #114708 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #114708;
}
/* Forms */
.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: #114708;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #114708;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #114708;
  border-bottom-color: #114708;
}
.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: #114708 !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: #ff6666 !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='%23114708' %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-tLb77TPZns {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tLb77TPZns nav.navbar {
  position: fixed;
}
.cid-tLb77TPZns .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLb77TPZns .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tLb77TPZns .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tLb77TPZns .dropdown-item:hover,
.cid-tLb77TPZns .dropdown-item:focus {
  background: #114708 !important;
  color: white !important;
}
.cid-tLb77TPZns .dropdown-item:hover span {
  color: white;
}
.cid-tLb77TPZns .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tLb77TPZns .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tLb77TPZns .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tLb77TPZns .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLb77TPZns .nav-link {
  position: relative;
}
.cid-tLb77TPZns .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tLb77TPZns .container {
    flex-wrap: nowrap;
  }
}
.cid-tLb77TPZns .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLb77TPZns .dropdown-menu,
.cid-tLb77TPZns .navbar.opened {
  background: #1b680f !important;
}
.cid-tLb77TPZns .nav-item:focus,
.cid-tLb77TPZns .nav-link:focus {
  outline: none;
}
.cid-tLb77TPZns .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLb77TPZns .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLb77TPZns .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLb77TPZns .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLb77TPZns .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLb77TPZns .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLb77TPZns .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b680f;
}
.cid-tLb77TPZns .navbar.opened {
  transition: all 0.3s;
}
.cid-tLb77TPZns .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLb77TPZns .navbar .navbar-logo img {
  width: auto;
}
.cid-tLb77TPZns .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLb77TPZns .navbar.collapsed {
  justify-content: center;
}
.cid-tLb77TPZns .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLb77TPZns .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tLb77TPZns .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLb77TPZns .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLb77TPZns .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: 41%;
}
.cid-tLb77TPZns .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLb77TPZns .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLb77TPZns .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLb77TPZns .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLb77TPZns .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLb77TPZns .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLb77TPZns .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLb77TPZns .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: 40%;
  }
  .cid-tLb77TPZns .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLb77TPZns .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLb77TPZns .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLb77TPZns .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLb77TPZns .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLb77TPZns .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tLb77TPZns .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tLb77TPZns .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLb77TPZns .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLb77TPZns .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLb77TPZns .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLb77TPZns .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLb77TPZns .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLb77TPZns .dropdown-item.active,
.cid-tLb77TPZns .dropdown-item:active {
  background-color: transparent;
}
.cid-tLb77TPZns .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLb77TPZns .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLb77TPZns .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLb77TPZns .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b680f;
}
.cid-tLb77TPZns .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLb77TPZns .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLb77TPZns ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLb77TPZns .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLb77TPZns button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLb77TPZns button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tLb77TPZns button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLb77TPZns button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLb77TPZns button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLb77TPZns button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLb77TPZns nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLb77TPZns nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLb77TPZns nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLb77TPZns nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLb77TPZns .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tLb77TPZns a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLb77TPZns .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLb77TPZns .navbar {
    height: 70px;
  }
  .cid-tLb77TPZns .navbar.opened {
    height: auto;
  }
  .cid-tLb77TPZns .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLb77Ue5bb {
  background: #1b680f;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tLb77Ue5bb .image-block {
  margin: auto;
}
.cid-tLb77Ue5bb figcaption {
  position: relative;
}
.cid-tLb77Ue5bb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLb77Ue5bb .image-block {
    width: 100% !important;
  }
}
.cid-tLrw0zyppF {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-tLrw0zyppF .image-block {
  margin: auto;
}
.cid-tLrw0zyppF figcaption {
  position: relative;
}
.cid-tLrw0zyppF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLrw0zyppF .image-block {
    width: 100% !important;
  }
}
.cid-tLb77UHCqn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff4f00;
}
.cid-tLb77UHCqn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLb77UHCqn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLb77UHCqn .mbr-section-title {
  color: #ffffff;
}
.cid-tLb77VAo17 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffe161;
}
.cid-tLb77VAo17 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLb77VAo17 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLb77VAo17 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tLb77VAo17 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tLb77VAo17 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2ea71a;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tLb77VAo17 H3 {
  color: #1b680f;
}
.cid-tLb8s1pykQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLb8s1pykQ img {
  object-fit: cover;
}
.cid-tLb8s1pykQ .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLbo4LzDjw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLbo4LzDjw img {
  object-fit: cover;
}
.cid-tLbo4LzDjw .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLbpkcHIvO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLbpkcHIvO img {
  object-fit: cover;
}
.cid-tLbpkcHIvO .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLbXMfB6aJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLbXMfB6aJ img {
  object-fit: cover;
}
.cid-tLbXMfB6aJ .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLbqo7nTs6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLbqo7nTs6 img {
  object-fit: cover;
}
.cid-tLbqo7nTs6 .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLbsbYEpau {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLbsbYEpau img {
  object-fit: cover;
}
.cid-tLbsbYEpau .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLbLE9uEPb {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLbLE9uEPb img {
  object-fit: cover;
}
.cid-tLbLE9uEPb .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLbMWQz5oG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLbMWQz5oG img {
  object-fit: cover;
}
.cid-tLbMWQz5oG .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLbNGwCVHC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLbNGwCVHC img {
  object-fit: cover;
}
.cid-tLbNGwCVHC .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLbP7NYMc2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLbP7NYMc2 img {
  object-fit: cover;
}
.cid-tLbP7NYMc2 .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLbRiCTIta {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLbRiCTIta img {
  object-fit: cover;
}
.cid-tLbRiCTIta .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEQoq93GU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1b680f;
}
.cid-tLEQoq93GU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLEQoq93GU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLEQoq93GU ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tLEQoq93GU li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tLEQoq93GU ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffb18a;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tLEQoq93GU H3 {
  color: #ffffff;
}
.cid-tLEQoq93GU .list {
  color: #ffffff;
}
.cid-tLbSzpXnwb {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #1b680f;
}
.cid-tLbSzpXnwb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLbSzpXnwb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLbSzpXnwb .mbr-section-title {
  color: #ffb18a;
}
.cid-tLEvsRTT45 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tLEvsRTT45 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLEvsRTT45 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLEvsRTT45 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tLEvsRTT45 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tLEvsRTT45 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2ea71a;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tLEvsRTT45 H3 {
  color: #1b680f;
}
.cid-tLb77VhVX2 {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-tLb77VhVX2 .image-block {
  margin: auto;
}
.cid-tLb77VhVX2 figcaption {
  position: relative;
}
.cid-tLb77VhVX2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLb77VhVX2 .image-block {
    width: 100% !important;
  }
}
.cid-tLEi97ioYo {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tLEi97ioYo .image-block {
  margin: auto;
}
.cid-tLEi97ioYo figcaption {
  position: relative;
}
.cid-tLEi97ioYo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLEi97ioYo .image-block {
    width: 100% !important;
  }
}
.cid-tLb77W34SE {
  background: #1b680f;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tLb77W34SE .image-block {
  margin: auto;
}
.cid-tLb77W34SE figcaption {
  position: relative;
}
.cid-tLb77W34SE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLb77W34SE .image-block {
    width: 100% !important;
  }
}
.cid-tLEiUUWySf {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #114708;
}
.cid-tLEiUUWySf .title {
  margin-bottom: 2rem;
}
.cid-tLEiUUWySf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tLEiUUWySf a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tLEiUUWySf a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-tLEiUUWySf textarea.form-control {
  min-height: 188px;
}
.cid-tLEiUUWySf LABEL {
  color: #ffffff;
}
.cid-tLEiUUWySf H2 {
  color: #ffffff;
}
.cid-tLEiXxxTmG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d8420a;
}
.cid-tLEiXxxTmG .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tLEiXxxTmG .mbr-section-title {
  text-align: center;
}
.cid-tLb77X6ueM {
  background: #1b680f;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tLb77X6ueM .image-block {
  margin: auto;
}
.cid-tLb77X6ueM figcaption {
  position: relative;
}
.cid-tLb77X6ueM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLb77X6ueM .image-block {
    width: 100% !important;
  }
}
.cid-tLb77XnmMj {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #1b680f;
}
.cid-tLb77XnmMj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tLb77XnmMj H2 {
  color: #ffffff;
}
.cid-tLb77XEnJs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1b680f;
}
.cid-tLb77XEnJs [class^="socicon-"]:before,
.cid-tLb77XEnJs [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tLb77XEnJs .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  color: #232323;
  cursor: pointer;
  border-color: #4de235;
}
.cid-tLb77XEnJs .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-tLb77XEnJs .btn-social:hover {
  color: #fff;
  background: #4de235;
}
.cid-tLb77XEnJs .btn-social:hover i.socicon {
  color: #000000 !important;
}
.cid-tLb77XEnJs .btn-social + .btn {
  margin-left: .1rem;
}
@media (max-width: 767px) {
  .cid-tLb77XEnJs .btn {
    font-size: 20px !important;
  }
}
.cid-tLb77XEnJs .btn-social,
.cid-tLb77XEnJs .mbr-section-title {
  color: #ffffff;
}
.cid-tLrIOQMgdT {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tLrIOQMgdT .mbr-text,
.cid-tLrIOQMgdT blockquote {
  color: #767676;
}
.cid-tLrIOQMgdT .mbr-text P {
  text-align: center;
}
.cid-tLrIOQMgdT .mbr-text {
  color: #1b680f;
}
.cid-tLEj8eWrSn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tLEj8eWrSn nav.navbar {
  position: fixed;
}
.cid-tLEj8eWrSn .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLEj8eWrSn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tLEj8eWrSn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tLEj8eWrSn .dropdown-item:hover,
.cid-tLEj8eWrSn .dropdown-item:focus {
  background: #114708 !important;
  color: white !important;
}
.cid-tLEj8eWrSn .dropdown-item:hover span {
  color: white;
}
.cid-tLEj8eWrSn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tLEj8eWrSn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tLEj8eWrSn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tLEj8eWrSn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLEj8eWrSn .nav-link {
  position: relative;
}
.cid-tLEj8eWrSn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tLEj8eWrSn .container {
    flex-wrap: nowrap;
  }
}
.cid-tLEj8eWrSn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLEj8eWrSn .dropdown-menu,
.cid-tLEj8eWrSn .navbar.opened {
  background: #1b680f !important;
}
.cid-tLEj8eWrSn .nav-item:focus,
.cid-tLEj8eWrSn .nav-link:focus {
  outline: none;
}
.cid-tLEj8eWrSn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLEj8eWrSn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLEj8eWrSn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLEj8eWrSn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLEj8eWrSn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLEj8eWrSn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLEj8eWrSn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b680f;
}
.cid-tLEj8eWrSn .navbar.opened {
  transition: all 0.3s;
}
.cid-tLEj8eWrSn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLEj8eWrSn .navbar .navbar-logo img {
  width: auto;
}
.cid-tLEj8eWrSn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLEj8eWrSn .navbar.collapsed {
  justify-content: center;
}
.cid-tLEj8eWrSn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLEj8eWrSn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tLEj8eWrSn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLEj8eWrSn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLEj8eWrSn .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: 41%;
}
.cid-tLEj8eWrSn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLEj8eWrSn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLEj8eWrSn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLEj8eWrSn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLEj8eWrSn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLEj8eWrSn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLEj8eWrSn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLEj8eWrSn .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: 40%;
  }
  .cid-tLEj8eWrSn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLEj8eWrSn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLEj8eWrSn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLEj8eWrSn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLEj8eWrSn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLEj8eWrSn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tLEj8eWrSn .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tLEj8eWrSn .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLEj8eWrSn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLEj8eWrSn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLEj8eWrSn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLEj8eWrSn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLEj8eWrSn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLEj8eWrSn .dropdown-item.active,
.cid-tLEj8eWrSn .dropdown-item:active {
  background-color: transparent;
}
.cid-tLEj8eWrSn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLEj8eWrSn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLEj8eWrSn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLEj8eWrSn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b680f;
}
.cid-tLEj8eWrSn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLEj8eWrSn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLEj8eWrSn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLEj8eWrSn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLEj8eWrSn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLEj8eWrSn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tLEj8eWrSn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLEj8eWrSn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLEj8eWrSn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLEj8eWrSn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLEj8eWrSn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLEj8eWrSn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLEj8eWrSn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLEj8eWrSn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLEj8eWrSn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tLEj8eWrSn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLEj8eWrSn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLEj8eWrSn .navbar {
    height: 70px;
  }
  .cid-tLEj8eWrSn .navbar.opened {
    height: auto;
  }
  .cid-tLEj8eWrSn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLEj8flLaV {
  background: #1f6913;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tLEj8flLaV .image-block {
  margin: auto;
}
.cid-tLEj8flLaV figcaption {
  position: relative;
}
.cid-tLEj8flLaV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLEj8flLaV .image-block {
    width: 100% !important;
  }
}
.cid-tLEj8fCM3c {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #1f6913;
}
.cid-tLEj8fCM3c .images-container.container-fluid {
  padding: 0;
}
.cid-tLEj8fCM3c .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-tLEj8fCM3c .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-tLEj8fCM3c .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-tLEj8fCM3c .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-tLEj8fCM3c .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-tLEj8fCM3c .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-tLEj8fCM3c .img-item {
    width: 100% !important;
  }
  .cid-tLEj8fCM3c .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-tLEj8fU1n8 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tLEj8fU1n8 .image-block {
  margin: auto;
}
.cid-tLEj8fU1n8 figcaption {
  position: relative;
}
.cid-tLEj8fU1n8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLEj8fU1n8 .image-block {
    width: 100% !important;
  }
}
.cid-tLEj8geIze {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff4f00;
}
.cid-tLEj8geIze .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLEj8geIze .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLEj8geIze .mbr-section-title {
  color: #ffffff;
}
.cid-tLEj8gxx6E {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tLEj8gxx6E .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEj8gRqZM {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-tLEj8gRqZM .image-block {
  margin: auto;
}
.cid-tLEj8gRqZM figcaption {
  position: relative;
}
.cid-tLEj8gRqZM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLEj8gRqZM .image-block {
    width: 100% !important;
  }
}
.cid-tLEj8h9c47 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffe161;
}
.cid-tLEj8h9c47 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLEj8h9c47 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLEj8h9c47 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tLEj8h9c47 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tLEj8h9c47 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2ea71a;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tLEj8h9c47 H3 {
  color: #1b680f;
}
.cid-tLEj8hw142 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #114708;
}
.cid-tLEj8hw142 .mbr-section-subtitle {
  color: #767676;
}
.cid-tLEj8hw142 H2 {
  color: #ffffff;
}
.cid-tLEj8hQuGf {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tLEj8hQuGf h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tLEj8hQuGf p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-tLEj8hQuGf .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-tLEj8hQuGf .mbr-section-btn a {
  margin: 0;
}
.cid-tLEj8hQuGf .mbr-text {
  color: #767676;
}
.cid-tLEj8hQuGf .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tLEj8hQuGf .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-tLEj8hQuGf .card-title {
  color: #1b680f;
}
.cid-tLEj8hQuGf .mbr-text,
.cid-tLEj8hQuGf .mbr-section-btn {
  color: #000000;
}
.cid-tLEj8imFGJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLEj8imFGJ img {
  object-fit: cover;
}
.cid-tLEj8imFGJ .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEj8iK1L7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLEj8iK1L7 img {
  object-fit: cover;
}
.cid-tLEj8iK1L7 .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEj8j9OdO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLEj8j9OdO img {
  object-fit: cover;
}
.cid-tLEj8j9OdO .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEj8jxGOU {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLEj8jxGOU img {
  object-fit: cover;
}
.cid-tLEj8jxGOU .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEj8jYV9o {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLEj8jYV9o img {
  object-fit: cover;
}
.cid-tLEj8jYV9o .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEj8koqSd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLEj8koqSd img {
  object-fit: cover;
}
.cid-tLEj8koqSd .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEj8kOjnY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLEj8kOjnY img {
  object-fit: cover;
}
.cid-tLEj8kOjnY .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEj8lfcNU {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLEj8lfcNU img {
  object-fit: cover;
}
.cid-tLEj8lfcNU .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEj8lH4Od {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLEj8lH4Od img {
  object-fit: cover;
}
.cid-tLEj8lH4Od .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEj8m8lCy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLEj8m8lCy img {
  object-fit: cover;
}
.cid-tLEj8m8lCy .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEj8mAdoB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLEj8mAdoB img {
  object-fit: cover;
}
.cid-tLEj8mAdoB .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEj8n3tf0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1b680f;
}
.cid-tLEj8n3tf0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLEj8n3tf0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLEj8n3tf0 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tLEj8n3tf0 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tLEj8n3tf0 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffb18a;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tLEj8n3tf0 H3 {
  color: #ffffff;
}
.cid-tLEj8n3tf0 .list {
  color: #ffffff;
}
.cid-tLEj8nywZq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tLEj8nywZq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLEj8nywZq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLEj8nywZq ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tLEj8nywZq li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tLEj8nywZq ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2ea71a;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tLEj8nywZq H3 {
  color: #1b680f;
}
.cid-tLEj8o3hxP {
  background: #1f6913;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tLEj8o3hxP .image-block {
  margin: auto;
}
.cid-tLEj8o3hxP figcaption {
  position: relative;
}
.cid-tLEj8o3hxP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLEj8o3hxP .image-block {
    width: 100% !important;
  }
}
.cid-tLEj8oFKfA {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #1b680f;
}
.cid-tLEj8oFKfA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLEj8oFKfA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLEj8oFKfA .mbr-section-title {
  color: #ffb18a;
}
.cid-tLEj8phtF3 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tLEj8phtF3 .image-block {
  margin: auto;
}
.cid-tLEj8phtF3 figcaption {
  position: relative;
}
.cid-tLEj8phtF3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLEj8phtF3 .image-block {
    width: 100% !important;
  }
}
.cid-tLEj8q1Dmx {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #114708;
}
.cid-tLEj8q1Dmx .title {
  margin-bottom: 2rem;
}
.cid-tLEj8q1Dmx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tLEj8q1Dmx a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tLEj8q1Dmx a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-tLEj8q1Dmx textarea.form-control {
  min-height: 188px;
}
.cid-tLEj8q1Dmx LABEL {
  color: #ffffff;
}
.cid-tLEj8q1Dmx H2 {
  color: #ffffff;
}
.cid-tLEj8qycEw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d8420a;
}
.cid-tLEj8qycEw .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tLEj8qycEw .mbr-section-title {
  text-align: center;
}
.cid-tLEj8r2lmj {
  background: #1b680f;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tLEj8r2lmj .image-block {
  margin: auto;
}
.cid-tLEj8r2lmj figcaption {
  position: relative;
}
.cid-tLEj8r2lmj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLEj8r2lmj .image-block {
    width: 100% !important;
  }
}
.cid-tLEj8rwVsg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #1b680f;
}
.cid-tLEj8rwVsg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tLEj8rwVsg H2 {
  color: #ffffff;
}
.cid-tLEj8s1ExB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1b680f;
}
.cid-tLEj8s1ExB [class^="socicon-"]:before,
.cid-tLEj8s1ExB [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tLEj8s1ExB .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  color: #232323;
  cursor: pointer;
  border-color: #4de235;
}
.cid-tLEj8s1ExB .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-tLEj8s1ExB .btn-social:hover {
  color: #fff;
  background: #4de235;
}
.cid-tLEj8s1ExB .btn-social:hover i.socicon {
  color: #000000 !important;
}
.cid-tLEj8s1ExB .btn-social + .btn {
  margin-left: .1rem;
}
@media (max-width: 767px) {
  .cid-tLEj8s1ExB .btn {
    font-size: 20px !important;
  }
}
.cid-tLEj8s1ExB .btn-social,
.cid-tLEj8s1ExB .mbr-section-title {
  color: #ffffff;
}
.cid-tLEj8sHW4u {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/three-sisters-blue-mountains-new-south-wales-australia-1920x1280.jpg");
}
.cid-tLEj8sHW4u .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLEj8sHW4u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLEj8sHW4u .mbr-section-title {
  color: #FFFFFF;
}
.cid-tLEj8sHW4u .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tLEj8sHW4u .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tLEj8sHW4u .mbr-section-btn {
  margin-top: 18px;
}
.cid-tLEj8sHW4u .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-tLEj8sHW4u .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-tLEj8tfFA9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tLEj8tfFA9 .mbr-text,
.cid-tLEj8tfFA9 blockquote {
  color: #767676;
}
.cid-tLEj8tfFA9 .mbr-text P {
  text-align: center;
}
.cid-tLEj8tfFA9 .mbr-text {
  color: #1b680f;
}
.cid-tL6kcpFEqE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tL6kcpFEqE nav.navbar {
  position: fixed;
}
.cid-tL6kcpFEqE .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tL6kcpFEqE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tL6kcpFEqE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tL6kcpFEqE .dropdown-item:hover,
.cid-tL6kcpFEqE .dropdown-item:focus {
  background: #114708 !important;
  color: white !important;
}
.cid-tL6kcpFEqE .dropdown-item:hover span {
  color: white;
}
.cid-tL6kcpFEqE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tL6kcpFEqE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tL6kcpFEqE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tL6kcpFEqE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tL6kcpFEqE .nav-link {
  position: relative;
}
.cid-tL6kcpFEqE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tL6kcpFEqE .container {
    flex-wrap: nowrap;
  }
}
.cid-tL6kcpFEqE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tL6kcpFEqE .dropdown-menu,
.cid-tL6kcpFEqE .navbar.opened {
  background: #1b680f !important;
}
.cid-tL6kcpFEqE .nav-item:focus,
.cid-tL6kcpFEqE .nav-link:focus {
  outline: none;
}
.cid-tL6kcpFEqE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tL6kcpFEqE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tL6kcpFEqE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tL6kcpFEqE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tL6kcpFEqE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tL6kcpFEqE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tL6kcpFEqE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b680f;
}
.cid-tL6kcpFEqE .navbar.opened {
  transition: all 0.3s;
}
.cid-tL6kcpFEqE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tL6kcpFEqE .navbar .navbar-logo img {
  width: auto;
}
.cid-tL6kcpFEqE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tL6kcpFEqE .navbar.collapsed {
  justify-content: center;
}
.cid-tL6kcpFEqE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tL6kcpFEqE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tL6kcpFEqE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tL6kcpFEqE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tL6kcpFEqE .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: 41%;
}
.cid-tL6kcpFEqE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tL6kcpFEqE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tL6kcpFEqE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tL6kcpFEqE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tL6kcpFEqE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tL6kcpFEqE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tL6kcpFEqE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tL6kcpFEqE .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: 40%;
  }
  .cid-tL6kcpFEqE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tL6kcpFEqE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tL6kcpFEqE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tL6kcpFEqE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tL6kcpFEqE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tL6kcpFEqE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tL6kcpFEqE .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tL6kcpFEqE .navbar.navbar-short {
  min-height: 60px;
}
.cid-tL6kcpFEqE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tL6kcpFEqE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tL6kcpFEqE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tL6kcpFEqE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tL6kcpFEqE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tL6kcpFEqE .dropdown-item.active,
.cid-tL6kcpFEqE .dropdown-item:active {
  background-color: transparent;
}
.cid-tL6kcpFEqE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tL6kcpFEqE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tL6kcpFEqE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tL6kcpFEqE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b680f;
}
.cid-tL6kcpFEqE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tL6kcpFEqE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tL6kcpFEqE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tL6kcpFEqE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tL6kcpFEqE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tL6kcpFEqE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tL6kcpFEqE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tL6kcpFEqE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tL6kcpFEqE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tL6kcpFEqE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tL6kcpFEqE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tL6kcpFEqE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tL6kcpFEqE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tL6kcpFEqE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tL6kcpFEqE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tL6kcpFEqE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tL6kcpFEqE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tL6kcpFEqE .navbar {
    height: 70px;
  }
  .cid-tL6kcpFEqE .navbar.opened {
    height: auto;
  }
  .cid-tL6kcpFEqE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tL6kibDmN2 {
  background: #1f6913;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tL6kibDmN2 .image-block {
  margin: auto;
}
.cid-tL6kibDmN2 figcaption {
  position: relative;
}
.cid-tL6kibDmN2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tL6kibDmN2 .image-block {
    width: 100% !important;
  }
}
.cid-tL6kHoUV1f {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #1f6913;
}
.cid-tL6kHoUV1f .images-container.container-fluid {
  padding: 0;
}
.cid-tL6kHoUV1f .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-tL6kHoUV1f .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-tL6kHoUV1f .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-tL6kHoUV1f .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-tL6kHoUV1f .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-tL6kHoUV1f .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-tL6kHoUV1f .img-item {
    width: 100% !important;
  }
  .cid-tL6kHoUV1f .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-tL6l2RQx3r {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tL6l2RQx3r .image-block {
  margin: auto;
}
.cid-tL6l2RQx3r figcaption {
  position: relative;
}
.cid-tL6l2RQx3r figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tL6l2RQx3r .image-block {
    width: 100% !important;
  }
}
.cid-tLaZuK3LUS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff4f00;
}
.cid-tLaZuK3LUS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLaZuK3LUS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLaZuK3LUS .mbr-section-title {
  color: #ffffff;
}
.cid-tLaZuK3LUS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tL6y6ucS0C {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tL6y6ucS0C .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEeW1adOM {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-tLEeW1adOM .image-block {
  margin: auto;
}
.cid-tLEeW1adOM figcaption {
  position: relative;
}
.cid-tLEeW1adOM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLEeW1adOM .image-block {
    width: 100% !important;
  }
}
.cid-tLuhO7yAbx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffe161;
}
.cid-tLuhO7yAbx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLuhO7yAbx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLuhO7yAbx ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tLuhO7yAbx li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tLuhO7yAbx ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2ea71a;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tLuhO7yAbx H3 {
  color: #1b680f;
}
.cid-tLrZwPx14R {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #114708;
}
.cid-tLrZwPx14R .mbr-section-subtitle {
  color: #767676;
}
.cid-tLrZwPx14R H2 {
  color: #ffffff;
}
.cid-tLrYfBDjHZ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tLrYfBDjHZ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tLrYfBDjHZ p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-tLrYfBDjHZ .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-tLrYfBDjHZ .mbr-section-btn a {
  margin: 0;
}
.cid-tLrYfBDjHZ .mbr-text {
  color: #767676;
}
.cid-tLrYfBDjHZ .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tLrYfBDjHZ .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-tLrYfBDjHZ .card-title {
  color: #1b680f;
}
.cid-tLrYfBDjHZ .mbr-text,
.cid-tLrYfBDjHZ .mbr-section-btn {
  color: #000000;
}
.cid-tLd7ltrBDo {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLd7ltrBDo img {
  object-fit: cover;
}
.cid-tLd7ltrBDo .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLd7p1uhkv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLd7p1uhkv img {
  object-fit: cover;
}
.cid-tLd7p1uhkv .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLd7Bitcbf {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLd7Bitcbf img {
  object-fit: cover;
}
.cid-tLd7Bitcbf .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLd7CqZfJ7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLd7CqZfJ7 img {
  object-fit: cover;
}
.cid-tLd7CqZfJ7 .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLd7DpLZq7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLd7DpLZq7 img {
  object-fit: cover;
}
.cid-tLd7DpLZq7 .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEedgXdmE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLEedgXdmE img {
  object-fit: cover;
}
.cid-tLEedgXdmE .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLd7FG8oRi {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLd7FG8oRi img {
  object-fit: cover;
}
.cid-tLd7FG8oRi .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLd7GzCwnT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLd7GzCwnT img {
  object-fit: cover;
}
.cid-tLd7GzCwnT .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLd7HfwMMl {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLd7HfwMMl img {
  object-fit: cover;
}
.cid-tLd7HfwMMl .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLd7IdoIrk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLd7IdoIrk img {
  object-fit: cover;
}
.cid-tLd7IdoIrk .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLd7J9R9pJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLd7J9R9pJ img {
  object-fit: cover;
}
.cid-tLd7J9R9pJ .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEQjnWpWU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1b680f;
}
.cid-tLEQjnWpWU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLEQjnWpWU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLEQjnWpWU ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tLEQjnWpWU li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tLEQjnWpWU ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffb18a;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tLEQjnWpWU H3 {
  color: #ffffff;
}
.cid-tLEQjnWpWU .list {
  color: #ffffff;
}
.cid-tLtAqaQW4k {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tLtAqaQW4k .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLtAqaQW4k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLtAqaQW4k ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tLtAqaQW4k li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tLtAqaQW4k ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2ea71a;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tLtAqaQW4k H3 {
  color: #1b680f;
}
.cid-tL6ldKE3J6 {
  background: #1f6913;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tL6ldKE3J6 .image-block {
  margin: auto;
}
.cid-tL6ldKE3J6 figcaption {
  position: relative;
}
.cid-tL6ldKE3J6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tL6ldKE3J6 .image-block {
    width: 100% !important;
  }
}
.cid-tLd7LeweR6 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #1b680f;
}
.cid-tLd7LeweR6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLd7LeweR6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLd7LeweR6 .mbr-section-title {
  color: #ffb18a;
}
.cid-tLd7PO9kAq {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tLd7PO9kAq .image-block {
  margin: auto;
}
.cid-tLd7PO9kAq figcaption {
  position: relative;
}
.cid-tLd7PO9kAq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLd7PO9kAq .image-block {
    width: 100% !important;
  }
}
.cid-tLs92t8gj1 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #114708;
}
.cid-tLs92t8gj1 .title {
  margin-bottom: 2rem;
}
.cid-tLs92t8gj1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tLs92t8gj1 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tLs92t8gj1 a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-tLs92t8gj1 textarea.form-control {
  min-height: 188px;
}
.cid-tLs92t8gj1 LABEL {
  color: #ffffff;
}
.cid-tLs92t8gj1 H2 {
  color: #ffffff;
}
.cid-tLonz25L2v {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d8420a;
}
.cid-tLonz25L2v .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tLonz25L2v .mbr-section-title {
  text-align: center;
}
.cid-tL7ipbSU43 {
  background: #1b680f;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tL7ipbSU43 .image-block {
  margin: auto;
}
.cid-tL7ipbSU43 figcaption {
  position: relative;
}
.cid-tL7ipbSU43 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tL7ipbSU43 .image-block {
    width: 100% !important;
  }
}
.cid-tL7iRZGwgh {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #1b680f;
}
.cid-tL7iRZGwgh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tL7iRZGwgh H2 {
  color: #ffffff;
}
.cid-tL7hCSvC4k {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1b680f;
}
.cid-tL7hCSvC4k [class^="socicon-"]:before,
.cid-tL7hCSvC4k [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tL7hCSvC4k .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  color: #232323;
  cursor: pointer;
  border-color: #4de235;
}
.cid-tL7hCSvC4k .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-tL7hCSvC4k .btn-social:hover {
  color: #fff;
  background: #4de235;
}
.cid-tL7hCSvC4k .btn-social:hover i.socicon {
  color: #000000 !important;
}
.cid-tL7hCSvC4k .btn-social + .btn {
  margin-left: .1rem;
}
@media (max-width: 767px) {
  .cid-tL7hCSvC4k .btn {
    font-size: 20px !important;
  }
}
.cid-tL7hCSvC4k .btn-social,
.cid-tL7hCSvC4k .mbr-section-title {
  color: #ffffff;
}
.cid-tLrF1jW0UY {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/three-sisters-blue-mountains-new-south-wales-australia-1920x1280.jpg");
}
.cid-tLrF1jW0UY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLrF1jW0UY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLrF1jW0UY .mbr-section-title {
  color: #FFFFFF;
}
.cid-tLrF1jW0UY .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tLrF1jW0UY .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tLrF1jW0UY .mbr-section-btn {
  margin-top: 18px;
}
.cid-tLrF1jW0UY .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-tLrF1jW0UY .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-tLrGOiuvlw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tLrGOiuvlw .mbr-text,
.cid-tLrGOiuvlw blockquote {
  color: #767676;
}
.cid-tLrGOiuvlw .mbr-text P {
  text-align: center;
}
.cid-tLrGOiuvlw .mbr-text {
  color: #1b680f;
}
.cid-tLELmKX89A {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tLELmKX89A nav.navbar {
  position: fixed;
}
.cid-tLELmKX89A .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLELmKX89A .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tLELmKX89A .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tLELmKX89A .dropdown-item:hover,
.cid-tLELmKX89A .dropdown-item:focus {
  background: #114708 !important;
  color: white !important;
}
.cid-tLELmKX89A .dropdown-item:hover span {
  color: white;
}
.cid-tLELmKX89A .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tLELmKX89A .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tLELmKX89A .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tLELmKX89A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLELmKX89A .nav-link {
  position: relative;
}
.cid-tLELmKX89A .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tLELmKX89A .container {
    flex-wrap: nowrap;
  }
}
.cid-tLELmKX89A .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLELmKX89A .dropdown-menu,
.cid-tLELmKX89A .navbar.opened {
  background: #1b680f !important;
}
.cid-tLELmKX89A .nav-item:focus,
.cid-tLELmKX89A .nav-link:focus {
  outline: none;
}
.cid-tLELmKX89A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLELmKX89A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLELmKX89A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLELmKX89A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLELmKX89A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLELmKX89A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLELmKX89A .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b680f;
}
.cid-tLELmKX89A .navbar.opened {
  transition: all 0.3s;
}
.cid-tLELmKX89A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLELmKX89A .navbar .navbar-logo img {
  width: auto;
}
.cid-tLELmKX89A .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLELmKX89A .navbar.collapsed {
  justify-content: center;
}
.cid-tLELmKX89A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLELmKX89A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tLELmKX89A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLELmKX89A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLELmKX89A .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: 41%;
}
.cid-tLELmKX89A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLELmKX89A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLELmKX89A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLELmKX89A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLELmKX89A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLELmKX89A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLELmKX89A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLELmKX89A .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: 40%;
  }
  .cid-tLELmKX89A .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLELmKX89A .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLELmKX89A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLELmKX89A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLELmKX89A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLELmKX89A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tLELmKX89A .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tLELmKX89A .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLELmKX89A .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLELmKX89A .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLELmKX89A .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLELmKX89A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLELmKX89A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLELmKX89A .dropdown-item.active,
.cid-tLELmKX89A .dropdown-item:active {
  background-color: transparent;
}
.cid-tLELmKX89A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLELmKX89A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLELmKX89A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLELmKX89A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b680f;
}
.cid-tLELmKX89A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLELmKX89A .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLELmKX89A ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLELmKX89A .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLELmKX89A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLELmKX89A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tLELmKX89A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLELmKX89A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLELmKX89A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLELmKX89A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLELmKX89A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLELmKX89A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLELmKX89A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLELmKX89A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLELmKX89A .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tLELmKX89A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLELmKX89A .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLELmKX89A .navbar {
    height: 70px;
  }
  .cid-tLELmKX89A .navbar.opened {
    height: auto;
  }
  .cid-tLELmKX89A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLELmLo5tX {
  background: #1f6913;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tLELmLo5tX .image-block {
  margin: auto;
}
.cid-tLELmLo5tX figcaption {
  position: relative;
}
.cid-tLELmLo5tX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLELmLo5tX .image-block {
    width: 100% !important;
  }
}
.cid-tLELmLF4Pt {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #1f6913;
}
.cid-tLELmLF4Pt .images-container.container-fluid {
  padding: 0;
}
.cid-tLELmLF4Pt .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-tLELmLF4Pt .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-tLELmLF4Pt .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-tLELmLF4Pt .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-tLELmLF4Pt .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-tLELmLF4Pt .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-tLELmLF4Pt .img-item {
    width: 100% !important;
  }
  .cid-tLELmLF4Pt .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-tLELmLYtBl {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tLELmLYtBl .image-block {
  margin: auto;
}
.cid-tLELmLYtBl figcaption {
  position: relative;
}
.cid-tLELmLYtBl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLELmLYtBl .image-block {
    width: 100% !important;
  }
}
.cid-tLELmMf2I3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff4f00;
}
.cid-tLELmMf2I3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLELmMf2I3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLELmMf2I3 .mbr-section-title {
  color: #ffffff;
}
.cid-tLELmMzNqp {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tLELmMzNqp .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLELmMSzm6 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-tLELmMSzm6 .image-block {
  margin: auto;
}
.cid-tLELmMSzm6 figcaption {
  position: relative;
}
.cid-tLELmMSzm6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLELmMSzm6 .image-block {
    width: 100% !important;
  }
}
.cid-tLELmNbcUn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffe161;
}
.cid-tLELmNbcUn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLELmNbcUn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLELmNbcUn ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tLELmNbcUn li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tLELmNbcUn ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2ea71a;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tLELmNbcUn H3 {
  color: #1b680f;
}
.cid-tLELmNx1dh {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #114708;
}
.cid-tLELmNx1dh .mbr-section-subtitle {
  color: #767676;
}
.cid-tLELmNx1dh H2 {
  color: #ffffff;
}
.cid-tLELmNStjD {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tLELmNStjD h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tLELmNStjD p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-tLELmNStjD .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-tLELmNStjD .mbr-section-btn a {
  margin: 0;
}
.cid-tLELmNStjD .mbr-text {
  color: #767676;
}
.cid-tLELmNStjD .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tLELmNStjD .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-tLELmNStjD .card-title {
  color: #1b680f;
}
.cid-tLELmNStjD .mbr-text,
.cid-tLELmNStjD .mbr-section-btn {
  color: #000000;
}
.cid-tLELmOmhos {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLELmOmhos img {
  object-fit: cover;
}
.cid-tLELmOmhos .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLELmOLDQw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLELmOLDQw img {
  object-fit: cover;
}
.cid-tLELmOLDQw .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLELmP94WH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLELmP94WH img {
  object-fit: cover;
}
.cid-tLELmP94WH .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLELmPyzpF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLELmPyzpF img {
  object-fit: cover;
}
.cid-tLELmPyzpF .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLELmPXCel {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLELmPXCel img {
  object-fit: cover;
}
.cid-tLELmPXCel .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLELmQmOAZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLELmQmOAZ img {
  object-fit: cover;
}
.cid-tLELmQmOAZ .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLELmQNyKo {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLELmQNyKo img {
  object-fit: cover;
}
.cid-tLELmQNyKo .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLELmRdge4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLELmRdge4 img {
  object-fit: cover;
}
.cid-tLELmRdge4 .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLELmRE0oF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLELmRE0oF img {
  object-fit: cover;
}
.cid-tLELmRE0oF .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLELmS4yfD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLELmS4yfD img {
  object-fit: cover;
}
.cid-tLELmS4yfD .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLELmSv7PS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLELmSv7PS img {
  object-fit: cover;
}
.cid-tLELmSv7PS .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLELmSYwJy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1b680f;
}
.cid-tLELmSYwJy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLELmSYwJy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLELmSYwJy ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tLELmSYwJy li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tLELmSYwJy ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffb18a;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tLELmSYwJy H3 {
  color: #ffffff;
}
.cid-tLELmSYwJy .list {
  color: #ffffff;
}
.cid-tLELmTrW0l {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tLELmTrW0l .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLELmTrW0l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLELmTrW0l ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tLELmTrW0l li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tLELmTrW0l ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2ea71a;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tLELmTrW0l H3 {
  color: #1b680f;
}
.cid-tLELmTVMve {
  background: #1f6913;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tLELmTVMve .image-block {
  margin: auto;
}
.cid-tLELmTVMve figcaption {
  position: relative;
}
.cid-tLELmTVMve figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLELmTVMve .image-block {
    width: 100% !important;
  }
}
.cid-tLELmUBbs4 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #1b680f;
}
.cid-tLELmUBbs4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLELmUBbs4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLELmUBbs4 .mbr-section-title {
  color: #ffb18a;
}
.cid-tLELmVcPMj {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tLELmVcPMj .image-block {
  margin: auto;
}
.cid-tLELmVcPMj figcaption {
  position: relative;
}
.cid-tLELmVcPMj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLELmVcPMj .image-block {
    width: 100% !important;
  }
}
.cid-tLELmVTifa {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #114708;
}
.cid-tLELmVTifa .title {
  margin-bottom: 2rem;
}
.cid-tLELmVTifa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tLELmVTifa a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tLELmVTifa a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-tLELmVTifa textarea.form-control {
  min-height: 188px;
}
.cid-tLELmVTifa LABEL {
  color: #ffffff;
}
.cid-tLELmVTifa H2 {
  color: #ffffff;
}
.cid-tLELmWp3zN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d8420a;
}
.cid-tLELmWp3zN .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tLELmWp3zN .mbr-section-title {
  text-align: center;
}
.cid-tLELmWTaUf {
  background: #1b680f;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tLELmWTaUf .image-block {
  margin: auto;
}
.cid-tLELmWTaUf figcaption {
  position: relative;
}
.cid-tLELmWTaUf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLELmWTaUf .image-block {
    width: 100% !important;
  }
}
.cid-tLELmXmlp5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #1b680f;
}
.cid-tLELmXmlp5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tLELmXmlp5 H2 {
  color: #ffffff;
}
.cid-tLELmXR8M3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1b680f;
}
.cid-tLELmXR8M3 [class^="socicon-"]:before,
.cid-tLELmXR8M3 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tLELmXR8M3 .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  color: #232323;
  cursor: pointer;
  border-color: #4de235;
}
.cid-tLELmXR8M3 .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-tLELmXR8M3 .btn-social:hover {
  color: #fff;
  background: #4de235;
}
.cid-tLELmXR8M3 .btn-social:hover i.socicon {
  color: #000000 !important;
}
.cid-tLELmXR8M3 .btn-social + .btn {
  margin-left: .1rem;
}
@media (max-width: 767px) {
  .cid-tLELmXR8M3 .btn {
    font-size: 20px !important;
  }
}
.cid-tLELmXR8M3 .btn-social,
.cid-tLELmXR8M3 .mbr-section-title {
  color: #ffffff;
}
.cid-tLELmYmdYF {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/three-sisters-blue-mountains-new-south-wales-australia-1920x1280.jpg");
}
.cid-tLELmYmdYF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLELmYmdYF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLELmYmdYF .mbr-section-title {
  color: #FFFFFF;
}
.cid-tLELmYmdYF .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tLELmYmdYF .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tLELmYmdYF .mbr-section-btn {
  margin-top: 18px;
}
.cid-tLELmYmdYF .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-tLELmYmdYF .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-tLELmZ0RO0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tLELmZ0RO0 .mbr-text,
.cid-tLELmZ0RO0 blockquote {
  color: #767676;
}
.cid-tLELmZ0RO0 .mbr-text P {
  text-align: center;
}
.cid-tLELmZ0RO0 .mbr-text {
  color: #1b680f;
}
.cid-tLEMCqGZGk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tLEMCqGZGk nav.navbar {
  position: fixed;
}
.cid-tLEMCqGZGk .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLEMCqGZGk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tLEMCqGZGk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tLEMCqGZGk .dropdown-item:hover,
.cid-tLEMCqGZGk .dropdown-item:focus {
  background: #114708 !important;
  color: white !important;
}
.cid-tLEMCqGZGk .dropdown-item:hover span {
  color: white;
}
.cid-tLEMCqGZGk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tLEMCqGZGk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tLEMCqGZGk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tLEMCqGZGk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLEMCqGZGk .nav-link {
  position: relative;
}
.cid-tLEMCqGZGk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tLEMCqGZGk .container {
    flex-wrap: nowrap;
  }
}
.cid-tLEMCqGZGk .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLEMCqGZGk .dropdown-menu,
.cid-tLEMCqGZGk .navbar.opened {
  background: #1b680f !important;
}
.cid-tLEMCqGZGk .nav-item:focus,
.cid-tLEMCqGZGk .nav-link:focus {
  outline: none;
}
.cid-tLEMCqGZGk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLEMCqGZGk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLEMCqGZGk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLEMCqGZGk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLEMCqGZGk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLEMCqGZGk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLEMCqGZGk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b680f;
}
.cid-tLEMCqGZGk .navbar.opened {
  transition: all 0.3s;
}
.cid-tLEMCqGZGk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLEMCqGZGk .navbar .navbar-logo img {
  width: auto;
}
.cid-tLEMCqGZGk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLEMCqGZGk .navbar.collapsed {
  justify-content: center;
}
.cid-tLEMCqGZGk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLEMCqGZGk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tLEMCqGZGk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLEMCqGZGk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLEMCqGZGk .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: 41%;
}
.cid-tLEMCqGZGk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLEMCqGZGk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLEMCqGZGk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLEMCqGZGk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLEMCqGZGk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLEMCqGZGk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLEMCqGZGk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLEMCqGZGk .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: 40%;
  }
  .cid-tLEMCqGZGk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLEMCqGZGk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLEMCqGZGk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLEMCqGZGk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLEMCqGZGk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLEMCqGZGk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tLEMCqGZGk .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tLEMCqGZGk .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLEMCqGZGk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLEMCqGZGk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLEMCqGZGk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLEMCqGZGk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLEMCqGZGk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLEMCqGZGk .dropdown-item.active,
.cid-tLEMCqGZGk .dropdown-item:active {
  background-color: transparent;
}
.cid-tLEMCqGZGk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLEMCqGZGk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLEMCqGZGk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLEMCqGZGk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b680f;
}
.cid-tLEMCqGZGk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLEMCqGZGk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLEMCqGZGk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLEMCqGZGk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLEMCqGZGk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLEMCqGZGk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tLEMCqGZGk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLEMCqGZGk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLEMCqGZGk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLEMCqGZGk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLEMCqGZGk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLEMCqGZGk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLEMCqGZGk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLEMCqGZGk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLEMCqGZGk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tLEMCqGZGk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLEMCqGZGk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLEMCqGZGk .navbar {
    height: 70px;
  }
  .cid-tLEMCqGZGk .navbar.opened {
    height: auto;
  }
  .cid-tLEMCqGZGk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLEMCr6Gnd {
  background: #1f6913;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tLEMCr6Gnd .image-block {
  margin: auto;
}
.cid-tLEMCr6Gnd figcaption {
  position: relative;
}
.cid-tLEMCr6Gnd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLEMCr6Gnd .image-block {
    width: 100% !important;
  }
}
.cid-tLEMCrpoYj {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #1f6913;
}
.cid-tLEMCrpoYj .images-container.container-fluid {
  padding: 0;
}
.cid-tLEMCrpoYj .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-tLEMCrpoYj .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-tLEMCrpoYj .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-tLEMCrpoYj .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-tLEMCrpoYj .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-tLEMCrpoYj .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-tLEMCrpoYj .img-item {
    width: 100% !important;
  }
  .cid-tLEMCrpoYj .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-tLEMCrGhJ8 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tLEMCrGhJ8 .image-block {
  margin: auto;
}
.cid-tLEMCrGhJ8 figcaption {
  position: relative;
}
.cid-tLEMCrGhJ8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLEMCrGhJ8 .image-block {
    width: 100% !important;
  }
}
.cid-tLEMCrYewa {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff4f00;
}
.cid-tLEMCrYewa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLEMCrYewa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLEMCrYewa .mbr-section-title {
  color: #ffffff;
}
.cid-tLEMCsinO7 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tLEMCsinO7 .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEMCsBR4X {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-tLEMCsBR4X .image-block {
  margin: auto;
}
.cid-tLEMCsBR4X figcaption {
  position: relative;
}
.cid-tLEMCsBR4X figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLEMCsBR4X .image-block {
    width: 100% !important;
  }
}
.cid-tLEMCsTO82 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffe161;
}
.cid-tLEMCsTO82 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLEMCsTO82 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLEMCsTO82 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tLEMCsTO82 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tLEMCsTO82 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2ea71a;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tLEMCsTO82 H3 {
  color: #1b680f;
}
.cid-tLEMCtgMXq {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #114708;
}
.cid-tLEMCtgMXq .mbr-section-subtitle {
  color: #767676;
}
.cid-tLEMCtgMXq H2 {
  color: #ffffff;
}
.cid-tLEMCtAT6U {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tLEMCtAT6U h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tLEMCtAT6U p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-tLEMCtAT6U .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-tLEMCtAT6U .mbr-section-btn a {
  margin: 0;
}
.cid-tLEMCtAT6U .mbr-text {
  color: #767676;
}
.cid-tLEMCtAT6U .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tLEMCtAT6U .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-tLEMCtAT6U .card-title {
  color: #1b680f;
}
.cid-tLEMCtAT6U .mbr-text,
.cid-tLEMCtAT6U .mbr-section-btn {
  color: #000000;
}
.cid-tLEMCu5enI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLEMCu5enI img {
  object-fit: cover;
}
.cid-tLEMCu5enI .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEMCutg5Q {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLEMCutg5Q img {
  object-fit: cover;
}
.cid-tLEMCutg5Q .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEMCuSWTz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLEMCuSWTz img {
  object-fit: cover;
}
.cid-tLEMCuSWTz .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEMCvgqjI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLEMCvgqjI img {
  object-fit: cover;
}
.cid-tLEMCvgqjI .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEMCvFEYb {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLEMCvFEYb img {
  object-fit: cover;
}
.cid-tLEMCvFEYb .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEMCw4c3A {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLEMCw4c3A img {
  object-fit: cover;
}
.cid-tLEMCw4c3A .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEMCwtL2F {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLEMCwtL2F img {
  object-fit: cover;
}
.cid-tLEMCwtL2F .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEMCwU93N {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLEMCwU93N img {
  object-fit: cover;
}
.cid-tLEMCwU93N .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEMCxjXXc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLEMCxjXXc img {
  object-fit: cover;
}
.cid-tLEMCxjXXc .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEMCxKB17 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLEMCxKB17 img {
  object-fit: cover;
}
.cid-tLEMCxKB17 .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEMCybS2S {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLEMCybS2S img {
  object-fit: cover;
}
.cid-tLEMCybS2S .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEMCyE4pJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1b680f;
}
.cid-tLEMCyE4pJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLEMCyE4pJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLEMCyE4pJ ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tLEMCyE4pJ li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tLEMCyE4pJ ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffb18a;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tLEMCyE4pJ H3 {
  color: #ffffff;
}
.cid-tLEMCyE4pJ .list {
  color: #ffffff;
}
.cid-tLEMCz7Qyu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tLEMCz7Qyu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLEMCz7Qyu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLEMCz7Qyu ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tLEMCz7Qyu li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tLEMCz7Qyu ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2ea71a;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tLEMCz7Qyu H3 {
  color: #1b680f;
}
.cid-tLEMCzAlKQ {
  background: #1f6913;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tLEMCzAlKQ .image-block {
  margin: auto;
}
.cid-tLEMCzAlKQ figcaption {
  position: relative;
}
.cid-tLEMCzAlKQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLEMCzAlKQ .image-block {
    width: 100% !important;
  }
}
.cid-tLEMCA3l0v {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #1b680f;
}
.cid-tLEMCA3l0v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLEMCA3l0v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLEMCA3l0v .mbr-section-title {
  color: #ffb18a;
}
.cid-tLEMCAvWVM {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tLEMCAvWVM .image-block {
  margin: auto;
}
.cid-tLEMCAvWVM figcaption {
  position: relative;
}
.cid-tLEMCAvWVM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLEMCAvWVM .image-block {
    width: 100% !important;
  }
}
.cid-tLEMCAXaM7 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #114708;
}
.cid-tLEMCAXaM7 .title {
  margin-bottom: 2rem;
}
.cid-tLEMCAXaM7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tLEMCAXaM7 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tLEMCAXaM7 a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-tLEMCAXaM7 textarea.form-control {
  min-height: 188px;
}
.cid-tLEMCAXaM7 LABEL {
  color: #ffffff;
}
.cid-tLEMCAXaM7 H2 {
  color: #ffffff;
}
.cid-tLEMCBtTlV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d8420a;
}
.cid-tLEMCBtTlV .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tLEMCBtTlV .mbr-section-title {
  text-align: center;
}
.cid-tLEMCBWv43 {
  background: #1b680f;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tLEMCBWv43 .image-block {
  margin: auto;
}
.cid-tLEMCBWv43 figcaption {
  position: relative;
}
.cid-tLEMCBWv43 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLEMCBWv43 .image-block {
    width: 100% !important;
  }
}
.cid-tLEMCCqFto {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #1b680f;
}
.cid-tLEMCCqFto .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tLEMCCqFto H2 {
  color: #ffffff;
}
.cid-tLEMCCV6Kr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1b680f;
}
.cid-tLEMCCV6Kr [class^="socicon-"]:before,
.cid-tLEMCCV6Kr [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tLEMCCV6Kr .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  color: #232323;
  cursor: pointer;
  border-color: #4de235;
}
.cid-tLEMCCV6Kr .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-tLEMCCV6Kr .btn-social:hover {
  color: #fff;
  background: #4de235;
}
.cid-tLEMCCV6Kr .btn-social:hover i.socicon {
  color: #000000 !important;
}
.cid-tLEMCCV6Kr .btn-social + .btn {
  margin-left: .1rem;
}
@media (max-width: 767px) {
  .cid-tLEMCCV6Kr .btn {
    font-size: 20px !important;
  }
}
.cid-tLEMCCV6Kr .btn-social,
.cid-tLEMCCV6Kr .mbr-section-title {
  color: #ffffff;
}
.cid-tLEMCDqX9i {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/three-sisters-blue-mountains-new-south-wales-australia-1920x1280.jpg");
}
.cid-tLEMCDqX9i .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLEMCDqX9i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLEMCDqX9i .mbr-section-title {
  color: #FFFFFF;
}
.cid-tLEMCDqX9i .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tLEMCDqX9i .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tLEMCDqX9i .mbr-section-btn {
  margin-top: 18px;
}
.cid-tLEMCDqX9i .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-tLEMCDqX9i .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-tLEMCDXOBt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tLEMCDXOBt .mbr-text,
.cid-tLEMCDXOBt blockquote {
  color: #767676;
}
.cid-tLEMCDXOBt .mbr-text P {
  text-align: center;
}
.cid-tLEMCDXOBt .mbr-text {
  color: #1b680f;
}
.cid-tLEN414fEu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tLEN414fEu nav.navbar {
  position: fixed;
}
.cid-tLEN414fEu .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLEN414fEu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tLEN414fEu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tLEN414fEu .dropdown-item:hover,
.cid-tLEN414fEu .dropdown-item:focus {
  background: #114708 !important;
  color: white !important;
}
.cid-tLEN414fEu .dropdown-item:hover span {
  color: white;
}
.cid-tLEN414fEu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tLEN414fEu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tLEN414fEu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tLEN414fEu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLEN414fEu .nav-link {
  position: relative;
}
.cid-tLEN414fEu .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tLEN414fEu .container {
    flex-wrap: nowrap;
  }
}
.cid-tLEN414fEu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLEN414fEu .dropdown-menu,
.cid-tLEN414fEu .navbar.opened {
  background: #1b680f !important;
}
.cid-tLEN414fEu .nav-item:focus,
.cid-tLEN414fEu .nav-link:focus {
  outline: none;
}
.cid-tLEN414fEu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLEN414fEu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLEN414fEu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLEN414fEu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLEN414fEu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLEN414fEu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLEN414fEu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b680f;
}
.cid-tLEN414fEu .navbar.opened {
  transition: all 0.3s;
}
.cid-tLEN414fEu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLEN414fEu .navbar .navbar-logo img {
  width: auto;
}
.cid-tLEN414fEu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLEN414fEu .navbar.collapsed {
  justify-content: center;
}
.cid-tLEN414fEu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLEN414fEu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tLEN414fEu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLEN414fEu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLEN414fEu .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: 41%;
}
.cid-tLEN414fEu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLEN414fEu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLEN414fEu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLEN414fEu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLEN414fEu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLEN414fEu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLEN414fEu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLEN414fEu .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: 40%;
  }
  .cid-tLEN414fEu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLEN414fEu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLEN414fEu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLEN414fEu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLEN414fEu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLEN414fEu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tLEN414fEu .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tLEN414fEu .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLEN414fEu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLEN414fEu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLEN414fEu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLEN414fEu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLEN414fEu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLEN414fEu .dropdown-item.active,
.cid-tLEN414fEu .dropdown-item:active {
  background-color: transparent;
}
.cid-tLEN414fEu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLEN414fEu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLEN414fEu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLEN414fEu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b680f;
}
.cid-tLEN414fEu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLEN414fEu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLEN414fEu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLEN414fEu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLEN414fEu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLEN414fEu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tLEN414fEu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLEN414fEu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLEN414fEu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLEN414fEu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLEN414fEu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLEN414fEu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLEN414fEu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLEN414fEu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLEN414fEu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tLEN414fEu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLEN414fEu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLEN414fEu .navbar {
    height: 70px;
  }
  .cid-tLEN414fEu .navbar.opened {
    height: auto;
  }
  .cid-tLEN414fEu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLEN41ulei {
  background: #1f6913;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tLEN41ulei .image-block {
  margin: auto;
}
.cid-tLEN41ulei figcaption {
  position: relative;
}
.cid-tLEN41ulei figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLEN41ulei .image-block {
    width: 100% !important;
  }
}
.cid-tLEN41MfYd {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #1f6913;
}
.cid-tLEN41MfYd .images-container.container-fluid {
  padding: 0;
}
.cid-tLEN41MfYd .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-tLEN41MfYd .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-tLEN41MfYd .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-tLEN41MfYd .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-tLEN41MfYd .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-tLEN41MfYd .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-tLEN41MfYd .img-item {
    width: 100% !important;
  }
  .cid-tLEN41MfYd .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-tLEN425AT1 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tLEN425AT1 .image-block {
  margin: auto;
}
.cid-tLEN425AT1 figcaption {
  position: relative;
}
.cid-tLEN425AT1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLEN425AT1 .image-block {
    width: 100% !important;
  }
}
.cid-tLEN42mZt9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff4f00;
}
.cid-tLEN42mZt9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLEN42mZt9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLEN42mZt9 .mbr-section-title {
  color: #ffffff;
}
.cid-tLEN42GQb0 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tLEN42GQb0 .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEN42ZFmG {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-tLEN42ZFmG .image-block {
  margin: auto;
}
.cid-tLEN42ZFmG figcaption {
  position: relative;
}
.cid-tLEN42ZFmG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLEN42ZFmG .image-block {
    width: 100% !important;
  }
}
.cid-tLEN43iAZy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffe161;
}
.cid-tLEN43iAZy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLEN43iAZy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLEN43iAZy ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tLEN43iAZy li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tLEN43iAZy ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2ea71a;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tLEN43iAZy H3 {
  color: #1b680f;
}
.cid-tLEN43Fonf {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #114708;
}
.cid-tLEN43Fonf .mbr-section-subtitle {
  color: #767676;
}
.cid-tLEN43Fonf H2 {
  color: #ffffff;
}
.cid-tLEN43Zqvb {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tLEN43Zqvb h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tLEN43Zqvb p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-tLEN43Zqvb .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-tLEN43Zqvb .mbr-section-btn a {
  margin: 0;
}
.cid-tLEN43Zqvb .mbr-text {
  color: #767676;
}
.cid-tLEN43Zqvb .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tLEN43Zqvb .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-tLEN43Zqvb .card-title {
  color: #1b680f;
}
.cid-tLEN43Zqvb .mbr-text,
.cid-tLEN43Zqvb .mbr-section-btn {
  color: #000000;
}
.cid-tLEN44tFja {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLEN44tFja img {
  object-fit: cover;
}
.cid-tLEN44tFja .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEN44Rsnf {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLEN44Rsnf img {
  object-fit: cover;
}
.cid-tLEN44Rsnf .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEN45h5Rk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLEN45h5Rk img {
  object-fit: cover;
}
.cid-tLEN45h5Rk .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEN45F6fX {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLEN45F6fX img {
  object-fit: cover;
}
.cid-tLEN45F6fX .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEN463zlV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLEN463zlV img {
  object-fit: cover;
}
.cid-tLEN463zlV .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEN46tO5W {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLEN46tO5W img {
  object-fit: cover;
}
.cid-tLEN46tO5W .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEN46SnuK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLEN46SnuK img {
  object-fit: cover;
}
.cid-tLEN46SnuK .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEN47iWJN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLEN47iWJN img {
  object-fit: cover;
}
.cid-tLEN47iWJN .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEN47I0p0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLEN47I0p0 img {
  object-fit: cover;
}
.cid-tLEN47I0p0 .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEN489Azh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLEN489Azh img {
  object-fit: cover;
}
.cid-tLEN489Azh .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEN48Bfkc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLEN48Bfkc img {
  object-fit: cover;
}
.cid-tLEN48Bfkc .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEN493kC2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1b680f;
}
.cid-tLEN493kC2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLEN493kC2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLEN493kC2 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tLEN493kC2 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tLEN493kC2 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffb18a;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tLEN493kC2 H3 {
  color: #ffffff;
}
.cid-tLEN493kC2 .list {
  color: #ffffff;
}
.cid-tLEN49w1F2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tLEN49w1F2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLEN49w1F2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLEN49w1F2 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tLEN49w1F2 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tLEN49w1F2 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2ea71a;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tLEN49w1F2 H3 {
  color: #1b680f;
}
.cid-tLEN49ZPVw {
  background: #1f6913;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tLEN49ZPVw .image-block {
  margin: auto;
}
.cid-tLEN49ZPVw figcaption {
  position: relative;
}
.cid-tLEN49ZPVw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLEN49ZPVw .image-block {
    width: 100% !important;
  }
}
.cid-tLEN4aqT0p {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #1b680f;
}
.cid-tLEN4aqT0p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLEN4aqT0p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLEN4aqT0p .mbr-section-title {
  color: #ffb18a;
}
.cid-tLEN4aVv8Q {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tLEN4aVv8Q .image-block {
  margin: auto;
}
.cid-tLEN4aVv8Q figcaption {
  position: relative;
}
.cid-tLEN4aVv8Q figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLEN4aVv8Q .image-block {
    width: 100% !important;
  }
}
.cid-tLEN4bncCK {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #114708;
}
.cid-tLEN4bncCK .title {
  margin-bottom: 2rem;
}
.cid-tLEN4bncCK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tLEN4bncCK a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tLEN4bncCK a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-tLEN4bncCK textarea.form-control {
  min-height: 188px;
}
.cid-tLEN4bncCK LABEL {
  color: #ffffff;
}
.cid-tLEN4bncCK H2 {
  color: #ffffff;
}
.cid-tLEN4bTPJS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d8420a;
}
.cid-tLEN4bTPJS .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tLEN4bTPJS .mbr-section-title {
  text-align: center;
}
.cid-tLEN4cn3WV {
  background: #1b680f;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tLEN4cn3WV .image-block {
  margin: auto;
}
.cid-tLEN4cn3WV figcaption {
  position: relative;
}
.cid-tLEN4cn3WV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLEN4cn3WV .image-block {
    width: 100% !important;
  }
}
.cid-tLEN4cRQbp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #1b680f;
}
.cid-tLEN4cRQbp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tLEN4cRQbp H2 {
  color: #ffffff;
}
.cid-tLEN4doo5A {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1b680f;
}
.cid-tLEN4doo5A [class^="socicon-"]:before,
.cid-tLEN4doo5A [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tLEN4doo5A .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  color: #232323;
  cursor: pointer;
  border-color: #4de235;
}
.cid-tLEN4doo5A .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-tLEN4doo5A .btn-social:hover {
  color: #fff;
  background: #4de235;
}
.cid-tLEN4doo5A .btn-social:hover i.socicon {
  color: #000000 !important;
}
.cid-tLEN4doo5A .btn-social + .btn {
  margin-left: .1rem;
}
@media (max-width: 767px) {
  .cid-tLEN4doo5A .btn {
    font-size: 20px !important;
  }
}
.cid-tLEN4doo5A .btn-social,
.cid-tLEN4doo5A .mbr-section-title {
  color: #ffffff;
}
.cid-tLEN4dTWTU {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/three-sisters-blue-mountains-new-south-wales-australia-1920x1280.jpg");
}
.cid-tLEN4dTWTU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLEN4dTWTU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLEN4dTWTU .mbr-section-title {
  color: #FFFFFF;
}
.cid-tLEN4dTWTU .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tLEN4dTWTU .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tLEN4dTWTU .mbr-section-btn {
  margin-top: 18px;
}
.cid-tLEN4dTWTU .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-tLEN4dTWTU .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-tLEN4erVVV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tLEN4erVVV .mbr-text,
.cid-tLEN4erVVV blockquote {
  color: #767676;
}
.cid-tLEN4erVVV .mbr-text P {
  text-align: center;
}
.cid-tLEN4erVVV .mbr-text {
  color: #1b680f;
}
.cid-tLENq2FqsU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tLENq2FqsU nav.navbar {
  position: fixed;
}
.cid-tLENq2FqsU .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLENq2FqsU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tLENq2FqsU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tLENq2FqsU .dropdown-item:hover,
.cid-tLENq2FqsU .dropdown-item:focus {
  background: #114708 !important;
  color: white !important;
}
.cid-tLENq2FqsU .dropdown-item:hover span {
  color: white;
}
.cid-tLENq2FqsU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tLENq2FqsU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tLENq2FqsU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tLENq2FqsU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLENq2FqsU .nav-link {
  position: relative;
}
.cid-tLENq2FqsU .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tLENq2FqsU .container {
    flex-wrap: nowrap;
  }
}
.cid-tLENq2FqsU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLENq2FqsU .dropdown-menu,
.cid-tLENq2FqsU .navbar.opened {
  background: #1b680f !important;
}
.cid-tLENq2FqsU .nav-item:focus,
.cid-tLENq2FqsU .nav-link:focus {
  outline: none;
}
.cid-tLENq2FqsU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLENq2FqsU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLENq2FqsU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLENq2FqsU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLENq2FqsU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLENq2FqsU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLENq2FqsU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b680f;
}
.cid-tLENq2FqsU .navbar.opened {
  transition: all 0.3s;
}
.cid-tLENq2FqsU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLENq2FqsU .navbar .navbar-logo img {
  width: auto;
}
.cid-tLENq2FqsU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLENq2FqsU .navbar.collapsed {
  justify-content: center;
}
.cid-tLENq2FqsU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLENq2FqsU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tLENq2FqsU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLENq2FqsU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLENq2FqsU .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: 41%;
}
.cid-tLENq2FqsU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLENq2FqsU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLENq2FqsU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLENq2FqsU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLENq2FqsU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLENq2FqsU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLENq2FqsU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLENq2FqsU .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: 40%;
  }
  .cid-tLENq2FqsU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLENq2FqsU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLENq2FqsU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLENq2FqsU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLENq2FqsU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLENq2FqsU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tLENq2FqsU .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tLENq2FqsU .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLENq2FqsU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLENq2FqsU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLENq2FqsU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLENq2FqsU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLENq2FqsU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLENq2FqsU .dropdown-item.active,
.cid-tLENq2FqsU .dropdown-item:active {
  background-color: transparent;
}
.cid-tLENq2FqsU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLENq2FqsU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLENq2FqsU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLENq2FqsU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b680f;
}
.cid-tLENq2FqsU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLENq2FqsU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLENq2FqsU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLENq2FqsU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLENq2FqsU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLENq2FqsU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tLENq2FqsU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLENq2FqsU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLENq2FqsU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLENq2FqsU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLENq2FqsU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLENq2FqsU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLENq2FqsU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLENq2FqsU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLENq2FqsU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tLENq2FqsU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLENq2FqsU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLENq2FqsU .navbar {
    height: 70px;
  }
  .cid-tLENq2FqsU .navbar.opened {
    height: auto;
  }
  .cid-tLENq2FqsU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLENq35SEJ {
  background: #1f6913;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tLENq35SEJ .image-block {
  margin: auto;
}
.cid-tLENq35SEJ figcaption {
  position: relative;
}
.cid-tLENq35SEJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLENq35SEJ .image-block {
    width: 100% !important;
  }
}
.cid-tLENq3n0Ko {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #1f6913;
}
.cid-tLENq3n0Ko .images-container.container-fluid {
  padding: 0;
}
.cid-tLENq3n0Ko .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-tLENq3n0Ko .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-tLENq3n0Ko .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-tLENq3n0Ko .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-tLENq3n0Ko .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-tLENq3n0Ko .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-tLENq3n0Ko .img-item {
    width: 100% !important;
  }
  .cid-tLENq3n0Ko .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-tLENq3HxEQ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tLENq3HxEQ .image-block {
  margin: auto;
}
.cid-tLENq3HxEQ figcaption {
  position: relative;
}
.cid-tLENq3HxEQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLENq3HxEQ .image-block {
    width: 100% !important;
  }
}
.cid-tLENq3YQXs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff4f00;
}
.cid-tLENq3YQXs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLENq3YQXs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLENq3YQXs .mbr-section-title {
  color: #ffffff;
}
.cid-tLENq4iMW4 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tLENq4iMW4 .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLENq4Bikh {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-tLENq4Bikh .image-block {
  margin: auto;
}
.cid-tLENq4Bikh figcaption {
  position: relative;
}
.cid-tLENq4Bikh figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLENq4Bikh .image-block {
    width: 100% !important;
  }
}
.cid-tLENq4Trtm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffe161;
}
.cid-tLENq4Trtm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLENq4Trtm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLENq4Trtm ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tLENq4Trtm li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tLENq4Trtm ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2ea71a;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tLENq4Trtm H3 {
  color: #1b680f;
}
.cid-tLENq5gMur {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #114708;
}
.cid-tLENq5gMur .mbr-section-subtitle {
  color: #767676;
}
.cid-tLENq5gMur H2 {
  color: #ffffff;
}
.cid-tLENq5Aq7c {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tLENq5Aq7c h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tLENq5Aq7c p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-tLENq5Aq7c .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-tLENq5Aq7c .mbr-section-btn a {
  margin: 0;
}
.cid-tLENq5Aq7c .mbr-text {
  color: #767676;
}
.cid-tLENq5Aq7c .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tLENq5Aq7c .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-tLENq5Aq7c .card-title {
  color: #1b680f;
}
.cid-tLENq5Aq7c .mbr-text,
.cid-tLENq5Aq7c .mbr-section-btn {
  color: #000000;
}
.cid-tLENq65IeG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLENq65IeG img {
  object-fit: cover;
}
.cid-tLENq65IeG .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLENq6v9zC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLENq6v9zC img {
  object-fit: cover;
}
.cid-tLENq6v9zC .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLENq6TX05 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLENq6TX05 img {
  object-fit: cover;
}
.cid-tLENq6TX05 .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLENq7iAVa {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLENq7iAVa img {
  object-fit: cover;
}
.cid-tLENq7iAVa .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLENq7GHBw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLENq7GHBw img {
  object-fit: cover;
}
.cid-tLENq7GHBw .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLENq874pD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLENq874pD img {
  object-fit: cover;
}
.cid-tLENq874pD .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLENq8x6hX {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLENq8x6hX img {
  object-fit: cover;
}
.cid-tLENq8x6hX .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLENq8X9fH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLENq8X9fH img {
  object-fit: cover;
}
.cid-tLENq8X9fH .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLENq9n3b3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLENq9n3b3 img {
  object-fit: cover;
}
.cid-tLENq9n3b3 .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLENq9PUmb {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLENq9PUmb img {
  object-fit: cover;
}
.cid-tLENq9PUmb .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLENqahLl3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLENqahLl3 img {
  object-fit: cover;
}
.cid-tLENqahLl3 .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLENqaJxup {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1b680f;
}
.cid-tLENqaJxup .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLENqaJxup .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLENqaJxup ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tLENqaJxup li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tLENqaJxup ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffb18a;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tLENqaJxup H3 {
  color: #ffffff;
}
.cid-tLENqaJxup .list {
  color: #ffffff;
}
.cid-tLENqbchn7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tLENqbchn7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLENqbchn7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLENqbchn7 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tLENqbchn7 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tLENqbchn7 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2ea71a;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tLENqbchn7 H3 {
  color: #1b680f;
}
.cid-tLENqbGixt {
  background: #1f6913;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tLENqbGixt .image-block {
  margin: auto;
}
.cid-tLENqbGixt figcaption {
  position: relative;
}
.cid-tLENqbGixt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLENqbGixt .image-block {
    width: 100% !important;
  }
}
.cid-tLENqc9kyv {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #1b680f;
}
.cid-tLENqc9kyv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLENqc9kyv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLENqc9kyv .mbr-section-title {
  color: #ffb18a;
}
.cid-tLENqcDdyK {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tLENqcDdyK .image-block {
  margin: auto;
}
.cid-tLENqcDdyK figcaption {
  position: relative;
}
.cid-tLENqcDdyK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLENqcDdyK .image-block {
    width: 100% !important;
  }
}
.cid-tLENqd5nyw {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #114708;
}
.cid-tLENqd5nyw .title {
  margin-bottom: 2rem;
}
.cid-tLENqd5nyw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tLENqd5nyw a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tLENqd5nyw a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-tLENqd5nyw textarea.form-control {
  min-height: 188px;
}
.cid-tLENqd5nyw LABEL {
  color: #ffffff;
}
.cid-tLENqd5nyw H2 {
  color: #ffffff;
}
.cid-tLENqdBTYZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d8420a;
}
.cid-tLENqdBTYZ .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tLENqdBTYZ .mbr-section-title {
  text-align: center;
}
.cid-tLENqe5TIo {
  background: #1b680f;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tLENqe5TIo .image-block {
  margin: auto;
}
.cid-tLENqe5TIo figcaption {
  position: relative;
}
.cid-tLENqe5TIo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLENqe5TIo .image-block {
    width: 100% !important;
  }
}
.cid-tLENqezSPk {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #1b680f;
}
.cid-tLENqezSPk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tLENqezSPk H2 {
  color: #ffffff;
}
.cid-tLENqf4HLC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1b680f;
}
.cid-tLENqf4HLC [class^="socicon-"]:before,
.cid-tLENqf4HLC [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tLENqf4HLC .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  color: #232323;
  cursor: pointer;
  border-color: #4de235;
}
.cid-tLENqf4HLC .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-tLENqf4HLC .btn-social:hover {
  color: #fff;
  background: #4de235;
}
.cid-tLENqf4HLC .btn-social:hover i.socicon {
  color: #000000 !important;
}
.cid-tLENqf4HLC .btn-social + .btn {
  margin-left: .1rem;
}
@media (max-width: 767px) {
  .cid-tLENqf4HLC .btn {
    font-size: 20px !important;
  }
}
.cid-tLENqf4HLC .btn-social,
.cid-tLENqf4HLC .mbr-section-title {
  color: #ffffff;
}
.cid-tLENqfAASz {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/three-sisters-blue-mountains-new-south-wales-australia-1920x1280.jpg");
}
.cid-tLENqfAASz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLENqfAASz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLENqfAASz .mbr-section-title {
  color: #FFFFFF;
}
.cid-tLENqfAASz .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tLENqfAASz .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tLENqfAASz .mbr-section-btn {
  margin-top: 18px;
}
.cid-tLENqfAASz .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-tLENqfAASz .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-tLENqg86vw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tLENqg86vw .mbr-text,
.cid-tLENqg86vw blockquote {
  color: #767676;
}
.cid-tLENqg86vw .mbr-text P {
  text-align: center;
}
.cid-tLENqg86vw .mbr-text {
  color: #1b680f;
}
.cid-tLENLkfTWx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tLENLkfTWx nav.navbar {
  position: fixed;
}
.cid-tLENLkfTWx .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLENLkfTWx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tLENLkfTWx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tLENLkfTWx .dropdown-item:hover,
.cid-tLENLkfTWx .dropdown-item:focus {
  background: #114708 !important;
  color: white !important;
}
.cid-tLENLkfTWx .dropdown-item:hover span {
  color: white;
}
.cid-tLENLkfTWx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tLENLkfTWx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tLENLkfTWx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tLENLkfTWx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLENLkfTWx .nav-link {
  position: relative;
}
.cid-tLENLkfTWx .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tLENLkfTWx .container {
    flex-wrap: nowrap;
  }
}
.cid-tLENLkfTWx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLENLkfTWx .dropdown-menu,
.cid-tLENLkfTWx .navbar.opened {
  background: #1b680f !important;
}
.cid-tLENLkfTWx .nav-item:focus,
.cid-tLENLkfTWx .nav-link:focus {
  outline: none;
}
.cid-tLENLkfTWx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLENLkfTWx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLENLkfTWx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLENLkfTWx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLENLkfTWx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLENLkfTWx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLENLkfTWx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b680f;
}
.cid-tLENLkfTWx .navbar.opened {
  transition: all 0.3s;
}
.cid-tLENLkfTWx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLENLkfTWx .navbar .navbar-logo img {
  width: auto;
}
.cid-tLENLkfTWx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLENLkfTWx .navbar.collapsed {
  justify-content: center;
}
.cid-tLENLkfTWx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLENLkfTWx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tLENLkfTWx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLENLkfTWx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLENLkfTWx .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: 41%;
}
.cid-tLENLkfTWx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLENLkfTWx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLENLkfTWx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLENLkfTWx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLENLkfTWx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLENLkfTWx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLENLkfTWx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLENLkfTWx .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: 40%;
  }
  .cid-tLENLkfTWx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLENLkfTWx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLENLkfTWx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLENLkfTWx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLENLkfTWx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLENLkfTWx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tLENLkfTWx .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tLENLkfTWx .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLENLkfTWx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLENLkfTWx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLENLkfTWx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLENLkfTWx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLENLkfTWx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLENLkfTWx .dropdown-item.active,
.cid-tLENLkfTWx .dropdown-item:active {
  background-color: transparent;
}
.cid-tLENLkfTWx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLENLkfTWx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLENLkfTWx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLENLkfTWx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b680f;
}
.cid-tLENLkfTWx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLENLkfTWx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLENLkfTWx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLENLkfTWx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLENLkfTWx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLENLkfTWx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tLENLkfTWx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLENLkfTWx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLENLkfTWx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLENLkfTWx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLENLkfTWx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLENLkfTWx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLENLkfTWx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLENLkfTWx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLENLkfTWx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tLENLkfTWx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLENLkfTWx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLENLkfTWx .navbar {
    height: 70px;
  }
  .cid-tLENLkfTWx .navbar.opened {
    height: auto;
  }
  .cid-tLENLkfTWx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLENLkGEG5 {
  background: #1f6913;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tLENLkGEG5 .image-block {
  margin: auto;
}
.cid-tLENLkGEG5 figcaption {
  position: relative;
}
.cid-tLENLkGEG5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLENLkGEG5 .image-block {
    width: 100% !important;
  }
}
.cid-tLENLkYSXL {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #1f6913;
}
.cid-tLENLkYSXL .images-container.container-fluid {
  padding: 0;
}
.cid-tLENLkYSXL .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-tLENLkYSXL .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-tLENLkYSXL .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-tLENLkYSXL .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-tLENLkYSXL .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-tLENLkYSXL .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-tLENLkYSXL .img-item {
    width: 100% !important;
  }
  .cid-tLENLkYSXL .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-tLENLlffhS {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tLENLlffhS .image-block {
  margin: auto;
}
.cid-tLENLlffhS figcaption {
  position: relative;
}
.cid-tLENLlffhS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLENLlffhS .image-block {
    width: 100% !important;
  }
}
.cid-tLENLlxyzE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff4f00;
}
.cid-tLENLlxyzE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLENLlxyzE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLENLlxyzE .mbr-section-title {
  color: #ffffff;
}
.cid-tLENLlRxSA {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tLENLlRxSA .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLENLmaaLz {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-tLENLmaaLz .image-block {
  margin: auto;
}
.cid-tLENLmaaLz figcaption {
  position: relative;
}
.cid-tLENLmaaLz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLENLmaaLz .image-block {
    width: 100% !important;
  }
}
.cid-tLENLmt2nO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffe161;
}
.cid-tLENLmt2nO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLENLmt2nO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLENLmt2nO ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tLENLmt2nO li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tLENLmt2nO ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2ea71a;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tLENLmt2nO H3 {
  color: #1b680f;
}
.cid-tLENLmPfKA {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #114708;
}
.cid-tLENLmPfKA .mbr-section-subtitle {
  color: #767676;
}
.cid-tLENLmPfKA H2 {
  color: #ffffff;
}
.cid-tLENLna7Xm {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tLENLna7Xm h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tLENLna7Xm p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-tLENLna7Xm .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-tLENLna7Xm .mbr-section-btn a {
  margin: 0;
}
.cid-tLENLna7Xm .mbr-text {
  color: #767676;
}
.cid-tLENLna7Xm .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tLENLna7Xm .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-tLENLna7Xm .card-title {
  color: #1b680f;
}
.cid-tLENLna7Xm .mbr-text,
.cid-tLENLna7Xm .mbr-section-btn {
  color: #000000;
}
.cid-tLENLnEEbq {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLENLnEEbq img {
  object-fit: cover;
}
.cid-tLENLnEEbq .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLENLo3M8H {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLENLo3M8H img {
  object-fit: cover;
}
.cid-tLENLo3M8H .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLENLor5SA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLENLor5SA img {
  object-fit: cover;
}
.cid-tLENLor5SA .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLENLoPtUm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLENLoPtUm img {
  object-fit: cover;
}
.cid-tLENLoPtUm .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLENLpf3vA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLENLpf3vA img {
  object-fit: cover;
}
.cid-tLENLpf3vA .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLENLpE88c {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLENLpE88c img {
  object-fit: cover;
}
.cid-tLENLpE88c .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLENLq4iT0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLENLq4iT0 img {
  object-fit: cover;
}
.cid-tLENLq4iT0 .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLENLqupsa {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLENLqupsa img {
  object-fit: cover;
}
.cid-tLENLqupsa .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLENLqU4OK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLENLqU4OK img {
  object-fit: cover;
}
.cid-tLENLqU4OK .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLENLrlpqg {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLENLrlpqg img {
  object-fit: cover;
}
.cid-tLENLrlpqg .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLENLrNBke {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLENLrNBke img {
  object-fit: cover;
}
.cid-tLENLrNBke .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLENLsg7o7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1b680f;
}
.cid-tLENLsg7o7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLENLsg7o7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLENLsg7o7 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tLENLsg7o7 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tLENLsg7o7 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffb18a;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tLENLsg7o7 H3 {
  color: #ffffff;
}
.cid-tLENLsg7o7 .list {
  color: #ffffff;
}
.cid-tLENLsJj1X {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tLENLsJj1X .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLENLsJj1X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLENLsJj1X ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tLENLsJj1X li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tLENLsJj1X ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2ea71a;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tLENLsJj1X H3 {
  color: #1b680f;
}
.cid-tLENLtd1ok {
  background: #1f6913;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tLENLtd1ok .image-block {
  margin: auto;
}
.cid-tLENLtd1ok figcaption {
  position: relative;
}
.cid-tLENLtd1ok figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLENLtd1ok .image-block {
    width: 100% !important;
  }
}
.cid-tLENLtF2eZ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #1b680f;
}
.cid-tLENLtF2eZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLENLtF2eZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLENLtF2eZ .mbr-section-title {
  color: #ffb18a;
}
.cid-tLENLu9vbX {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tLENLu9vbX .image-block {
  margin: auto;
}
.cid-tLENLu9vbX figcaption {
  position: relative;
}
.cid-tLENLu9vbX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLENLu9vbX .image-block {
    width: 100% !important;
  }
}
.cid-tLENLuCxah {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #114708;
}
.cid-tLENLuCxah .title {
  margin-bottom: 2rem;
}
.cid-tLENLuCxah .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tLENLuCxah a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tLENLuCxah a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-tLENLuCxah textarea.form-control {
  min-height: 188px;
}
.cid-tLENLuCxah LABEL {
  color: #ffffff;
}
.cid-tLENLuCxah H2 {
  color: #ffffff;
}
.cid-tLENLv9aJw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d8420a;
}
.cid-tLENLv9aJw .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tLENLv9aJw .mbr-section-title {
  text-align: center;
}
.cid-tLENLvDpbh {
  background: #1b680f;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tLENLvDpbh .image-block {
  margin: auto;
}
.cid-tLENLvDpbh figcaption {
  position: relative;
}
.cid-tLENLvDpbh figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLENLvDpbh .image-block {
    width: 100% !important;
  }
}
.cid-tLENLw7RuD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #1b680f;
}
.cid-tLENLw7RuD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tLENLw7RuD H2 {
  color: #ffffff;
}
.cid-tLENLwCT9w {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1b680f;
}
.cid-tLENLwCT9w [class^="socicon-"]:before,
.cid-tLENLwCT9w [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tLENLwCT9w .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  color: #232323;
  cursor: pointer;
  border-color: #4de235;
}
.cid-tLENLwCT9w .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-tLENLwCT9w .btn-social:hover {
  color: #fff;
  background: #4de235;
}
.cid-tLENLwCT9w .btn-social:hover i.socicon {
  color: #000000 !important;
}
.cid-tLENLwCT9w .btn-social + .btn {
  margin-left: .1rem;
}
@media (max-width: 767px) {
  .cid-tLENLwCT9w .btn {
    font-size: 20px !important;
  }
}
.cid-tLENLwCT9w .btn-social,
.cid-tLENLwCT9w .mbr-section-title {
  color: #ffffff;
}
.cid-tLENLx8Wtm {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/three-sisters-blue-mountains-new-south-wales-australia-1920x1280.jpg");
}
.cid-tLENLx8Wtm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLENLx8Wtm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLENLx8Wtm .mbr-section-title {
  color: #FFFFFF;
}
.cid-tLENLx8Wtm .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tLENLx8Wtm .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tLENLx8Wtm .mbr-section-btn {
  margin-top: 18px;
}
.cid-tLENLx8Wtm .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-tLENLx8Wtm .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-tLENLxHNe6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tLENLxHNe6 .mbr-text,
.cid-tLENLxHNe6 blockquote {
  color: #767676;
}
.cid-tLENLxHNe6 .mbr-text P {
  text-align: center;
}
.cid-tLENLxHNe6 .mbr-text {
  color: #1b680f;
}
.cid-tLEO64Nwr1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tLEO64Nwr1 nav.navbar {
  position: fixed;
}
.cid-tLEO64Nwr1 .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLEO64Nwr1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tLEO64Nwr1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tLEO64Nwr1 .dropdown-item:hover,
.cid-tLEO64Nwr1 .dropdown-item:focus {
  background: #114708 !important;
  color: white !important;
}
.cid-tLEO64Nwr1 .dropdown-item:hover span {
  color: white;
}
.cid-tLEO64Nwr1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tLEO64Nwr1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tLEO64Nwr1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tLEO64Nwr1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLEO64Nwr1 .nav-link {
  position: relative;
}
.cid-tLEO64Nwr1 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tLEO64Nwr1 .container {
    flex-wrap: nowrap;
  }
}
.cid-tLEO64Nwr1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLEO64Nwr1 .dropdown-menu,
.cid-tLEO64Nwr1 .navbar.opened {
  background: #1b680f !important;
}
.cid-tLEO64Nwr1 .nav-item:focus,
.cid-tLEO64Nwr1 .nav-link:focus {
  outline: none;
}
.cid-tLEO64Nwr1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLEO64Nwr1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLEO64Nwr1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLEO64Nwr1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLEO64Nwr1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLEO64Nwr1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLEO64Nwr1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b680f;
}
.cid-tLEO64Nwr1 .navbar.opened {
  transition: all 0.3s;
}
.cid-tLEO64Nwr1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLEO64Nwr1 .navbar .navbar-logo img {
  width: auto;
}
.cid-tLEO64Nwr1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLEO64Nwr1 .navbar.collapsed {
  justify-content: center;
}
.cid-tLEO64Nwr1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLEO64Nwr1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tLEO64Nwr1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLEO64Nwr1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLEO64Nwr1 .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: 41%;
}
.cid-tLEO64Nwr1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLEO64Nwr1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLEO64Nwr1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLEO64Nwr1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLEO64Nwr1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLEO64Nwr1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLEO64Nwr1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLEO64Nwr1 .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: 40%;
  }
  .cid-tLEO64Nwr1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLEO64Nwr1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLEO64Nwr1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLEO64Nwr1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLEO64Nwr1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLEO64Nwr1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tLEO64Nwr1 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tLEO64Nwr1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLEO64Nwr1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLEO64Nwr1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLEO64Nwr1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLEO64Nwr1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLEO64Nwr1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLEO64Nwr1 .dropdown-item.active,
.cid-tLEO64Nwr1 .dropdown-item:active {
  background-color: transparent;
}
.cid-tLEO64Nwr1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLEO64Nwr1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLEO64Nwr1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLEO64Nwr1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b680f;
}
.cid-tLEO64Nwr1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLEO64Nwr1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLEO64Nwr1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLEO64Nwr1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLEO64Nwr1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLEO64Nwr1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tLEO64Nwr1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLEO64Nwr1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLEO64Nwr1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLEO64Nwr1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLEO64Nwr1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLEO64Nwr1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLEO64Nwr1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLEO64Nwr1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLEO64Nwr1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tLEO64Nwr1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLEO64Nwr1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLEO64Nwr1 .navbar {
    height: 70px;
  }
  .cid-tLEO64Nwr1 .navbar.opened {
    height: auto;
  }
  .cid-tLEO64Nwr1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLEO65ejbk {
  background: #1f6913;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tLEO65ejbk .image-block {
  margin: auto;
}
.cid-tLEO65ejbk figcaption {
  position: relative;
}
.cid-tLEO65ejbk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLEO65ejbk .image-block {
    width: 100% !important;
  }
}
.cid-tLEO65vnrz {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #1f6913;
}
.cid-tLEO65vnrz .images-container.container-fluid {
  padding: 0;
}
.cid-tLEO65vnrz .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-tLEO65vnrz .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-tLEO65vnrz .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-tLEO65vnrz .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-tLEO65vnrz .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-tLEO65vnrz .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-tLEO65vnrz .img-item {
    width: 100% !important;
  }
  .cid-tLEO65vnrz .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-tLEO65NKwv {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tLEO65NKwv .image-block {
  margin: auto;
}
.cid-tLEO65NKwv figcaption {
  position: relative;
}
.cid-tLEO65NKwv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLEO65NKwv .image-block {
    width: 100% !important;
  }
}
.cid-tLEO6655xa {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff4f00;
}
.cid-tLEO6655xa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLEO6655xa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLEO6655xa .mbr-section-title {
  color: #ffffff;
}
.cid-tLEO66pEM6 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tLEO66pEM6 .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEO66H4ei {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-tLEO66H4ei .image-block {
  margin: auto;
}
.cid-tLEO66H4ei figcaption {
  position: relative;
}
.cid-tLEO66H4ei figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLEO66H4ei .image-block {
    width: 100% !important;
  }
}
.cid-tLEO6704YX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffe161;
}
.cid-tLEO6704YX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLEO6704YX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLEO6704YX ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tLEO6704YX li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tLEO6704YX ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2ea71a;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tLEO6704YX H3 {
  color: #1b680f;
}
.cid-tLEO67nvuH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #114708;
}
.cid-tLEO67nvuH .mbr-section-subtitle {
  color: #767676;
}
.cid-tLEO67nvuH H2 {
  color: #ffffff;
}
.cid-tLEO67H7Bb {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tLEO67H7Bb h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tLEO67H7Bb p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-tLEO67H7Bb .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-tLEO67H7Bb .mbr-section-btn a {
  margin: 0;
}
.cid-tLEO67H7Bb .mbr-text {
  color: #767676;
}
.cid-tLEO67H7Bb .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tLEO67H7Bb .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-tLEO67H7Bb .card-title {
  color: #1b680f;
}
.cid-tLEO67H7Bb .mbr-text,
.cid-tLEO67H7Bb .mbr-section-btn {
  color: #000000;
}
.cid-tLEO68cIwB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLEO68cIwB img {
  object-fit: cover;
}
.cid-tLEO68cIwB .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEO68A38W {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLEO68A38W img {
  object-fit: cover;
}
.cid-tLEO68A38W .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEO68YNXx {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLEO68YNXx img {
  object-fit: cover;
}
.cid-tLEO68YNXx .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEO69mrG1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLEO69mrG1 img {
  object-fit: cover;
}
.cid-tLEO69mrG1 .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEO69Lsc9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLEO69Lsc9 img {
  object-fit: cover;
}
.cid-tLEO69Lsc9 .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEO6aarkY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLEO6aarkY img {
  object-fit: cover;
}
.cid-tLEO6aarkY .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEO6aBLG3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLEO6aBLG3 img {
  object-fit: cover;
}
.cid-tLEO6aBLG3 .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEO6b1reJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLEO6b1reJ img {
  object-fit: cover;
}
.cid-tLEO6b1reJ .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEO6bsHaz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLEO6bsHaz img {
  object-fit: cover;
}
.cid-tLEO6bsHaz .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEO6bSQWo {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLEO6bSQWo img {
  object-fit: cover;
}
.cid-tLEO6bSQWo .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEO6cmDH1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLEO6cmDH1 img {
  object-fit: cover;
}
.cid-tLEO6cmDH1 .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEO6cNLna {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1b680f;
}
.cid-tLEO6cNLna .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLEO6cNLna .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLEO6cNLna ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tLEO6cNLna li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tLEO6cNLna ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffb18a;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tLEO6cNLna H3 {
  color: #ffffff;
}
.cid-tLEO6cNLna .list {
  color: #ffffff;
}
.cid-tLEO6dgkUw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tLEO6dgkUw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLEO6dgkUw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLEO6dgkUw ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tLEO6dgkUw li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tLEO6dgkUw ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2ea71a;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tLEO6dgkUw H3 {
  color: #1b680f;
}
.cid-tLEO6dKXEi {
  background: #1f6913;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tLEO6dKXEi .image-block {
  margin: auto;
}
.cid-tLEO6dKXEi figcaption {
  position: relative;
}
.cid-tLEO6dKXEi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLEO6dKXEi .image-block {
    width: 100% !important;
  }
}
.cid-tLEO6ebh67 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #1b680f;
}
.cid-tLEO6ebh67 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLEO6ebh67 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLEO6ebh67 .mbr-section-title {
  color: #ffb18a;
}
.cid-tLEO6eG57L {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tLEO6eG57L .image-block {
  margin: auto;
}
.cid-tLEO6eG57L figcaption {
  position: relative;
}
.cid-tLEO6eG57L figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLEO6eG57L .image-block {
    width: 100% !important;
  }
}
.cid-tLEO6f7BYy {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #114708;
}
.cid-tLEO6f7BYy .title {
  margin-bottom: 2rem;
}
.cid-tLEO6f7BYy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tLEO6f7BYy a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tLEO6f7BYy a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-tLEO6f7BYy textarea.form-control {
  min-height: 188px;
}
.cid-tLEO6f7BYy LABEL {
  color: #ffffff;
}
.cid-tLEO6f7BYy H2 {
  color: #ffffff;
}
.cid-tLEO6fE2e6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d8420a;
}
.cid-tLEO6fE2e6 .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tLEO6fE2e6 .mbr-section-title {
  text-align: center;
}
.cid-tLEO6g7Ued {
  background: #1b680f;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tLEO6g7Ued .image-block {
  margin: auto;
}
.cid-tLEO6g7Ued figcaption {
  position: relative;
}
.cid-tLEO6g7Ued figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLEO6g7Ued .image-block {
    width: 100% !important;
  }
}
.cid-tLEO6gBGDJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #1b680f;
}
.cid-tLEO6gBGDJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tLEO6gBGDJ H2 {
  color: #ffffff;
}
.cid-tLEO6h519Q {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1b680f;
}
.cid-tLEO6h519Q [class^="socicon-"]:before,
.cid-tLEO6h519Q [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tLEO6h519Q .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  color: #232323;
  cursor: pointer;
  border-color: #4de235;
}
.cid-tLEO6h519Q .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-tLEO6h519Q .btn-social:hover {
  color: #fff;
  background: #4de235;
}
.cid-tLEO6h519Q .btn-social:hover i.socicon {
  color: #000000 !important;
}
.cid-tLEO6h519Q .btn-social + .btn {
  margin-left: .1rem;
}
@media (max-width: 767px) {
  .cid-tLEO6h519Q .btn {
    font-size: 20px !important;
  }
}
.cid-tLEO6h519Q .btn-social,
.cid-tLEO6h519Q .mbr-section-title {
  color: #ffffff;
}
.cid-tLEO6hC4C7 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/three-sisters-blue-mountains-new-south-wales-australia-1920x1280.jpg");
}
.cid-tLEO6hC4C7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLEO6hC4C7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLEO6hC4C7 .mbr-section-title {
  color: #FFFFFF;
}
.cid-tLEO6hC4C7 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tLEO6hC4C7 .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tLEO6hC4C7 .mbr-section-btn {
  margin-top: 18px;
}
.cid-tLEO6hC4C7 .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-tLEO6hC4C7 .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-tLEO6i9ECh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tLEO6i9ECh .mbr-text,
.cid-tLEO6i9ECh blockquote {
  color: #767676;
}
.cid-tLEO6i9ECh .mbr-text P {
  text-align: center;
}
.cid-tLEO6i9ECh .mbr-text {
  color: #1b680f;
}
.cid-tLEOm2XXrK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tLEOm2XXrK nav.navbar {
  position: fixed;
}
.cid-tLEOm2XXrK .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLEOm2XXrK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tLEOm2XXrK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tLEOm2XXrK .dropdown-item:hover,
.cid-tLEOm2XXrK .dropdown-item:focus {
  background: #114708 !important;
  color: white !important;
}
.cid-tLEOm2XXrK .dropdown-item:hover span {
  color: white;
}
.cid-tLEOm2XXrK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tLEOm2XXrK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tLEOm2XXrK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tLEOm2XXrK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLEOm2XXrK .nav-link {
  position: relative;
}
.cid-tLEOm2XXrK .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tLEOm2XXrK .container {
    flex-wrap: nowrap;
  }
}
.cid-tLEOm2XXrK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLEOm2XXrK .dropdown-menu,
.cid-tLEOm2XXrK .navbar.opened {
  background: #1b680f !important;
}
.cid-tLEOm2XXrK .nav-item:focus,
.cid-tLEOm2XXrK .nav-link:focus {
  outline: none;
}
.cid-tLEOm2XXrK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLEOm2XXrK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLEOm2XXrK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLEOm2XXrK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLEOm2XXrK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLEOm2XXrK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLEOm2XXrK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b680f;
}
.cid-tLEOm2XXrK .navbar.opened {
  transition: all 0.3s;
}
.cid-tLEOm2XXrK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLEOm2XXrK .navbar .navbar-logo img {
  width: auto;
}
.cid-tLEOm2XXrK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLEOm2XXrK .navbar.collapsed {
  justify-content: center;
}
.cid-tLEOm2XXrK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLEOm2XXrK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tLEOm2XXrK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLEOm2XXrK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLEOm2XXrK .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: 41%;
}
.cid-tLEOm2XXrK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLEOm2XXrK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLEOm2XXrK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLEOm2XXrK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLEOm2XXrK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLEOm2XXrK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLEOm2XXrK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLEOm2XXrK .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: 40%;
  }
  .cid-tLEOm2XXrK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLEOm2XXrK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLEOm2XXrK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLEOm2XXrK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLEOm2XXrK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLEOm2XXrK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tLEOm2XXrK .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tLEOm2XXrK .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLEOm2XXrK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLEOm2XXrK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLEOm2XXrK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLEOm2XXrK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLEOm2XXrK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLEOm2XXrK .dropdown-item.active,
.cid-tLEOm2XXrK .dropdown-item:active {
  background-color: transparent;
}
.cid-tLEOm2XXrK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLEOm2XXrK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLEOm2XXrK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLEOm2XXrK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b680f;
}
.cid-tLEOm2XXrK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLEOm2XXrK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLEOm2XXrK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLEOm2XXrK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLEOm2XXrK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLEOm2XXrK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tLEOm2XXrK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLEOm2XXrK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLEOm2XXrK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLEOm2XXrK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLEOm2XXrK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLEOm2XXrK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLEOm2XXrK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLEOm2XXrK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLEOm2XXrK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tLEOm2XXrK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLEOm2XXrK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLEOm2XXrK .navbar {
    height: 70px;
  }
  .cid-tLEOm2XXrK .navbar.opened {
    height: auto;
  }
  .cid-tLEOm2XXrK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLEOm3nuyo {
  background: #1f6913;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tLEOm3nuyo .image-block {
  margin: auto;
}
.cid-tLEOm3nuyo figcaption {
  position: relative;
}
.cid-tLEOm3nuyo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLEOm3nuyo .image-block {
    width: 100% !important;
  }
}
.cid-tLEOm3FJzQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #1f6913;
}
.cid-tLEOm3FJzQ .images-container.container-fluid {
  padding: 0;
}
.cid-tLEOm3FJzQ .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-tLEOm3FJzQ .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-tLEOm3FJzQ .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-tLEOm3FJzQ .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-tLEOm3FJzQ .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-tLEOm3FJzQ .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-tLEOm3FJzQ .img-item {
    width: 100% !important;
  }
  .cid-tLEOm3FJzQ .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-tLEOm3WtvJ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tLEOm3WtvJ .image-block {
  margin: auto;
}
.cid-tLEOm3WtvJ figcaption {
  position: relative;
}
.cid-tLEOm3WtvJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLEOm3WtvJ .image-block {
    width: 100% !important;
  }
}
.cid-tLEOm4eeTV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ff4f00;
}
.cid-tLEOm4eeTV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLEOm4eeTV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLEOm4eeTV .mbr-section-title {
  color: #ffffff;
}
.cid-tLEOm4A7P8 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tLEOm4A7P8 .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEOm4SwX6 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-tLEOm4SwX6 .image-block {
  margin: auto;
}
.cid-tLEOm4SwX6 figcaption {
  position: relative;
}
.cid-tLEOm4SwX6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLEOm4SwX6 .image-block {
    width: 100% !important;
  }
}
.cid-tLEOm5b9kC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffe161;
}
.cid-tLEOm5b9kC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLEOm5b9kC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLEOm5b9kC ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tLEOm5b9kC li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tLEOm5b9kC ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2ea71a;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tLEOm5b9kC H3 {
  color: #1b680f;
}
.cid-tLEOm5yGJN {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #114708;
}
.cid-tLEOm5yGJN .mbr-section-subtitle {
  color: #767676;
}
.cid-tLEOm5yGJN H2 {
  color: #ffffff;
}
.cid-tLEOm5SLhk {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tLEOm5SLhk h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tLEOm5SLhk p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-tLEOm5SLhk .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-tLEOm5SLhk .mbr-section-btn a {
  margin: 0;
}
.cid-tLEOm5SLhk .mbr-text {
  color: #767676;
}
.cid-tLEOm5SLhk .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tLEOm5SLhk .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-tLEOm5SLhk .card-title {
  color: #1b680f;
}
.cid-tLEOm5SLhk .mbr-text,
.cid-tLEOm5SLhk .mbr-section-btn {
  color: #000000;
}
.cid-tLEOm6lRxv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLEOm6lRxv img {
  object-fit: cover;
}
.cid-tLEOm6lRxv .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEOm6LU7s {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLEOm6LU7s img {
  object-fit: cover;
}
.cid-tLEOm6LU7s .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEOm79fdv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLEOm79fdv img {
  object-fit: cover;
}
.cid-tLEOm79fdv .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEOm7xwaK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLEOm7xwaK img {
  object-fit: cover;
}
.cid-tLEOm7xwaK .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEOm7We4G {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLEOm7We4G img {
  object-fit: cover;
}
.cid-tLEOm7We4G .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEOm8kuF3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLEOm8kuF3 img {
  object-fit: cover;
}
.cid-tLEOm8kuF3 .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEOm8MNoI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLEOm8MNoI img {
  object-fit: cover;
}
.cid-tLEOm8MNoI .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEOm9bJet {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLEOm9bJet img {
  object-fit: cover;
}
.cid-tLEOm9bJet .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEOm9CThV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLEOm9CThV img {
  object-fit: cover;
}
.cid-tLEOm9CThV .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEOma2blX {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLEOma2blX img {
  object-fit: cover;
}
.cid-tLEOma2blX .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEOmavBeC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0fdee;
}
.cid-tLEOmavBeC img {
  object-fit: cover;
}
.cid-tLEOmavBeC .mbr-section-subtitle {
  color: #1b680f;
}
.cid-tLEOmaYT6H {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1b680f;
}
.cid-tLEOmaYT6H .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLEOmaYT6H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLEOmaYT6H ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tLEOmaYT6H li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tLEOmaYT6H ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffb18a;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tLEOmaYT6H H3 {
  color: #ffffff;
}
.cid-tLEOmaYT6H .list {
  color: #ffffff;
}
.cid-tLEOmbrUFP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tLEOmbrUFP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLEOmbrUFP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLEOmbrUFP ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tLEOmbrUFP li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tLEOmbrUFP ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2ea71a;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tLEOmbrUFP H3 {
  color: #1b680f;
}
.cid-tLEOmbV9Js {
  background: #1f6913;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tLEOmbV9Js .image-block {
  margin: auto;
}
.cid-tLEOmbV9Js figcaption {
  position: relative;
}
.cid-tLEOmbV9Js figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLEOmbV9Js .image-block {
    width: 100% !important;
  }
}
.cid-tLEOmcnzyi {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #1b680f;
}
.cid-tLEOmcnzyi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLEOmcnzyi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLEOmcnzyi .mbr-section-title {
  color: #ffb18a;
}
.cid-tLEOmcSFno {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tLEOmcSFno .image-block {
  margin: auto;
}
.cid-tLEOmcSFno figcaption {
  position: relative;
}
.cid-tLEOmcSFno figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLEOmcSFno .image-block {
    width: 100% !important;
  }
}
.cid-tLEOmdkUlz {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #114708;
}
.cid-tLEOmdkUlz .title {
  margin-bottom: 2rem;
}
.cid-tLEOmdkUlz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tLEOmdkUlz a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tLEOmdkUlz a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-tLEOmdkUlz textarea.form-control {
  min-height: 188px;
}
.cid-tLEOmdkUlz LABEL {
  color: #ffffff;
}
.cid-tLEOmdkUlz H2 {
  color: #ffffff;
}
.cid-tLEOmdROvo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d8420a;
}
.cid-tLEOmdROvo .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tLEOmdROvo .mbr-section-title {
  text-align: center;
}
.cid-tLEOmels7g {
  background: #1b680f;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tLEOmels7g .image-block {
  margin: auto;
}
.cid-tLEOmels7g figcaption {
  position: relative;
}
.cid-tLEOmels7g figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLEOmels7g .image-block {
    width: 100% !important;
  }
}
.cid-tLEOmeP6g6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #1b680f;
}
.cid-tLEOmeP6g6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tLEOmeP6g6 H2 {
  color: #ffffff;
}
.cid-tLEOmfjN8n {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1b680f;
}
.cid-tLEOmfjN8n [class^="socicon-"]:before,
.cid-tLEOmfjN8n [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-tLEOmfjN8n .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  color: #232323;
  cursor: pointer;
  border-color: #4de235;
}
.cid-tLEOmfjN8n .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-tLEOmfjN8n .btn-social:hover {
  color: #fff;
  background: #4de235;
}
.cid-tLEOmfjN8n .btn-social:hover i.socicon {
  color: #000000 !important;
}
.cid-tLEOmfjN8n .btn-social + .btn {
  margin-left: .1rem;
}
@media (max-width: 767px) {
  .cid-tLEOmfjN8n .btn {
    font-size: 20px !important;
  }
}
.cid-tLEOmfjN8n .btn-social,
.cid-tLEOmfjN8n .mbr-section-title {
  color: #ffffff;
}
.cid-tLEOmfQvYA {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/three-sisters-blue-mountains-new-south-wales-australia-1920x1280.jpg");
}
.cid-tLEOmfQvYA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLEOmfQvYA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLEOmfQvYA .mbr-section-title {
  color: #FFFFFF;
}
.cid-tLEOmfQvYA .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tLEOmfQvYA .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tLEOmfQvYA .mbr-section-btn {
  margin-top: 18px;
}
.cid-tLEOmfQvYA .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-tLEOmfQvYA .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-tLEOmgnooe {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tLEOmgnooe .mbr-text,
.cid-tLEOmgnooe blockquote {
  color: #767676;
}
.cid-tLEOmgnooe .mbr-text P {
  text-align: center;
}
.cid-tLEOmgnooe .mbr-text {
  color: #1b680f;
}
.nearby-suburbs-section {
    background: rgb(255 225 97 / 20%);
}
.suburbs-grid .suburb-item {
    display: block;
    position: relative;
}
.suburbs-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.suburb-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 24px;
    background: #2da71a;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 700;
    font-size: 16px;
    box-shadow: 0 4px 8px -2px #0000001a,0 2px 4px -2px #0000000f;
    transition: .3s ease;
    font-family: 'Montserrat', sans-serif;
}

.suburb-btn:hover {
    background: #2E671D;
    color: #fff;
    transform: translateY(-2px);
}

.phone-banner {
    width: 100%;
}

.phone-number-wrap {
    height: 100%;
    display: flex;
    align-items: center;
}

.phone-number {
    font-size: clamp(50px, 10vw, 160px);
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    color: #da623a;
    font-family: 'Montserrat', sans-serif;
    text-shadow:
    -2px 0 #001b75,
    0 -2px #001b75,
    -2px -2px #001b75,
    3px 3px 8px rgba(0,0,0,.22);
}

.same-day-box {
    background: #d85e39;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    min-height: 100%;
    padding: 25px 15px;
    font-family: 'Montserrat', sans-serif;
}

.same-day-box span {
    display: block;
    line-height: 0.95;
    font-size: clamp(22px, 2vw, 30px);
    text-shadow:
        3px 3px 8px rgba(0,0,0,.35);
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
}
.rubbish-location-title {
    display: inline-block;
    background: #d85e39;
    padding: 20px 20px;
    transform: rotate(-8deg);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.35);
    position: absolute;
    bottom: 50px;
    right: 80px;
}
.rubbish-location-title h2 {
    margin: 0;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: clamp(28px, 3vw, 72px);
    line-height: 0.95;
    text-align: center;
    text-shadow:
        0 2px 0 rgba(0,0,0,.25),
        4px 4px 8px rgba(0,0,0,.35);
}

/* Tablet */
@media (max-width: 991px) {
    .suburbs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 767px) {
    .suburbs-grid {
        grid-template-columns: 1fr;
    }
    .suburb-btn {
      padding: 14px 18px;
      font-size: 14px;
  }
	.phone-number-wrap {
        padding: 20px 10px;
    }

    .phone-number {
        font-size: clamp(42px, 12vw, 80px);
    }

    .same-day-box {
        padding: 20px;
    }

    .same-day-box span {
        font-size: 28px;
    }
}

