body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #17740e !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #0cae1c !important;
}
.bg-warning {
  background-color: #bbbbbb !important;
}
.bg-danger {
  background-color: #646464 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #17740e !important;
  border-color: #17740e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #082705 !important;
  border-color: #082705 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #082705 !important;
  border-color: #082705 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e17b0b !important;
  border-color: #e17b0b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #8e4e07 !important;
  border-color: #8e4e07 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8e4e07 !important;
  border-color: #8e4e07 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0cae1c !important;
  border-color: #0cae1c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #065d0f !important;
  border-color: #065d0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #065d0f !important;
  border-color: #065d0f !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #646464 !important;
  border-color: #646464 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #393939 !important;
  border-color: #393939 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #393939 !important;
  border-color: #393939 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #17740e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #082705 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #17740e !important;
  border-color: #17740e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e17b0b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #8e4e07 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e17b0b !important;
  border-color: #e17b0b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0cae1c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #065d0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0cae1c !important;
  border-color: #0cae1c !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bbbbbb;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #909090 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #646464;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #393939 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #646464 !important;
  border-color: #646464 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #17740e !important;
}
.text-secondary {
  color: #e17b0b !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #0cae1c !important;
}
.text-warning {
  color: #bbbbbb !important;
}
.text-danger {
  color: #646464 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #051903 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #804606 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #054f0d !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #888888 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #313131 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #17740e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0cae1c;
}
.alert-warning {
  background-color: #bbbbbb;
}
.alert-danger {
  background-color: #646464;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #17740e;
  border-color: #17740e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #17740e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #2fe41e;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #47f258;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fbfbfb;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a4a4a4;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #17740e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #17740e;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #17740e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #17740e;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #17740e;
  border-bottom-color: #17740e;
}
.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: #17740e !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: #e17b0b !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='%2317740e' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tlzUT3p8ZL {
  z-index: 1000;
  width: 100%;
}
.cid-tlzUT3p8ZL nav.navbar {
  position: fixed;
}
.cid-tlzUT3p8ZL .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-tlzUT3p8ZL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tlzUT3p8ZL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tlzUT3p8ZL .dropdown-item:hover,
.cid-tlzUT3p8ZL .dropdown-item:focus {
  background: #17740e !important;
  color: white !important;
}
.cid-tlzUT3p8ZL .dropdown-item:hover span {
  color: white;
}
.cid-tlzUT3p8ZL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tlzUT3p8ZL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tlzUT3p8ZL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tlzUT3p8ZL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tlzUT3p8ZL .nav-link {
  position: relative;
}
.cid-tlzUT3p8ZL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tlzUT3p8ZL .container {
    flex-wrap: nowrap;
  }
}
.cid-tlzUT3p8ZL .iconfont-wrapper {
  color: #0cae1c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tlzUT3p8ZL .dropdown-menu,
.cid-tlzUT3p8ZL .navbar.opened {
  background: #ffffff !important;
}
.cid-tlzUT3p8ZL .nav-item:focus,
.cid-tlzUT3p8ZL .nav-link:focus {
  outline: none;
}
.cid-tlzUT3p8ZL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tlzUT3p8ZL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tlzUT3p8ZL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tlzUT3p8ZL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tlzUT3p8ZL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tlzUT3p8ZL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tlzUT3p8ZL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tlzUT3p8ZL .navbar.opened {
  transition: all 0.3s;
}
.cid-tlzUT3p8ZL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tlzUT3p8ZL .navbar .navbar-logo img {
  width: auto;
}
.cid-tlzUT3p8ZL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tlzUT3p8ZL .navbar.collapsed {
  justify-content: center;
}
.cid-tlzUT3p8ZL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tlzUT3p8ZL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tlzUT3p8ZL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-tlzUT3p8ZL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tlzUT3p8ZL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tlzUT3p8ZL .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-tlzUT3p8ZL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tlzUT3p8ZL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tlzUT3p8ZL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tlzUT3p8ZL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tlzUT3p8ZL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tlzUT3p8ZL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tlzUT3p8ZL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tlzUT3p8ZL .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-tlzUT3p8ZL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tlzUT3p8ZL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tlzUT3p8ZL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tlzUT3p8ZL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tlzUT3p8ZL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tlzUT3p8ZL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tlzUT3p8ZL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tlzUT3p8ZL .navbar.navbar-short {
  min-height: 60px;
}
.cid-tlzUT3p8ZL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tlzUT3p8ZL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tlzUT3p8ZL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tlzUT3p8ZL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tlzUT3p8ZL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tlzUT3p8ZL .dropdown-item.active,
.cid-tlzUT3p8ZL .dropdown-item:active {
  background-color: transparent;
}
.cid-tlzUT3p8ZL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tlzUT3p8ZL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tlzUT3p8ZL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tlzUT3p8ZL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tlzUT3p8ZL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tlzUT3p8ZL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tlzUT3p8ZL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tlzUT3p8ZL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tlzUT3p8ZL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tlzUT3p8ZL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0cae1c;
}
.cid-tlzUT3p8ZL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tlzUT3p8ZL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tlzUT3p8ZL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tlzUT3p8ZL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tlzUT3p8ZL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tlzUT3p8ZL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tlzUT3p8ZL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tlzUT3p8ZL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tlzUT3p8ZL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tlzUT3p8ZL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tlzUT3p8ZL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tlzUT3p8ZL .navbar {
    height: 70px;
  }
  .cid-tlzUT3p8ZL .navbar.opened {
    height: auto;
  }
  .cid-tlzUT3p8ZL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tlQA8hkGqr {
  background-image: url("../../../assets/images/11-1920x1080.jpg");
}
.cid-tlQA8hkGqr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlQA8hkGqr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlQA8hkGqr .mbr-section-title {
  color: #ffffff;
}
.cid-tlQA8hkGqr .mbr-text,
.cid-tlQA8hkGqr .mbr-section-btn {
  color: #ffffff;
}
.cid-tlQL2NzR0V {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tlQL2NzR0V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlQL2NzR0V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlQL2NzR0V .row {
  flex-direction: row-reverse;
}
.cid-tlQL2NzR0V .video-wrapper iframe {
  width: 100%;
}
.cid-tlQL2NzR0V .mbr-section-title,
.cid-tlQL2NzR0V .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tlQL2NzR0V .text-wrapper {
    padding: 2rem;
  }
}
.cid-tlQL2NzR0V .mbr-section-title {
  color: #000000;
}
.cid-tlQL2NzR0V .mbr-section-subtitle {
  color: #e17b0b;
}
.cid-tDeFqXPC8y {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-tDeFqXPC8y .carousel {
    min-height: 500px;
  }
  .cid-tDeFqXPC8y .carousel img {
    max-height: 500px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tDeFqXPC8y .carousel {
    min-height: 325px;
  }
  .cid-tDeFqXPC8y .carousel img {
    max-height: 325px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tDeFqXPC8y .carousel {
    min-height: 275px;
  }
  .cid-tDeFqXPC8y .carousel img {
    max-height: 275px;
    object-fit: contain;
  }
  .cid-tDeFqXPC8y .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tDeFqXPC8y .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tDeFqXPC8y .carousel,
.cid-tDeFqXPC8y .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tDeFqXPC8y .item-wrapper {
  width: 100%;
}
.cid-tDeFqXPC8y .carousel-caption {
  bottom: 40px;
}
.cid-tDeFqXPC8y .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tDeFqXPC8y .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tDeFqXPC8y .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tDeFqXPC8y .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tDeFqXPC8y .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tDeFqXPC8y .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDeFqXPC8y .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tDeFqXPC8y .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tDeFqXPC8y .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tDeFqXPC8y .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  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-tDeFqXPC8y .carousel-indicators li.active,
.cid-tDeFqXPC8y .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tDeFqXPC8y .carousel-indicators li::after,
.cid-tDeFqXPC8y .carousel-indicators li::before {
  content: none;
}
.cid-tDeFqXPC8y .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tDeFqXPC8y .carousel-indicators {
    display: none !important;
  }
}
.cid-tDeK1Mm1T6 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDeK1Mm1T6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDeK1Mm1T6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDeK1Mm1T6 .mbr-section-title {
  color: #17740e;
}
.cid-tDeIbl5S9J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDeIbl5S9J .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDeIbl5S9J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDeIbl5S9J .img-wrapper {
  text-align: center;
}
.cid-tDeIbl5S9J img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-tDeIbl5S9J .row {
  align-items: flex-start;
}
.cid-tDeIbl5S9J .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-tDeIbl5S9J .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tDeIbl5S9J .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tDeIbl5S9J .card-wrapper {
    padding: 1rem;
  }
}
.cid-tDeJehMh3Q {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDeJehMh3Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDeJehMh3Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDeJehMh3Q .img-wrapper {
  text-align: center;
}
.cid-tDeJehMh3Q img {
  margin: auto;
  width: 220px;
  padding-bottom: 2rem;
}
.cid-tDeJehMh3Q .row {
  align-items: flex-start;
}
.cid-tDeJehMh3Q .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-tDeJehMh3Q .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tDeJehMh3Q .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tDeJehMh3Q .card-wrapper {
    padding: 1rem;
  }
}
.cid-tLSVhBTf6g {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tLSVhBTf6g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLSVhBTf6g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLSVhBTf6g .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tLSVhBTf6g .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tLSVhBTf6g .embla__button--next,
.cid-tLSVhBTf6g .embla__button--prev {
  display: flex;
}
.cid-tLSVhBTf6g .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tLSVhBTf6g .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tLSVhBTf6g .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tLSVhBTf6g .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tLSVhBTf6g .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tLSVhBTf6g .embla__button {
    top: auto;
  }
}
.cid-tLSVhBTf6g .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tLSVhBTf6g .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tLSVhBTf6g .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tLSVhBTf6g .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tLSVhBTf6g .embla {
  position: relative;
  width: 100%;
}
.cid-tLSVhBTf6g .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tLSVhBTf6g .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tLSVhBTf6g .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tLSVhBTf6g .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tlQWdOOzby {
  background-image: url("../../../assets/images/whatsapp-image-2022-02-07-at-10.49.18-1280x960.jpg");
}
.cid-tlQWdOOzby .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlQWdOOzby .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlQWdOOzby .mbr-section-title {
  color: #ffffff;
}
.cid-tmBR1YxU6L {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tmBR1YxU6L img,
.cid-tmBR1YxU6L .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tmBR1YxU6L .item:focus,
.cid-tmBR1YxU6L span:focus {
  outline: none;
}
.cid-tmBR1YxU6L .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tmBR1YxU6L .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tmBR1YxU6L .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tmBR1YxU6L .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tmBR1YxU6L .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tmBR1YxU6L .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tmBR1YxU6L .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tmBR1YxU6L .mbr-section-title {
  color: #232323;
}
.cid-tmBR1YxU6L .mbr-text,
.cid-tmBR1YxU6L .mbr-section-btn {
  text-align: left;
}
.cid-tmBR1YxU6L .item-title {
  text-align: left;
}
.cid-tmBR1YxU6L .item-subtitle {
  text-align: left;
}
.cid-uEozTVEs8O {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uEozTVEs8O img,
.cid-uEozTVEs8O .item-img {
  width: 100%;
}
.cid-uEozTVEs8O .item:focus,
.cid-uEozTVEs8O span:focus {
  outline: none;
}
.cid-uEozTVEs8O .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uEozTVEs8O .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uEozTVEs8O .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uEozTVEs8O .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uEozTVEs8O .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uEozTVEs8O .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uEozTVEs8O .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uEozTVEs8O .mbr-section-title {
  color: #232323;
}
.cid-uEozTVEs8O .mbr-text,
.cid-uEozTVEs8O .mbr-section-btn {
  text-align: left;
}
.cid-uEozTVEs8O .item-title {
  text-align: left;
}
.cid-uEozTVEs8O .item-subtitle {
  text-align: left;
}
.cid-uEoDIqonZN {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uEoDIqonZN img,
.cid-uEoDIqonZN .item-img {
  width: 100%;
}
.cid-uEoDIqonZN .item:focus,
.cid-uEoDIqonZN span:focus {
  outline: none;
}
.cid-uEoDIqonZN .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uEoDIqonZN .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uEoDIqonZN .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uEoDIqonZN .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uEoDIqonZN .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uEoDIqonZN .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uEoDIqonZN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uEoDIqonZN .mbr-section-title {
  color: #232323;
}
.cid-uEoDIqonZN .mbr-text,
.cid-uEoDIqonZN .mbr-section-btn {
  text-align: left;
}
.cid-uEoDIqonZN .item-title {
  text-align: left;
}
.cid-uEoDIqonZN .item-subtitle {
  text-align: left;
}
.cid-tHayDqxl32 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/img-3968-1617x1213.jpg");
}
.cid-tHayDqxl32 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHayDqxl32 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHayDqxl32 .mbr-section-title {
  color: #ffffff;
}
.cid-tHayDqxl32 .mbr-text,
.cid-tHayDqxl32 .mbr-section-btn {
  color: #ffffff;
}
.cid-tlQS4fRnPT {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tlQS4fRnPT .mbr-text,
.cid-tlQS4fRnPT .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-tlQS4fRnPT .mbr-text,
  .cid-tlQS4fRnPT .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tlQS4fRnPT .mbr-text,
  .cid-tlQS4fRnPT .mbr-section-title {
    text-align: center;
  }
}
.cid-tlQS4fRnPT a.btn {
  height: 100%;
  margin: 0;
}
.cid-tlQS4fRnPT .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tlQS4fRnPT .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tlQS4fRnPT .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tlQS4fRnPT .justify-content-center {
  align-items: center;
}
.cid-tmBZv3A7Ul {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-tmBZv3A7Ul .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmBZv3A7Ul .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmBZv3A7Ul .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tmBZv3A7Ul .bg-facebook:hover {
  background: #0b60cb;
}
.cid-tmBZv3A7Ul .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tmBZv3A7Ul .bg-instagram:hover {
  background: #bd005c;
}
.cid-tmBZv3A7Ul .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-tmBZv3A7Ul .bg-linkedin:hover {
  background: #005582;
}
.cid-tmBZv3A7Ul .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tmBZv3A7Ul [class^="socicon-"]:before,
.cid-tmBZv3A7Ul [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tlQQ6AhuhS {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/13-1920x1080.jpg");
}
@media (max-width: 767px) {
  .cid-tlQQ6AhuhS .content {
    text-align: center;
  }
  .cid-tlQQ6AhuhS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tlQQ6AhuhS .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tlQQ6AhuhS .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tlQQ6AhuhS .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tlQQ6AhuhS .google-map {
  height: 25rem;
  position: relative;
}
.cid-tlQQ6AhuhS .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tlQQ6AhuhS .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-tlQQ6AhuhS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tlQQ6AhuhS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tlQQ6AhuhS .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tlQQ6AhuhS .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tlQQ6AhuhS .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tlQQ6AhuhS .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tlQQ6AhuhS .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tlQQ6AhuhS .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tlQQ6AhuhS .list {
  list-style-type: none;
  padding: 0;
}
.cid-tlRbwvzy3Z {
  z-index: 1000;
  width: 100%;
}
.cid-tlRbwvzy3Z nav.navbar {
  position: fixed;
}
.cid-tlRbwvzy3Z .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-tlRbwvzy3Z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tlRbwvzy3Z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tlRbwvzy3Z .dropdown-item:hover,
.cid-tlRbwvzy3Z .dropdown-item:focus {
  background: #17740e !important;
  color: white !important;
}
.cid-tlRbwvzy3Z .dropdown-item:hover span {
  color: white;
}
.cid-tlRbwvzy3Z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tlRbwvzy3Z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tlRbwvzy3Z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tlRbwvzy3Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tlRbwvzy3Z .nav-link {
  position: relative;
}
.cid-tlRbwvzy3Z .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tlRbwvzy3Z .container {
    flex-wrap: nowrap;
  }
}
.cid-tlRbwvzy3Z .iconfont-wrapper {
  color: #0cae1c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tlRbwvzy3Z .dropdown-menu,
.cid-tlRbwvzy3Z .navbar.opened {
  background: #ffffff !important;
}
.cid-tlRbwvzy3Z .nav-item:focus,
.cid-tlRbwvzy3Z .nav-link:focus {
  outline: none;
}
.cid-tlRbwvzy3Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tlRbwvzy3Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tlRbwvzy3Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tlRbwvzy3Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tlRbwvzy3Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tlRbwvzy3Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tlRbwvzy3Z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tlRbwvzy3Z .navbar.opened {
  transition: all 0.3s;
}
.cid-tlRbwvzy3Z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tlRbwvzy3Z .navbar .navbar-logo img {
  width: auto;
}
.cid-tlRbwvzy3Z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tlRbwvzy3Z .navbar.collapsed {
  justify-content: center;
}
.cid-tlRbwvzy3Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tlRbwvzy3Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tlRbwvzy3Z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-tlRbwvzy3Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tlRbwvzy3Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tlRbwvzy3Z .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-tlRbwvzy3Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tlRbwvzy3Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tlRbwvzy3Z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tlRbwvzy3Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tlRbwvzy3Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tlRbwvzy3Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tlRbwvzy3Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tlRbwvzy3Z .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-tlRbwvzy3Z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tlRbwvzy3Z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tlRbwvzy3Z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tlRbwvzy3Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tlRbwvzy3Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tlRbwvzy3Z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tlRbwvzy3Z .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tlRbwvzy3Z .navbar.navbar-short {
  min-height: 60px;
}
.cid-tlRbwvzy3Z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tlRbwvzy3Z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tlRbwvzy3Z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tlRbwvzy3Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tlRbwvzy3Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tlRbwvzy3Z .dropdown-item.active,
.cid-tlRbwvzy3Z .dropdown-item:active {
  background-color: transparent;
}
.cid-tlRbwvzy3Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tlRbwvzy3Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tlRbwvzy3Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tlRbwvzy3Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tlRbwvzy3Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tlRbwvzy3Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tlRbwvzy3Z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tlRbwvzy3Z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tlRbwvzy3Z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tlRbwvzy3Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0cae1c;
}
.cid-tlRbwvzy3Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tlRbwvzy3Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tlRbwvzy3Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tlRbwvzy3Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tlRbwvzy3Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tlRbwvzy3Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tlRbwvzy3Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tlRbwvzy3Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tlRbwvzy3Z .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tlRbwvzy3Z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tlRbwvzy3Z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tlRbwvzy3Z .navbar {
    height: 70px;
  }
  .cid-tlRbwvzy3Z .navbar.opened {
    height: auto;
  }
  .cid-tlRbwvzy3Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tlRbwweUb1 {
  background-image: url("../../../assets/images/nuestras-especies-2000x1335.jpg");
}
.cid-tlRbwweUb1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlRbwweUb1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlRbwweUb1 .mbr-section-title {
  color: #ffffff;
}
.cid-tlRbwweUb1 .mbr-text,
.cid-tlRbwweUb1 .mbr-section-btn {
  color: #ffffff;
}
.cid-tlRdduZZfA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tlRdduZZfA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlRdduZZfA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tlRdduZZfA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tlRdduZZfA .row {
  flex-direction: row-reverse;
}
.cid-tlRdduZZfA img {
  width: 100%;
}
.cid-tlRfZJaFRB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tlRfZJaFRB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlRfZJaFRB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tlRfZJaFRB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tlRfZJaFRB .row {
  flex-direction: row-reverse;
}
.cid-tlRfZJaFRB img {
  width: 100%;
}
.cid-tlRgvDYeGY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tlRgvDYeGY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlRgvDYeGY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tlRgvDYeGY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tlRgvDYeGY .row {
  flex-direction: row-reverse;
}
.cid-tlRgvDYeGY img {
  width: 100%;
}
.cid-tlRgWsoGRz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tlRgWsoGRz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlRgWsoGRz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tlRgWsoGRz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tlRgWsoGRz .row {
  flex-direction: row-reverse;
}
.cid-tlRgWsoGRz img {
  width: 100%;
}
.cid-tlRhqCDvZO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tlRhqCDvZO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlRhqCDvZO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tlRhqCDvZO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tlRhqCDvZO .row {
  flex-direction: row-reverse;
}
.cid-tlRhqCDvZO img {
  width: 100%;
}
.cid-tlRiLeMXHy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tlRiLeMXHy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlRiLeMXHy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tlRiLeMXHy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tlRiLeMXHy .row {
  flex-direction: row-reverse;
}
.cid-tlRiLeMXHy img {
  width: 100%;
}
.cid-tlRjM6IBqW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tlRjM6IBqW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlRjM6IBqW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tlRjM6IBqW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tlRjM6IBqW .row {
  flex-direction: row-reverse;
}
.cid-tlRjM6IBqW img {
  width: 100%;
}
.cid-tlRk1lxMLQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tlRk1lxMLQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlRk1lxMLQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tlRk1lxMLQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tlRk1lxMLQ .row {
  flex-direction: row-reverse;
}
.cid-tlRk1lxMLQ img {
  width: 100%;
}
.cid-tlRkAFNvdt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tlRkAFNvdt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlRkAFNvdt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tlRkAFNvdt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tlRkAFNvdt .row {
  flex-direction: row-reverse;
}
.cid-tlRkAFNvdt img {
  width: 100%;
}
.cid-tlRkXgNyic {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tlRkXgNyic .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlRkXgNyic .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tlRkXgNyic .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tlRkXgNyic .row {
  flex-direction: row-reverse;
}
.cid-tlRkXgNyic img {
  width: 100%;
}
.cid-uiNPZ1ac7X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uiNPZ1ac7X .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uiNPZ1ac7X .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uiNPZ1ac7X .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #17740e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uiNPZ1ac7X .mbr-section-title {
  color: #17740e;
}
.cid-uiNPZ1ac7X .mbr-text {
  color: #17740e;
}
.cid-tlRbwzADux {
  background-color: #ffffff;
}
.cid-tlRbwzADux .mbr-text,
.cid-tlRbwzADux .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-tlRbwzADux .mbr-text,
  .cid-tlRbwzADux .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tlRbwzADux .mbr-text,
  .cid-tlRbwzADux .mbr-section-title {
    text-align: center;
  }
}
.cid-tlRbwzADux a.btn {
  height: 100%;
  margin: 0;
}
.cid-tlRbwzADux .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tlRbwzADux .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tlRbwzADux .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tlRbwzADux .justify-content-center {
  align-items: center;
}
.cid-tlRbwA8ePv {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/13-1920x1080.jpg");
}
@media (max-width: 767px) {
  .cid-tlRbwA8ePv .content {
    text-align: center;
  }
  .cid-tlRbwA8ePv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tlRbwA8ePv .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tlRbwA8ePv .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tlRbwA8ePv .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tlRbwA8ePv .google-map {
  height: 25rem;
  position: relative;
}
.cid-tlRbwA8ePv .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tlRbwA8ePv .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-tlRbwA8ePv .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tlRbwA8ePv .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tlRbwA8ePv .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tlRbwA8ePv .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tlRbwA8ePv .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tlRbwA8ePv .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tlRbwA8ePv .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tlRbwA8ePv .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tlRbwA8ePv .list {
  list-style-type: none;
  padding: 0;
}
.cid-tlRmFttBGb {
  z-index: 1000;
  width: 100%;
}
.cid-tlRmFttBGb nav.navbar {
  position: fixed;
}
.cid-tlRmFttBGb .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-tlRmFttBGb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tlRmFttBGb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tlRmFttBGb .dropdown-item:hover,
.cid-tlRmFttBGb .dropdown-item:focus {
  background: #17740e !important;
  color: white !important;
}
.cid-tlRmFttBGb .dropdown-item:hover span {
  color: white;
}
.cid-tlRmFttBGb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tlRmFttBGb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tlRmFttBGb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tlRmFttBGb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tlRmFttBGb .nav-link {
  position: relative;
}
.cid-tlRmFttBGb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tlRmFttBGb .container {
    flex-wrap: nowrap;
  }
}
.cid-tlRmFttBGb .iconfont-wrapper {
  color: #0cae1c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tlRmFttBGb .dropdown-menu,
.cid-tlRmFttBGb .navbar.opened {
  background: #ffffff !important;
}
.cid-tlRmFttBGb .nav-item:focus,
.cid-tlRmFttBGb .nav-link:focus {
  outline: none;
}
.cid-tlRmFttBGb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tlRmFttBGb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tlRmFttBGb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tlRmFttBGb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tlRmFttBGb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tlRmFttBGb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tlRmFttBGb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tlRmFttBGb .navbar.opened {
  transition: all 0.3s;
}
.cid-tlRmFttBGb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tlRmFttBGb .navbar .navbar-logo img {
  width: auto;
}
.cid-tlRmFttBGb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tlRmFttBGb .navbar.collapsed {
  justify-content: center;
}
.cid-tlRmFttBGb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tlRmFttBGb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tlRmFttBGb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-tlRmFttBGb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tlRmFttBGb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tlRmFttBGb .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-tlRmFttBGb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tlRmFttBGb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tlRmFttBGb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tlRmFttBGb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tlRmFttBGb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tlRmFttBGb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tlRmFttBGb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tlRmFttBGb .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-tlRmFttBGb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tlRmFttBGb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tlRmFttBGb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tlRmFttBGb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tlRmFttBGb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tlRmFttBGb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tlRmFttBGb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tlRmFttBGb .navbar.navbar-short {
  min-height: 60px;
}
.cid-tlRmFttBGb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tlRmFttBGb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tlRmFttBGb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tlRmFttBGb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tlRmFttBGb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tlRmFttBGb .dropdown-item.active,
.cid-tlRmFttBGb .dropdown-item:active {
  background-color: transparent;
}
.cid-tlRmFttBGb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tlRmFttBGb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tlRmFttBGb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tlRmFttBGb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tlRmFttBGb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tlRmFttBGb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tlRmFttBGb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tlRmFttBGb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tlRmFttBGb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tlRmFttBGb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0cae1c;
}
.cid-tlRmFttBGb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tlRmFttBGb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tlRmFttBGb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tlRmFttBGb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tlRmFttBGb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tlRmFttBGb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tlRmFttBGb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tlRmFttBGb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tlRmFttBGb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tlRmFttBGb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tlRmFttBGb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tlRmFttBGb .navbar {
    height: 70px;
  }
  .cid-tlRmFttBGb .navbar.opened {
    height: auto;
  }
  .cid-tlRmFttBGb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tlRmFuhV7U {
  background-image: url("../../../assets/images/11-1920x1080.jpg");
}
.cid-tlRmFuhV7U .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlRmFuhV7U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlRmFuhV7U .mbr-section-title {
  color: #ffffff;
}
.cid-tlRmFuhV7U .mbr-text,
.cid-tlRmFuhV7U .mbr-section-btn {
  color: #ffffff;
}
.cid-tHatWyagVu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tHatWyagVu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHatWyagVu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHatWyagVu .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tHatWyagVu .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tHatWyagVu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tHatWyagVu .mbr-section-title {
  color: #17740e;
}
.cid-tHavI61mCk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tHavI61mCk .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tHavI61mCk .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tHavI61mCk .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #17740e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tHavI61mCk .mbr-section-title {
  color: #17740e;
}
.cid-tHavI61mCk .mbr-text {
  color: #17740e;
}
.cid-tlRmFzqXJT {
  background-color: #ffffff;
}
.cid-tlRmFzqXJT .mbr-text,
.cid-tlRmFzqXJT .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-tlRmFzqXJT .mbr-text,
  .cid-tlRmFzqXJT .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tlRmFzqXJT .mbr-text,
  .cid-tlRmFzqXJT .mbr-section-title {
    text-align: center;
  }
}
.cid-tlRmFzqXJT a.btn {
  height: 100%;
  margin: 0;
}
.cid-tlRmFzqXJT .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tlRmFzqXJT .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tlRmFzqXJT .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tlRmFzqXJT .justify-content-center {
  align-items: center;
}
.cid-tlRmFzVteL {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/13-1920x1080.jpg");
}
@media (max-width: 767px) {
  .cid-tlRmFzVteL .content {
    text-align: center;
  }
  .cid-tlRmFzVteL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tlRmFzVteL .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tlRmFzVteL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tlRmFzVteL .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tlRmFzVteL .google-map {
  height: 25rem;
  position: relative;
}
.cid-tlRmFzVteL .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tlRmFzVteL .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-tlRmFzVteL .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tlRmFzVteL .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tlRmFzVteL .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tlRmFzVteL .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tlRmFzVteL .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tlRmFzVteL .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tlRmFzVteL .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tlRmFzVteL .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tlRmFzVteL .list {
  list-style-type: none;
  padding: 0;
}
.cid-tlRriC6Bi2 {
  z-index: 1000;
  width: 100%;
}
.cid-tlRriC6Bi2 nav.navbar {
  position: fixed;
}
.cid-tlRriC6Bi2 .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-tlRriC6Bi2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tlRriC6Bi2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tlRriC6Bi2 .dropdown-item:hover,
.cid-tlRriC6Bi2 .dropdown-item:focus {
  background: #17740e !important;
  color: white !important;
}
.cid-tlRriC6Bi2 .dropdown-item:hover span {
  color: white;
}
.cid-tlRriC6Bi2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tlRriC6Bi2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tlRriC6Bi2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tlRriC6Bi2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tlRriC6Bi2 .nav-link {
  position: relative;
}
.cid-tlRriC6Bi2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tlRriC6Bi2 .container {
    flex-wrap: nowrap;
  }
}
.cid-tlRriC6Bi2 .iconfont-wrapper {
  color: #0cae1c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tlRriC6Bi2 .dropdown-menu,
.cid-tlRriC6Bi2 .navbar.opened {
  background: #ffffff !important;
}
.cid-tlRriC6Bi2 .nav-item:focus,
.cid-tlRriC6Bi2 .nav-link:focus {
  outline: none;
}
.cid-tlRriC6Bi2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tlRriC6Bi2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tlRriC6Bi2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tlRriC6Bi2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tlRriC6Bi2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tlRriC6Bi2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tlRriC6Bi2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tlRriC6Bi2 .navbar.opened {
  transition: all 0.3s;
}
.cid-tlRriC6Bi2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tlRriC6Bi2 .navbar .navbar-logo img {
  width: auto;
}
.cid-tlRriC6Bi2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tlRriC6Bi2 .navbar.collapsed {
  justify-content: center;
}
.cid-tlRriC6Bi2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tlRriC6Bi2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tlRriC6Bi2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-tlRriC6Bi2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tlRriC6Bi2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tlRriC6Bi2 .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-tlRriC6Bi2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tlRriC6Bi2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tlRriC6Bi2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tlRriC6Bi2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tlRriC6Bi2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tlRriC6Bi2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tlRriC6Bi2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tlRriC6Bi2 .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-tlRriC6Bi2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tlRriC6Bi2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tlRriC6Bi2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tlRriC6Bi2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tlRriC6Bi2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tlRriC6Bi2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tlRriC6Bi2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tlRriC6Bi2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tlRriC6Bi2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tlRriC6Bi2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tlRriC6Bi2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tlRriC6Bi2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tlRriC6Bi2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tlRriC6Bi2 .dropdown-item.active,
.cid-tlRriC6Bi2 .dropdown-item:active {
  background-color: transparent;
}
.cid-tlRriC6Bi2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tlRriC6Bi2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tlRriC6Bi2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tlRriC6Bi2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tlRriC6Bi2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tlRriC6Bi2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tlRriC6Bi2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tlRriC6Bi2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tlRriC6Bi2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tlRriC6Bi2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0cae1c;
}
.cid-tlRriC6Bi2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tlRriC6Bi2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tlRriC6Bi2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tlRriC6Bi2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tlRriC6Bi2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tlRriC6Bi2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tlRriC6Bi2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tlRriC6Bi2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tlRriC6Bi2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tlRriC6Bi2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tlRriC6Bi2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tlRriC6Bi2 .navbar {
    height: 70px;
  }
  .cid-tlRriC6Bi2 .navbar.opened {
    height: auto;
  }
  .cid-tlRriC6Bi2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tlRriCP5rr {
  background-image: url("../../../assets/images/bonos-carbono55-1200x668.jpg");
}
.cid-tlRriCP5rr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlRriCP5rr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlRriCP5rr .mbr-section-title {
  color: #ffffff;
}
.cid-tlRriCP5rr .mbr-text,
.cid-tlRriCP5rr .mbr-section-btn {
  color: #ffffff;
}
.cid-tlRriCP5rr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tlRsbfmU4P {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tlRsbfmU4P .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlRsbfmU4P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlRsbfmU4P .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tlRsbfmU4P .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tlRsbfmU4P .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tlRsbfmU4P .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tlRsbfmU4P .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tlRsbfmU4P .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tlRsbfmU4P .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tlRsvAh6Q9 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tlRsvAh6Q9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlRsvAh6Q9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlRsvAh6Q9 .content-wrapper {
  background: #f9f9f9;
}
@media (max-width: 991px) {
  .cid-tlRsvAh6Q9 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tlRsvAh6Q9 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tlRsvAh6Q9 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tlRsvAh6Q9 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tlRsvAh6Q9 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tlRsvAh6Q9 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tlRsvAh6Q9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uJLtKtEJgM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uJLtKtEJgM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJLtKtEJgM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uJLtKtEJgM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJLtKtEJgM .row {
  flex-direction: row-reverse;
}
.cid-uJLtKtEJgM img {
  width: 100%;
}
.cid-tr8MHWQrRA {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tr8MHWQrRA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tr8MHWQrRA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tr8MHWQrRA .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tr8MHWQrRA .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tr8MHWQrRA .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tr8MHWQrRA .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tr8MHWQrRA .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tr8MHWQrRA .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tr8MHWQrRA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uJLtTXcdiM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uJLtTXcdiM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJLtTXcdiM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uJLtTXcdiM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJLtTXcdiM .row {
  flex-direction: row-reverse;
}
.cid-uJLtTXcdiM img {
  width: 100%;
}
.cid-tvdpAaPLLp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/13-1920x1080.jpg");
}
.cid-tvdpAaPLLp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvdpAaPLLp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvdpAaPLLp .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tvdpAaPLLp .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tvdpAaPLLp .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tvdpAaPLLp .card-wrapper {
    padding: 4rem;
  }
}
.cid-tvdpAaPLLp .card-title {
  color: #17740e;
}
.cid-tr8O2y79LU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tr8O2y79LU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tr8O2y79LU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tr8O2y79LU .text-wrapper {
    padding: 2rem;
  }
}
.cid-tr8O2y79LU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tr8O2y79LU .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tr8O2y79LU .mbr-section-title {
  color: #074e00;
  text-align: center;
}
.cid-tlRriFz2hB {
  background-color: #ffffff;
}
.cid-tlRriFz2hB .mbr-text,
.cid-tlRriFz2hB .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-tlRriFz2hB .mbr-text,
  .cid-tlRriFz2hB .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tlRriFz2hB .mbr-text,
  .cid-tlRriFz2hB .mbr-section-title {
    text-align: center;
  }
}
.cid-tlRriFz2hB a.btn {
  height: 100%;
  margin: 0;
}
.cid-tlRriFz2hB .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tlRriFz2hB .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tlRriFz2hB .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tlRriFz2hB .justify-content-center {
  align-items: center;
}
.cid-tlRriG35rx {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/13-1920x1080.jpg");
}
@media (max-width: 767px) {
  .cid-tlRriG35rx .content {
    text-align: center;
  }
  .cid-tlRriG35rx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tlRriG35rx .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tlRriG35rx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tlRriG35rx .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tlRriG35rx .google-map {
  height: 25rem;
  position: relative;
}
.cid-tlRriG35rx .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tlRriG35rx .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-tlRriG35rx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tlRriG35rx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tlRriG35rx .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tlRriG35rx .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tlRriG35rx .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tlRriG35rx .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tlRriG35rx .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tlRriG35rx .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tlRriG35rx .list {
  list-style-type: none;
  padding: 0;
}
.cid-tlRu1H1HuA {
  z-index: 1000;
  width: 100%;
}
.cid-tlRu1H1HuA nav.navbar {
  position: fixed;
}
.cid-tlRu1H1HuA .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-tlRu1H1HuA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tlRu1H1HuA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tlRu1H1HuA .dropdown-item:hover,
.cid-tlRu1H1HuA .dropdown-item:focus {
  background: #17740e !important;
  color: white !important;
}
.cid-tlRu1H1HuA .dropdown-item:hover span {
  color: white;
}
.cid-tlRu1H1HuA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tlRu1H1HuA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tlRu1H1HuA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tlRu1H1HuA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tlRu1H1HuA .nav-link {
  position: relative;
}
.cid-tlRu1H1HuA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tlRu1H1HuA .container {
    flex-wrap: nowrap;
  }
}
.cid-tlRu1H1HuA .iconfont-wrapper {
  color: #0cae1c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tlRu1H1HuA .dropdown-menu,
.cid-tlRu1H1HuA .navbar.opened {
  background: #ffffff !important;
}
.cid-tlRu1H1HuA .nav-item:focus,
.cid-tlRu1H1HuA .nav-link:focus {
  outline: none;
}
.cid-tlRu1H1HuA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tlRu1H1HuA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tlRu1H1HuA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tlRu1H1HuA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tlRu1H1HuA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tlRu1H1HuA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tlRu1H1HuA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tlRu1H1HuA .navbar.opened {
  transition: all 0.3s;
}
.cid-tlRu1H1HuA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tlRu1H1HuA .navbar .navbar-logo img {
  width: auto;
}
.cid-tlRu1H1HuA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tlRu1H1HuA .navbar.collapsed {
  justify-content: center;
}
.cid-tlRu1H1HuA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tlRu1H1HuA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tlRu1H1HuA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-tlRu1H1HuA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tlRu1H1HuA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tlRu1H1HuA .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-tlRu1H1HuA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tlRu1H1HuA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tlRu1H1HuA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tlRu1H1HuA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tlRu1H1HuA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tlRu1H1HuA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tlRu1H1HuA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tlRu1H1HuA .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-tlRu1H1HuA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tlRu1H1HuA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tlRu1H1HuA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tlRu1H1HuA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tlRu1H1HuA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tlRu1H1HuA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tlRu1H1HuA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tlRu1H1HuA .navbar.navbar-short {
  min-height: 60px;
}
.cid-tlRu1H1HuA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tlRu1H1HuA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tlRu1H1HuA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tlRu1H1HuA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tlRu1H1HuA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tlRu1H1HuA .dropdown-item.active,
.cid-tlRu1H1HuA .dropdown-item:active {
  background-color: transparent;
}
.cid-tlRu1H1HuA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tlRu1H1HuA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tlRu1H1HuA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tlRu1H1HuA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tlRu1H1HuA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tlRu1H1HuA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tlRu1H1HuA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tlRu1H1HuA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tlRu1H1HuA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tlRu1H1HuA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0cae1c;
}
.cid-tlRu1H1HuA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tlRu1H1HuA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tlRu1H1HuA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tlRu1H1HuA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tlRu1H1HuA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tlRu1H1HuA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tlRu1H1HuA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tlRu1H1HuA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tlRu1H1HuA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tlRu1H1HuA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tlRu1H1HuA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tlRu1H1HuA .navbar {
    height: 70px;
  }
  .cid-tlRu1H1HuA .navbar.opened {
    height: auto;
  }
  .cid-tlRu1H1HuA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tlRu1HIsxU {
  background-image: url("../../../assets/images/imexvet-2022-2000x1333.jpg");
}
.cid-tlRu1HIsxU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlRu1HIsxU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlRu1HIsxU .mbr-section-title {
  color: #ffffff;
}
.cid-tlRu1HIsxU .mbr-text,
.cid-tlRu1HIsxU .mbr-section-btn {
  color: #ffffff;
}
.cid-trdNKr5sex {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-trdNKr5sex .mbr-fallback-image.disabled {
  display: none;
}
.cid-trdNKr5sex .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trdNKr5sex .mbr-section-title,
.cid-trdNKr5sex .mbr-text,
.cid-trdNKr5sex .mbr-section-btn {
  text-align: center;
}
.cid-trdNKr5sex .video-wrapper {
  margin: auto;
}
.cid-trdNKr5sex .video-wrapper iframe {
  width: 100%;
}
.cid-trdNKr5sex .mbr-section-title {
  color: #17740e;
}
.cid-tlRu1IdsQp {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tlRu1IdsQp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlRu1IdsQp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlRu1IdsQp .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tlRu1IdsQp .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tlRu1IdsQp .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tlRu1IdsQp .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tlRu1IdsQp .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tlRu1IdsQp .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tlRu1IdsQp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tlRu1IDt8F {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tlRu1IDt8F .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlRu1IDt8F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlRu1IDt8F .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tlRu1IDt8F .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tlRu1IDt8F .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tlRu1IDt8F .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tlRu1IDt8F .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tlRu1IDt8F .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tlRu1IDt8F .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tlRu1IDt8F .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tq6q6dMxbv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tq6q6dMxbv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tq6q6dMxbv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tq6q6dMxbv .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tq6q6dMxbv .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tq6q6dMxbv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tq6q6dMxbv .mbr-section-title {
  color: #074e00;
}
.cid-tvdVW85J1e {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #17740e;
}
.cid-tvdVW85J1e .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvdVW85J1e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvdVW85J1e .mbr-section-title {
  color: #ffffff;
}
.cid-u2Yz4UGlSj .modal-body .close {
  background: #1b1b1b;
}
.cid-u2Yz4UGlSj .modal-body .close span {
  font-style: normal;
}
.cid-u2Yz4UGlSj .carousel-inner > .active,
.cid-u2Yz4UGlSj .carousel-inner > .next,
.cid-u2Yz4UGlSj .carousel-inner > .prev {
  display: flex;
}
.cid-u2Yz4UGlSj .carousel-control .icon-next,
.cid-u2Yz4UGlSj .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-u2Yz4UGlSj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u2Yz4UGlSj .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u2Yz4UGlSj .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-u2Yz4UGlSj .boxed-slider > div {
  position: relative;
}
.cid-u2Yz4UGlSj .container img {
  width: 100%;
}
.cid-u2Yz4UGlSj .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-u2Yz4UGlSj .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-u2Yz4UGlSj .mbr-table-cell {
  padding: 0;
}
.cid-u2Yz4UGlSj .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-u2Yz4UGlSj .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-u2Yz4UGlSj .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-u2Yz4UGlSj .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-u2Yz4UGlSj .carousel-item.active.right,
.cid-u2Yz4UGlSj .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-u2Yz4UGlSj .carousel-item.active.left,
.cid-u2Yz4UGlSj .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-u2Yz4UGlSj .carousel-item.active,
.cid-u2Yz4UGlSj .carousel-item.next.left,
.cid-u2Yz4UGlSj .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-u2Yz4UGlSj .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-u2Yz4UGlSj .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u2Yz4UGlSj .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u2Yz4UGlSj .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-u2Yz4UGlSj .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u2Yz4UGlSj .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-u2Yz4UGlSj .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-u2Yz4UGlSj .mbr-slider .carousel-indicators li.active,
.cid-u2Yz4UGlSj .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-u2Yz4UGlSj .mbr-slider .carousel-indicators li::after,
.cid-u2Yz4UGlSj .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-u2Yz4UGlSj .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-u2Yz4UGlSj .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-u2Yz4UGlSj .mbr-slider > .container img {
  width: 100%;
}
.cid-u2Yz4UGlSj .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-u2Yz4UGlSj .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-u2Yz4UGlSj .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u2Yz4UGlSj .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-u2Yz4UGlSj .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-u2Yz4UGlSj .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-u2Yz4UGlSj .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-u2Yz4UGlSj .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-u2Yz4UGlSj .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-u2Yz4UGlSj .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-u2Yz4UGlSj .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-u2Yz4UGlSj .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-u2Yz4UGlSj .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-u2Yz4UGlSj H2 {
  text-align: center;
}
.cid-u2Yz4UGlSj P {
  text-align: center;
}
.cid-tHaj5lWP6l {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-tHaj5lWP6l .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHaj5lWP6l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHaj5lWP6l .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tHaj5lWP6l .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-tHaj5lWP6l .mbr-section-title {
  color: #17740e;
}
.cid-tvcz36KWTm {
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tvcz36KWTm .container-fluid {
  padding: 0;
}
.cid-tvcz36KWTm .content-wrapper .text {
  padding: 100px 2rem;
}
@media (min-width: 768px) {
  .cid-tvcz36KWTm .content-wrapper .text {
    padding: 145px 60px;
  }
}
@media (min-width: 1200px) {
  .cid-tvcz36KWTm .content-wrapper .text {
    padding: 140px 130px;
  }
}
@media (min-width: 1400px) {
  .cid-tvcz36KWTm .content-wrapper .text {
    padding: 200px 190px;
    padding: 140px 130px;
  }
}
.cid-tvcz36KWTm .content-wrapper .image-wrapper {
  height: 100%;
}
.cid-tvcz36KWTm .content-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tvcz36KWTm .display-4 > .mbr-iconfont {
  font-size: 11.6px;
  margin-left: 10px;
}
.cid-tvcz36KWTm .mbr-iconfont {
  font-weight: 700;
  padding: 1rem;
  border-radius: 50%;
  transition: background 0.5s ease-in-out;
}
.cid-tvcz36KWTm .link-title:hover .mbr-iconfont {
  background: #FFFF27;
}
.cid-tvcz36KWTm .card-subtitle {
  color: #17740e;
}
.cid-tlRFalP0ce {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tlRFalP0ce .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlRFalP0ce .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlRFalP0ce .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tlRFalP0ce .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tlRFalP0ce .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tlRFalP0ce .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tlRFalP0ce .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tlRFalP0ce .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tlRFalP0ce .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tlRFalP0ce .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tlRFJ6XQSk {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tlRFJ6XQSk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlRFJ6XQSk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlRFJ6XQSk .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tlRFJ6XQSk .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tlRFJ6XQSk .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tlRFJ6XQSk .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tlRFJ6XQSk .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tlRFJ6XQSk .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tlRFJ6XQSk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tq6kJLMvMH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bbbbbb;
}
.cid-tq6kJLMvMH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tq6kJLMvMH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tq6kJLMvMH .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tq6kJLMvMH .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tq6kJLMvMH .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tq6kJLMvMH .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tq6kJLMvMH .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tq6kJLMvMH .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tq6kJLMvMH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tq6tKwD6O4 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tq6tKwD6O4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tq6tKwD6O4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tq6tKwD6O4 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tq6tKwD6O4 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tq6tKwD6O4 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tq6tKwD6O4 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tq6tKwD6O4 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tq6tKwD6O4 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tq6tKwD6O4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tq6uVkgBI2 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tq6uVkgBI2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tq6uVkgBI2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tq6uVkgBI2 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tq6uVkgBI2 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tq6uVkgBI2 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tq6uVkgBI2 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tq6uVkgBI2 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tq6uVkgBI2 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tq6uVkgBI2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tq6x5Otiqr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tq6x5Otiqr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tq6x5Otiqr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tq6x5Otiqr .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tq6x5Otiqr .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tq6x5Otiqr .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tq6x5Otiqr .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tq6x5Otiqr .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tq6x5Otiqr .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tq6x5Otiqr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tlRIhw9Ywt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tlRIhw9Ywt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlRIhw9Ywt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlRIhw9Ywt .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tlRIhw9Ywt .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tlRIhw9Ywt .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tlRIhw9Ywt .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tlRIhw9Ywt .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tlRIhw9Ywt .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tlRIhw9Ywt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tq6yCuKfXV {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tq6yCuKfXV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tq6yCuKfXV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tq6yCuKfXV .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tq6yCuKfXV .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tq6yCuKfXV .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tq6yCuKfXV .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tq6yCuKfXV .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tq6yCuKfXV .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tq6yCuKfXV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tlRHKPN05W {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tlRHKPN05W .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlRHKPN05W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlRHKPN05W .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tlRHKPN05W .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tlRHKPN05W .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tlRHKPN05W .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tlRHKPN05W .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tlRHKPN05W .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tlRHKPN05W .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tlRHKPN05W .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tvdTP6BiLX {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0cae1c;
}
.cid-tvdTP6BiLX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvdTP6BiLX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvdTP6BiLX .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tvdTP6BiLX .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tvdTP6BiLX .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tvdTP6BiLX .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tvdTP6BiLX .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tvdTP6BiLX .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tvdTP6BiLX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tvdTP6BiLX .card-title {
  text-align: center;
  color: #e17b0b;
}
.cid-tvdTP6BiLX .mbr-text,
.cid-tvdTP6BiLX .mbr-section-btn {
  text-align: center;
}
.cid-traxDjHUUX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-traxDjHUUX .mbr-fallback-image.disabled {
  display: none;
}
.cid-traxDjHUUX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-traxDjHUUX ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-traxDjHUUX li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-traxDjHUUX ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #e17b0b;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-traxDjHUUX H3 {
  color: #e17b0b;
}
.cid-traxDjHUUX .list {
  color: #666666;
}
.cid-trawc76s0x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-trawc76s0x .mbr-fallback-image.disabled {
  display: none;
}
.cid-trawc76s0x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trawc76s0x ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-trawc76s0x li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-trawc76s0x ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #e17b0b;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-trawc76s0x H3 {
  color: #e17b0b;
}
.cid-trawc76s0x .list {
  color: #666666;
}
.cid-travudqAHq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-travudqAHq .mbr-fallback-image.disabled {
  display: none;
}
.cid-travudqAHq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-travudqAHq ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-travudqAHq li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-travudqAHq ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #e17b0b;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-travudqAHq H3 {
  color: #e17b0b;
}
.cid-travudqAHq .list {
  color: #666666;
}
.cid-tragq2TdRO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tragq2TdRO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tragq2TdRO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tragq2TdRO ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tragq2TdRO li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tragq2TdRO ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #e17b0b;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tragq2TdRO H3 {
  color: #e17b0b;
}
.cid-tragq2TdRO .list {
  color: #666666;
}
.cid-tragBjITbI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tragBjITbI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tragBjITbI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tragBjITbI ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tragBjITbI li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tragBjITbI ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #e17b0b;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tragBjITbI H3 {
  color: #e17b0b;
}
.cid-tragBjITbI .list {
  color: #666666;
}
.cid-trargqrY1J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-trargqrY1J .mbr-fallback-image.disabled {
  display: none;
}
.cid-trargqrY1J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trargqrY1J ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-trargqrY1J li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-trargqrY1J ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #e17b0b;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-trargqrY1J H3 {
  color: #e17b0b;
}
.cid-trargqrY1J .list {
  color: #666666;
}
.cid-tlRu1J6iXd {
  background-color: #ffffff;
}
.cid-tlRu1J6iXd .mbr-text,
.cid-tlRu1J6iXd .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-tlRu1J6iXd .mbr-text,
  .cid-tlRu1J6iXd .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tlRu1J6iXd .mbr-text,
  .cid-tlRu1J6iXd .mbr-section-title {
    text-align: center;
  }
}
.cid-tlRu1J6iXd a.btn {
  height: 100%;
  margin: 0;
}
.cid-tlRu1J6iXd .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tlRu1J6iXd .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tlRu1J6iXd .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tlRu1J6iXd .justify-content-center {
  align-items: center;
}
.cid-tlRu1JyrYe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/13-1920x1080.jpg");
}
@media (max-width: 767px) {
  .cid-tlRu1JyrYe .content {
    text-align: center;
  }
  .cid-tlRu1JyrYe .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tlRu1JyrYe .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tlRu1JyrYe .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tlRu1JyrYe .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tlRu1JyrYe .google-map {
  height: 25rem;
  position: relative;
}
.cid-tlRu1JyrYe .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tlRu1JyrYe .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-tlRu1JyrYe .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tlRu1JyrYe .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tlRu1JyrYe .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tlRu1JyrYe .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tlRu1JyrYe .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tlRu1JyrYe .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tlRu1JyrYe .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tlRu1JyrYe .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tlRu1JyrYe .list {
  list-style-type: none;
  padding: 0;
}
.cid-tlRIVRq6dp {
  z-index: 1000;
  width: 100%;
}
.cid-tlRIVRq6dp nav.navbar {
  position: fixed;
}
.cid-tlRIVRq6dp .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-tlRIVRq6dp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tlRIVRq6dp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tlRIVRq6dp .dropdown-item:hover,
.cid-tlRIVRq6dp .dropdown-item:focus {
  background: #17740e !important;
  color: white !important;
}
.cid-tlRIVRq6dp .dropdown-item:hover span {
  color: white;
}
.cid-tlRIVRq6dp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tlRIVRq6dp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tlRIVRq6dp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tlRIVRq6dp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tlRIVRq6dp .nav-link {
  position: relative;
}
.cid-tlRIVRq6dp .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tlRIVRq6dp .container {
    flex-wrap: nowrap;
  }
}
.cid-tlRIVRq6dp .iconfont-wrapper {
  color: #0cae1c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tlRIVRq6dp .dropdown-menu,
.cid-tlRIVRq6dp .navbar.opened {
  background: #ffffff !important;
}
.cid-tlRIVRq6dp .nav-item:focus,
.cid-tlRIVRq6dp .nav-link:focus {
  outline: none;
}
.cid-tlRIVRq6dp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tlRIVRq6dp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tlRIVRq6dp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tlRIVRq6dp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tlRIVRq6dp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tlRIVRq6dp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tlRIVRq6dp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tlRIVRq6dp .navbar.opened {
  transition: all 0.3s;
}
.cid-tlRIVRq6dp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tlRIVRq6dp .navbar .navbar-logo img {
  width: auto;
}
.cid-tlRIVRq6dp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tlRIVRq6dp .navbar.collapsed {
  justify-content: center;
}
.cid-tlRIVRq6dp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tlRIVRq6dp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tlRIVRq6dp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-tlRIVRq6dp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tlRIVRq6dp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tlRIVRq6dp .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-tlRIVRq6dp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tlRIVRq6dp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tlRIVRq6dp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tlRIVRq6dp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tlRIVRq6dp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tlRIVRq6dp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tlRIVRq6dp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tlRIVRq6dp .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-tlRIVRq6dp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tlRIVRq6dp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tlRIVRq6dp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tlRIVRq6dp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tlRIVRq6dp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tlRIVRq6dp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tlRIVRq6dp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tlRIVRq6dp .navbar.navbar-short {
  min-height: 60px;
}
.cid-tlRIVRq6dp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tlRIVRq6dp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tlRIVRq6dp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tlRIVRq6dp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tlRIVRq6dp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tlRIVRq6dp .dropdown-item.active,
.cid-tlRIVRq6dp .dropdown-item:active {
  background-color: transparent;
}
.cid-tlRIVRq6dp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tlRIVRq6dp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tlRIVRq6dp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tlRIVRq6dp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tlRIVRq6dp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tlRIVRq6dp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tlRIVRq6dp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tlRIVRq6dp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tlRIVRq6dp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tlRIVRq6dp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0cae1c;
}
.cid-tlRIVRq6dp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tlRIVRq6dp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tlRIVRq6dp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tlRIVRq6dp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tlRIVRq6dp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tlRIVRq6dp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tlRIVRq6dp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tlRIVRq6dp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tlRIVRq6dp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tlRIVRq6dp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tlRIVRq6dp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tlRIVRq6dp .navbar {
    height: 70px;
  }
  .cid-tlRIVRq6dp .navbar.opened {
    height: auto;
  }
  .cid-tlRIVRq6dp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tlRIVSc74Q {
  background-image: url("../../../assets/images/whatsapp-image-2022-08-17-at-6.29.20-pm-1280x960.jpg");
}
.cid-tlRIVSc74Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlRIVSc74Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlRIVSc74Q .mbr-section-title {
  color: #ffffff;
}
.cid-tlRIVSc74Q .mbr-text,
.cid-tlRIVSc74Q .mbr-section-btn {
  color: #ffffff;
}
.cid-tlRIVSI1FI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tlRIVSI1FI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlRIVSI1FI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlRIVSI1FI .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tlRIVSI1FI .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tlRIVSI1FI .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tlRIVSI1FI .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tlRIVSI1FI .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tlRIVSI1FI .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tlRIVSI1FI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tlRIVVNhx0 {
  background-color: #ffffff;
}
.cid-tlRIVVNhx0 .mbr-text,
.cid-tlRIVVNhx0 .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-tlRIVVNhx0 .mbr-text,
  .cid-tlRIVVNhx0 .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tlRIVVNhx0 .mbr-text,
  .cid-tlRIVVNhx0 .mbr-section-title {
    text-align: center;
  }
}
.cid-tlRIVVNhx0 a.btn {
  height: 100%;
  margin: 0;
}
.cid-tlRIVVNhx0 .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tlRIVVNhx0 .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tlRIVVNhx0 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tlRIVVNhx0 .justify-content-center {
  align-items: center;
}
.cid-tlRIVWjMG9 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/13-1920x1080.jpg");
}
@media (max-width: 767px) {
  .cid-tlRIVWjMG9 .content {
    text-align: center;
  }
  .cid-tlRIVWjMG9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tlRIVWjMG9 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tlRIVWjMG9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tlRIVWjMG9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tlRIVWjMG9 .google-map {
  height: 25rem;
  position: relative;
}
.cid-tlRIVWjMG9 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tlRIVWjMG9 .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-tlRIVWjMG9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tlRIVWjMG9 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tlRIVWjMG9 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tlRIVWjMG9 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tlRIVWjMG9 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tlRIVWjMG9 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tlRIVWjMG9 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tlRIVWjMG9 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tlRIVWjMG9 .list {
  list-style-type: none;
  padding: 0;
}
.cid-tmk7vQ7i5u {
  z-index: 1000;
  width: 100%;
}
.cid-tmk7vQ7i5u nav.navbar {
  position: fixed;
}
.cid-tmk7vQ7i5u .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-tmk7vQ7i5u .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tmk7vQ7i5u .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tmk7vQ7i5u .dropdown-item:hover,
.cid-tmk7vQ7i5u .dropdown-item:focus {
  background: #17740e !important;
  color: white !important;
}
.cid-tmk7vQ7i5u .dropdown-item:hover span {
  color: white;
}
.cid-tmk7vQ7i5u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tmk7vQ7i5u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tmk7vQ7i5u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tmk7vQ7i5u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tmk7vQ7i5u .nav-link {
  position: relative;
}
.cid-tmk7vQ7i5u .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tmk7vQ7i5u .container {
    flex-wrap: nowrap;
  }
}
.cid-tmk7vQ7i5u .iconfont-wrapper {
  color: #0cae1c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tmk7vQ7i5u .dropdown-menu,
.cid-tmk7vQ7i5u .navbar.opened {
  background: #ffffff !important;
}
.cid-tmk7vQ7i5u .nav-item:focus,
.cid-tmk7vQ7i5u .nav-link:focus {
  outline: none;
}
.cid-tmk7vQ7i5u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tmk7vQ7i5u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tmk7vQ7i5u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tmk7vQ7i5u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tmk7vQ7i5u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tmk7vQ7i5u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tmk7vQ7i5u .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tmk7vQ7i5u .navbar.opened {
  transition: all 0.3s;
}
.cid-tmk7vQ7i5u .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tmk7vQ7i5u .navbar .navbar-logo img {
  width: auto;
}
.cid-tmk7vQ7i5u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tmk7vQ7i5u .navbar.collapsed {
  justify-content: center;
}
.cid-tmk7vQ7i5u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tmk7vQ7i5u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tmk7vQ7i5u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-tmk7vQ7i5u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tmk7vQ7i5u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tmk7vQ7i5u .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-tmk7vQ7i5u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tmk7vQ7i5u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tmk7vQ7i5u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tmk7vQ7i5u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tmk7vQ7i5u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tmk7vQ7i5u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tmk7vQ7i5u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tmk7vQ7i5u .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-tmk7vQ7i5u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tmk7vQ7i5u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tmk7vQ7i5u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tmk7vQ7i5u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tmk7vQ7i5u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tmk7vQ7i5u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tmk7vQ7i5u .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tmk7vQ7i5u .navbar.navbar-short {
  min-height: 60px;
}
.cid-tmk7vQ7i5u .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tmk7vQ7i5u .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tmk7vQ7i5u .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tmk7vQ7i5u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tmk7vQ7i5u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tmk7vQ7i5u .dropdown-item.active,
.cid-tmk7vQ7i5u .dropdown-item:active {
  background-color: transparent;
}
.cid-tmk7vQ7i5u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tmk7vQ7i5u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tmk7vQ7i5u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tmk7vQ7i5u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tmk7vQ7i5u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tmk7vQ7i5u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tmk7vQ7i5u ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tmk7vQ7i5u .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tmk7vQ7i5u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tmk7vQ7i5u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0cae1c;
}
.cid-tmk7vQ7i5u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tmk7vQ7i5u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tmk7vQ7i5u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tmk7vQ7i5u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tmk7vQ7i5u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tmk7vQ7i5u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tmk7vQ7i5u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tmk7vQ7i5u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tmk7vQ7i5u .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tmk7vQ7i5u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tmk7vQ7i5u .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tmk7vQ7i5u .navbar {
    height: 70px;
  }
  .cid-tmk7vQ7i5u .navbar.opened {
    height: auto;
  }
  .cid-tmk7vQ7i5u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tmk7vQUfWD {
  background-image: url("../../../assets/images/arboluz-2000x1335.jpg");
}
.cid-tmk7vQUfWD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmk7vQUfWD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmk7vQUfWD .mbr-section-title {
  color: #ffffff;
}
.cid-tmk7vQUfWD .mbr-text,
.cid-tmk7vQUfWD .mbr-section-btn {
  color: #ffffff;
}
.cid-tmC7apsZu2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tmC7apsZu2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmC7apsZu2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmC7apsZu2 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tmC7apsZu2 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tmC7apsZu2 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tmC7apsZu2 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tmC7apsZu2 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tmC7apsZu2 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tmC7apsZu2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tvdCHRtpqA {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tvdCHRtpqA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvdCHRtpqA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvdCHRtpqA .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tvdCHRtpqA .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tvdCHRtpqA .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tvdCHRtpqA .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tvdCHRtpqA .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tvdCHRtpqA .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tvdCHRtpqA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tvdCHRtpqA .card-title {
  text-align: center;
  color: #e17b0b;
}
.cid-tvdCHRtpqA .mbr-text,
.cid-tvdCHRtpqA .mbr-section-btn {
  text-align: center;
}
.cid-tDiQ1V0lww {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tDiQ1V0lww .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDiQ1V0lww .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDiQ1V0lww .mbr-section-title {
  text-align: center;
  color: #17740e;
}
.cid-tvdGkPmqRx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tvdGkPmqRx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvdGkPmqRx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tvdGkPmqRx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tvdGkPmqRx img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tvdGkPmqRx .text-wrapper {
    padding: 2rem;
  }
}
.cid-tvdJ6IR8Oa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tvdJ6IR8Oa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvdJ6IR8Oa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tvdJ6IR8Oa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tvdJ6IR8Oa img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tvdJ6IR8Oa .text-wrapper {
    padding: 2rem;
  }
}
.cid-tvdJFxRQMq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tvdJFxRQMq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvdJFxRQMq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tvdJFxRQMq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tvdJFxRQMq img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tvdJFxRQMq .text-wrapper {
    padding: 2rem;
  }
}
.cid-tvdKbRnOaM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tvdKbRnOaM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvdKbRnOaM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tvdKbRnOaM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tvdKbRnOaM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tvdKbRnOaM .text-wrapper {
    padding: 2rem;
  }
}
.cid-tvdOf2lx49 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tvdOf2lx49 .carousel {
    min-height: 700px;
  }
  .cid-tvdOf2lx49 .carousel img {
    max-height: 700px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tvdOf2lx49 .carousel {
    min-height: 455px;
  }
  .cid-tvdOf2lx49 .carousel img {
    max-height: 455px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tvdOf2lx49 .carousel {
    min-height: 385px;
  }
  .cid-tvdOf2lx49 .carousel img {
    max-height: 385px;
    object-fit: contain;
  }
  .cid-tvdOf2lx49 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tvdOf2lx49 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tvdOf2lx49 .carousel,
.cid-tvdOf2lx49 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tvdOf2lx49 .item-wrapper {
  width: 100%;
}
.cid-tvdOf2lx49 .carousel-caption {
  bottom: 40px;
}
.cid-tvdOf2lx49 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tvdOf2lx49 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tvdOf2lx49 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tvdOf2lx49 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tvdOf2lx49 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tvdOf2lx49 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tvdOf2lx49 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tvdOf2lx49 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tvdOf2lx49 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tvdOf2lx49 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  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-tvdOf2lx49 .carousel-indicators li.active,
.cid-tvdOf2lx49 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tvdOf2lx49 .carousel-indicators li::after,
.cid-tvdOf2lx49 .carousel-indicators li::before {
  content: none;
}
.cid-tvdOf2lx49 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tvdOf2lx49 .carousel-indicators {
    display: none !important;
  }
}
.cid-tmk7vSeesS {
  background-color: #ffffff;
}
.cid-tmk7vSeesS .mbr-text,
.cid-tmk7vSeesS .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-tmk7vSeesS .mbr-text,
  .cid-tmk7vSeesS .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tmk7vSeesS .mbr-text,
  .cid-tmk7vSeesS .mbr-section-title {
    text-align: center;
  }
}
.cid-tmk7vSeesS a.btn {
  height: 100%;
  margin: 0;
}
.cid-tmk7vSeesS .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tmk7vSeesS .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tmk7vSeesS .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tmk7vSeesS .justify-content-center {
  align-items: center;
}
.cid-tmk7vSKEiA {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/13-1920x1080.jpg");
}
@media (max-width: 767px) {
  .cid-tmk7vSKEiA .content {
    text-align: center;
  }
  .cid-tmk7vSKEiA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tmk7vSKEiA .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tmk7vSKEiA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tmk7vSKEiA .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tmk7vSKEiA .google-map {
  height: 25rem;
  position: relative;
}
.cid-tmk7vSKEiA .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tmk7vSKEiA .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-tmk7vSKEiA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tmk7vSKEiA .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tmk7vSKEiA .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tmk7vSKEiA .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tmk7vSKEiA .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tmk7vSKEiA .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tmk7vSKEiA .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tmk7vSKEiA .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tmk7vSKEiA .list {
  list-style-type: none;
  padding: 0;
}
.cid-tq6DMLJ84A {
  z-index: 1000;
  width: 100%;
}
.cid-tq6DMLJ84A nav.navbar {
  position: fixed;
}
.cid-tq6DMLJ84A .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-tq6DMLJ84A .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tq6DMLJ84A .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tq6DMLJ84A .dropdown-item:hover,
.cid-tq6DMLJ84A .dropdown-item:focus {
  background: #17740e !important;
  color: white !important;
}
.cid-tq6DMLJ84A .dropdown-item:hover span {
  color: white;
}
.cid-tq6DMLJ84A .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tq6DMLJ84A .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tq6DMLJ84A .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tq6DMLJ84A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tq6DMLJ84A .nav-link {
  position: relative;
}
.cid-tq6DMLJ84A .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tq6DMLJ84A .container {
    flex-wrap: nowrap;
  }
}
.cid-tq6DMLJ84A .iconfont-wrapper {
  color: #0cae1c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tq6DMLJ84A .dropdown-menu,
.cid-tq6DMLJ84A .navbar.opened {
  background: #ffffff !important;
}
.cid-tq6DMLJ84A .nav-item:focus,
.cid-tq6DMLJ84A .nav-link:focus {
  outline: none;
}
.cid-tq6DMLJ84A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tq6DMLJ84A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tq6DMLJ84A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tq6DMLJ84A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tq6DMLJ84A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tq6DMLJ84A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tq6DMLJ84A .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tq6DMLJ84A .navbar.opened {
  transition: all 0.3s;
}
.cid-tq6DMLJ84A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tq6DMLJ84A .navbar .navbar-logo img {
  width: auto;
}
.cid-tq6DMLJ84A .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tq6DMLJ84A .navbar.collapsed {
  justify-content: center;
}
.cid-tq6DMLJ84A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tq6DMLJ84A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tq6DMLJ84A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-tq6DMLJ84A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tq6DMLJ84A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tq6DMLJ84A .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-tq6DMLJ84A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tq6DMLJ84A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tq6DMLJ84A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tq6DMLJ84A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tq6DMLJ84A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tq6DMLJ84A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tq6DMLJ84A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tq6DMLJ84A .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-tq6DMLJ84A .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tq6DMLJ84A .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tq6DMLJ84A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tq6DMLJ84A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tq6DMLJ84A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tq6DMLJ84A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tq6DMLJ84A .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tq6DMLJ84A .navbar.navbar-short {
  min-height: 60px;
}
.cid-tq6DMLJ84A .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tq6DMLJ84A .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tq6DMLJ84A .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tq6DMLJ84A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tq6DMLJ84A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tq6DMLJ84A .dropdown-item.active,
.cid-tq6DMLJ84A .dropdown-item:active {
  background-color: transparent;
}
.cid-tq6DMLJ84A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tq6DMLJ84A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tq6DMLJ84A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tq6DMLJ84A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tq6DMLJ84A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tq6DMLJ84A .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tq6DMLJ84A ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tq6DMLJ84A .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tq6DMLJ84A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tq6DMLJ84A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0cae1c;
}
.cid-tq6DMLJ84A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tq6DMLJ84A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tq6DMLJ84A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tq6DMLJ84A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tq6DMLJ84A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tq6DMLJ84A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tq6DMLJ84A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tq6DMLJ84A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tq6DMLJ84A .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tq6DMLJ84A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tq6DMLJ84A .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tq6DMLJ84A .navbar {
    height: 70px;
  }
  .cid-tq6DMLJ84A .navbar.opened {
    height: auto;
  }
  .cid-tq6DMLJ84A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tq6DMMnGWx {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-tq6DMMnGWx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tq6DMMnGWx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tq6DMMnGWx .mbr-section-title {
  color: #ffffff;
}
.cid-tq6DMMnGWx .mbr-text,
.cid-tq6DMMnGWx .mbr-section-btn {
  color: #ffffff;
}
.cid-tr8GnE00TX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tr8GnE00TX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tr8GnE00TX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tr8GnE00TX .container {
  max-width: 1140px;
}
.cid-tr8GnE00TX .row {
  justify-content: center;
}
.cid-tr8GnE00TX .title-container {
  padding: 0;
  margin-bottom: 70px;
  margin-right: auto;
  margin-left: auto;
}
.cid-tr8GnE00TX .mbr-section-title {
  color: #074e00;
  margin-bottom: 0 !important;
}
.cid-tr8GnE00TX .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
  margin-bottom: 0 !important;
}
.cid-tr8GnE00TX .toggle-panel {
  width: 100%;
}
.cid-tr8GnE00TX .card {
  border-radius: 0 !important;
  border-bottom: 1px solid #d4d4d4;
}
.cid-tr8GnE00TX .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tr8GnE00TX .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-tr8GnE00TX .panel-title {
    align-items: flex-start;
  }
}
.cid-tr8GnE00TX .mbr-iconfont {
  padding: 5px;
  font-family: 'Moririse2' !important;
  font-size: 12px !important;
  color: #ffffff;
  background-color: #0cae1c;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transform: rotate(180deg);
  transition: 0.3s all;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .cid-tr8GnE00TX .mbr-iconfont {
    margin-top: 14px;
  }
}
@media (max-width: 565px) {
  .cid-tr8GnE00TX .mbr-iconfont {
    margin-top: 10px;
  }
}
.cid-tr8GnE00TX .collapsed .mbr-iconfont {
  transform: rotate(0);
}
.cid-tr8GnE00TX .card-header {
  border-bottom: none;
  padding: 20px 0;
}
.cid-tr8GnE00TX .panel-body {
  margin-bottom: 20px;
  width: 80%;
}
@media (max-width: 767px) {
  .cid-tr8GnE00TX .panel-body {
    width: 100%;
  }
}
.cid-tr8GnE00TX .panel-title-edit {
  color: #074e00;
  text-align: left;
}
.cid-tr8GnE00TX .panel-text {
  color: #797979;
  margin-bottom: 0;
}
.cid-tq6DMNnBmr {
  background-color: #ffffff;
}
.cid-tq6DMNnBmr .mbr-text,
.cid-tq6DMNnBmr .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-tq6DMNnBmr .mbr-text,
  .cid-tq6DMNnBmr .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tq6DMNnBmr .mbr-text,
  .cid-tq6DMNnBmr .mbr-section-title {
    text-align: center;
  }
}
.cid-tq6DMNnBmr a.btn {
  height: 100%;
  margin: 0;
}
.cid-tq6DMNnBmr .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tq6DMNnBmr .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tq6DMNnBmr .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tq6DMNnBmr .justify-content-center {
  align-items: center;
}
.cid-tq6DMNMmbu {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/13-1920x1080.jpg");
}
@media (max-width: 767px) {
  .cid-tq6DMNMmbu .content {
    text-align: center;
  }
  .cid-tq6DMNMmbu .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tq6DMNMmbu .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tq6DMNMmbu .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tq6DMNMmbu .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tq6DMNMmbu .google-map {
  height: 25rem;
  position: relative;
}
.cid-tq6DMNMmbu .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tq6DMNMmbu .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-tq6DMNMmbu .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tq6DMNMmbu .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tq6DMNMmbu .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tq6DMNMmbu .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tq6DMNMmbu .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tq6DMNMmbu .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tq6DMNMmbu .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tq6DMNMmbu .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tq6DMNMmbu .list {
  list-style-type: none;
  padding: 0;
}
.cid-tsQDr2zUMu {
  z-index: 1000;
  width: 100%;
}
.cid-tsQDr2zUMu nav.navbar {
  position: fixed;
}
.cid-tsQDr2zUMu .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-tsQDr2zUMu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsQDr2zUMu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tsQDr2zUMu .dropdown-item:hover,
.cid-tsQDr2zUMu .dropdown-item:focus {
  background: #17740e !important;
  color: white !important;
}
.cid-tsQDr2zUMu .dropdown-item:hover span {
  color: white;
}
.cid-tsQDr2zUMu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tsQDr2zUMu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tsQDr2zUMu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tsQDr2zUMu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsQDr2zUMu .nav-link {
  position: relative;
}
.cid-tsQDr2zUMu .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tsQDr2zUMu .container {
    flex-wrap: nowrap;
  }
}
.cid-tsQDr2zUMu .iconfont-wrapper {
  color: #0cae1c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tsQDr2zUMu .dropdown-menu,
.cid-tsQDr2zUMu .navbar.opened {
  background: #ffffff !important;
}
.cid-tsQDr2zUMu .nav-item:focus,
.cid-tsQDr2zUMu .nav-link:focus {
  outline: none;
}
.cid-tsQDr2zUMu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsQDr2zUMu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsQDr2zUMu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsQDr2zUMu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsQDr2zUMu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsQDr2zUMu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsQDr2zUMu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tsQDr2zUMu .navbar.opened {
  transition: all 0.3s;
}
.cid-tsQDr2zUMu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsQDr2zUMu .navbar .navbar-logo img {
  width: auto;
}
.cid-tsQDr2zUMu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsQDr2zUMu .navbar.collapsed {
  justify-content: center;
}
.cid-tsQDr2zUMu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsQDr2zUMu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tsQDr2zUMu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-tsQDr2zUMu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsQDr2zUMu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsQDr2zUMu .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-tsQDr2zUMu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsQDr2zUMu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsQDr2zUMu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsQDr2zUMu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsQDr2zUMu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsQDr2zUMu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsQDr2zUMu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsQDr2zUMu .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-tsQDr2zUMu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsQDr2zUMu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsQDr2zUMu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsQDr2zUMu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsQDr2zUMu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsQDr2zUMu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tsQDr2zUMu .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tsQDr2zUMu .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsQDr2zUMu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsQDr2zUMu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsQDr2zUMu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tsQDr2zUMu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsQDr2zUMu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsQDr2zUMu .dropdown-item.active,
.cid-tsQDr2zUMu .dropdown-item:active {
  background-color: transparent;
}
.cid-tsQDr2zUMu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsQDr2zUMu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsQDr2zUMu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsQDr2zUMu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tsQDr2zUMu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsQDr2zUMu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsQDr2zUMu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsQDr2zUMu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsQDr2zUMu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsQDr2zUMu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0cae1c;
}
.cid-tsQDr2zUMu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsQDr2zUMu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsQDr2zUMu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsQDr2zUMu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsQDr2zUMu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsQDr2zUMu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsQDr2zUMu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsQDr2zUMu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsQDr2zUMu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tsQDr2zUMu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsQDr2zUMu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tsQDr2zUMu .navbar {
    height: 70px;
  }
  .cid-tsQDr2zUMu .navbar.opened {
    height: auto;
  }
  .cid-tsQDr2zUMu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tsQDr2SF3f {
  background-image: url("../../../assets/images/deck-exportado-640x480.jpeg");
}
.cid-tsQDr2SF3f .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsQDr2SF3f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsQDr2SF3f .mbr-section-title {
  color: #ffffff;
}
.cid-tsQDr2SF3f .mbr-text,
.cid-tsQDr2SF3f .mbr-section-btn {
  color: #ffffff;
}
.cid-tt0JkHVt27 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tt0JkHVt27 .carousel {
    min-height: 700px;
  }
  .cid-tt0JkHVt27 .carousel img {
    max-height: 700px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tt0JkHVt27 .carousel {
    min-height: 455px;
  }
  .cid-tt0JkHVt27 .carousel img {
    max-height: 455px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tt0JkHVt27 .carousel {
    min-height: 385px;
  }
  .cid-tt0JkHVt27 .carousel img {
    max-height: 385px;
    object-fit: contain;
  }
  .cid-tt0JkHVt27 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tt0JkHVt27 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tt0JkHVt27 .carousel,
.cid-tt0JkHVt27 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tt0JkHVt27 .item-wrapper {
  width: 100%;
}
.cid-tt0JkHVt27 .carousel-caption {
  bottom: 40px;
}
.cid-tt0JkHVt27 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tt0JkHVt27 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tt0JkHVt27 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tt0JkHVt27 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tt0JkHVt27 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tt0JkHVt27 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tt0JkHVt27 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tt0JkHVt27 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tt0JkHVt27 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tt0JkHVt27 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  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-tt0JkHVt27 .carousel-indicators li.active,
.cid-tt0JkHVt27 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tt0JkHVt27 .carousel-indicators li::after,
.cid-tt0JkHVt27 .carousel-indicators li::before {
  content: none;
}
.cid-tt0JkHVt27 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tt0JkHVt27 .carousel-indicators {
    display: none !important;
  }
}
.cid-tt6Fywe61Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tt6Fywe61Z .row {
  justify-content: center;
}
.cid-tt6Fywe61Z .col-title {
  margin-bottom: 2.5rem;
}
.cid-tt6Fywe61Z .mbr-section-title {
  color: #17740e;
}
.cid-tt6Fywe61Z .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1.5rem;
}
.cid-tt6Fywe61Z .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tt6Fywe61Z .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-tt6Fywe61Z .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tt6Fywe61Z .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 100px;
}
@media (max-width: 639px) {
  .cid-tt6Fywe61Z .card {
    min-height: 69px;
  }
}
.cid-tt6Fywe61Z .card-1 {
  background-color: #074e00;
}
.cid-tt6Fywe61Z .card-2 {
  background-color: #0cae1c;
}
.cid-tt6Fywe61Z .card-3 {
  background-color: #17740e;
}
.cid-tt6Fywe61Z .card-4 {
  background-color: #074e00;
}
.cid-tt6Fywe61Z .card-5 {
  background-color: #0cae1c;
}
.cid-tt6Fywe61Z .card-6 {
  background-color: #ff7f11;
}
.cid-tt6Fywe61Z .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tt6Fywe61Z .card:hover .card-title {
  text-decoration: underline;
}
.cid-tt6Fywe61Z .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-tt6Fywe61Z .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  border-top-right-radius: 100px;
  overflow: hidden;
}
.cid-tt6Fywe61Z .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-tt6Fywe61Z .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-tt6Fywe61Z .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-tt6Fywe61Z .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #FCF0D5;
  position: relative;
  z-index: 11;
}
.cid-tt6Fywe61Z .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-tt6JUeCMw9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tt6JUeCMw9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt6JUeCMw9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tt6JUeCMw9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tt6JUeCMw9 .row {
  flex-direction: row-reverse;
}
.cid-tt6JUeCMw9 img {
  width: 100%;
}
.cid-tt6KtWjQE4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tt6KtWjQE4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt6KtWjQE4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tt6KtWjQE4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tt6KtWjQE4 .row {
  flex-direction: row-reverse;
}
.cid-tt6KtWjQE4 img {
  width: 100%;
}
.cid-tt6L15rJgM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tt6L15rJgM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt6L15rJgM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tt6L15rJgM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tt6L15rJgM .row {
  flex-direction: row-reverse;
}
.cid-tt6L15rJgM img {
  width: 100%;
}
.cid-tt6W0Mi1t1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tt6W0Mi1t1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt6W0Mi1t1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tt6W0Mi1t1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tt6W0Mi1t1 .row {
  flex-direction: row-reverse;
}
.cid-tt6W0Mi1t1 img {
  width: 100%;
}
.cid-tt6Wh3BnKX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tt6Wh3BnKX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt6Wh3BnKX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tt6Wh3BnKX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tt6Wh3BnKX .row {
  flex-direction: row-reverse;
}
.cid-tt6Wh3BnKX img {
  width: 100%;
}
.cid-uiNOm4rFzH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uiNOm4rFzH .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uiNOm4rFzH .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uiNOm4rFzH .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #17740e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uiNOm4rFzH .mbr-section-title {
  color: #17740e;
}
.cid-uiNOm4rFzH .mbr-text {
  color: #17740e;
}
.cid-tsQDr4f9vo {
  background-color: #ffffff;
}
.cid-tsQDr4f9vo .mbr-text,
.cid-tsQDr4f9vo .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-tsQDr4f9vo .mbr-text,
  .cid-tsQDr4f9vo .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tsQDr4f9vo .mbr-text,
  .cid-tsQDr4f9vo .mbr-section-title {
    text-align: center;
  }
}
.cid-tsQDr4f9vo a.btn {
  height: 100%;
  margin: 0;
}
.cid-tsQDr4f9vo .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tsQDr4f9vo .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tsQDr4f9vo .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tsQDr4f9vo .justify-content-center {
  align-items: center;
}
.cid-tsQDr4u3VG {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/13-1920x1080.jpg");
}
@media (max-width: 767px) {
  .cid-tsQDr4u3VG .content {
    text-align: center;
  }
  .cid-tsQDr4u3VG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tsQDr4u3VG .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tsQDr4u3VG .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tsQDr4u3VG .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tsQDr4u3VG .google-map {
  height: 25rem;
  position: relative;
}
.cid-tsQDr4u3VG .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tsQDr4u3VG .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-tsQDr4u3VG .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tsQDr4u3VG .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tsQDr4u3VG .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tsQDr4u3VG .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tsQDr4u3VG .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tsQDr4u3VG .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tsQDr4u3VG .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tsQDr4u3VG .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tsQDr4u3VG .list {
  list-style-type: none;
  padding: 0;
}
.cid-tt78uI24yZ {
  z-index: 1000;
  width: 100%;
}
.cid-tt78uI24yZ nav.navbar {
  position: fixed;
}
.cid-tt78uI24yZ .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-tt78uI24yZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tt78uI24yZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tt78uI24yZ .dropdown-item:hover,
.cid-tt78uI24yZ .dropdown-item:focus {
  background: #17740e !important;
  color: white !important;
}
.cid-tt78uI24yZ .dropdown-item:hover span {
  color: white;
}
.cid-tt78uI24yZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tt78uI24yZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tt78uI24yZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tt78uI24yZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tt78uI24yZ .nav-link {
  position: relative;
}
.cid-tt78uI24yZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tt78uI24yZ .container {
    flex-wrap: nowrap;
  }
}
.cid-tt78uI24yZ .iconfont-wrapper {
  color: #0cae1c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tt78uI24yZ .dropdown-menu,
.cid-tt78uI24yZ .navbar.opened {
  background: #ffffff !important;
}
.cid-tt78uI24yZ .nav-item:focus,
.cid-tt78uI24yZ .nav-link:focus {
  outline: none;
}
.cid-tt78uI24yZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tt78uI24yZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tt78uI24yZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tt78uI24yZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tt78uI24yZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tt78uI24yZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tt78uI24yZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tt78uI24yZ .navbar.opened {
  transition: all 0.3s;
}
.cid-tt78uI24yZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tt78uI24yZ .navbar .navbar-logo img {
  width: auto;
}
.cid-tt78uI24yZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tt78uI24yZ .navbar.collapsed {
  justify-content: center;
}
.cid-tt78uI24yZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tt78uI24yZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tt78uI24yZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-tt78uI24yZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tt78uI24yZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tt78uI24yZ .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-tt78uI24yZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tt78uI24yZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tt78uI24yZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tt78uI24yZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tt78uI24yZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tt78uI24yZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tt78uI24yZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tt78uI24yZ .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-tt78uI24yZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tt78uI24yZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tt78uI24yZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tt78uI24yZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tt78uI24yZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tt78uI24yZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tt78uI24yZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tt78uI24yZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tt78uI24yZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tt78uI24yZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tt78uI24yZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tt78uI24yZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tt78uI24yZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tt78uI24yZ .dropdown-item.active,
.cid-tt78uI24yZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tt78uI24yZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tt78uI24yZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tt78uI24yZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tt78uI24yZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tt78uI24yZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tt78uI24yZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tt78uI24yZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tt78uI24yZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tt78uI24yZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tt78uI24yZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0cae1c;
}
.cid-tt78uI24yZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tt78uI24yZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tt78uI24yZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tt78uI24yZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tt78uI24yZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tt78uI24yZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tt78uI24yZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tt78uI24yZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tt78uI24yZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tt78uI24yZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tt78uI24yZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tt78uI24yZ .navbar {
    height: 70px;
  }
  .cid-tt78uI24yZ .navbar.opened {
    height: auto;
  }
  .cid-tt78uI24yZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tt78uIE2Ag {
  background-image: url("../../../assets/images/tiles-5-scaled-1-2000x1334.jpg");
}
.cid-tt78uIE2Ag .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt78uIE2Ag .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt78uIE2Ag .mbr-section-title {
  color: #ffffff;
}
.cid-tt78uIE2Ag .mbr-text,
.cid-tt78uIE2Ag .mbr-section-btn {
  color: #ffffff;
}
.cid-tt78uJ7yKs {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tt78uJ7yKs .carousel {
    min-height: 600px;
  }
  .cid-tt78uJ7yKs .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tt78uJ7yKs .carousel {
    min-height: 390px;
  }
  .cid-tt78uJ7yKs .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tt78uJ7yKs .carousel {
    min-height: 330px;
  }
  .cid-tt78uJ7yKs .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-tt78uJ7yKs .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tt78uJ7yKs .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tt78uJ7yKs .carousel,
.cid-tt78uJ7yKs .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tt78uJ7yKs .item-wrapper {
  width: 100%;
}
.cid-tt78uJ7yKs .carousel-caption {
  bottom: 40px;
}
.cid-tt78uJ7yKs .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tt78uJ7yKs .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tt78uJ7yKs .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tt78uJ7yKs .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tt78uJ7yKs .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tt78uJ7yKs .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tt78uJ7yKs .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tt78uJ7yKs .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tt78uJ7yKs .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tt78uJ7yKs .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  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-tt78uJ7yKs .carousel-indicators li.active,
.cid-tt78uJ7yKs .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tt78uJ7yKs .carousel-indicators li::after,
.cid-tt78uJ7yKs .carousel-indicators li::before {
  content: none;
}
.cid-tt78uJ7yKs .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tt78uJ7yKs .carousel-indicators {
    display: none !important;
  }
}
.cid-tt78uJyVGx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tt78uJyVGx .row {
  justify-content: center;
}
.cid-tt78uJyVGx .col-title {
  margin-bottom: 2.5rem;
}
.cid-tt78uJyVGx .mbr-section-title {
  color: #17740e;
}
.cid-tt78uJyVGx .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1.5rem;
}
.cid-tt78uJyVGx .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tt78uJyVGx .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-tt78uJyVGx .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tt78uJyVGx .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 100px;
}
@media (max-width: 639px) {
  .cid-tt78uJyVGx .card {
    min-height: 69px;
  }
}
.cid-tt78uJyVGx .card-1 {
  background-color: #074e00;
}
.cid-tt78uJyVGx .card-2 {
  background-color: #0cae1c;
}
.cid-tt78uJyVGx .card-3 {
  background-color: #17740e;
}
.cid-tt78uJyVGx .card-4 {
  background-color: #074e00;
}
.cid-tt78uJyVGx .card-5 {
  background-color: #0cae1c;
}
.cid-tt78uJyVGx .card-6 {
  background-color: #ff7f11;
}
.cid-tt78uJyVGx .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tt78uJyVGx .card:hover .card-title {
  text-decoration: underline;
}
.cid-tt78uJyVGx .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-tt78uJyVGx .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  border-top-right-radius: 100px;
  overflow: hidden;
}
.cid-tt78uJyVGx .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-tt78uJyVGx .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-tt78uJyVGx .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-tt78uJyVGx .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #FCF0D5;
  position: relative;
  z-index: 11;
}
.cid-tt78uJyVGx .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-tt78uJZiHy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tt78uJZiHy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt78uJZiHy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tt78uJZiHy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tt78uJZiHy .row {
  flex-direction: row-reverse;
}
.cid-tt78uJZiHy img {
  width: 100%;
}
.cid-tt78uKlypT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tt78uKlypT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt78uKlypT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tt78uKlypT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tt78uKlypT .row {
  flex-direction: row-reverse;
}
.cid-tt78uKlypT img {
  width: 100%;
}
.cid-tt78uKHY7B {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tt78uKHY7B .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt78uKHY7B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tt78uKHY7B .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tt78uKHY7B .row {
  flex-direction: row-reverse;
}
.cid-tt78uKHY7B img {
  width: 100%;
}
.cid-tt78uL4kBp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tt78uL4kBp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt78uL4kBp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tt78uL4kBp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tt78uL4kBp .row {
  flex-direction: row-reverse;
}
.cid-tt78uL4kBp img {
  width: 100%;
}
.cid-tt78uLqbLF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tt78uLqbLF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt78uLqbLF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tt78uLqbLF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tt78uLqbLF .row {
  flex-direction: row-reverse;
}
.cid-tt78uLqbLF img {
  width: 100%;
}
.cid-tt7bmDhKL5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tt7bmDhKL5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt7bmDhKL5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tt7bmDhKL5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tt7bmDhKL5 .row {
  flex-direction: row-reverse;
}
.cid-tt7bmDhKL5 img {
  width: 100%;
}
.cid-uiNOxL8uIr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uiNOxL8uIr .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uiNOxL8uIr .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uiNOxL8uIr .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #17740e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uiNOxL8uIr .mbr-section-title {
  color: #17740e;
}
.cid-uiNOxL8uIr .mbr-text {
  color: #17740e;
}
.cid-tt78uLLIzp {
  background-color: #ffffff;
}
.cid-tt78uLLIzp .mbr-text,
.cid-tt78uLLIzp .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-tt78uLLIzp .mbr-text,
  .cid-tt78uLLIzp .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tt78uLLIzp .mbr-text,
  .cid-tt78uLLIzp .mbr-section-title {
    text-align: center;
  }
}
.cid-tt78uLLIzp a.btn {
  height: 100%;
  margin: 0;
}
.cid-tt78uLLIzp .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tt78uLLIzp .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tt78uLLIzp .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tt78uLLIzp .justify-content-center {
  align-items: center;
}
.cid-tt78uM88gd {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/13-1920x1080.jpg");
}
@media (max-width: 767px) {
  .cid-tt78uM88gd .content {
    text-align: center;
  }
  .cid-tt78uM88gd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tt78uM88gd .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tt78uM88gd .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tt78uM88gd .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tt78uM88gd .google-map {
  height: 25rem;
  position: relative;
}
.cid-tt78uM88gd .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tt78uM88gd .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-tt78uM88gd .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tt78uM88gd .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tt78uM88gd .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tt78uM88gd .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tt78uM88gd .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tt78uM88gd .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tt78uM88gd .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tt78uM88gd .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tt78uM88gd .list {
  list-style-type: none;
  padding: 0;
}
.cid-tt7dTD3kPy {
  z-index: 1000;
  width: 100%;
}
.cid-tt7dTD3kPy nav.navbar {
  position: fixed;
}
.cid-tt7dTD3kPy .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-tt7dTD3kPy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tt7dTD3kPy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tt7dTD3kPy .dropdown-item:hover,
.cid-tt7dTD3kPy .dropdown-item:focus {
  background: #17740e !important;
  color: white !important;
}
.cid-tt7dTD3kPy .dropdown-item:hover span {
  color: white;
}
.cid-tt7dTD3kPy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tt7dTD3kPy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tt7dTD3kPy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tt7dTD3kPy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tt7dTD3kPy .nav-link {
  position: relative;
}
.cid-tt7dTD3kPy .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tt7dTD3kPy .container {
    flex-wrap: nowrap;
  }
}
.cid-tt7dTD3kPy .iconfont-wrapper {
  color: #0cae1c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tt7dTD3kPy .dropdown-menu,
.cid-tt7dTD3kPy .navbar.opened {
  background: #ffffff !important;
}
.cid-tt7dTD3kPy .nav-item:focus,
.cid-tt7dTD3kPy .nav-link:focus {
  outline: none;
}
.cid-tt7dTD3kPy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tt7dTD3kPy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tt7dTD3kPy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tt7dTD3kPy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tt7dTD3kPy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tt7dTD3kPy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tt7dTD3kPy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tt7dTD3kPy .navbar.opened {
  transition: all 0.3s;
}
.cid-tt7dTD3kPy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tt7dTD3kPy .navbar .navbar-logo img {
  width: auto;
}
.cid-tt7dTD3kPy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tt7dTD3kPy .navbar.collapsed {
  justify-content: center;
}
.cid-tt7dTD3kPy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tt7dTD3kPy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tt7dTD3kPy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-tt7dTD3kPy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tt7dTD3kPy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tt7dTD3kPy .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-tt7dTD3kPy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tt7dTD3kPy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tt7dTD3kPy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tt7dTD3kPy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tt7dTD3kPy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tt7dTD3kPy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tt7dTD3kPy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tt7dTD3kPy .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-tt7dTD3kPy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tt7dTD3kPy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tt7dTD3kPy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tt7dTD3kPy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tt7dTD3kPy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tt7dTD3kPy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tt7dTD3kPy .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tt7dTD3kPy .navbar.navbar-short {
  min-height: 60px;
}
.cid-tt7dTD3kPy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tt7dTD3kPy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tt7dTD3kPy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tt7dTD3kPy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tt7dTD3kPy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tt7dTD3kPy .dropdown-item.active,
.cid-tt7dTD3kPy .dropdown-item:active {
  background-color: transparent;
}
.cid-tt7dTD3kPy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tt7dTD3kPy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tt7dTD3kPy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tt7dTD3kPy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tt7dTD3kPy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tt7dTD3kPy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tt7dTD3kPy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tt7dTD3kPy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tt7dTD3kPy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tt7dTD3kPy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0cae1c;
}
.cid-tt7dTD3kPy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tt7dTD3kPy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tt7dTD3kPy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tt7dTD3kPy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tt7dTD3kPy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tt7dTD3kPy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tt7dTD3kPy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tt7dTD3kPy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tt7dTD3kPy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tt7dTD3kPy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tt7dTD3kPy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tt7dTD3kPy .navbar {
    height: 70px;
  }
  .cid-tt7dTD3kPy .navbar.opened {
    height: auto;
  }
  .cid-tt7dTD3kPy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tt7dTDBzmT {
  background-image: url("../../../assets/images/piso-cumaru-sala-comedor-scaled-1-2000x1334.jpg");
}
.cid-tt7dTDBzmT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt7dTDBzmT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt7dTDBzmT .mbr-section-title {
  color: #ffffff;
}
.cid-tt7dTDBzmT .mbr-text,
.cid-tt7dTDBzmT .mbr-section-btn {
  color: #ffffff;
}
.cid-tt7dTE1dhC {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tt7dTE1dhC .carousel {
    min-height: 600px;
  }
  .cid-tt7dTE1dhC .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tt7dTE1dhC .carousel {
    min-height: 390px;
  }
  .cid-tt7dTE1dhC .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tt7dTE1dhC .carousel {
    min-height: 330px;
  }
  .cid-tt7dTE1dhC .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-tt7dTE1dhC .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tt7dTE1dhC .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tt7dTE1dhC .carousel,
.cid-tt7dTE1dhC .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tt7dTE1dhC .item-wrapper {
  width: 100%;
}
.cid-tt7dTE1dhC .carousel-caption {
  bottom: 40px;
}
.cid-tt7dTE1dhC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tt7dTE1dhC .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tt7dTE1dhC .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tt7dTE1dhC .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tt7dTE1dhC .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tt7dTE1dhC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tt7dTE1dhC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tt7dTE1dhC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tt7dTE1dhC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tt7dTE1dhC .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  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-tt7dTE1dhC .carousel-indicators li.active,
.cid-tt7dTE1dhC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tt7dTE1dhC .carousel-indicators li::after,
.cid-tt7dTE1dhC .carousel-indicators li::before {
  content: none;
}
.cid-tt7dTE1dhC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tt7dTE1dhC .carousel-indicators {
    display: none !important;
  }
}
.cid-tt7dTEn3JP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tt7dTEn3JP .row {
  justify-content: center;
}
.cid-tt7dTEn3JP .col-title {
  margin-bottom: 2.5rem;
}
.cid-tt7dTEn3JP .mbr-section-title {
  color: #17740e;
}
.cid-tt7dTEn3JP .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1.5rem;
}
.cid-tt7dTEn3JP .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tt7dTEn3JP .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-tt7dTEn3JP .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tt7dTEn3JP .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 300px;
}
@media (max-width: 639px) {
  .cid-tt7dTEn3JP .card {
    min-height: 207px;
  }
}
.cid-tt7dTEn3JP .card-1 {
  background-color: #074e00;
}
.cid-tt7dTEn3JP .card-2 {
  background-color: #0cae1c;
}
.cid-tt7dTEn3JP .card-3 {
  background-color: #17740e;
}
.cid-tt7dTEn3JP .card-4 {
  background-color: #074e00;
}
.cid-tt7dTEn3JP .card-5 {
  background-color: #0cae1c;
}
.cid-tt7dTEn3JP .card-6 {
  background-color: #ff7f11;
}
.cid-tt7dTEn3JP .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tt7dTEn3JP .card:hover .card-title {
  text-decoration: underline;
}
.cid-tt7dTEn3JP .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-tt7dTEn3JP .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  border-top-right-radius: 100px;
  overflow: hidden;
}
.cid-tt7dTEn3JP .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-tt7dTEn3JP .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-tt7dTEn3JP .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-tt7dTEn3JP .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #FCF0D5;
  position: relative;
  z-index: 11;
}
.cid-tt7dTEn3JP .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-tt7dTF5M1Z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tt7dTF5M1Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt7dTF5M1Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tt7dTF5M1Z .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tt7dTF5M1Z .row {
  flex-direction: row-reverse;
}
.cid-tt7dTF5M1Z img {
  width: 100%;
}
.cid-tt7dTG3wRt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tt7dTG3wRt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt7dTG3wRt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tt7dTG3wRt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tt7dTG3wRt .row {
  flex-direction: row-reverse;
}
.cid-tt7dTG3wRt img {
  width: 100%;
}
.cid-tt7dTGoOpA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tt7dTGoOpA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt7dTGoOpA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tt7dTGoOpA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tt7dTGoOpA .row {
  flex-direction: row-reverse;
}
.cid-tt7dTGoOpA img {
  width: 100%;
}
.cid-tt7dTGHjvR {
  background-color: #ffffff;
}
.cid-tt7dTGHjvR .mbr-text,
.cid-tt7dTGHjvR .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-tt7dTGHjvR .mbr-text,
  .cid-tt7dTGHjvR .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tt7dTGHjvR .mbr-text,
  .cid-tt7dTGHjvR .mbr-section-title {
    text-align: center;
  }
}
.cid-tt7dTGHjvR a.btn {
  height: 100%;
  margin: 0;
}
.cid-tt7dTGHjvR .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tt7dTGHjvR .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tt7dTGHjvR .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tt7dTGHjvR .justify-content-center {
  align-items: center;
}
.cid-tt7dTH3YJy {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/13-1920x1080.jpg");
}
@media (max-width: 767px) {
  .cid-tt7dTH3YJy .content {
    text-align: center;
  }
  .cid-tt7dTH3YJy .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tt7dTH3YJy .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tt7dTH3YJy .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tt7dTH3YJy .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tt7dTH3YJy .google-map {
  height: 25rem;
  position: relative;
}
.cid-tt7dTH3YJy .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tt7dTH3YJy .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-tt7dTH3YJy .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tt7dTH3YJy .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tt7dTH3YJy .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tt7dTH3YJy .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tt7dTH3YJy .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tt7dTH3YJy .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tt7dTH3YJy .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tt7dTH3YJy .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tt7dTH3YJy .list {
  list-style-type: none;
  padding: 0;
}
.cid-tt7uJHNaVN {
  z-index: 1000;
  width: 100%;
}
.cid-tt7uJHNaVN nav.navbar {
  position: fixed;
}
.cid-tt7uJHNaVN .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-tt7uJHNaVN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tt7uJHNaVN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tt7uJHNaVN .dropdown-item:hover,
.cid-tt7uJHNaVN .dropdown-item:focus {
  background: #17740e !important;
  color: white !important;
}
.cid-tt7uJHNaVN .dropdown-item:hover span {
  color: white;
}
.cid-tt7uJHNaVN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tt7uJHNaVN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tt7uJHNaVN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tt7uJHNaVN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tt7uJHNaVN .nav-link {
  position: relative;
}
.cid-tt7uJHNaVN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tt7uJHNaVN .container {
    flex-wrap: nowrap;
  }
}
.cid-tt7uJHNaVN .iconfont-wrapper {
  color: #0cae1c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tt7uJHNaVN .dropdown-menu,
.cid-tt7uJHNaVN .navbar.opened {
  background: #ffffff !important;
}
.cid-tt7uJHNaVN .nav-item:focus,
.cid-tt7uJHNaVN .nav-link:focus {
  outline: none;
}
.cid-tt7uJHNaVN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tt7uJHNaVN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tt7uJHNaVN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tt7uJHNaVN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tt7uJHNaVN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tt7uJHNaVN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tt7uJHNaVN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tt7uJHNaVN .navbar.opened {
  transition: all 0.3s;
}
.cid-tt7uJHNaVN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tt7uJHNaVN .navbar .navbar-logo img {
  width: auto;
}
.cid-tt7uJHNaVN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tt7uJHNaVN .navbar.collapsed {
  justify-content: center;
}
.cid-tt7uJHNaVN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tt7uJHNaVN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tt7uJHNaVN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-tt7uJHNaVN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tt7uJHNaVN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tt7uJHNaVN .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-tt7uJHNaVN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tt7uJHNaVN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tt7uJHNaVN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tt7uJHNaVN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tt7uJHNaVN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tt7uJHNaVN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tt7uJHNaVN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tt7uJHNaVN .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-tt7uJHNaVN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tt7uJHNaVN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tt7uJHNaVN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tt7uJHNaVN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tt7uJHNaVN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tt7uJHNaVN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tt7uJHNaVN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tt7uJHNaVN .navbar.navbar-short {
  min-height: 60px;
}
.cid-tt7uJHNaVN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tt7uJHNaVN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tt7uJHNaVN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tt7uJHNaVN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tt7uJHNaVN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tt7uJHNaVN .dropdown-item.active,
.cid-tt7uJHNaVN .dropdown-item:active {
  background-color: transparent;
}
.cid-tt7uJHNaVN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tt7uJHNaVN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tt7uJHNaVN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tt7uJHNaVN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tt7uJHNaVN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tt7uJHNaVN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tt7uJHNaVN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tt7uJHNaVN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tt7uJHNaVN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tt7uJHNaVN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0cae1c;
}
.cid-tt7uJHNaVN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tt7uJHNaVN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tt7uJHNaVN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tt7uJHNaVN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tt7uJHNaVN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tt7uJHNaVN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tt7uJHNaVN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tt7uJHNaVN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tt7uJHNaVN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tt7uJHNaVN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tt7uJHNaVN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tt7uJHNaVN .navbar {
    height: 70px;
  }
  .cid-tt7uJHNaVN .navbar.opened {
    height: auto;
  }
  .cid-tt7uJHNaVN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tt7uJIg9Pe {
  background-image: url("../../../assets/images/siding-fj-2-670x443.jpg");
}
.cid-tt7uJIg9Pe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt7uJIg9Pe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt7uJIg9Pe .mbr-section-title {
  color: #ffffff;
}
.cid-tt7uJIg9Pe .mbr-text,
.cid-tt7uJIg9Pe .mbr-section-btn {
  color: #ffffff;
}
.cid-tt7uJIGsVb {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tt7uJIGsVb .carousel {
    min-height: 600px;
  }
  .cid-tt7uJIGsVb .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tt7uJIGsVb .carousel {
    min-height: 390px;
  }
  .cid-tt7uJIGsVb .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tt7uJIGsVb .carousel {
    min-height: 330px;
  }
  .cid-tt7uJIGsVb .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-tt7uJIGsVb .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tt7uJIGsVb .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tt7uJIGsVb .carousel,
.cid-tt7uJIGsVb .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tt7uJIGsVb .item-wrapper {
  width: 100%;
}
.cid-tt7uJIGsVb .carousel-caption {
  bottom: 40px;
}
.cid-tt7uJIGsVb .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tt7uJIGsVb .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tt7uJIGsVb .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tt7uJIGsVb .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tt7uJIGsVb .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tt7uJIGsVb .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tt7uJIGsVb .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tt7uJIGsVb .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tt7uJIGsVb .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tt7uJIGsVb .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  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-tt7uJIGsVb .carousel-indicators li.active,
.cid-tt7uJIGsVb .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tt7uJIGsVb .carousel-indicators li::after,
.cid-tt7uJIGsVb .carousel-indicators li::before {
  content: none;
}
.cid-tt7uJIGsVb .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tt7uJIGsVb .carousel-indicators {
    display: none !important;
  }
}
.cid-tt7uJJ24qw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tt7uJJ24qw .row {
  justify-content: center;
}
.cid-tt7uJJ24qw .col-title {
  margin-bottom: 2.5rem;
}
.cid-tt7uJJ24qw .mbr-section-title {
  color: #17740e;
}
.cid-tt7uJJ24qw .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1.5rem;
}
.cid-tt7uJJ24qw .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tt7uJJ24qw .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-tt7uJJ24qw .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tt7uJJ24qw .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 100px;
}
@media (max-width: 639px) {
  .cid-tt7uJJ24qw .card {
    min-height: 69px;
  }
}
.cid-tt7uJJ24qw .card-1 {
  background-color: #074e00;
}
.cid-tt7uJJ24qw .card-2 {
  background-color: #0cae1c;
}
.cid-tt7uJJ24qw .card-3 {
  background-color: #17740e;
}
.cid-tt7uJJ24qw .card-4 {
  background-color: #074e00;
}
.cid-tt7uJJ24qw .card-5 {
  background-color: #0cae1c;
}
.cid-tt7uJJ24qw .card-6 {
  background-color: #ff7f11;
}
.cid-tt7uJJ24qw .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tt7uJJ24qw .card:hover .card-title {
  text-decoration: underline;
}
.cid-tt7uJJ24qw .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-tt7uJJ24qw .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  border-top-right-radius: 100px;
  overflow: hidden;
}
.cid-tt7uJJ24qw .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-tt7uJJ24qw .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-tt7uJJ24qw .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-tt7uJJ24qw .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #FCF0D5;
  position: relative;
  z-index: 11;
}
.cid-tt7uJJ24qw .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-tt7uJJqe9s {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tt7uJJqe9s .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt7uJJqe9s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tt7uJJqe9s .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tt7uJJqe9s .row {
  flex-direction: row-reverse;
}
.cid-tt7uJJqe9s img {
  width: 100%;
}
.cid-tt7uJJJAB9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tt7uJJJAB9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt7uJJJAB9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tt7uJJJAB9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tt7uJJJAB9 .row {
  flex-direction: row-reverse;
}
.cid-tt7uJJJAB9 img {
  width: 100%;
}
.cid-tt7uJK6dtr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tt7uJK6dtr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt7uJK6dtr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tt7uJK6dtr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tt7uJK6dtr .row {
  flex-direction: row-reverse;
}
.cid-tt7uJK6dtr img {
  width: 100%;
}
.cid-tt7uJKKUEX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tt7uJKKUEX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt7uJKKUEX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tt7uJKKUEX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tt7uJKKUEX .row {
  flex-direction: row-reverse;
}
.cid-tt7uJKKUEX img {
  width: 100%;
}
.cid-uiNOK25Fmx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uiNOK25Fmx .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uiNOK25Fmx .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uiNOK25Fmx .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #17740e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uiNOK25Fmx .mbr-section-title {
  color: #17740e;
}
.cid-uiNOK25Fmx .mbr-text {
  color: #17740e;
}
.cid-tt7uJLnqiu {
  background-color: #ffffff;
}
.cid-tt7uJLnqiu .mbr-text,
.cid-tt7uJLnqiu .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-tt7uJLnqiu .mbr-text,
  .cid-tt7uJLnqiu .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tt7uJLnqiu .mbr-text,
  .cid-tt7uJLnqiu .mbr-section-title {
    text-align: center;
  }
}
.cid-tt7uJLnqiu a.btn {
  height: 100%;
  margin: 0;
}
.cid-tt7uJLnqiu .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tt7uJLnqiu .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tt7uJLnqiu .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tt7uJLnqiu .justify-content-center {
  align-items: center;
}
.cid-tt7uJLItoi {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/13-1920x1080.jpg");
}
@media (max-width: 767px) {
  .cid-tt7uJLItoi .content {
    text-align: center;
  }
  .cid-tt7uJLItoi .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tt7uJLItoi .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tt7uJLItoi .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tt7uJLItoi .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tt7uJLItoi .google-map {
  height: 25rem;
  position: relative;
}
.cid-tt7uJLItoi .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tt7uJLItoi .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-tt7uJLItoi .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tt7uJLItoi .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tt7uJLItoi .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tt7uJLItoi .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tt7uJLItoi .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tt7uJLItoi .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tt7uJLItoi .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tt7uJLItoi .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tt7uJLItoi .list {
  list-style-type: none;
  padding: 0;
}
.cid-tt7yizPsfW {
  z-index: 1000;
  width: 100%;
}
.cid-tt7yizPsfW nav.navbar {
  position: fixed;
}
.cid-tt7yizPsfW .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-tt7yizPsfW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tt7yizPsfW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tt7yizPsfW .dropdown-item:hover,
.cid-tt7yizPsfW .dropdown-item:focus {
  background: #17740e !important;
  color: white !important;
}
.cid-tt7yizPsfW .dropdown-item:hover span {
  color: white;
}
.cid-tt7yizPsfW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tt7yizPsfW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tt7yizPsfW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tt7yizPsfW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tt7yizPsfW .nav-link {
  position: relative;
}
.cid-tt7yizPsfW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tt7yizPsfW .container {
    flex-wrap: nowrap;
  }
}
.cid-tt7yizPsfW .iconfont-wrapper {
  color: #0cae1c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tt7yizPsfW .dropdown-menu,
.cid-tt7yizPsfW .navbar.opened {
  background: #ffffff !important;
}
.cid-tt7yizPsfW .nav-item:focus,
.cid-tt7yizPsfW .nav-link:focus {
  outline: none;
}
.cid-tt7yizPsfW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tt7yizPsfW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tt7yizPsfW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tt7yizPsfW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tt7yizPsfW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tt7yizPsfW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tt7yizPsfW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tt7yizPsfW .navbar.opened {
  transition: all 0.3s;
}
.cid-tt7yizPsfW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tt7yizPsfW .navbar .navbar-logo img {
  width: auto;
}
.cid-tt7yizPsfW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tt7yizPsfW .navbar.collapsed {
  justify-content: center;
}
.cid-tt7yizPsfW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tt7yizPsfW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tt7yizPsfW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-tt7yizPsfW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tt7yizPsfW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tt7yizPsfW .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-tt7yizPsfW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tt7yizPsfW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tt7yizPsfW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tt7yizPsfW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tt7yizPsfW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tt7yizPsfW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tt7yizPsfW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tt7yizPsfW .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-tt7yizPsfW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tt7yizPsfW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tt7yizPsfW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tt7yizPsfW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tt7yizPsfW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tt7yizPsfW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tt7yizPsfW .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tt7yizPsfW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tt7yizPsfW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tt7yizPsfW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tt7yizPsfW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tt7yizPsfW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tt7yizPsfW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tt7yizPsfW .dropdown-item.active,
.cid-tt7yizPsfW .dropdown-item:active {
  background-color: transparent;
}
.cid-tt7yizPsfW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tt7yizPsfW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tt7yizPsfW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tt7yizPsfW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tt7yizPsfW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tt7yizPsfW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tt7yizPsfW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tt7yizPsfW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tt7yizPsfW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tt7yizPsfW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0cae1c;
}
.cid-tt7yizPsfW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tt7yizPsfW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tt7yizPsfW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tt7yizPsfW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tt7yizPsfW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tt7yizPsfW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tt7yizPsfW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tt7yizPsfW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tt7yizPsfW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tt7yizPsfW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tt7yizPsfW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tt7yizPsfW .navbar {
    height: 70px;
  }
  .cid-tt7yizPsfW .navbar.opened {
    height: auto;
  }
  .cid-tt7yizPsfW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tt7yiAwDq5 {
  background-image: url("../../../assets/images/caoba-fsc-para-web-800x600.jpg");
}
.cid-tt7yiAwDq5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt7yiAwDq5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt7yiAwDq5 .mbr-section-title {
  color: #ffffff;
}
.cid-tt7yiAwDq5 .mbr-text,
.cid-tt7yiAwDq5 .mbr-section-btn {
  color: #ffffff;
}
.cid-tt7yiAUZmq {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tt7yiAUZmq .carousel {
    min-height: 700px;
  }
  .cid-tt7yiAUZmq .carousel img {
    max-height: 700px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tt7yiAUZmq .carousel {
    min-height: 455px;
  }
  .cid-tt7yiAUZmq .carousel img {
    max-height: 455px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tt7yiAUZmq .carousel {
    min-height: 385px;
  }
  .cid-tt7yiAUZmq .carousel img {
    max-height: 385px;
    object-fit: contain;
  }
  .cid-tt7yiAUZmq .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tt7yiAUZmq .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tt7yiAUZmq .carousel,
.cid-tt7yiAUZmq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tt7yiAUZmq .item-wrapper {
  width: 100%;
}
.cid-tt7yiAUZmq .carousel-caption {
  bottom: 40px;
}
.cid-tt7yiAUZmq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tt7yiAUZmq .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tt7yiAUZmq .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tt7yiAUZmq .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tt7yiAUZmq .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tt7yiAUZmq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tt7yiAUZmq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tt7yiAUZmq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tt7yiAUZmq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tt7yiAUZmq .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  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-tt7yiAUZmq .carousel-indicators li.active,
.cid-tt7yiAUZmq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tt7yiAUZmq .carousel-indicators li::after,
.cid-tt7yiAUZmq .carousel-indicators li::before {
  content: none;
}
.cid-tt7yiAUZmq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tt7yiAUZmq .carousel-indicators {
    display: none !important;
  }
}
.cid-tt7yiBhwwb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tt7yiBhwwb .row {
  justify-content: center;
}
.cid-tt7yiBhwwb .col-title {
  margin-bottom: 2.5rem;
}
.cid-tt7yiBhwwb .mbr-section-title {
  color: #17740e;
}
.cid-tt7yiBhwwb .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1.5rem;
}
.cid-tt7yiBhwwb .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tt7yiBhwwb .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-tt7yiBhwwb .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tt7yiBhwwb .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 300px;
}
@media (max-width: 639px) {
  .cid-tt7yiBhwwb .card {
    min-height: 207px;
  }
}
.cid-tt7yiBhwwb .card-1 {
  background-color: #074e00;
}
.cid-tt7yiBhwwb .card-2 {
  background-color: #0cae1c;
}
.cid-tt7yiBhwwb .card-3 {
  background-color: #17740e;
}
.cid-tt7yiBhwwb .card-4 {
  background-color: #074e00;
}
.cid-tt7yiBhwwb .card-5 {
  background-color: #0cae1c;
}
.cid-tt7yiBhwwb .card-6 {
  background-color: #ff7f11;
}
.cid-tt7yiBhwwb .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tt7yiBhwwb .card:hover .card-title {
  text-decoration: underline;
}
.cid-tt7yiBhwwb .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-tt7yiBhwwb .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  border-top-right-radius: 100px;
  overflow: hidden;
}
.cid-tt7yiBhwwb .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-tt7yiBhwwb .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-tt7yiBhwwb .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-tt7yiBhwwb .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #FCF0D5;
  position: relative;
  z-index: 11;
}
.cid-tt7yiBhwwb .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-tt7yiCg1vw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tt7yiCg1vw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt7yiCg1vw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tt7yiCg1vw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tt7yiCg1vw .row {
  flex-direction: row-reverse;
}
.cid-tt7yiCg1vw img {
  width: 100%;
}
.cid-tt7yiBFuGJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tt7yiBFuGJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt7yiBFuGJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tt7yiBFuGJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tt7yiBFuGJ .row {
  flex-direction: row-reverse;
}
.cid-tt7yiBFuGJ img {
  width: 100%;
}
.cid-tt7yiBYQn6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tt7yiBYQn6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tt7yiBYQn6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tt7yiBYQn6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tt7yiBYQn6 .row {
  flex-direction: row-reverse;
}
.cid-tt7yiBYQn6 img {
  width: 100%;
}
.cid-uiNOVt8pSs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uiNOVt8pSs .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uiNOVt8pSs .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uiNOVt8pSs .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #17740e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uiNOVt8pSs .mbr-section-title {
  color: #17740e;
}
.cid-uiNOVt8pSs .mbr-text {
  color: #17740e;
}
.cid-tt7yiDgkNf {
  background-color: #ffffff;
}
.cid-tt7yiDgkNf .mbr-text,
.cid-tt7yiDgkNf .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-tt7yiDgkNf .mbr-text,
  .cid-tt7yiDgkNf .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tt7yiDgkNf .mbr-text,
  .cid-tt7yiDgkNf .mbr-section-title {
    text-align: center;
  }
}
.cid-tt7yiDgkNf a.btn {
  height: 100%;
  margin: 0;
}
.cid-tt7yiDgkNf .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tt7yiDgkNf .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tt7yiDgkNf .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tt7yiDgkNf .justify-content-center {
  align-items: center;
}
.cid-tt7yiDAvir {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/13-1920x1080.jpg");
}
@media (max-width: 767px) {
  .cid-tt7yiDAvir .content {
    text-align: center;
  }
  .cid-tt7yiDAvir .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tt7yiDAvir .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tt7yiDAvir .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tt7yiDAvir .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tt7yiDAvir .google-map {
  height: 25rem;
  position: relative;
}
.cid-tt7yiDAvir .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tt7yiDAvir .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-tt7yiDAvir .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tt7yiDAvir .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tt7yiDAvir .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tt7yiDAvir .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tt7yiDAvir .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tt7yiDAvir .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tt7yiDAvir .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tt7yiDAvir .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tt7yiDAvir .list {
  list-style-type: none;
  padding: 0;
}
.cid-tQBMgNzTqD {
  z-index: 1000;
  width: 100%;
}
.cid-tQBMgNzTqD nav.navbar {
  position: fixed;
}
.cid-tQBMgNzTqD .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-tQBMgNzTqD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tQBMgNzTqD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tQBMgNzTqD .dropdown-item:hover,
.cid-tQBMgNzTqD .dropdown-item:focus {
  background: #17740e !important;
  color: white !important;
}
.cid-tQBMgNzTqD .dropdown-item:hover span {
  color: white;
}
.cid-tQBMgNzTqD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tQBMgNzTqD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tQBMgNzTqD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tQBMgNzTqD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tQBMgNzTqD .nav-link {
  position: relative;
}
.cid-tQBMgNzTqD .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tQBMgNzTqD .container {
    flex-wrap: nowrap;
  }
}
.cid-tQBMgNzTqD .iconfont-wrapper {
  color: #0cae1c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tQBMgNzTqD .dropdown-menu,
.cid-tQBMgNzTqD .navbar.opened {
  background: #ffffff !important;
}
.cid-tQBMgNzTqD .nav-item:focus,
.cid-tQBMgNzTqD .nav-link:focus {
  outline: none;
}
.cid-tQBMgNzTqD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tQBMgNzTqD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQBMgNzTqD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tQBMgNzTqD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQBMgNzTqD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQBMgNzTqD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQBMgNzTqD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tQBMgNzTqD .navbar.opened {
  transition: all 0.3s;
}
.cid-tQBMgNzTqD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tQBMgNzTqD .navbar .navbar-logo img {
  width: auto;
}
.cid-tQBMgNzTqD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tQBMgNzTqD .navbar.collapsed {
  justify-content: center;
}
.cid-tQBMgNzTqD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQBMgNzTqD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tQBMgNzTqD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-tQBMgNzTqD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQBMgNzTqD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQBMgNzTqD .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-tQBMgNzTqD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQBMgNzTqD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tQBMgNzTqD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tQBMgNzTqD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQBMgNzTqD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQBMgNzTqD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQBMgNzTqD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQBMgNzTqD .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-tQBMgNzTqD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tQBMgNzTqD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tQBMgNzTqD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQBMgNzTqD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tQBMgNzTqD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tQBMgNzTqD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tQBMgNzTqD .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tQBMgNzTqD .navbar.navbar-short {
  min-height: 60px;
}
.cid-tQBMgNzTqD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tQBMgNzTqD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tQBMgNzTqD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tQBMgNzTqD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQBMgNzTqD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQBMgNzTqD .dropdown-item.active,
.cid-tQBMgNzTqD .dropdown-item:active {
  background-color: transparent;
}
.cid-tQBMgNzTqD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQBMgNzTqD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQBMgNzTqD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQBMgNzTqD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tQBMgNzTqD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tQBMgNzTqD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tQBMgNzTqD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tQBMgNzTqD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tQBMgNzTqD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tQBMgNzTqD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0cae1c;
}
.cid-tQBMgNzTqD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQBMgNzTqD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQBMgNzTqD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQBMgNzTqD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQBMgNzTqD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQBMgNzTqD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQBMgNzTqD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQBMgNzTqD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQBMgNzTqD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tQBMgNzTqD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tQBMgNzTqD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tQBMgNzTqD .navbar {
    height: 70px;
  }
  .cid-tQBMgNzTqD .navbar.opened {
    height: auto;
  }
  .cid-tQBMgNzTqD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQBMgO03KA {
  background-image: url("../../../assets/images/1710580-2000x1502.jpg");
}
.cid-tQBMgO03KA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQBMgO03KA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQBMgO03KA .mbr-section-title {
  color: #ffffff;
}
.cid-tQBMgO03KA .mbr-text,
.cid-tQBMgO03KA .mbr-section-btn {
  color: #ffffff;
}
.cid-tQBMgOjbgb {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tQBMgOjbgb .carousel {
    min-height: 700px;
  }
  .cid-tQBMgOjbgb .carousel img {
    max-height: 700px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tQBMgOjbgb .carousel {
    min-height: 455px;
  }
  .cid-tQBMgOjbgb .carousel img {
    max-height: 455px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tQBMgOjbgb .carousel {
    min-height: 385px;
  }
  .cid-tQBMgOjbgb .carousel img {
    max-height: 385px;
    object-fit: contain;
  }
  .cid-tQBMgOjbgb .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tQBMgOjbgb .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tQBMgOjbgb .carousel,
.cid-tQBMgOjbgb .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tQBMgOjbgb .item-wrapper {
  width: 100%;
}
.cid-tQBMgOjbgb .carousel-caption {
  bottom: 40px;
}
.cid-tQBMgOjbgb .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tQBMgOjbgb .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tQBMgOjbgb .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tQBMgOjbgb .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tQBMgOjbgb .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tQBMgOjbgb .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tQBMgOjbgb .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tQBMgOjbgb .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tQBMgOjbgb .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tQBMgOjbgb .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  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-tQBMgOjbgb .carousel-indicators li.active,
.cid-tQBMgOjbgb .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tQBMgOjbgb .carousel-indicators li::after,
.cid-tQBMgOjbgb .carousel-indicators li::before {
  content: none;
}
.cid-tQBMgOjbgb .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tQBMgOjbgb .carousel-indicators {
    display: none !important;
  }
}
.cid-tQBMgOGOOY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tQBMgOGOOY .row {
  justify-content: center;
}
.cid-tQBMgOGOOY .col-title {
  margin-bottom: 2.5rem;
}
.cid-tQBMgOGOOY .mbr-section-title {
  color: #17740e;
}
.cid-tQBMgOGOOY .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1.5rem;
}
.cid-tQBMgOGOOY .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tQBMgOGOOY .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-tQBMgOGOOY .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tQBMgOGOOY .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 300px;
}
@media (max-width: 639px) {
  .cid-tQBMgOGOOY .card {
    min-height: 207px;
  }
}
.cid-tQBMgOGOOY .card-1 {
  background-color: #074e00;
}
.cid-tQBMgOGOOY .card-2 {
  background-color: #0cae1c;
}
.cid-tQBMgOGOOY .card-3 {
  background-color: #17740e;
}
.cid-tQBMgOGOOY .card-4 {
  background-color: #074e00;
}
.cid-tQBMgOGOOY .card-5 {
  background-color: #0cae1c;
}
.cid-tQBMgOGOOY .card-6 {
  background-color: #ff7f11;
}
.cid-tQBMgOGOOY .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tQBMgOGOOY .card:hover .card-title {
  text-decoration: underline;
}
.cid-tQBMgOGOOY .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-tQBMgOGOOY .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  border-top-right-radius: 100px;
  overflow: hidden;
}
.cid-tQBMgOGOOY .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-tQBMgOGOOY .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-tQBMgOGOOY .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-tQBMgOGOOY .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #FCF0D5;
  position: relative;
  z-index: 11;
}
.cid-tQBMgOGOOY .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-tQBMgOGOOY .card-title-1 {
  color: #ffffff;
}
.cid-uiNP9yYvXs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uiNP9yYvXs .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uiNP9yYvXs .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uiNP9yYvXs .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #17740e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uiNP9yYvXs .mbr-section-title {
  color: #17740e;
}
.cid-uiNP9yYvXs .mbr-text {
  color: #17740e;
}
.cid-tQBMgQ87s4 {
  background-color: #ffffff;
}
.cid-tQBMgQ87s4 .mbr-text,
.cid-tQBMgQ87s4 .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-tQBMgQ87s4 .mbr-text,
  .cid-tQBMgQ87s4 .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tQBMgQ87s4 .mbr-text,
  .cid-tQBMgQ87s4 .mbr-section-title {
    text-align: center;
  }
}
.cid-tQBMgQ87s4 a.btn {
  height: 100%;
  margin: 0;
}
.cid-tQBMgQ87s4 .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tQBMgQ87s4 .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tQBMgQ87s4 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tQBMgQ87s4 .justify-content-center {
  align-items: center;
}
.cid-tQBMgQvSRD {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/13-1920x1080.jpg");
}
@media (max-width: 767px) {
  .cid-tQBMgQvSRD .content {
    text-align: center;
  }
  .cid-tQBMgQvSRD .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tQBMgQvSRD .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tQBMgQvSRD .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tQBMgQvSRD .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tQBMgQvSRD .google-map {
  height: 25rem;
  position: relative;
}
.cid-tQBMgQvSRD .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tQBMgQvSRD .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-tQBMgQvSRD .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tQBMgQvSRD .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tQBMgQvSRD .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tQBMgQvSRD .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tQBMgQvSRD .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tQBMgQvSRD .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tQBMgQvSRD .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tQBMgQvSRD .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tQBMgQvSRD .list {
  list-style-type: none;
  padding: 0;
}
.cid-tR4dUrkTZJ {
  z-index: 1000;
  width: 100%;
}
.cid-tR4dUrkTZJ nav.navbar {
  position: fixed;
}
.cid-tR4dUrkTZJ .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-tR4dUrkTZJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tR4dUrkTZJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tR4dUrkTZJ .dropdown-item:hover,
.cid-tR4dUrkTZJ .dropdown-item:focus {
  background: #17740e !important;
  color: white !important;
}
.cid-tR4dUrkTZJ .dropdown-item:hover span {
  color: white;
}
.cid-tR4dUrkTZJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tR4dUrkTZJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tR4dUrkTZJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tR4dUrkTZJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tR4dUrkTZJ .nav-link {
  position: relative;
}
.cid-tR4dUrkTZJ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tR4dUrkTZJ .container {
    flex-wrap: nowrap;
  }
}
.cid-tR4dUrkTZJ .iconfont-wrapper {
  color: #0cae1c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tR4dUrkTZJ .dropdown-menu,
.cid-tR4dUrkTZJ .navbar.opened {
  background: #ffffff !important;
}
.cid-tR4dUrkTZJ .nav-item:focus,
.cid-tR4dUrkTZJ .nav-link:focus {
  outline: none;
}
.cid-tR4dUrkTZJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tR4dUrkTZJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tR4dUrkTZJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tR4dUrkTZJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tR4dUrkTZJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tR4dUrkTZJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tR4dUrkTZJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tR4dUrkTZJ .navbar.opened {
  transition: all 0.3s;
}
.cid-tR4dUrkTZJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tR4dUrkTZJ .navbar .navbar-logo img {
  width: auto;
}
.cid-tR4dUrkTZJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tR4dUrkTZJ .navbar.collapsed {
  justify-content: center;
}
.cid-tR4dUrkTZJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tR4dUrkTZJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tR4dUrkTZJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-tR4dUrkTZJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tR4dUrkTZJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tR4dUrkTZJ .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-tR4dUrkTZJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tR4dUrkTZJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tR4dUrkTZJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tR4dUrkTZJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tR4dUrkTZJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tR4dUrkTZJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tR4dUrkTZJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tR4dUrkTZJ .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-tR4dUrkTZJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tR4dUrkTZJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tR4dUrkTZJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tR4dUrkTZJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tR4dUrkTZJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tR4dUrkTZJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tR4dUrkTZJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tR4dUrkTZJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tR4dUrkTZJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tR4dUrkTZJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tR4dUrkTZJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tR4dUrkTZJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tR4dUrkTZJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tR4dUrkTZJ .dropdown-item.active,
.cid-tR4dUrkTZJ .dropdown-item:active {
  background-color: transparent;
}
.cid-tR4dUrkTZJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tR4dUrkTZJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tR4dUrkTZJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tR4dUrkTZJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tR4dUrkTZJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tR4dUrkTZJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tR4dUrkTZJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tR4dUrkTZJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tR4dUrkTZJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tR4dUrkTZJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0cae1c;
}
.cid-tR4dUrkTZJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tR4dUrkTZJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tR4dUrkTZJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tR4dUrkTZJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tR4dUrkTZJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tR4dUrkTZJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tR4dUrkTZJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tR4dUrkTZJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tR4dUrkTZJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tR4dUrkTZJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tR4dUrkTZJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tR4dUrkTZJ .navbar {
    height: 70px;
  }
  .cid-tR4dUrkTZJ .navbar.opened {
    height: auto;
  }
  .cid-tR4dUrkTZJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tR4dUs4vbq {
  background-image: url("../../../assets/images/1710624-2000x1502.jpg");
}
.cid-tR4dUs4vbq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR4dUs4vbq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR4dUs4vbq .mbr-section-title {
  color: #ffffff;
}
.cid-tR4dUs4vbq .mbr-text,
.cid-tR4dUs4vbq .mbr-section-btn {
  color: #ffffff;
}
.cid-tR4dUsrDBk {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tR4dUsrDBk .carousel {
    min-height: 700px;
  }
  .cid-tR4dUsrDBk .carousel img {
    max-height: 700px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tR4dUsrDBk .carousel {
    min-height: 455px;
  }
  .cid-tR4dUsrDBk .carousel img {
    max-height: 455px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tR4dUsrDBk .carousel {
    min-height: 385px;
  }
  .cid-tR4dUsrDBk .carousel img {
    max-height: 385px;
    object-fit: contain;
  }
  .cid-tR4dUsrDBk .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tR4dUsrDBk .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tR4dUsrDBk .carousel,
.cid-tR4dUsrDBk .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tR4dUsrDBk .item-wrapper {
  width: 100%;
}
.cid-tR4dUsrDBk .carousel-caption {
  bottom: 40px;
}
.cid-tR4dUsrDBk .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tR4dUsrDBk .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tR4dUsrDBk .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tR4dUsrDBk .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tR4dUsrDBk .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tR4dUsrDBk .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tR4dUsrDBk .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tR4dUsrDBk .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tR4dUsrDBk .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tR4dUsrDBk .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  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-tR4dUsrDBk .carousel-indicators li.active,
.cid-tR4dUsrDBk .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tR4dUsrDBk .carousel-indicators li::after,
.cid-tR4dUsrDBk .carousel-indicators li::before {
  content: none;
}
.cid-tR4dUsrDBk .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tR4dUsrDBk .carousel-indicators {
    display: none !important;
  }
}
.cid-tR4dUsTOYp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tR4dUsTOYp .row {
  justify-content: center;
}
.cid-tR4dUsTOYp .col-title {
  margin-bottom: 2.5rem;
}
.cid-tR4dUsTOYp .mbr-section-title {
  color: #17740e;
  text-align: left;
}
.cid-tR4dUsTOYp .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1.5rem;
}
.cid-tR4dUsTOYp .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tR4dUsTOYp .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-tR4dUsTOYp .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tR4dUsTOYp .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 300px;
}
@media (max-width: 639px) {
  .cid-tR4dUsTOYp .card {
    min-height: 207px;
  }
}
.cid-tR4dUsTOYp .card-1 {
  background-color: #074e00;
}
.cid-tR4dUsTOYp .card-2 {
  background-color: #0cae1c;
}
.cid-tR4dUsTOYp .card-3 {
  background-color: #17740e;
}
.cid-tR4dUsTOYp .card-4 {
  background-color: #074e00;
}
.cid-tR4dUsTOYp .card-5 {
  background-color: #0cae1c;
}
.cid-tR4dUsTOYp .card-6 {
  background-color: #ff7f11;
}
.cid-tR4dUsTOYp .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tR4dUsTOYp .card:hover .card-title {
  text-decoration: underline;
}
.cid-tR4dUsTOYp .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-tR4dUsTOYp .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  border-top-right-radius: 100px;
  overflow: hidden;
}
.cid-tR4dUsTOYp .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-tR4dUsTOYp .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-tR4dUsTOYp .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-tR4dUsTOYp .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #FCF0D5;
  position: relative;
  z-index: 11;
}
.cid-tR4dUsTOYp .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-top: 0.25rem;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-tR4dUsTOYp .card-title-1 {
  color: #ffffff;
}
.cid-uiNPmI5cvj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uiNPmI5cvj .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uiNPmI5cvj .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uiNPmI5cvj .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #17740e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uiNPmI5cvj .mbr-section-title {
  color: #17740e;
}
.cid-uiNPmI5cvj .mbr-text {
  color: #17740e;
}
.cid-tR4dUuw1tL {
  background-color: #ffffff;
}
.cid-tR4dUuw1tL .mbr-text,
.cid-tR4dUuw1tL .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-tR4dUuw1tL .mbr-text,
  .cid-tR4dUuw1tL .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tR4dUuw1tL .mbr-text,
  .cid-tR4dUuw1tL .mbr-section-title {
    text-align: center;
  }
}
.cid-tR4dUuw1tL a.btn {
  height: 100%;
  margin: 0;
}
.cid-tR4dUuw1tL .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tR4dUuw1tL .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tR4dUuw1tL .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tR4dUuw1tL .justify-content-center {
  align-items: center;
}
.cid-tR4dUuXQGm {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/13-1920x1080.jpg");
}
@media (max-width: 767px) {
  .cid-tR4dUuXQGm .content {
    text-align: center;
  }
  .cid-tR4dUuXQGm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tR4dUuXQGm .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tR4dUuXQGm .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tR4dUuXQGm .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tR4dUuXQGm .google-map {
  height: 25rem;
  position: relative;
}
.cid-tR4dUuXQGm .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tR4dUuXQGm .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-tR4dUuXQGm .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tR4dUuXQGm .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tR4dUuXQGm .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tR4dUuXQGm .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tR4dUuXQGm .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tR4dUuXQGm .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tR4dUuXQGm .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tR4dUuXQGm .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tR4dUuXQGm .list {
  list-style-type: none;
  padding: 0;
}
.cid-tR4gi9BBuO {
  z-index: 1000;
  width: 100%;
}
.cid-tR4gi9BBuO nav.navbar {
  position: fixed;
}
.cid-tR4gi9BBuO .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-tR4gi9BBuO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tR4gi9BBuO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tR4gi9BBuO .dropdown-item:hover,
.cid-tR4gi9BBuO .dropdown-item:focus {
  background: #17740e !important;
  color: white !important;
}
.cid-tR4gi9BBuO .dropdown-item:hover span {
  color: white;
}
.cid-tR4gi9BBuO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tR4gi9BBuO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tR4gi9BBuO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tR4gi9BBuO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tR4gi9BBuO .nav-link {
  position: relative;
}
.cid-tR4gi9BBuO .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tR4gi9BBuO .container {
    flex-wrap: nowrap;
  }
}
.cid-tR4gi9BBuO .iconfont-wrapper {
  color: #0cae1c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tR4gi9BBuO .dropdown-menu,
.cid-tR4gi9BBuO .navbar.opened {
  background: #ffffff !important;
}
.cid-tR4gi9BBuO .nav-item:focus,
.cid-tR4gi9BBuO .nav-link:focus {
  outline: none;
}
.cid-tR4gi9BBuO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tR4gi9BBuO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tR4gi9BBuO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tR4gi9BBuO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tR4gi9BBuO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tR4gi9BBuO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tR4gi9BBuO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tR4gi9BBuO .navbar.opened {
  transition: all 0.3s;
}
.cid-tR4gi9BBuO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tR4gi9BBuO .navbar .navbar-logo img {
  width: auto;
}
.cid-tR4gi9BBuO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tR4gi9BBuO .navbar.collapsed {
  justify-content: center;
}
.cid-tR4gi9BBuO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tR4gi9BBuO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tR4gi9BBuO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-tR4gi9BBuO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tR4gi9BBuO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tR4gi9BBuO .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-tR4gi9BBuO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tR4gi9BBuO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tR4gi9BBuO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tR4gi9BBuO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tR4gi9BBuO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tR4gi9BBuO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tR4gi9BBuO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tR4gi9BBuO .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-tR4gi9BBuO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tR4gi9BBuO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tR4gi9BBuO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tR4gi9BBuO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tR4gi9BBuO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tR4gi9BBuO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tR4gi9BBuO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tR4gi9BBuO .navbar.navbar-short {
  min-height: 60px;
}
.cid-tR4gi9BBuO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tR4gi9BBuO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tR4gi9BBuO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tR4gi9BBuO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tR4gi9BBuO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tR4gi9BBuO .dropdown-item.active,
.cid-tR4gi9BBuO .dropdown-item:active {
  background-color: transparent;
}
.cid-tR4gi9BBuO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tR4gi9BBuO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tR4gi9BBuO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tR4gi9BBuO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tR4gi9BBuO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tR4gi9BBuO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tR4gi9BBuO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tR4gi9BBuO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tR4gi9BBuO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tR4gi9BBuO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0cae1c;
}
.cid-tR4gi9BBuO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tR4gi9BBuO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tR4gi9BBuO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tR4gi9BBuO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tR4gi9BBuO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tR4gi9BBuO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tR4gi9BBuO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tR4gi9BBuO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tR4gi9BBuO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tR4gi9BBuO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tR4gi9BBuO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tR4gi9BBuO .navbar {
    height: 70px;
  }
  .cid-tR4gi9BBuO .navbar.opened {
    height: auto;
  }
  .cid-tR4gi9BBuO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tR4gia9uOF {
  background-image: url("../../../assets/images/liston-laminado-fj-38x58mm2-2000x1333.jpg");
}
.cid-tR4gia9uOF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR4gia9uOF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR4gia9uOF .mbr-section-title {
  color: #ffffff;
}
.cid-tR4gia9uOF .mbr-text,
.cid-tR4gia9uOF .mbr-section-btn {
  color: #ffffff;
}
.cid-tR4giauNYW {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tR4giauNYW .carousel {
    min-height: 700px;
  }
  .cid-tR4giauNYW .carousel img {
    max-height: 700px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tR4giauNYW .carousel {
    min-height: 455px;
  }
  .cid-tR4giauNYW .carousel img {
    max-height: 455px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tR4giauNYW .carousel {
    min-height: 385px;
  }
  .cid-tR4giauNYW .carousel img {
    max-height: 385px;
    object-fit: contain;
  }
  .cid-tR4giauNYW .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tR4giauNYW .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tR4giauNYW .carousel,
.cid-tR4giauNYW .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tR4giauNYW .item-wrapper {
  width: 100%;
}
.cid-tR4giauNYW .carousel-caption {
  bottom: 40px;
}
.cid-tR4giauNYW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tR4giauNYW .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tR4giauNYW .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tR4giauNYW .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tR4giauNYW .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tR4giauNYW .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tR4giauNYW .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tR4giauNYW .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tR4giauNYW .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tR4giauNYW .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  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-tR4giauNYW .carousel-indicators li.active,
.cid-tR4giauNYW .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tR4giauNYW .carousel-indicators li::after,
.cid-tR4giauNYW .carousel-indicators li::before {
  content: none;
}
.cid-tR4giauNYW .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tR4giauNYW .carousel-indicators {
    display: none !important;
  }
}
.cid-uiNPyOC3rp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uiNPyOC3rp .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uiNPyOC3rp .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uiNPyOC3rp .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #17740e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uiNPyOC3rp .mbr-section-title {
  color: #17740e;
}
.cid-uiNPyOC3rp .mbr-text {
  color: #17740e;
}
.cid-tR4gibiRz3 {
  background-color: #ffffff;
}
.cid-tR4gibiRz3 .mbr-text,
.cid-tR4gibiRz3 .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-tR4gibiRz3 .mbr-text,
  .cid-tR4gibiRz3 .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tR4gibiRz3 .mbr-text,
  .cid-tR4gibiRz3 .mbr-section-title {
    text-align: center;
  }
}
.cid-tR4gibiRz3 a.btn {
  height: 100%;
  margin: 0;
}
.cid-tR4gibiRz3 .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tR4gibiRz3 .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tR4gibiRz3 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tR4gibiRz3 .justify-content-center {
  align-items: center;
}
.cid-tR4gibHQ0F {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/13-1920x1080.jpg");
}
@media (max-width: 767px) {
  .cid-tR4gibHQ0F .content {
    text-align: center;
  }
  .cid-tR4gibHQ0F .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tR4gibHQ0F .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tR4gibHQ0F .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tR4gibHQ0F .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tR4gibHQ0F .google-map {
  height: 25rem;
  position: relative;
}
.cid-tR4gibHQ0F .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tR4gibHQ0F .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-tR4gibHQ0F .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tR4gibHQ0F .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tR4gibHQ0F .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tR4gibHQ0F .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tR4gibHQ0F .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tR4gibHQ0F .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tR4gibHQ0F .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tR4gibHQ0F .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tR4gibHQ0F .list {
  list-style-type: none;
  padding: 0;
}
.cid-tR4imUaTx1 {
  z-index: 1000;
  width: 100%;
}
.cid-tR4imUaTx1 nav.navbar {
  position: fixed;
}
.cid-tR4imUaTx1 .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-tR4imUaTx1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tR4imUaTx1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tR4imUaTx1 .dropdown-item:hover,
.cid-tR4imUaTx1 .dropdown-item:focus {
  background: #17740e !important;
  color: white !important;
}
.cid-tR4imUaTx1 .dropdown-item:hover span {
  color: white;
}
.cid-tR4imUaTx1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tR4imUaTx1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tR4imUaTx1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tR4imUaTx1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tR4imUaTx1 .nav-link {
  position: relative;
}
.cid-tR4imUaTx1 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tR4imUaTx1 .container {
    flex-wrap: nowrap;
  }
}
.cid-tR4imUaTx1 .iconfont-wrapper {
  color: #0cae1c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tR4imUaTx1 .dropdown-menu,
.cid-tR4imUaTx1 .navbar.opened {
  background: #ffffff !important;
}
.cid-tR4imUaTx1 .nav-item:focus,
.cid-tR4imUaTx1 .nav-link:focus {
  outline: none;
}
.cid-tR4imUaTx1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tR4imUaTx1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tR4imUaTx1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tR4imUaTx1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tR4imUaTx1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tR4imUaTx1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tR4imUaTx1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tR4imUaTx1 .navbar.opened {
  transition: all 0.3s;
}
.cid-tR4imUaTx1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tR4imUaTx1 .navbar .navbar-logo img {
  width: auto;
}
.cid-tR4imUaTx1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tR4imUaTx1 .navbar.collapsed {
  justify-content: center;
}
.cid-tR4imUaTx1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tR4imUaTx1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tR4imUaTx1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-tR4imUaTx1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tR4imUaTx1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tR4imUaTx1 .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-tR4imUaTx1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tR4imUaTx1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tR4imUaTx1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tR4imUaTx1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tR4imUaTx1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tR4imUaTx1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tR4imUaTx1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tR4imUaTx1 .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-tR4imUaTx1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tR4imUaTx1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tR4imUaTx1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tR4imUaTx1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tR4imUaTx1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tR4imUaTx1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tR4imUaTx1 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tR4imUaTx1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tR4imUaTx1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tR4imUaTx1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tR4imUaTx1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tR4imUaTx1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tR4imUaTx1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tR4imUaTx1 .dropdown-item.active,
.cid-tR4imUaTx1 .dropdown-item:active {
  background-color: transparent;
}
.cid-tR4imUaTx1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tR4imUaTx1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tR4imUaTx1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tR4imUaTx1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tR4imUaTx1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tR4imUaTx1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tR4imUaTx1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tR4imUaTx1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tR4imUaTx1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tR4imUaTx1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0cae1c;
}
.cid-tR4imUaTx1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tR4imUaTx1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tR4imUaTx1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tR4imUaTx1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tR4imUaTx1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tR4imUaTx1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tR4imUaTx1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tR4imUaTx1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tR4imUaTx1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tR4imUaTx1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tR4imUaTx1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tR4imUaTx1 .navbar {
    height: 70px;
  }
  .cid-tR4imUaTx1 .navbar.opened {
    height: auto;
  }
  .cid-tR4imUaTx1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tR4imUR4h1 {
  background-image: url("../../../assets/images/tiles1-ok-2000x1333.jpeg");
}
.cid-tR4imUR4h1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR4imUR4h1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR4imUR4h1 .mbr-section-title {
  color: #ffffff;
}
.cid-tR4imUR4h1 .mbr-text,
.cid-tR4imUR4h1 .mbr-section-btn {
  color: #ffffff;
}
.cid-tR4imVoCiM {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tR4imVoCiM .carousel {
    min-height: 700px;
  }
  .cid-tR4imVoCiM .carousel img {
    max-height: 700px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tR4imVoCiM .carousel {
    min-height: 455px;
  }
  .cid-tR4imVoCiM .carousel img {
    max-height: 455px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tR4imVoCiM .carousel {
    min-height: 385px;
  }
  .cid-tR4imVoCiM .carousel img {
    max-height: 385px;
    object-fit: contain;
  }
  .cid-tR4imVoCiM .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tR4imVoCiM .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tR4imVoCiM .carousel,
.cid-tR4imVoCiM .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tR4imVoCiM .item-wrapper {
  width: 100%;
}
.cid-tR4imVoCiM .carousel-caption {
  bottom: 40px;
}
.cid-tR4imVoCiM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tR4imVoCiM .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tR4imVoCiM .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tR4imVoCiM .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tR4imVoCiM .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tR4imVoCiM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tR4imVoCiM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tR4imVoCiM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tR4imVoCiM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tR4imVoCiM .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  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-tR4imVoCiM .carousel-indicators li.active,
.cid-tR4imVoCiM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tR4imVoCiM .carousel-indicators li::after,
.cid-tR4imVoCiM .carousel-indicators li::before {
  content: none;
}
.cid-tR4imVoCiM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tR4imVoCiM .carousel-indicators {
    display: none !important;
  }
}
.cid-tR4imWbUam {
  background-color: #ffffff;
}
.cid-tR4imWbUam .mbr-text,
.cid-tR4imWbUam .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-tR4imWbUam .mbr-text,
  .cid-tR4imWbUam .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tR4imWbUam .mbr-text,
  .cid-tR4imWbUam .mbr-section-title {
    text-align: center;
  }
}
.cid-tR4imWbUam a.btn {
  height: 100%;
  margin: 0;
}
.cid-tR4imWbUam .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-tR4imWbUam .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tR4imWbUam .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tR4imWbUam .justify-content-center {
  align-items: center;
}
.cid-uiNPLKKf1p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uiNPLKKf1p .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uiNPLKKf1p .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uiNPLKKf1p .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #17740e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uiNPLKKf1p .mbr-section-title {
  color: #17740e;
}
.cid-uiNPLKKf1p .mbr-text {
  color: #17740e;
}
.cid-tR4imWvnbj {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/13-1920x1080.jpg");
}
@media (max-width: 767px) {
  .cid-tR4imWvnbj .content {
    text-align: center;
  }
  .cid-tR4imWvnbj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tR4imWvnbj .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tR4imWvnbj .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tR4imWvnbj .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tR4imWvnbj .google-map {
  height: 25rem;
  position: relative;
}
.cid-tR4imWvnbj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tR4imWvnbj .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-tR4imWvnbj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tR4imWvnbj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tR4imWvnbj .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tR4imWvnbj .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tR4imWvnbj .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tR4imWvnbj .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tR4imWvnbj .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tR4imWvnbj .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tR4imWvnbj .list {
  list-style-type: none;
  padding: 0;
}
.cid-tlzUT3p8ZL {
  z-index: 1000;
  width: 100%;
}
.cid-tlzUT3p8ZL nav.navbar {
  position: fixed;
}
.cid-tlzUT3p8ZL .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-tlzUT3p8ZL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tlzUT3p8ZL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tlzUT3p8ZL .dropdown-item:hover,
.cid-tlzUT3p8ZL .dropdown-item:focus {
  background: #17740e !important;
  color: white !important;
}
.cid-tlzUT3p8ZL .dropdown-item:hover span {
  color: white;
}
.cid-tlzUT3p8ZL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tlzUT3p8ZL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tlzUT3p8ZL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tlzUT3p8ZL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tlzUT3p8ZL .nav-link {
  position: relative;
}
.cid-tlzUT3p8ZL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tlzUT3p8ZL .container {
    flex-wrap: nowrap;
  }
}
.cid-tlzUT3p8ZL .iconfont-wrapper {
  color: #0cae1c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tlzUT3p8ZL .dropdown-menu,
.cid-tlzUT3p8ZL .navbar.opened {
  background: #ffffff !important;
}
.cid-tlzUT3p8ZL .nav-item:focus,
.cid-tlzUT3p8ZL .nav-link:focus {
  outline: none;
}
.cid-tlzUT3p8ZL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tlzUT3p8ZL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tlzUT3p8ZL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tlzUT3p8ZL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tlzUT3p8ZL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tlzUT3p8ZL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tlzUT3p8ZL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.9);
}
.cid-tlzUT3p8ZL .navbar.opened {
  transition: all 0.3s;
}
.cid-tlzUT3p8ZL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tlzUT3p8ZL .navbar .navbar-logo img {
  width: auto;
}
.cid-tlzUT3p8ZL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tlzUT3p8ZL .navbar.collapsed {
  justify-content: center;
}
.cid-tlzUT3p8ZL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tlzUT3p8ZL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tlzUT3p8ZL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-tlzUT3p8ZL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tlzUT3p8ZL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tlzUT3p8ZL .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-tlzUT3p8ZL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tlzUT3p8ZL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tlzUT3p8ZL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tlzUT3p8ZL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tlzUT3p8ZL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tlzUT3p8ZL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tlzUT3p8ZL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tlzUT3p8ZL .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-tlzUT3p8ZL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tlzUT3p8ZL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tlzUT3p8ZL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tlzUT3p8ZL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tlzUT3p8ZL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tlzUT3p8ZL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tlzUT3p8ZL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tlzUT3p8ZL .navbar.navbar-short {
  min-height: 60px;
}
.cid-tlzUT3p8ZL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tlzUT3p8ZL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tlzUT3p8ZL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tlzUT3p8ZL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tlzUT3p8ZL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tlzUT3p8ZL .dropdown-item.active,
.cid-tlzUT3p8ZL .dropdown-item:active {
  background-color: transparent;
}
.cid-tlzUT3p8ZL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tlzUT3p8ZL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tlzUT3p8ZL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tlzUT3p8ZL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tlzUT3p8ZL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tlzUT3p8ZL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tlzUT3p8ZL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tlzUT3p8ZL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tlzUT3p8ZL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tlzUT3p8ZL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0cae1c;
}
.cid-tlzUT3p8ZL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tlzUT3p8ZL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tlzUT3p8ZL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tlzUT3p8ZL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tlzUT3p8ZL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tlzUT3p8ZL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tlzUT3p8ZL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tlzUT3p8ZL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tlzUT3p8ZL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tlzUT3p8ZL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tlzUT3p8ZL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tlzUT3p8ZL .navbar {
    height: 70px;
  }
  .cid-tlzUT3p8ZL .navbar.opened {
    height: auto;
  }
  .cid-tlzUT3p8ZL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uM1OqKJM3y {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uM1OqKJM3y img,
.cid-uM1OqKJM3y .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uM1OqKJM3y .item:focus,
.cid-uM1OqKJM3y span:focus {
  outline: none;
}
.cid-uM1OqKJM3y .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uM1OqKJM3y .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uM1OqKJM3y .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uM1OqKJM3y .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uM1OqKJM3y .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uM1OqKJM3y .mbr-section-title {
  color: #232323;
}
.cid-uM1OqKJM3y .mbr-text,
.cid-uM1OqKJM3y .mbr-section-btn {
  text-align: left;
}
.cid-uM1OqKJM3y .item-title {
  text-align: left;
  color: #17740e;
}
.cid-uM1OqKJM3y .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-tlQQ6AhuhS {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/13-1920x1080.jpg");
}
@media (max-width: 767px) {
  .cid-tlQQ6AhuhS .content {
    text-align: center;
  }
  .cid-tlQQ6AhuhS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tlQQ6AhuhS .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tlQQ6AhuhS .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tlQQ6AhuhS .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tlQQ6AhuhS .google-map {
  height: 25rem;
  position: relative;
}
.cid-tlQQ6AhuhS .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tlQQ6AhuhS .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-tlQQ6AhuhS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tlQQ6AhuhS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tlQQ6AhuhS .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tlQQ6AhuhS .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tlQQ6AhuhS .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tlQQ6AhuhS .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tlQQ6AhuhS .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tlQQ6AhuhS .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tlQQ6AhuhS .list {
  list-style-type: none;
  padding: 0;
}
