body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.6rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.76rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.4rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #2e640c !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #4479d9 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2e640c !important;
  border-color: #2e640c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0f2004 !important;
  border-color: #0f2004 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0f2004 !important;
  border-color: #0f2004 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #2354ad !important;
  border-color: #2354ad !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #2354ad !important;
  border-color: #2354ad !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #040901;
  color: #040901;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #2e640c;
  border-color: #2e640c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2e640c !important;
  border-color: #2e640c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #1f4a98;
  color: #1f4a98;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #4479d9;
  border-color: #4479d9;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #2e640c !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #4479d9 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #040901 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #1f4a98 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #4479d9;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2e640c;
  border-color: #2e640c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #2e640c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #62d61a;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #eef2fb;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #2e640c;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2e640c;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #2e640c;
  border-bottom-color: #2e640c;
}
.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: #2e640c !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: #ffffff !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='%232e640c' %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;
}
.cid-tz9OMQEUzz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tz9OMQEUzz nav.navbar {
  position: fixed;
}
.cid-tz9OMQEUzz .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-tz9OMQEUzz .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tz9OMQEUzz .dropdown-item:hover,
.cid-tz9OMQEUzz .dropdown-item:focus {
  color: #2e640c !important;
}
.cid-tz9OMQEUzz .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-tz9OMQEUzz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tz9OMQEUzz .nav-link {
  position: relative;
  padding: 0;
}
.cid-tz9OMQEUzz .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-tz9OMQEUzz .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-tz9OMQEUzz .dropdown-menu,
.cid-tz9OMQEUzz .navbar.opened {
  background: #ffffff !important;
}
.cid-tz9OMQEUzz .nav-item:focus,
.cid-tz9OMQEUzz .nav-link:focus {
  outline: none;
}
.cid-tz9OMQEUzz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tz9OMQEUzz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tz9OMQEUzz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tz9OMQEUzz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tz9OMQEUzz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tz9OMQEUzz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tz9OMQEUzz .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: #ffffff;
}
.cid-tz9OMQEUzz .navbar.opened {
  transition: all 0.3s;
}
.cid-tz9OMQEUzz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tz9OMQEUzz .navbar .navbar-logo img {
  width: auto;
}
.cid-tz9OMQEUzz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tz9OMQEUzz .navbar.collapsed {
  justify-content: center;
}
.cid-tz9OMQEUzz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tz9OMQEUzz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tz9OMQEUzz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tz9OMQEUzz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tz9OMQEUzz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tz9OMQEUzz .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-tz9OMQEUzz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tz9OMQEUzz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tz9OMQEUzz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tz9OMQEUzz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tz9OMQEUzz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tz9OMQEUzz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tz9OMQEUzz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tz9OMQEUzz .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-tz9OMQEUzz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tz9OMQEUzz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tz9OMQEUzz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tz9OMQEUzz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tz9OMQEUzz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tz9OMQEUzz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tz9OMQEUzz .navbar.navbar-short {
  min-height: 60px;
}
.cid-tz9OMQEUzz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tz9OMQEUzz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tz9OMQEUzz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tz9OMQEUzz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tz9OMQEUzz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tz9OMQEUzz .dropdown-item.active,
.cid-tz9OMQEUzz .dropdown-item:active {
  background-color: transparent;
}
.cid-tz9OMQEUzz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tz9OMQEUzz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tz9OMQEUzz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tz9OMQEUzz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tz9OMQEUzz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tz9OMQEUzz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tz9OMQEUzz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tz9OMQEUzz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tz9OMQEUzz button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tz9OMQEUzz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e640c;
}
.cid-tz9OMQEUzz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tz9OMQEUzz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tz9OMQEUzz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tz9OMQEUzz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tz9OMQEUzz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tz9OMQEUzz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tz9OMQEUzz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tz9OMQEUzz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tz9OMQEUzz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tz9OMQEUzz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tz9OMQEUzz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tz9OMQEUzz .navbar {
    height: 70px;
  }
  .cid-tz9OMQEUzz .navbar.opened {
    height: auto;
  }
  .cid-tz9OMQEUzz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tz9OMQEUzz .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tz9OMQEUzz .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tz9OMQEUzz a {
  display: inline;
  font-weight: bold;
}
.cid-tz9OMQEUzz img {
  display: inline;
  padding-right: 10px;
}
.cid-tz9OMQEUzz .dropdown-toggle:after {
  display: none;
}
.cid-tz9OMQEUzz .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tz9OMQEUzz .dropdown-item:hover {
  color: #4479d9 !important;
}
@media (max-width: 990px) {
  .cid-tz9OMQEUzz .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-rEvgBYWIpJ {
  background-image: url("../../../assets/images/dsc01434-2000x1306.jpg");
}
.cid-rEvgBYWIpJ h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rEvgBYWIpJ h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rEvgBYWIpJ h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tzcVFk0oKY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tzcVFk0oKY .mbr-text {
    text-align: center;
  }
}
.cid-tzcVFk0oKY .mbr-text,
.cid-tzcVFk0oKY .mbr-section-btn {
  color: #000000;
}
.cid-tzOILQtdFi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tzOILQtdFi .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tzOILQtdFi .modal-body .close {
  background: #1b1b1b;
}
.cid-tzOILQtdFi .modal-body .close span {
  font-style: normal;
}
.cid-tzOILQtdFi .content-slider-wrap {
  width: 100%;
}
.cid-tzOILQtdFi .carousel-inner > .active,
.cid-tzOILQtdFi .carousel-inner > .next,
.cid-tzOILQtdFi .carousel-inner > .prev {
  display: flex;
}
.cid-tzOILQtdFi .carousel-control .icon-next,
.cid-tzOILQtdFi .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tzOILQtdFi .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tzOILQtdFi .mbr-iconfont {
  color: black;
  font-size: 1.2rem !important;
  font-weight: 600;
}
@media (max-width: 767px) {
  .cid-tzOILQtdFi .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tzOILQtdFi .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tzOILQtdFi .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tzOILQtdFi .boxed-slider > div {
  position: relative;
}
.cid-tzOILQtdFi .container img {
  width: 100%;
}
.cid-tzOILQtdFi .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tzOILQtdFi .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tzOILQtdFi .mbr-table-cell {
  padding: 0;
}
.cid-tzOILQtdFi .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tzOILQtdFi .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-tzOILQtdFi .mbr-overlay {
  z-index: 1;
}
.cid-tzOILQtdFi .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tzOILQtdFi .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tzOILQtdFi .carousel-item.active.right,
.cid-tzOILQtdFi .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tzOILQtdFi .carousel-item.active.left,
.cid-tzOILQtdFi .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tzOILQtdFi .carousel-item.active,
.cid-tzOILQtdFi .carousel-item.next.left,
.cid-tzOILQtdFi .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tzOILQtdFi .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 35px;
  border-radius: 6px;
  background-color: white;
  transition: all 0.3s;
  z-index: 11;
}
.cid-tzOILQtdFi .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tzOILQtdFi .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tzOILQtdFi .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tzOILQtdFi .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tzOILQtdFi .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tzOILQtdFi .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tzOILQtdFi .mbr-slider .carousel-indicators li.active,
.cid-tzOILQtdFi .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tzOILQtdFi .mbr-slider .carousel-indicators li::after,
.cid-tzOILQtdFi .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tzOILQtdFi .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tzOILQtdFi .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tzOILQtdFi .mbr-slider > .container img {
  width: 100%;
}
.cid-tzOILQtdFi .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tzOILQtdFi .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tzOILQtdFi .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tzOILQtdFi .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tzOILQtdFi .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tzOILQtdFi .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tzOILQtdFi .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tzOILQtdFi .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tzOILQtdFi .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tzOILQtdFi .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tzOILQtdFi .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tzOILQtdFi .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tzOILQtdFi .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tzOILQtdFi .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-tzOILQtdFi .carousel-inner {
  height: 100%;
}
.cid-tzOILQtdFi .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-tzOILQtdFi .image_wrapper {
  height: 700px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-tzOILQtdFi .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tzOILQtdFi .carousel-item .container-slide {
  text-align: center;
}
.cid-tzcVliaayg {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-tzcVliaayg .row {
    flex-direction: column-reverse;
  }
  .cid-tzcVliaayg .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tzcVliaayg .google-map {
  height: 100%;
  position: relative;
}
.cid-tzcVliaayg .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tzcVliaayg .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tzcVliaayg .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tzcVliaayg .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tzcVliaayg .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tzcVliaayg .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
.cid-tzcVliaayg .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tzcVliaayg .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tzcVliaayg .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tzcVliaayg .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #2e640c;
}
.cid-tzcVliaayg .mbr-section-subtitle {
  color: #2e640c;
}
.cid-tzcVliaayg .mbr-section-title {
  color: #2e640c;
}
.cid-tzcVliaayg .card-title {
  color: #2e640c;
}
.cid-tzcVliaayg P {
  color: #2e640c;
}
.cid-rEvgJD8y5P {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e640c;
}
@media (max-width: 767px) {
  .cid-rEvgJD8y5P .content {
    text-align: center;
  }
  .cid-rEvgJD8y5P .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rEvgJD8y5P .img-logo img {
  height: 6rem;
}
.cid-rEvgJD8y5P .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rEvgJD8y5P .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-rEvgJD8y5P .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rEvgJD8y5P .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-rEvgJD8y5P .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rEvgJD8y5P .social-list a:hover {
  opacity: 1;
}
.cid-rEvgJD8y5P .list {
  list-style-type: none;
  padding: 0;
}
.cid-rEvgJD8y5P .list li {
  padding-bottom: .5rem;
}
.cid-rEvgJD8y5P .list li:last-child {
  padding-bottom: 0;
}
.cid-rEvgJD8y5P .mbr-footer-list,
.cid-rEvgJD8y5P .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-rEvgJD8y5P .mbr-footer-list,
  .cid-rEvgJD8y5P .form-text,
  .cid-rEvgJD8y5P .footer-title,
  .cid-rEvgJD8y5P .footer-main-title,
  .cid-rEvgJD8y5P .form-text,
  .cid-rEvgJD8y5P .list {
    text-align: center !important;
  }
  .cid-rEvgJD8y5P .mbr-form,
  .cid-rEvgJD8y5P .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-rEvgJD8y5P .footer-main-title {
  color: #ffffff;
}
.cid-rEvgJD8y5P .mbr-footer-list DIV {
  text-align: left;
}
.cid-rEvgJD8y5P .mbr-footer-list {
  color: #ffffff;
}
.cid-rEvgJD8y5P .form-text {
  color: #ffffff;
}
.cid-tz9OMQEUzz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tz9OMQEUzz nav.navbar {
  position: fixed;
}
.cid-tz9OMQEUzz .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-tz9OMQEUzz .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tz9OMQEUzz .dropdown-item:hover,
.cid-tz9OMQEUzz .dropdown-item:focus {
  color: #2e640c !important;
}
.cid-tz9OMQEUzz .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-tz9OMQEUzz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tz9OMQEUzz .nav-link {
  position: relative;
  padding: 0;
}
.cid-tz9OMQEUzz .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-tz9OMQEUzz .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-tz9OMQEUzz .dropdown-menu,
.cid-tz9OMQEUzz .navbar.opened {
  background: #ffffff !important;
}
.cid-tz9OMQEUzz .nav-item:focus,
.cid-tz9OMQEUzz .nav-link:focus {
  outline: none;
}
.cid-tz9OMQEUzz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tz9OMQEUzz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tz9OMQEUzz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tz9OMQEUzz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tz9OMQEUzz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tz9OMQEUzz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tz9OMQEUzz .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: #ffffff;
}
.cid-tz9OMQEUzz .navbar.opened {
  transition: all 0.3s;
}
.cid-tz9OMQEUzz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tz9OMQEUzz .navbar .navbar-logo img {
  width: auto;
}
.cid-tz9OMQEUzz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tz9OMQEUzz .navbar.collapsed {
  justify-content: center;
}
.cid-tz9OMQEUzz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tz9OMQEUzz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tz9OMQEUzz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tz9OMQEUzz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tz9OMQEUzz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tz9OMQEUzz .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-tz9OMQEUzz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tz9OMQEUzz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tz9OMQEUzz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tz9OMQEUzz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tz9OMQEUzz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tz9OMQEUzz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tz9OMQEUzz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tz9OMQEUzz .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-tz9OMQEUzz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tz9OMQEUzz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tz9OMQEUzz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tz9OMQEUzz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tz9OMQEUzz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tz9OMQEUzz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tz9OMQEUzz .navbar.navbar-short {
  min-height: 60px;
}
.cid-tz9OMQEUzz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tz9OMQEUzz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tz9OMQEUzz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tz9OMQEUzz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tz9OMQEUzz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tz9OMQEUzz .dropdown-item.active,
.cid-tz9OMQEUzz .dropdown-item:active {
  background-color: transparent;
}
.cid-tz9OMQEUzz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tz9OMQEUzz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tz9OMQEUzz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tz9OMQEUzz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tz9OMQEUzz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tz9OMQEUzz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tz9OMQEUzz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tz9OMQEUzz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tz9OMQEUzz button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tz9OMQEUzz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e640c;
}
.cid-tz9OMQEUzz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tz9OMQEUzz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tz9OMQEUzz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tz9OMQEUzz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tz9OMQEUzz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tz9OMQEUzz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tz9OMQEUzz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tz9OMQEUzz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tz9OMQEUzz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tz9OMQEUzz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tz9OMQEUzz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tz9OMQEUzz .navbar {
    height: 70px;
  }
  .cid-tz9OMQEUzz .navbar.opened {
    height: auto;
  }
  .cid-tz9OMQEUzz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tz9OMQEUzz .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tz9OMQEUzz .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tz9OMQEUzz a {
  display: inline;
  font-weight: bold;
}
.cid-tz9OMQEUzz img {
  display: inline;
  padding-right: 10px;
}
.cid-tz9OMQEUzz .dropdown-toggle:after {
  display: none;
}
.cid-tz9OMQEUzz .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tz9OMQEUzz .dropdown-item:hover {
  color: #4479d9 !important;
}
@media (max-width: 990px) {
  .cid-tz9OMQEUzz .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-tEXmbgn2EN {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/dsc04973-1-2000x1333.jpeg");
}
.cid-tEXmbgn2EN h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-tEXmbgn2EN h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tEXmbgn2EN h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (max-width: 768px) {
  .cid-tEXmbgn2EN h3:before,
  .cid-tEXmbgn2EN h3:after {
    display: none;
  }
}
.cid-tEXm7Bf9VI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tEXm7Bf9VI .counter-container {
  color: #767676;
}
.cid-tEXm7Bf9VI .counter-container ul {
  margin-bottom: 0;
}
.cid-tEXm7Bf9VI .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-tEXm7Bf9VI .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all 0.2s;
  color: #ffffff;
  background: #2e640c;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-tEXm7Bf9VI .mbr-text {
  color: #2e640c;
}
.cid-tEXrDvG8hg {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tEXrDvG8hg .google-map {
  height: 25rem;
  position: relative;
}
.cid-tEXrDvG8hg .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tEXrDvG8hg .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tEXrDvG8hg .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tEXrDvG8hg .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (min-width: 1200px) {
  .cid-tEXrDvG8hg .map1 {
    padding-right: 2rem;
  }
  .cid-tEXrDvG8hg .map2 {
    padding-left: 2rem;
  }
}
@media (max-width: 576px) {
  .cid-tEXrDvG8hg .map1 {
    padding-bottom: 2rem;
  }
}
.cid-tF94AprdfH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tF94AprdfH .mbr-section-subtitle {
  color: #767676;
}
.cid-tF94AprdfH .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tF94AprdfH .container {
    max-width: 1600px;
  }
}
.cid-tF94AprdfH .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tF94AprdfH .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-tF94AprdfH .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-tF94AprdfH .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tF94AprdfH .team-item:hover .item-social {
  opacity: 1;
}
.cid-tF94AprdfH .team-item .item-image img {
  width: 100%;
}
.cid-tF94AprdfH .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tF94AprdfH .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tF94AprdfH .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tF94AprdfH .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tF94AprdfH .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tF94AprdfH .item-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-tF94AprdfH .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-tF94AprdfH .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tF94AprdfH .item-social {
    opacity: 1;
  }
}
.cid-v9g1Lr5NbW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e640c;
}
@media (max-width: 767px) {
  .cid-v9g1Lr5NbW .content {
    text-align: center;
  }
  .cid-v9g1Lr5NbW .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v9g1Lr5NbW .img-logo img {
  height: 6rem;
}
.cid-v9g1Lr5NbW .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v9g1Lr5NbW .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-v9g1Lr5NbW .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-v9g1Lr5NbW .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-v9g1Lr5NbW .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v9g1Lr5NbW .social-list a:hover {
  opacity: 1;
}
.cid-v9g1Lr5NbW .list {
  list-style-type: none;
  padding: 0;
}
.cid-v9g1Lr5NbW .list li {
  padding-bottom: .5rem;
}
.cid-v9g1Lr5NbW .list li:last-child {
  padding-bottom: 0;
}
.cid-v9g1Lr5NbW .mbr-footer-list,
.cid-v9g1Lr5NbW .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-v9g1Lr5NbW .mbr-footer-list,
  .cid-v9g1Lr5NbW .form-text,
  .cid-v9g1Lr5NbW .footer-title,
  .cid-v9g1Lr5NbW .footer-main-title,
  .cid-v9g1Lr5NbW .form-text,
  .cid-v9g1Lr5NbW .list {
    text-align: center !important;
  }
  .cid-v9g1Lr5NbW .mbr-form,
  .cid-v9g1Lr5NbW .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-v9g1Lr5NbW .footer-main-title {
  color: #ffffff;
}
.cid-v9g1Lr5NbW .mbr-footer-list DIV {
  text-align: left;
}
.cid-v9g1Lr5NbW .mbr-footer-list {
  color: #ffffff;
}
.cid-v9g1Lr5NbW .form-text {
  color: #ffffff;
}
.cid-tF96JWXkfl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tF96JWXkfl nav.navbar {
  position: fixed;
}
.cid-tF96JWXkfl .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-tF96JWXkfl .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tF96JWXkfl .dropdown-item:hover,
.cid-tF96JWXkfl .dropdown-item:focus {
  color: #2e640c !important;
}
.cid-tF96JWXkfl .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-tF96JWXkfl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tF96JWXkfl .nav-link {
  position: relative;
  padding: 0;
}
.cid-tF96JWXkfl .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-tF96JWXkfl .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-tF96JWXkfl .dropdown-menu,
.cid-tF96JWXkfl .navbar.opened {
  background: #ffffff !important;
}
.cid-tF96JWXkfl .nav-item:focus,
.cid-tF96JWXkfl .nav-link:focus {
  outline: none;
}
.cid-tF96JWXkfl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tF96JWXkfl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tF96JWXkfl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tF96JWXkfl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tF96JWXkfl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tF96JWXkfl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tF96JWXkfl .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: #ffffff;
}
.cid-tF96JWXkfl .navbar.opened {
  transition: all 0.3s;
}
.cid-tF96JWXkfl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tF96JWXkfl .navbar .navbar-logo img {
  width: auto;
}
.cid-tF96JWXkfl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tF96JWXkfl .navbar.collapsed {
  justify-content: center;
}
.cid-tF96JWXkfl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tF96JWXkfl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tF96JWXkfl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tF96JWXkfl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tF96JWXkfl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tF96JWXkfl .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-tF96JWXkfl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tF96JWXkfl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tF96JWXkfl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tF96JWXkfl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tF96JWXkfl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tF96JWXkfl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tF96JWXkfl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tF96JWXkfl .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-tF96JWXkfl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tF96JWXkfl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tF96JWXkfl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tF96JWXkfl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tF96JWXkfl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tF96JWXkfl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tF96JWXkfl .navbar.navbar-short {
  min-height: 60px;
}
.cid-tF96JWXkfl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tF96JWXkfl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tF96JWXkfl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tF96JWXkfl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tF96JWXkfl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tF96JWXkfl .dropdown-item.active,
.cid-tF96JWXkfl .dropdown-item:active {
  background-color: transparent;
}
.cid-tF96JWXkfl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tF96JWXkfl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tF96JWXkfl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tF96JWXkfl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tF96JWXkfl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tF96JWXkfl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tF96JWXkfl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tF96JWXkfl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tF96JWXkfl button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tF96JWXkfl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e640c;
}
.cid-tF96JWXkfl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tF96JWXkfl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tF96JWXkfl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tF96JWXkfl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tF96JWXkfl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tF96JWXkfl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tF96JWXkfl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tF96JWXkfl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tF96JWXkfl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tF96JWXkfl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tF96JWXkfl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tF96JWXkfl .navbar {
    height: 70px;
  }
  .cid-tF96JWXkfl .navbar.opened {
    height: auto;
  }
  .cid-tF96JWXkfl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tF96JWXkfl .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tF96JWXkfl .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tF96JWXkfl a {
  display: inline;
  font-weight: bold;
}
.cid-tF96JWXkfl img {
  display: inline;
  padding-right: 10px;
}
.cid-tF96JWXkfl .dropdown-toggle:after {
  display: none;
}
.cid-tF96JWXkfl .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tF96JWXkfl .dropdown-item:hover {
  color: #4479d9 !important;
}
@media (max-width: 990px) {
  .cid-tF96JWXkfl .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-tF96JYDmjE {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/dsc01120-2000x1333.jpg");
}
.cid-tF96JYDmjE h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-tF96JYDmjE h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tF96JYDmjE h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (max-width: 768px) {
  .cid-tF96JYDmjE h3:before,
  .cid-tF96JYDmjE h3:after {
    display: none;
  }
}
.cid-tPNQpTnCbi {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tPNQpTnCbi .mbr-section-subtitle {
  color: #2e640c;
  text-align: center;
  font-weight: 300;
}
.cid-tPNQpTnCbi .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #2e640c;
  margin-right: 2rem;
  border-radius: 40px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-tPNQpTnCbi .timeline-text-content p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tPNQpTnCbi .timeline-text-content {
    padding: 1.5rem 0.5rem;
  }
}
.cid-tPNQpTnCbi .mbr-timeline-title,
.cid-tPNQpTnCbi .mbr-timeline-text {
  color: #ffffff;
}
.cid-tPNQpTnCbi .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cid-tPNQpTnCbi .timeline-element:hover .timeline-text-content {
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08) !important;
  -webkit-transition: all 0.4s !important;
  transition: all 0.4s !important;
}
.cid-tPNQpTnCbi .timeline-element:hover .timeline-text-content h4,
.cid-tPNQpTnCbi .timeline-element:hover .timeline-text-content p {
  -webkit-transition: color 1s !important;
  transition: color 1s !important;
  color: #ffffff !important;
}
.cid-tPNQpTnCbi .timeline-element:hover .iconsBackground span {
  -webkit-transition: color 1s !important;
  transition: color 1s !important;
  color: #ffffff !important;
}
.cid-tPNQpTnCbi .timeline-element:hover:before {
  -webkit-transition: background-color 1s !important;
  transition: background-color 1s !important;
  background-color: #ffffff !important;
}
.cid-tPNQpTnCbi .reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tPNQpTnCbi .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-tPNQpTnCbi .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #2e640c;
  top: 20px;
  margin-left: -30px;
}
.cid-tPNQpTnCbi .iconsBackground span {
  color: #ffffff;
}
.cid-tPNQpTnCbi .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-tPNQpTnCbi .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #2e640c;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
.cid-tPNQpTnCbi .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 768px) {
  .cid-tPNQpTnCbi .iconsBackground {
    left: 1.5rem;
  }
  .cid-tPNQpTnCbi .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-tPNQpTnCbi .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-tPNQpTnCbi .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-tPNQpTnCbi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPNQpTnCbi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPNQpTnCbi .mbr-section-title {
  color: #2e640c;
}
.cid-tPNQpTnCbi .mbr-timeline-text {
  color: #ffffff;
}
.cid-tPNQGWBAvM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tPNQGWBAvM .mbr-text,
.cid-tPNQGWBAvM .mbr-section-btn {
  color: #232323;
}
.cid-tPNQGWBAvM .card-title,
.cid-tPNQGWBAvM .card-box {
  color: #2e640c;
}
.cid-tPNQGWBAvM .mbr-text,
.cid-tPNQGWBAvM .link-wrap {
  color: #ffffff;
}
.cid-tPNOWxFSZ9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tPNOWxFSZ9 .media-container-row:nth-child(2) {
  margin-top: 50px;
}
.cid-tPNOWxFSZ9 .mbr-text {
  color: #ffffff;
}
.cid-tPNOWxFSZ9 .card-img span {
  color: #149dcc;
}
.cid-tPNOWxFSZ9 .mbr-iconfont {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1rem !important;
  font-weight: bold;
}
.cid-tPNOWxFSZ9 .card {
  text-align: center;
  margin-left: -5rem;
  margin-right: -5rem;
}
.cid-tPNOWxFSZ9 .card-outer-wrap {
  padding-left: 88.5px;
  padding-right: 88.5px;
}
.cid-tPNOWxFSZ9 .card-wrap {
  background-color: #2e640c;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 20px;
  padding-top: 3rem !important;
  padding-bottom: 2.9rem !important;
}
.cid-tPNOWxFSZ9 .card-wrap .card-box {
  padding-top: 27px;
}
.cid-tPNOWxFSZ9 .card-wrap:hover {
  background-color: #548f3a;
  cursor: crosshair;
  box-shadow: 0px 5px 20px 1px #548f3a;
}
.cid-tPNOWxFSZ9 .card-wrap:hover p,
.cid-tPNOWxFSZ9 .card-wrap:hover h4,
.cid-tPNOWxFSZ9 .card-wrap:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tPNOWxFSZ9 .card-title {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #2e640c;
}
@media (max-width: 991px) {
  .cid-tPNOWxFSZ9 .card {
    margin-bottom: 1rem;
  }
  .cid-tPNOWxFSZ9 .media-container-row:nth-child(2) {
    margin-top: 0px;
  }
}
@media (max-width: 576px) {
  .cid-tPNOWxFSZ9 .card {
    padding: 2rem 0rem 0rem 0rem !important;
  }
}
.cid-tPNOWxFSZ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPNOWxFSZ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPNOWxFSZ9 .card-title,
.cid-tPNOWxFSZ9 .card-img {
  color: #ffffff;
}
.cid-tPNOWxFSZ9 .card-outer-wrap {
  padding-left: 70px;
  padding-right: 70px;
}
.cid-tJFP4dS2mm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tJFP4dS2mm h3 {
  text-align: center;
}
.cid-tJFP4dS2mm .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-tJFP4dS2mm .mbr-content-text {
  color: #2e640c;
  text-align: center;
}
.cid-tJFP4dS2mm .card {
  word-wrap: break-word;
}
.cid-tJFP4dS2mm .mbr-iconfont {
  color: #2e640c !important;
  font-size: 3.5rem !important;
}
.cid-tJFP4dS2mm H3 {
  color: #2e640c;
}
.cid-tJFP4dS2mm H4 {
  color: #2e640c;
}
.cid-tJFP4dS2mm .mbr-section-title {
  color: #2e640c;
}
.cid-u2a7vrRr2P {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2a7vrRr2P .mbr-section-title {
  color: #2e640c;
}
.cid-v9fSAjIbHq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/dsc03213-2000x1333.jpg");
}
.cid-v9fSAjIbHq .list-group-item {
  padding: 0.8rem 1rem;
  border: none;
}
.cid-v9fSAjIbHq .price-term {
  vertical-align: top;
}
.cid-v9fSAjIbHq h4 {
  margin: 0;
}
.cid-v9fSAjIbHq .card1 {
  background: #64a946;
}
.cid-v9fSAjIbHq .card2 {
  background: #548f3a;
}
.cid-v9fSAjIbHq .card3 {
  background: #2e640c;
}
.cid-v9fSAjIbHq .plan-header {
  padding: 4rem 1rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.cid-v9fSAjIbHq .plan-body {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fff;
  padding: 3rem 1rem;
}
.cid-v9fSAjIbHq .month {
  letter-spacing: 2px;
}
.cid-v9fSAjIbHq .plan {
  word-break: break-word;
  position: relative;
  max-width: 400px;
  margin-bottom: 1rem;
  color: #767676;
}
.cid-v9fSAjIbHq .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-v9fSAjIbHq .plan .list-group-item:last-child::after {
  display: none;
}
.cid-v9fSAjIbHq .row {
  justify-content: center;
}
.cid-v9fSAjIbHq .price-value {
  vertical-align: top;
}
@media (max-width: 550px) {
  .cid-v9fSAjIbHq .price-figure {
    font-size: 4.25rem;
  }
}
@media (max-width: 992px) {
  .cid-v9fSAjIbHq .plan {
    margin-bottom: 2rem;
  }
}
.cid-v9fSAjIbHq UL {
  text-align: center;
  color: #2e640c;
}
.cid-tPTHZM5d3x {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tPTHZM5d3x h2,
.cid-tPTHZM5d3x h3,
.cid-tPTHZM5d3x h4,
.cid-tPTHZM5d3x p {
  margin: 0;
}
.cid-tPTHZM5d3x ul {
  padding: 0;
  list-style-type: none;
}
.cid-tPTHZM5d3x .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-tPTHZM5d3x .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-tPTHZM5d3x .mbr-text {
  color: #000000;
  margin: 10px 0;
}
.cid-tPTHZM5d3x .list {
  margin: 25px 0;
  color: #6b6b6b;
}
.cid-tPTHZM5d3x .mbr-card-text {
  margin: 10px 0;
}
.cid-tPTHZM5d3x .mbr-card-text::before {
  content: "* ";
  display: inline;
}
.cid-tPNYNCVs9k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-tPNYNCVs9k .row {
    flex-direction: column-reverse;
  }
  .cid-tPNYNCVs9k .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tPNYNCVs9k .google-map {
  height: 100%;
  position: relative;
}
.cid-tPNYNCVs9k .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tPNYNCVs9k .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tPNYNCVs9k .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tPNYNCVs9k .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tPNYNCVs9k .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tPNYNCVs9k .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
.cid-tPNYNCVs9k .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tPNYNCVs9k .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tPNYNCVs9k .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tPNYNCVs9k .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #2e640c;
}
.cid-tPNYNCVs9k .mbr-section-title {
  color: #2e640c;
}
.cid-tPNYNCVs9k .mbr-section-subtitle {
  color: #2e640c;
}
.cid-tPNYNCVs9k .card-title {
  color: #2e640c;
}
.cid-v9g1TpHgxC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e640c;
}
@media (max-width: 767px) {
  .cid-v9g1TpHgxC .content {
    text-align: center;
  }
  .cid-v9g1TpHgxC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v9g1TpHgxC .img-logo img {
  height: 6rem;
}
.cid-v9g1TpHgxC .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v9g1TpHgxC .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-v9g1TpHgxC .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-v9g1TpHgxC .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-v9g1TpHgxC .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v9g1TpHgxC .social-list a:hover {
  opacity: 1;
}
.cid-v9g1TpHgxC .list {
  list-style-type: none;
  padding: 0;
}
.cid-v9g1TpHgxC .list li {
  padding-bottom: .5rem;
}
.cid-v9g1TpHgxC .list li:last-child {
  padding-bottom: 0;
}
.cid-v9g1TpHgxC .mbr-footer-list,
.cid-v9g1TpHgxC .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-v9g1TpHgxC .mbr-footer-list,
  .cid-v9g1TpHgxC .form-text,
  .cid-v9g1TpHgxC .footer-title,
  .cid-v9g1TpHgxC .footer-main-title,
  .cid-v9g1TpHgxC .form-text,
  .cid-v9g1TpHgxC .list {
    text-align: center !important;
  }
  .cid-v9g1TpHgxC .mbr-form,
  .cid-v9g1TpHgxC .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-v9g1TpHgxC .footer-main-title {
  color: #ffffff;
}
.cid-v9g1TpHgxC .mbr-footer-list DIV {
  text-align: left;
}
.cid-v9g1TpHgxC .mbr-footer-list {
  color: #ffffff;
}
.cid-v9g1TpHgxC .form-text {
  color: #ffffff;
}
.cid-tz9OMQEUzz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tz9OMQEUzz nav.navbar {
  position: fixed;
}
.cid-tz9OMQEUzz .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-tz9OMQEUzz .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tz9OMQEUzz .dropdown-item:hover,
.cid-tz9OMQEUzz .dropdown-item:focus {
  color: #2e640c !important;
}
.cid-tz9OMQEUzz .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-tz9OMQEUzz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tz9OMQEUzz .nav-link {
  position: relative;
  padding: 0;
}
.cid-tz9OMQEUzz .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-tz9OMQEUzz .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-tz9OMQEUzz .dropdown-menu,
.cid-tz9OMQEUzz .navbar.opened {
  background: #ffffff !important;
}
.cid-tz9OMQEUzz .nav-item:focus,
.cid-tz9OMQEUzz .nav-link:focus {
  outline: none;
}
.cid-tz9OMQEUzz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tz9OMQEUzz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tz9OMQEUzz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tz9OMQEUzz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tz9OMQEUzz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tz9OMQEUzz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tz9OMQEUzz .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: #ffffff;
}
.cid-tz9OMQEUzz .navbar.opened {
  transition: all 0.3s;
}
.cid-tz9OMQEUzz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tz9OMQEUzz .navbar .navbar-logo img {
  width: auto;
}
.cid-tz9OMQEUzz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tz9OMQEUzz .navbar.collapsed {
  justify-content: center;
}
.cid-tz9OMQEUzz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tz9OMQEUzz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tz9OMQEUzz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tz9OMQEUzz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tz9OMQEUzz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tz9OMQEUzz .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-tz9OMQEUzz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tz9OMQEUzz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tz9OMQEUzz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tz9OMQEUzz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tz9OMQEUzz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tz9OMQEUzz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tz9OMQEUzz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tz9OMQEUzz .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-tz9OMQEUzz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tz9OMQEUzz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tz9OMQEUzz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tz9OMQEUzz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tz9OMQEUzz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tz9OMQEUzz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tz9OMQEUzz .navbar.navbar-short {
  min-height: 60px;
}
.cid-tz9OMQEUzz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tz9OMQEUzz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tz9OMQEUzz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tz9OMQEUzz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tz9OMQEUzz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tz9OMQEUzz .dropdown-item.active,
.cid-tz9OMQEUzz .dropdown-item:active {
  background-color: transparent;
}
.cid-tz9OMQEUzz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tz9OMQEUzz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tz9OMQEUzz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tz9OMQEUzz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tz9OMQEUzz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tz9OMQEUzz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tz9OMQEUzz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tz9OMQEUzz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tz9OMQEUzz button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tz9OMQEUzz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e640c;
}
.cid-tz9OMQEUzz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tz9OMQEUzz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tz9OMQEUzz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tz9OMQEUzz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tz9OMQEUzz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tz9OMQEUzz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tz9OMQEUzz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tz9OMQEUzz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tz9OMQEUzz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tz9OMQEUzz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tz9OMQEUzz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tz9OMQEUzz .navbar {
    height: 70px;
  }
  .cid-tz9OMQEUzz .navbar.opened {
    height: auto;
  }
  .cid-tz9OMQEUzz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tz9OMQEUzz .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tz9OMQEUzz .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tz9OMQEUzz a {
  display: inline;
  font-weight: bold;
}
.cid-tz9OMQEUzz img {
  display: inline;
  padding-right: 10px;
}
.cid-tz9OMQEUzz .dropdown-toggle:after {
  display: none;
}
.cid-tz9OMQEUzz .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tz9OMQEUzz .dropdown-item:hover {
  color: #4479d9 !important;
}
@media (max-width: 990px) {
  .cid-tz9OMQEUzz .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-tBzYJMrKhY {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/dsc01218-2000x1333.jpg");
}
.cid-tBzYJMrKhY h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tBzYJMrKhY h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tBzYJMrKhY h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (max-width: 768px) {
  .cid-tBzYJMrKhY h3::before,
  .cid-tBzYJMrKhY h3::after {
    display: none;
  }
}
.cid-tBzYJMrKhY .mbr-text,
.cid-tBzYJMrKhY .mbr-section-btn {
  text-align: center;
}
.cid-tBzXTNXpAe {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tBzXTNXpAe .mbr-text {
  color: #767676;
}
.cid-tBzXTNXpAe .card-subtitle {
  margin: 0;
}
.cid-tBzXTNXpAe .link {
  margin: 0;
}
.cid-tBzXTNXpAe .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-tBzXTNXpAe .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-tBzXTNXpAe img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-tBzXTNXpAe .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-tBzXTNXpAe .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tBzXTNXpAe .card-img:hover:before {
  opacity: 0.4;
}
.cid-tBzXTNXpAe .card-img:hover img {
  transform: scale(1.05);
}
.cid-tBzXTNXpAe .row {
  justify-content: center;
}
.cid-tBzXTNXpAe .card {
  margin-bottom: 4rem;
}
.cid-tBzXTNXpAe .card-title,
.cid-tBzXTNXpAe .card-img {
  color: #2e640c;
}
.cid-tBzXTNXpAe .mbr-text,
.cid-tBzXTNXpAe .link {
  color: #2e640c;
}
.cid-tQh4mI6o28 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tQh4mI6o28 .mbr-text {
  color: #767676;
}
.cid-tQh4mI6o28 .card-subtitle {
  margin: 0;
}
.cid-tQh4mI6o28 .link {
  margin: 0;
}
.cid-tQh4mI6o28 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-tQh4mI6o28 .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-tQh4mI6o28 img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-tQh4mI6o28 .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-tQh4mI6o28 .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tQh4mI6o28 .card-img:hover:before {
  opacity: 0.4;
}
.cid-tQh4mI6o28 .card-img:hover img {
  transform: scale(1.05);
}
.cid-tQh4mI6o28 .row {
  justify-content: center;
}
.cid-tQh4mI6o28 .card {
  margin-bottom: 4rem;
}
.cid-tQh4mI6o28 .card-title,
.cid-tQh4mI6o28 .card-img {
  color: #2e640c;
}
.cid-tQh4mI6o28 .mbr-text,
.cid-tQh4mI6o28 .link {
  color: #2e640c;
}
.cid-tBA6emE5xq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tBA6emE5xq .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tBA6emE5xq .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tBA6emE5xq .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tBA6emE5xq .mbr-gallery-item {
  width: 33.3%;
}
.cid-tBA6emE5xq .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tBA6emE5xq .mbr-gallery-item {
    width: 100%;
  }
}
.cid-tBA6emE5xq .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-tBA6emE5xq .mbr-gallery-row {
  justify-content: center;
}
.cid-tBA6emE5xq .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tBA6emE5xq .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tBA6emE5xq .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tBA6emE5xq .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tBA6emE5xq .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tBA6emE5xq .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tBA6emE5xq .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tBA6emE5xq .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tBA6emE5xq img {
  transition: all 2s !important;
}
.cid-tBA6emE5xq .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tBA6emE5xq .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tBA6emE5xq .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tBA6kd8E4B {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/dsc02900-2000x1333.jpeg");
}
@media (max-width: 767px) {
  .cid-tBA6kd8E4B .mbr-text {
    text-align: center;
  }
}
.cid-tBA6kd8E4B .mbr-text,
.cid-tBA6kd8E4B .mbr-section-btn {
  color: #ffffff;
}
.cid-tBA6kd8E4B H1 {
  color: #ffffff;
  text-align: center;
}
.cid-tBA5U7aKlh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tBA5U7aKlh .mbr-text {
  color: #767676;
}
.cid-tBA5U7aKlh .card-subtitle {
  margin: 0;
}
.cid-tBA5U7aKlh .link {
  margin: 0;
}
.cid-tBA5U7aKlh .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-tBA5U7aKlh .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-tBA5U7aKlh img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-tBA5U7aKlh .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-tBA5U7aKlh .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tBA5U7aKlh .card-img:hover:before {
  opacity: 0.4;
}
.cid-tBA5U7aKlh .card-img:hover img {
  transform: scale(1.05);
}
.cid-tBA5U7aKlh .row {
  justify-content: center;
}
.cid-tBA5U7aKlh .card {
  margin-bottom: 4rem;
}
.cid-tBA5U7aKlh .mbr-text,
.cid-tBA5U7aKlh .link {
  color: #2e640c;
}
.cid-tBA5U7aKlh .card-title,
.cid-tBA5U7aKlh .card-img {
  color: #2e640c;
}
.cid-tBzYWNv0Xi {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tBzYWNv0Xi .mbr-text {
  color: #767676;
}
.cid-tBzYWNv0Xi .card-subtitle {
  margin: 0;
}
.cid-tBzYWNv0Xi .link {
  margin: 0;
}
.cid-tBzYWNv0Xi .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-tBzYWNv0Xi .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-tBzYWNv0Xi img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-tBzYWNv0Xi .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-tBzYWNv0Xi .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tBzYWNv0Xi .card-img:hover:before {
  opacity: 0.4;
}
.cid-tBzYWNv0Xi .card-img:hover img {
  transform: scale(1.05);
}
.cid-tBzYWNv0Xi .row {
  justify-content: center;
}
.cid-tBzYWNv0Xi .card {
  margin-bottom: 4rem;
}
.cid-tBzYWNv0Xi .card-title,
.cid-tBzYWNv0Xi .card-img {
  color: #2e640c;
}
.cid-tBzYWNv0Xi .mbr-text,
.cid-tBzYWNv0Xi .link {
  color: #2e640c;
}
.cid-v9g2K1aHBx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e640c;
}
@media (max-width: 767px) {
  .cid-v9g2K1aHBx .content {
    text-align: center;
  }
  .cid-v9g2K1aHBx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v9g2K1aHBx .img-logo img {
  height: 6rem;
}
.cid-v9g2K1aHBx .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v9g2K1aHBx .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-v9g2K1aHBx .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-v9g2K1aHBx .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-v9g2K1aHBx .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v9g2K1aHBx .social-list a:hover {
  opacity: 1;
}
.cid-v9g2K1aHBx .list {
  list-style-type: none;
  padding: 0;
}
.cid-v9g2K1aHBx .list li {
  padding-bottom: .5rem;
}
.cid-v9g2K1aHBx .list li:last-child {
  padding-bottom: 0;
}
.cid-v9g2K1aHBx .mbr-footer-list,
.cid-v9g2K1aHBx .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-v9g2K1aHBx .mbr-footer-list,
  .cid-v9g2K1aHBx .form-text,
  .cid-v9g2K1aHBx .footer-title,
  .cid-v9g2K1aHBx .footer-main-title,
  .cid-v9g2K1aHBx .form-text,
  .cid-v9g2K1aHBx .list {
    text-align: center !important;
  }
  .cid-v9g2K1aHBx .mbr-form,
  .cid-v9g2K1aHBx .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-v9g2K1aHBx .footer-main-title {
  color: #ffffff;
}
.cid-v9g2K1aHBx .mbr-footer-list DIV {
  text-align: left;
}
.cid-v9g2K1aHBx .mbr-footer-list {
  color: #ffffff;
}
.cid-v9g2K1aHBx .form-text {
  color: #ffffff;
}
.cid-tz9OMQEUzz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tz9OMQEUzz nav.navbar {
  position: fixed;
}
.cid-tz9OMQEUzz .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-tz9OMQEUzz .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tz9OMQEUzz .dropdown-item:hover,
.cid-tz9OMQEUzz .dropdown-item:focus {
  color: #2e640c !important;
}
.cid-tz9OMQEUzz .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-tz9OMQEUzz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tz9OMQEUzz .nav-link {
  position: relative;
  padding: 0;
}
.cid-tz9OMQEUzz .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-tz9OMQEUzz .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-tz9OMQEUzz .dropdown-menu,
.cid-tz9OMQEUzz .navbar.opened {
  background: #ffffff !important;
}
.cid-tz9OMQEUzz .nav-item:focus,
.cid-tz9OMQEUzz .nav-link:focus {
  outline: none;
}
.cid-tz9OMQEUzz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tz9OMQEUzz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tz9OMQEUzz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tz9OMQEUzz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tz9OMQEUzz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tz9OMQEUzz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tz9OMQEUzz .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: #ffffff;
}
.cid-tz9OMQEUzz .navbar.opened {
  transition: all 0.3s;
}
.cid-tz9OMQEUzz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tz9OMQEUzz .navbar .navbar-logo img {
  width: auto;
}
.cid-tz9OMQEUzz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tz9OMQEUzz .navbar.collapsed {
  justify-content: center;
}
.cid-tz9OMQEUzz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tz9OMQEUzz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tz9OMQEUzz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tz9OMQEUzz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tz9OMQEUzz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tz9OMQEUzz .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-tz9OMQEUzz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tz9OMQEUzz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tz9OMQEUzz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tz9OMQEUzz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tz9OMQEUzz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tz9OMQEUzz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tz9OMQEUzz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tz9OMQEUzz .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-tz9OMQEUzz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tz9OMQEUzz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tz9OMQEUzz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tz9OMQEUzz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tz9OMQEUzz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tz9OMQEUzz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tz9OMQEUzz .navbar.navbar-short {
  min-height: 60px;
}
.cid-tz9OMQEUzz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tz9OMQEUzz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tz9OMQEUzz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tz9OMQEUzz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tz9OMQEUzz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tz9OMQEUzz .dropdown-item.active,
.cid-tz9OMQEUzz .dropdown-item:active {
  background-color: transparent;
}
.cid-tz9OMQEUzz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tz9OMQEUzz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tz9OMQEUzz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tz9OMQEUzz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tz9OMQEUzz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tz9OMQEUzz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tz9OMQEUzz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tz9OMQEUzz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tz9OMQEUzz button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tz9OMQEUzz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e640c;
}
.cid-tz9OMQEUzz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tz9OMQEUzz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tz9OMQEUzz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tz9OMQEUzz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tz9OMQEUzz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tz9OMQEUzz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tz9OMQEUzz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tz9OMQEUzz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tz9OMQEUzz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tz9OMQEUzz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tz9OMQEUzz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tz9OMQEUzz .navbar {
    height: 70px;
  }
  .cid-tz9OMQEUzz .navbar.opened {
    height: auto;
  }
  .cid-tz9OMQEUzz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tz9OMQEUzz .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tz9OMQEUzz .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tz9OMQEUzz a {
  display: inline;
  font-weight: bold;
}
.cid-tz9OMQEUzz img {
  display: inline;
  padding-right: 10px;
}
.cid-tz9OMQEUzz .dropdown-toggle:after {
  display: none;
}
.cid-tz9OMQEUzz .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tz9OMQEUzz .dropdown-item:hover {
  color: #4479d9 !important;
}
@media (max-width: 990px) {
  .cid-tz9OMQEUzz .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-tF97Cql1on {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/dsc02900-2000x1333.jpg");
}
.cid-tF97Cql1on h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-tF97Cql1on h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tF97Cql1on h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (max-width: 768px) {
  .cid-tF97Cql1on h3:before,
  .cid-tF97Cql1on h3:after {
    display: none;
  }
}
.cid-tF97Cql1on H3 {
  color: #ffffff;
}
.cid-tF97tVmNnL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tF97tVmNnL .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tF97tVmNnL .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tF97tVmNnL .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tF97tVmNnL .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tF97tVmNnL .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-tF97tVmNnL .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tF97tVmNnL .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tF97tVmNnL .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tF97tVmNnL .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tF97tVmNnL .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tF97tVmNnL .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-tF97tVmNnL .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tF97tVmNnL .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tF97tVmNnL .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tF97tVmNnL .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tF97tVmNnL .mbr-gallery-item img {
  transition: all 2s !important;
}
.cid-tF97tVmNnL .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tF97tVmNnL .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tF97tVmNnL .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tF99pfA8U0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e640c;
}
.cid-tF99pfA8U0 .counter-container {
  color: #767676;
}
.cid-tF99pfA8U0 .counter-container ul {
  margin-bottom: 0;
}
.cid-tF99pfA8U0 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-tF99pfA8U0 .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all 0.2s;
  color: #000000;
  background: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #ffffff;
  color: #ffffff;
  content: '✓';
}
.cid-tF99pfA8U0 .mbr-text {
  color: #ffffff;
}
.cid-tF97uvMJZO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tF97uvMJZO .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tF97uvMJZO .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tF97uvMJZO .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tF97uvMJZO .mbr-gallery-item {
  width: 33.3%;
}
.cid-tF97uvMJZO .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tF97uvMJZO .mbr-gallery-item {
    width: 100%;
  }
}
.cid-tF97uvMJZO .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-tF97uvMJZO .mbr-gallery-row {
  justify-content: center;
}
.cid-tF97uvMJZO .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tF97uvMJZO .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tF97uvMJZO .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tF97uvMJZO .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tF97uvMJZO .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tF97uvMJZO .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tF97uvMJZO .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tF97uvMJZO .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tF97uvMJZO img {
  transition: all 2s !important;
}
.cid-tF97uvMJZO .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tF97uvMJZO .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tF97uvMJZO .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-v9g2NYHA6V {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e640c;
}
@media (max-width: 767px) {
  .cid-v9g2NYHA6V .content {
    text-align: center;
  }
  .cid-v9g2NYHA6V .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v9g2NYHA6V .img-logo img {
  height: 6rem;
}
.cid-v9g2NYHA6V .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v9g2NYHA6V .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-v9g2NYHA6V .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-v9g2NYHA6V .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-v9g2NYHA6V .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v9g2NYHA6V .social-list a:hover {
  opacity: 1;
}
.cid-v9g2NYHA6V .list {
  list-style-type: none;
  padding: 0;
}
.cid-v9g2NYHA6V .list li {
  padding-bottom: .5rem;
}
.cid-v9g2NYHA6V .list li:last-child {
  padding-bottom: 0;
}
.cid-v9g2NYHA6V .mbr-footer-list,
.cid-v9g2NYHA6V .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-v9g2NYHA6V .mbr-footer-list,
  .cid-v9g2NYHA6V .form-text,
  .cid-v9g2NYHA6V .footer-title,
  .cid-v9g2NYHA6V .footer-main-title,
  .cid-v9g2NYHA6V .form-text,
  .cid-v9g2NYHA6V .list {
    text-align: center !important;
  }
  .cid-v9g2NYHA6V .mbr-form,
  .cid-v9g2NYHA6V .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-v9g2NYHA6V .footer-main-title {
  color: #ffffff;
}
.cid-v9g2NYHA6V .mbr-footer-list DIV {
  text-align: left;
}
.cid-v9g2NYHA6V .mbr-footer-list {
  color: #ffffff;
}
.cid-v9g2NYHA6V .form-text {
  color: #ffffff;
}
.cid-tz9OMQEUzz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tz9OMQEUzz nav.navbar {
  position: fixed;
}
.cid-tz9OMQEUzz .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-tz9OMQEUzz .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tz9OMQEUzz .dropdown-item:hover,
.cid-tz9OMQEUzz .dropdown-item:focus {
  color: #2e640c !important;
}
.cid-tz9OMQEUzz .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-tz9OMQEUzz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tz9OMQEUzz .nav-link {
  position: relative;
  padding: 0;
}
.cid-tz9OMQEUzz .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-tz9OMQEUzz .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-tz9OMQEUzz .dropdown-menu,
.cid-tz9OMQEUzz .navbar.opened {
  background: #ffffff !important;
}
.cid-tz9OMQEUzz .nav-item:focus,
.cid-tz9OMQEUzz .nav-link:focus {
  outline: none;
}
.cid-tz9OMQEUzz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tz9OMQEUzz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tz9OMQEUzz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tz9OMQEUzz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tz9OMQEUzz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tz9OMQEUzz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tz9OMQEUzz .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: #ffffff;
}
.cid-tz9OMQEUzz .navbar.opened {
  transition: all 0.3s;
}
.cid-tz9OMQEUzz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tz9OMQEUzz .navbar .navbar-logo img {
  width: auto;
}
.cid-tz9OMQEUzz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tz9OMQEUzz .navbar.collapsed {
  justify-content: center;
}
.cid-tz9OMQEUzz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tz9OMQEUzz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tz9OMQEUzz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tz9OMQEUzz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tz9OMQEUzz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tz9OMQEUzz .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-tz9OMQEUzz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tz9OMQEUzz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tz9OMQEUzz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tz9OMQEUzz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tz9OMQEUzz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tz9OMQEUzz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tz9OMQEUzz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tz9OMQEUzz .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-tz9OMQEUzz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tz9OMQEUzz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tz9OMQEUzz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tz9OMQEUzz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tz9OMQEUzz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tz9OMQEUzz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tz9OMQEUzz .navbar.navbar-short {
  min-height: 60px;
}
.cid-tz9OMQEUzz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tz9OMQEUzz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tz9OMQEUzz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tz9OMQEUzz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tz9OMQEUzz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tz9OMQEUzz .dropdown-item.active,
.cid-tz9OMQEUzz .dropdown-item:active {
  background-color: transparent;
}
.cid-tz9OMQEUzz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tz9OMQEUzz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tz9OMQEUzz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tz9OMQEUzz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tz9OMQEUzz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tz9OMQEUzz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tz9OMQEUzz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tz9OMQEUzz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tz9OMQEUzz button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tz9OMQEUzz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e640c;
}
.cid-tz9OMQEUzz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tz9OMQEUzz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tz9OMQEUzz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tz9OMQEUzz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tz9OMQEUzz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tz9OMQEUzz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tz9OMQEUzz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tz9OMQEUzz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tz9OMQEUzz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tz9OMQEUzz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tz9OMQEUzz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tz9OMQEUzz .navbar {
    height: 70px;
  }
  .cid-tz9OMQEUzz .navbar.opened {
    height: auto;
  }
  .cid-tz9OMQEUzz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tz9OMQEUzz .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tz9OMQEUzz .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tz9OMQEUzz a {
  display: inline;
  font-weight: bold;
}
.cid-tz9OMQEUzz img {
  display: inline;
  padding-right: 10px;
}
.cid-tz9OMQEUzz .dropdown-toggle:after {
  display: none;
}
.cid-tz9OMQEUzz .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tz9OMQEUzz .dropdown-item:hover {
  color: #4479d9 !important;
}
@media (max-width: 990px) {
  .cid-tz9OMQEUzz .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-v9ckEQM1Ac {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/dsc09054-1-2000x1333.jpeg");
}
.cid-v9ckEQM1Ac h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-v9ckEQM1Ac h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-v9ckEQM1Ac h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (max-width: 768px) {
  .cid-v9ckEQM1Ac h3:before,
  .cid-v9ckEQM1Ac h3:after {
    display: none;
  }
}
.cid-v9ckEQM1Ac .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9ckEQM1Ac .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9ckEQM1Ac .mbr-text,
.cid-v9ckEQM1Ac .mbr-section-btn {
  text-align: center;
}
.cid-tB3gIFhKND {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tB3gIFhKND h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-tB3gIFhKND h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tB3gIFhKND h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (max-width: 768px) {
  .cid-tB3gIFhKND h3::before,
  .cid-tB3gIFhKND h3::after {
    display: none;
  }
  .cid-tB3gIFhKND .iframeSize {
    height: 90vh;
    width: 95vw;
  }
}
.cid-tB3gIFhKND iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0px;
}
@media (min-width: 500px) {
  .cid-tB3gIFhKND iframe {
    min-height: 400px;
  }
}
.cid-tB3juW0Kug {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tB3juW0Kug h3 {
  text-align: center;
}
.cid-tB3juW0Kug .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-tB3juW0Kug .mbr-content-text {
  color: #767676;
}
.cid-tB3juW0Kug .card {
  word-wrap: break-word;
}
.cid-tB3juW0Kug .mbr-iconfont {
  color: #2e640c !important;
  font-size: 3.5rem !important;
}
.cid-tB3juW0Kug H3 {
  color: #2e640c;
}
.cid-tB3juW0Kug H4 {
  color: #2e640c;
}
.cid-u8HJ6LWvT8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2e640c;
}
.cid-u8HJ6LWvT8 .justify-content-center {
  align-items: center;
}
.cid-u8HJ6LWvT8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8HJ6LWvT8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8HJ6LWvT8 .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-u8HJ6LWvT8 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8HJ6LWvT8 .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-u8HJ6LWvT8 .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-u8HJ6LWvT8 .row {
  align-items: center;
}
.cid-u8HJ6LWvT8 .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-u8HJ6LWvT8 .card-text {
    text-align: center;
  }
}
.cid-u2a5vLKgJ1 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u2a5vLKgJ1 .mbr-section-title {
  color: #2e640c;
}
.cid-tBzStGHAit {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/dsc03213-2000x1333.jpg");
}
.cid-tBzStGHAit .list-group-item {
  padding: 0.8rem 1rem;
  border: none;
}
.cid-tBzStGHAit .price-term {
  vertical-align: top;
}
.cid-tBzStGHAit h4 {
  margin: 0;
}
.cid-tBzStGHAit .card1 {
  background: #64a946;
}
.cid-tBzStGHAit .card2 {
  background: #548f3a;
}
.cid-tBzStGHAit .card3 {
  background: #2e640c;
}
.cid-tBzStGHAit .plan-header {
  padding: 4rem 1rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.cid-tBzStGHAit .plan-body {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fff;
  padding: 3rem 1rem;
}
.cid-tBzStGHAit .month {
  letter-spacing: 2px;
}
.cid-tBzStGHAit .plan {
  word-break: break-word;
  position: relative;
  max-width: 400px;
  margin-bottom: 1rem;
  color: #767676;
}
.cid-tBzStGHAit .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-tBzStGHAit .plan .list-group-item:last-child::after {
  display: none;
}
.cid-tBzStGHAit .row {
  justify-content: center;
}
.cid-tBzStGHAit .price-value {
  vertical-align: top;
}
@media (max-width: 550px) {
  .cid-tBzStGHAit .price-figure {
    font-size: 4.25rem;
  }
}
@media (max-width: 992px) {
  .cid-tBzStGHAit .plan {
    margin-bottom: 2rem;
  }
}
.cid-tBzStGHAit UL {
  text-align: center;
  color: #2e640c;
}
.cid-tPTHk6HPhF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tPTHk6HPhF h2,
.cid-tPTHk6HPhF h3,
.cid-tPTHk6HPhF h4,
.cid-tPTHk6HPhF p {
  margin: 0;
}
.cid-tPTHk6HPhF ul {
  padding: 0;
  list-style-type: none;
}
.cid-tPTHk6HPhF .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-tPTHk6HPhF .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-tPTHk6HPhF .mbr-text {
  color: #000000;
  margin: 10px 0;
}
.cid-tPTHk6HPhF .list {
  margin: 25px 0;
  color: #6b6b6b;
}
.cid-tPTHk6HPhF .mbr-card-text {
  margin: 10px 0;
}
.cid-tPTHk6HPhF .mbr-card-text::before {
  content: "* ";
  display: inline;
}
.cid-v9g1FGtEKr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e640c;
}
@media (max-width: 767px) {
  .cid-v9g1FGtEKr .content {
    text-align: center;
  }
  .cid-v9g1FGtEKr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v9g1FGtEKr .img-logo img {
  height: 6rem;
}
.cid-v9g1FGtEKr .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v9g1FGtEKr .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-v9g1FGtEKr .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-v9g1FGtEKr .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-v9g1FGtEKr .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v9g1FGtEKr .social-list a:hover {
  opacity: 1;
}
.cid-v9g1FGtEKr .list {
  list-style-type: none;
  padding: 0;
}
.cid-v9g1FGtEKr .list li {
  padding-bottom: .5rem;
}
.cid-v9g1FGtEKr .list li:last-child {
  padding-bottom: 0;
}
.cid-v9g1FGtEKr .mbr-footer-list,
.cid-v9g1FGtEKr .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-v9g1FGtEKr .mbr-footer-list,
  .cid-v9g1FGtEKr .form-text,
  .cid-v9g1FGtEKr .footer-title,
  .cid-v9g1FGtEKr .footer-main-title,
  .cid-v9g1FGtEKr .form-text,
  .cid-v9g1FGtEKr .list {
    text-align: center !important;
  }
  .cid-v9g1FGtEKr .mbr-form,
  .cid-v9g1FGtEKr .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-v9g1FGtEKr .footer-main-title {
  color: #ffffff;
}
.cid-v9g1FGtEKr .mbr-footer-list DIV {
  text-align: left;
}
.cid-v9g1FGtEKr .mbr-footer-list {
  color: #ffffff;
}
.cid-v9g1FGtEKr .form-text {
  color: #ffffff;
}
.cid-tz9OMQEUzz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tz9OMQEUzz nav.navbar {
  position: fixed;
}
.cid-tz9OMQEUzz .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-tz9OMQEUzz .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tz9OMQEUzz .dropdown-item:hover,
.cid-tz9OMQEUzz .dropdown-item:focus {
  color: #2e640c !important;
}
.cid-tz9OMQEUzz .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-tz9OMQEUzz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tz9OMQEUzz .nav-link {
  position: relative;
  padding: 0;
}
.cid-tz9OMQEUzz .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-tz9OMQEUzz .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-tz9OMQEUzz .dropdown-menu,
.cid-tz9OMQEUzz .navbar.opened {
  background: #ffffff !important;
}
.cid-tz9OMQEUzz .nav-item:focus,
.cid-tz9OMQEUzz .nav-link:focus {
  outline: none;
}
.cid-tz9OMQEUzz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tz9OMQEUzz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tz9OMQEUzz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tz9OMQEUzz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tz9OMQEUzz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tz9OMQEUzz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tz9OMQEUzz .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: #ffffff;
}
.cid-tz9OMQEUzz .navbar.opened {
  transition: all 0.3s;
}
.cid-tz9OMQEUzz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tz9OMQEUzz .navbar .navbar-logo img {
  width: auto;
}
.cid-tz9OMQEUzz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tz9OMQEUzz .navbar.collapsed {
  justify-content: center;
}
.cid-tz9OMQEUzz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tz9OMQEUzz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tz9OMQEUzz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tz9OMQEUzz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tz9OMQEUzz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tz9OMQEUzz .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-tz9OMQEUzz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tz9OMQEUzz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tz9OMQEUzz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tz9OMQEUzz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tz9OMQEUzz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tz9OMQEUzz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tz9OMQEUzz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tz9OMQEUzz .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-tz9OMQEUzz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tz9OMQEUzz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tz9OMQEUzz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tz9OMQEUzz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tz9OMQEUzz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tz9OMQEUzz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tz9OMQEUzz .navbar.navbar-short {
  min-height: 60px;
}
.cid-tz9OMQEUzz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tz9OMQEUzz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tz9OMQEUzz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tz9OMQEUzz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tz9OMQEUzz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tz9OMQEUzz .dropdown-item.active,
.cid-tz9OMQEUzz .dropdown-item:active {
  background-color: transparent;
}
.cid-tz9OMQEUzz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tz9OMQEUzz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tz9OMQEUzz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tz9OMQEUzz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tz9OMQEUzz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tz9OMQEUzz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tz9OMQEUzz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tz9OMQEUzz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tz9OMQEUzz button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tz9OMQEUzz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2e640c;
}
.cid-tz9OMQEUzz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tz9OMQEUzz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tz9OMQEUzz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tz9OMQEUzz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tz9OMQEUzz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tz9OMQEUzz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tz9OMQEUzz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tz9OMQEUzz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tz9OMQEUzz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tz9OMQEUzz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tz9OMQEUzz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tz9OMQEUzz .navbar {
    height: 70px;
  }
  .cid-tz9OMQEUzz .navbar.opened {
    height: auto;
  }
  .cid-tz9OMQEUzz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tz9OMQEUzz .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tz9OMQEUzz .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tz9OMQEUzz a {
  display: inline;
  font-weight: bold;
}
.cid-tz9OMQEUzz img {
  display: inline;
  padding-right: 10px;
}
.cid-tz9OMQEUzz .dropdown-toggle:after {
  display: none;
}
.cid-tz9OMQEUzz .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tz9OMQEUzz .dropdown-item:hover {
  color: #4479d9 !important;
}
@media (max-width: 990px) {
  .cid-tz9OMQEUzz .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-tPTFNuYXSk {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/dsc05742-2000x1333-800x533.jpg");
}
.cid-tPTFNuYXSk .mbr-section-title {
  color: #ffffff;
}
.cid-tPTFNuYXSk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tPTFNuYXSk .mbr-text,
.cid-tPTFNuYXSk .mbr-section-btn {
  color: #ffffff;
}
.cid-tPTGwuJkzZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tPTGwuJkzZ h2,
.cid-tPTGwuJkzZ h3,
.cid-tPTGwuJkzZ h4,
.cid-tPTGwuJkzZ p {
  margin: 0;
}
.cid-tPTGwuJkzZ ul {
  padding: 0;
  list-style-type: none;
}
.cid-tPTGwuJkzZ .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-tPTGwuJkzZ .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-tPTGwuJkzZ .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-tPTGwuJkzZ .list {
  margin: 25px 0;
  color: #6b6b6b;
}
.cid-tPTGwuJkzZ .mbr-card-text {
  margin: 10px 0;
}
.cid-tPTGwuJkzZ .mbr-card-text::before {
  content: "* ";
  display: inline;
}
.cid-tPTH1lSsoQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tPTH1lSsoQ h2,
.cid-tPTH1lSsoQ h3,
.cid-tPTH1lSsoQ h4,
.cid-tPTH1lSsoQ p {
  margin: 0;
}
.cid-tPTH1lSsoQ ul {
  padding: 0;
  list-style-type: none;
}
.cid-tPTH1lSsoQ .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-tPTH1lSsoQ .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-tPTH1lSsoQ .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-tPTH1lSsoQ .list {
  margin: 25px 0;
  color: #6b6b6b;
}
.cid-tPTH1lSsoQ .mbr-card-text {
  margin: 10px 0;
}
.cid-tPTH1lSsoQ .mbr-card-text::before {
  content: "* ";
  display: inline;
}
.cid-tPTH1Sh9ZP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tPTH1Sh9ZP h2,
.cid-tPTH1Sh9ZP h3,
.cid-tPTH1Sh9ZP h4,
.cid-tPTH1Sh9ZP p {
  margin: 0;
}
.cid-tPTH1Sh9ZP ul {
  padding: 0;
  list-style-type: none;
}
.cid-tPTH1Sh9ZP .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-tPTH1Sh9ZP .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-tPTH1Sh9ZP .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-tPTH1Sh9ZP .list {
  margin: 25px 0;
  color: #6b6b6b;
}
.cid-tPTH1Sh9ZP .mbr-card-text {
  margin: 10px 0;
}
.cid-tPTH1Sh9ZP .mbr-card-text::before {
  content: "* ";
  display: inline;
}
.cid-v9g2SUD9xi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e640c;
}
@media (max-width: 767px) {
  .cid-v9g2SUD9xi .content {
    text-align: center;
  }
  .cid-v9g2SUD9xi .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v9g2SUD9xi .img-logo img {
  height: 6rem;
}
.cid-v9g2SUD9xi .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v9g2SUD9xi .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-v9g2SUD9xi .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-v9g2SUD9xi .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-v9g2SUD9xi .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v9g2SUD9xi .social-list a:hover {
  opacity: 1;
}
.cid-v9g2SUD9xi .list {
  list-style-type: none;
  padding: 0;
}
.cid-v9g2SUD9xi .list li {
  padding-bottom: .5rem;
}
.cid-v9g2SUD9xi .list li:last-child {
  padding-bottom: 0;
}
.cid-v9g2SUD9xi .mbr-footer-list,
.cid-v9g2SUD9xi .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-v9g2SUD9xi .mbr-footer-list,
  .cid-v9g2SUD9xi .form-text,
  .cid-v9g2SUD9xi .footer-title,
  .cid-v9g2SUD9xi .footer-main-title,
  .cid-v9g2SUD9xi .form-text,
  .cid-v9g2SUD9xi .list {
    text-align: center !important;
  }
  .cid-v9g2SUD9xi .mbr-form,
  .cid-v9g2SUD9xi .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-v9g2SUD9xi .footer-main-title {
  color: #ffffff;
}
.cid-v9g2SUD9xi .mbr-footer-list DIV {
  text-align: left;
}
.cid-v9g2SUD9xi .mbr-footer-list {
  color: #ffffff;
}
.cid-v9g2SUD9xi .form-text {
  color: #ffffff;
}
